]> git.pld-linux.org Git - packages/texlive.git/blame - texlive.spec
- package more files
[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
e67df411
ZU
626%package tex-mathdots
627Summary: Commands to produce dots in math that respect font size
628Summary(hu.UTF-8): Pontok előállítása matematikai módban a font méret figyelmbevételével
629Group: Applications/Publishing/TeX
630Requires(post,postun): %{_bindir}/texhash
631Requires: %{name} = %{epoch}:%{version}-%{release}
632
633%description tex-mathdots
634Commands to produce dots in math that respect font size.
635
636%description tex-mathdots -l hu.UTF-8
637Pontok előállítása matematikai módban a font méret figyelmbevételével.
638
d08789e0
ZU
639%package metafont
640Summary: MetaFont
6b25593c 641Summary(hu.UTF-8): MetaFont
d08789e0
ZU
642Summary(pl.UTF-8): Zestaw narzędzi MetaFont
643Group: Applications/Publishing/TeX
644Requires(post,postun): %{_bindir}/texhash
645Requires: %{name} = %{epoch}:%{version}-%{release}
646
647%description metafont
648MetaFont.
649
650%description metafont -l pl.UTF-8
651Zestaw narzędzi MetaFont.
652
653%package metapost
654Summary: MetaPost
6b25593c 655Summary(hu.UTF-8): MetaPost
d08789e0
ZU
656Summary(pl.UTF-8): Zestaw narzędzi MetaPost
657Group: Applications/Publishing/TeX
658Requires(post,postun): %{_bindir}/texhash
659Requires: %{name} = %{epoch}:%{version}-%{release}
43a061cf 660Obsoletes: tetex-matapost
d08789e0
ZU
661
662%description metapost
663MetaPost.
664
6b25593c
ZU
665%description metapost -l hu.UTF-8
666MetaPost.
667
d08789e0
ZU
668%description metapost -l pl.UTF-8
669Zestaw narzędzi MetaPost.
670
43a061cf
ZU
671%package metapost-other
672Summary: Various MetaPost utils
673Summary(hu.UTF-8): Különböző MetaPost eszközök
786ebdb1 674Group: Applications/Publishing/TeX
786ebdb1 675Requires(post,postun): %{_bindir}/texhash
43a061cf 676Requires: %{name} = %{epoch}:%{version}-%{release}
786ebdb1 677
43a061cf
ZU
678%description metapost-other
679Various MetaPost utils.
786ebdb1 680
43a061cf
ZU
681%description metapost-other -l hu.UTF-8
682Különböző MetaPost eszközök.
786ebdb1 683
d08789e0
ZU
684%package mptopdf
685Summary: MetaPost to PDF converter
6b25593c 686Summary(hu.UTF-8): MetaPost-ból PDF-be konvertáló
d08789e0
ZU
687Summary(pl.UTF-8): Konwerter MetaPost do PDF
688Group: Applications/Publishing/TeX
689Requires(post,postun): %{_bindir}/texhash
690Requires: %{name}-metapost = %{epoch}:%{version}-%{release}
691
692%description mptopdf
693MetaPost to PDF converter.
694
6b25593c
ZU
695%description mptopdf -l hu.UTF-8
696MetaPost-ból PDF-be konvertáló.
697
d08789e0
ZU
698%description mptopdf -l pl.UTF-8
699Konwerter MetaPost do PDF.
700
701%package texdoctk
702Summary: Easy access to TeX documentation
703Summary(pl.UTF-8): Łatwy dostęp do dokumentacji TeXa
704Group: Applications/Publishing/TeX
705Requires(post,postun): %{_bindir}/texhash
706Requires: %{name} = %{epoch}:%{version}-%{release}
707
708%description texdoctk
709A Perl/Tk-based GUI for easy access to package documentation for TeX
710on Unix platforms; the databases it uses are based on the texmf/doc
711subtrees of teTeX v.1.0.x, but database files for local configurations
712with modified/extended directories can be derived from them. Note that
713texdoctk is not a viewer itself, but an interface for finding
714documentation files and opening them with the appropriate viewer; so
715it relies on appropriate programs to be installed on the system.
716However, the choice of these programs can be configured by the
717sysadmin or user.
718
719%description texdoctk -l pl.UTF-8
720Oparty na Perlu i Tk graficzny interfejs dający łatwy dostęp do
721dokumentacji pakietów TeXowych na platformach uniksowych; używa baz
722danych opartych na poddrzewach texmf/doc z teTeXa 1.0.x, ale może
723używać konfiguracji ze zmodyfikowanymi lub rozszerzonymi katalogami.
724Należy zauważyć, że texdoctk sam w sobie nie jest przeglądarką, ale
725interfejsem do wyszukiwania plików dokumentacji i otwierania ich we
726właściwej przeglądarce; tak więc wymaga on odpowiednich programów
727zainstalowanych w systemie. Wybór tych programów może być dokonany
728przez administratora lub użytkownika.
729
730%package -n texconfig
731Summary: TeX typesetting system configurator
732Summary(pl.UTF-8): Konfigurator systemu składu TeX
733Group: Applications/Publishing/TeX
734Requires: %{name} = %{epoch}:%{version}-%{release}
735Requires: %{name}-dvips = %{epoch}:%{version}-%{release}
736Requires: %{name}-metafont = %{epoch}:%{version}-%{release}
737Requires: xdvi = %{epoch}:%{version}-%{release}
738Obsoletes: tetex-texconfig
739
740%description -n texconfig
741TeX typesetting system configurator.
742
743%description -n texconfig -l pl.UTF-8
744Konfigurator systemu składu TeX.
745
746%package -n xdvi
747Summary: X11 previewer
748Summary(de.UTF-8): X11-Previewer
749Summary(es.UTF-8): Visualizador TeX X11
750Summary(fr.UTF-8): Prévisualisateur X11
751Summary(pl.UTF-8): Przeglądarka DVI dla X11
752Summary(pt_BR.UTF-8): Visualizador TeX X11
753Summary(tr.UTF-8): X11 öngörüntüleyici
754Group: Applications/Publishing/TeX
755Requires(post,postun): %{_bindir}/texhash
756Requires: %{name} = %{epoch}:%{version}-%{release}
757Requires: %{name}-metafont = %{epoch}:%{version}-%{release}
758Suggests: %{name}-dvips
759Obsoletes: tetex-xdvi
760
761%description -n xdvi
762xdvi is a program which runs under the X window system. It is used to
763preview dvi files, such as are produced by tex and latex.
764
765%description -n xdvi -l de.UTF-8
766xdvi ist ein Programm, das unter dem X-Window-System läuft und gewohnt
767ist, dvi-Dateien als Vorschau anzuzeigen, etwa solche, die von tex und
768latex erzeugt wurden.
769
770%description -n xdvi -l es.UTF-8
771xdvi es un programa que se ejecuta en el sistema X Window. Se usa para
772visualizar archivos dvi, como los producidos por tex y latex.
773
774%description -n xdvi -l fr.UTF-8
775xdvi est un programme s'exécutant sous le système X Window. Il sert à
776visualiser les fichiers dvi tels que ceux produits par tex et latex.
777
778%description -n xdvi -l pl.UTF-8
779Xdvi jest programem (działającym w X Window System) do przeglądania
780plików DVI, produkowanych przez TeXa i LaTeXa.
781
782%description -n xdvi -l pt_BR.UTF-8
783xdvi é um programa que roda no sistema X Window. É usado para
784visualizar arquivos dvi, como os produzidos por tex e latex.
785
624ed2f9
ZU
786%package -n xindy
787Summary: Xindy creates sorted and tagged index from raw index
788Summary(hu.UTF-8): Xindy rendezett és cimkézett indexet készít nyers indexekből
789Group: Applications/Publishing/TeX
790
791%description -n xindy
792Xindy creates sorted and tagged index from raw index.
793
794%description -n xindy -l hu.UTF-8
795Xindy rendezett és cimkézett indexet készít nyers indexekből.
796
797%package -n xindy-albanian
798Summary: Xindy albanian language
799Summary(hu.UTF-8): Xindy albán nyelv
800Group: Applications/Publishing/TeX
801
802%description -n xindy-albanian
803Xindy albanian language
804
805%description -n xindy-albanian -l hu.UTF-8
806Xindy albán nyelv
807
808%package -n xindy-belarusian
809Summary: Xindy belarusian language
810Summary(hu.UTF-8): Xindy belorusz nyelv
811Group: Applications/Publishing/TeX
812
813%description -n xindy-belarusian
814Xindy belarusian language
815
816%description -n xindy-belarusian -l hu.UTF-8
817Xindy belorusz nyelv
818
819%package -n xindy-bulgarian
820Summary: Xindy bulgarian language
821Summary(hu.UTF-8): Xindy bolgár nyelv
822Group: Applications/Publishing/TeX
823
824%description -n xindy-bulgarian
825Xindy bulgarian language
826
827%description -n xindy-bulgarian -l hu.UTF-8
828Xindy bolgár nyelv
829
830%package -n xindy-croatian
831Summary: Xindy croatian language
832Summary(hu.UTF-8): Xindy horvát nyelv
833Group: Applications/Publishing/TeX
834
835%description -n xindy-croatian
836Xindy croatian language
837
838%description -n xindy-croatian -l hu.UTF-8
839Xindy horvát nyelv
840
841%package -n xindy-czech
842Summary: Xindy czech language
843Summary(hu.UTF-8): Xindy cseh nyelv
844Group: Applications/Publishing/TeX
845
846%description -n xindy-czech
847Xindy czech language
848
849%description -n xindy-czech -l hu.UTF-8
850Xindy cseh nyelv
851
852%package -n xindy-danish
853Summary: Xindy danish language
854Summary(hu.UTF-8): Xindy dán nyelv
855Group: Applications/Publishing/TeX
856
857%description -n xindy-danish
858Xindy danish language
859
860%description -n xindy-danish -l hu.UTF-8
861Xindy dán nyelv
862
863%package -n xindy-dutch
864Summary: Xindy dutch language
865Summary(hu.UTF-8): Xindy holland nyelv
866Group: Applications/Publishing/TeX
867
868%description -n xindy-dutch
869Xindy dutch language
870
871%description -n xindy-dutch -l hu.UTF-8
872Xindy holland nyelv
873
874%package -n xindy-english
875Summary: Xindy english language
876Summary(hu.UTF-8): Xindy angol nyelv
877Group: Applications/Publishing/TeX
878
879%description -n xindy-english
880Xindy english language
881
882%description -n xindy-english -l hu.UTF-8
883Xindy angol nyelv
884
885%package -n xindy-esperanto
886Summary: Xindy esperanto language
887Summary(hu.UTF-8): Xindy eszperantó nyelv
888Group: Applications/Publishing/TeX
889
890%description -n xindy-esperanto
891Xindy esperanto language
892
893%description -n xindy-esperanto -l hu.UTF-8
894Xindy eszperantó nyelv
895
896%package -n xindy-estonian
897Summary: Xindy estonian language
898Summary(hu.UTF-8): Xindy észt nyelv
899Group: Applications/Publishing/TeX
900
901%description -n xindy-estonian
902Xindy estonian language
903
904%description -n xindy-estonian -l hu.UTF-8
905Xindy észt nyelv
906
907%package -n xindy-finnish
908Summary: Xindy finnish language
909Summary(hu.UTF-8): Xindy finn nyelv
910Group: Applications/Publishing/TeX
911
912%description -n xindy-finnish
913Xindy finnish language
914
915%description -n xindy-finnish -l hu.UTF-8
916Xindy finn nyelv
917
918%package -n xindy-french
919Summary: Xindy french language
920Summary(hu.UTF-8): Xindy francia nyelv
921Group: Applications/Publishing/TeX
922
923%description -n xindy-french
924Xindy french language
925
926%description -n xindy-french -l hu.UTF-8
927Xindy francia nyelv
928
929%package -n xindy-general
930Summary: Xindy general language
931Summary(hu.UTF-8): Xindy általános nyelv
932Group: Applications/Publishing/TeX
933
934%description -n xindy-general
935Xindy general language
936
937%description -n xindy-general -l hu.UTF-8
938Xindy általános nyelv
939
940%package -n xindy-georgian
941Summary: Xindy georgian language
942Summary(hu.UTF-8): Xindy georgian nyelv
943Group: Applications/Publishing/TeX
944
945%description -n xindy-georgian
946Xindy georgian language
947
948%description -n xindy-georgian -l hu.UTF-8
949Xindy georgian nyelv
950
951%package -n xindy-german
952Summary: Xindy german language
953Summary(hu.UTF-8): Xindy német nyelv
954Group: Applications/Publishing/TeX
955
956%description -n xindy-german
957Xindy german language
958
959%description -n xindy-german -l hu.UTF-8
960Xindy német nyelv
961
962%package -n xindy-greek
963Summary: Xindy greek language
964Summary(hu.UTF-8): Xindy görög nyelv
965Group: Applications/Publishing/TeX
966
967%description -n xindy-greek
968Xindy greek language
969
970%description -n xindy-greek -l hu.UTF-8
971Xindy görög nyelv
972
973%package -n xindy-gypsy
974Summary: Xindy gypsy language
975Summary(hu.UTF-8): Xindy cigány nyelv
976Group: Applications/Publishing/TeX
977
978%description -n xindy-gypsy
979Xindy gypsy language
980
981%description -n xindy-gypsy -l hu.UTF-8
982Xindy cigány nyelv
983
984%package -n xindy-hausa
985Summary: Xindy hausa language
986Summary(hu.UTF-8): Xindy hausa nyelv
987Group: Applications/Publishing/TeX
988
989%description -n xindy-hausa
990Xindy hausa language
991
992%description -n xindy-hausa -l hu.UTF-8
993Xindy hausa nyelv
994
995%package -n xindy-hebrew
996Summary: Xindy hebrew language
997Summary(hu.UTF-8): Xindy héber nyelv
998Group: Applications/Publishing/TeX
999
1000%description -n xindy-hebrew
1001Xindy hebrew language
1002
1003%description -n xindy-hebrew -l hu.UTF-8
1004Xindy héber nyelv
1005
1006%package -n xindy-hungarian
1007Summary: Xindy hungarian language
1008Summary(hu.UTF-8): Xindy magyar nyelv
1009Group: Applications/Publishing/TeX
1010
1011%description -n xindy-hungarian
1012Xindy hungarian language
1013
1014%description -n xindy-hungarian -l hu.UTF-8
1015Xindy magyar nyelv
1016
1017%package -n xindy-icelandic
1018Summary: Xindy icelandic language
1019Summary(hu.UTF-8): Xindy izlandi nyelv
1020Group: Applications/Publishing/TeX
1021
1022%description -n xindy-icelandic
1023Xindy icelandic language
1024
1025%description -n xindy-icelandic -l hu.UTF-8
1026Xindy izlandi nyelv
1027
1028%package -n xindy-italian
1029Summary: Xindy italian language
1030Summary(hu.UTF-8): Xindy olasz nyelv
1031Group: Applications/Publishing/TeX
1032
1033%description -n xindy-italian
1034Xindy italian language
1035
1036%description -n xindy-italian -l hu.UTF-8
1037Xindy olasz nyelv
1038
1039%package -n xindy-klingon
1040Summary: Xindy klingon language
1041Summary(hu.UTF-8): Xindy klingon nyelv
1042Group: Applications/Publishing/TeX
1043
1044%description -n xindy-klingon
1045Xindy klingon language
1046
1047%description -n xindy-klingon -l hu.UTF-8
1048Xindy klingon nyelv
1049
1050%package -n xindy-kurdish
1051Summary: Xindy kurdish language
1052Summary(hu.UTF-8): Xindy kurd nyelv
1053Group: Applications/Publishing/TeX
1054
1055%description -n xindy-kurdish
1056Xindy kurdish language
1057
1058%description -n xindy-kurdish -l hu.UTF-8
1059Xindy kurd nyelv
1060
1061%package -n xindy-latin
1062Summary: Xindy latin language
1063Summary(hu.UTF-8): Xindy latin nyelv
1064Group: Applications/Publishing/TeX
1065
1066%description -n xindy-latin
1067Xindy latin language
1068
1069%description -n xindy-latin -l hu.UTF-8
1070Xindy latin nyelv
1071
1072%package -n xindy-latvian
1073Summary: Xindy latvian language
1074Summary(hu.UTF-8): Xindy lett nyelv
1075Group: Applications/Publishing/TeX
1076
1077%description -n xindy-latvian
1078Xindy latvian language
1079
1080%description -n xindy-latvian -l hu.UTF-8
1081Xindy lett nyelv
1082
1083%package -n xindy-lithuanian
1084Summary: Xindy lithuanian language
1085Summary(hu.UTF-8): Xindy litván nyelv
1086Group: Applications/Publishing/TeX
1087
1088%description -n xindy-lithuanian
1089Xindy lithuanian language
1090
1091%description -n xindy-lithuanian -l hu.UTF-8
1092Xindy litván nyelv
1093
1094%package -n xindy-lower-sorbian
1095Summary: Xindy lower-sorbian language
1096Summary(hu.UTF-8): Xindy lower-sorbian nyelv
1097Group: Applications/Publishing/TeX
1098
1099%description -n xindy-lower-sorbian
1100Xindy lower-sorbian language
1101
1102%description -n xindy-lower-sorbian -l hu.UTF-8
1103Xindy lower-sorbian nyelv
1104
1105%package -n xindy-macedonian
1106Summary: Xindy macedonian language
1107Summary(hu.UTF-8): Xindy macedón nyelv
1108Group: Applications/Publishing/TeX
1109
1110%description -n xindy-macedonian
1111Xindy macedonian language
1112
1113%description -n xindy-macedonian -l hu.UTF-8
1114Xindy macedón nyelv
1115
1116%package -n xindy-mongolian
1117Summary: Xindy mongolian language
1118Summary(hu.UTF-8): Xindy mongol nyelv
1119Group: Applications/Publishing/TeX
1120
1121%description -n xindy-mongolian
1122Xindy mongolian language
1123
1124%description -n xindy-mongolian -l hu.UTF-8
1125Xindy mongol nyelv
1126
1127%package -n xindy-norwegian
1128Summary: Xindy norwegian language
1129Summary(hu.UTF-8): Xindy norvég nyelv
1130Group: Applications/Publishing/TeX
1131
1132%description -n xindy-norwegian
1133Xindy norwegian language
1134
1135%description -n xindy-norwegian -l hu.UTF-8
1136Xindy norvég nyelv
1137
1138%package -n xindy-polish
1139Summary: Xindy polish language
1140Summary(hu.UTF-8): Xindy lengyel nyelv
1141Group: Applications/Publishing/TeX
1142
1143%description -n xindy-polish
1144Xindy polish language
1145
1146%description -n xindy-polish -l hu.UTF-8
1147Xindy lengyel nyelv
1148
1149%package -n xindy-portuguese
1150Summary: Xindy portuguese language
1151Summary(hu.UTF-8): Xindy portugál nyelv
1152Group: Applications/Publishing/TeX
1153
1154%description -n xindy-portuguese
1155Xindy portuguese language
1156
1157%description -n xindy-portuguese -l hu.UTF-8
1158Xindy portugál nyelv
1159
1160%package -n xindy-romanian
1161Summary: Xindy romanian language
1162Summary(hu.UTF-8): Xindy román nyelv
1163Group: Applications/Publishing/TeX
1164
1165%description -n xindy-romanian
1166Xindy romanian language
1167
1168%description -n xindy-romanian -l hu.UTF-8
1169Xindy román nyelv
1170
1171%package -n xindy-russian
1172Summary: Xindy russian language
1173Summary(hu.UTF-8): Xindy orosz nyelv
1174Group: Applications/Publishing/TeX
1175
1176%description -n xindy-russian
1177Xindy russian language
1178
1179%description -n xindy-russian -l hu.UTF-8
1180Xindy orosz nyelv
1181
1182%package -n xindy-serbian
1183Summary: Xindy serbian language
1184Summary(hu.UTF-8): Xindy szerb nyelv
1185Group: Applications/Publishing/TeX
1186
1187%description -n xindy-serbian
1188Xindy serbian language
1189
1190%description -n xindy-serbian -l hu.UTF-8
1191Xindy szerb nyelv
1192
1193%package -n xindy-slovak
1194Summary: Xindy slovak language
1195Summary(hu.UTF-8): Xindy szlovák nyelv
1196Group: Applications/Publishing/TeX
1197
1198%description -n xindy-slovak
1199Xindy slovak language
1200
1201%description -n xindy-slovak -l hu.UTF-8
1202Xindy szlovák nyelv
1203
1204%package -n xindy-slovenian
1205Summary: Xindy slovenian language
1206Summary(hu.UTF-8): Xindy szlovén nyelv
1207Group: Applications/Publishing/TeX
1208
1209%description -n xindy-slovenian
1210Xindy slovenian language
1211
1212%description -n xindy-slovenian -l hu.UTF-8
1213Xindy szlovén nyelv
1214
1215%package -n xindy-spanish
1216Summary: Xindy spanish language
1217Summary(hu.UTF-8): Xindy spanyol nyelv
1218Group: Applications/Publishing/TeX
1219
1220%description -n xindy-spanish
1221Xindy spanish language
1222
1223%description -n xindy-spanish -l hu.UTF-8
1224Xindy spanyol nyelv
1225
1226%package -n xindy-swedish
1227Summary: Xindy swedish language
1228Summary(hu.UTF-8): Xindy svéd nyelv
1229Group: Applications/Publishing/TeX
1230
1231%description -n xindy-swedish
1232Xindy swedish language
1233
1234%description -n xindy-swedish -l hu.UTF-8
1235Xindy svéd nyelv
1236
1237%package -n xindy-turkish
1238Summary: Xindy turkish language
1239Summary(hu.UTF-8): Xindy török nyelv
1240Group: Applications/Publishing/TeX
1241
1242%description -n xindy-turkish
1243Xindy turkish language
1244
1245%description -n xindy-turkish -l hu.UTF-8
1246Xindy török nyelv
1247
1248%package -n xindy-ukrainian
1249Summary: Xindy ukrainian language
1250Summary(hu.UTF-8): Xindy ukrán nyelv
1251Group: Applications/Publishing/TeX
1252
1253%description -n xindy-ukrainian
1254Xindy ukrainian language
1255
1256%description -n xindy-ukrainian -l hu.UTF-8
1257Xindy ukrán nyelv
1258
1259%package -n xindy-upper-sorbian
1260Summary: Xindy upper-sorbian language
1261Summary(hu.UTF-8): Xindy upper-sorbian nyelv
1262Group: Applications/Publishing/TeX
1263
1264%description -n xindy-upper-sorbian
1265Xindy upper-sorbian language
1266
1267%description -n xindy-upper-sorbian -l hu.UTF-8
1268Xindy upper-sorbian nyelv
1269
1270%package -n xindy-vietnamese
1271Summary: Xindy vietnamese language
04123363 1272Summary(hu.UTF-8): Xindy vietnámi nyelv
624ed2f9
ZU
1273Group: Applications/Publishing/TeX
1274
1275%description -n xindy-vietnamese
1276Xindy vietnamese language
1277
1278%description -n xindy-vietnamese -l hu.UTF-8
1279Xindy vietnám nyelv
1280
1281
d08789e0
ZU
1282%package pdftex
1283Summary: TeX generating PDF files instead DVI
04123363 1284Summary(hu.UTF-8): PDF fájlok készítése DVI helyett TeX-ből
d08789e0
ZU
1285Summary(pl.UTF-8): TeX generujący pliki PDF zamiast DVI
1286Group: Applications/Publishing/TeX
60597425 1287Requires(post,postun): %{_bindir}/texhash
d08789e0
ZU
1288Requires: %{name} = %{epoch}:%{version}-%{release}
1289Requires: %{name}-fonts-type1-bluesky = %{epoch}:%{version}-%{release}
1290
1291%description pdftex
1292TeX generating PDF files instead DVI.
1293
1294%description pdftex -l pl.UTF-8
1295TeX generujący pliki PDF zamiast DVI.
1296
faa40f44
ZU
1297%package psutils
1298Summary: PostScript Utilities
1299Summary(hu.UTF-8): PostScript eszközök
1300Summary(pl.UTF-8): Narzędzia do PostScriptu
faa40f44 1301Group: Applications/Printing
8affbd2c 1302Obsoletes: psutils
faa40f44
ZU
1303
1304%description psutils
1305This archive contains some utilities for manipulating PostScript
1306documents. Page selection and rearrangement are supported, including
1307arrangement into signatures for booklet printing, and page merging for
1308n-up printing.
1309
1310%description psutils -l hu.UTF-8
1311Ez a csomag jónéhány eszközt tartalmaz, amellyel a PostScript
1312dokumentumok manipulálhatók. Oldal kijelölés és átrendezés támogatott,
1313beleértve a booklet nyomtatáshoz való átrendezést is.
1314
1315%description psutils -l pl.UTF-8
1316PSutils zawiera programy pomagające manipulować plikami PostScript,
8affbd2c
ZU
1317wybierać strony przeznaczone do wydruku, ich kolejność, układ. Pozwala
1318także na łączenie różnych plików PostScript w całość.
faa40f44 1319
04123363
ZU
1320%package phyzzx
1321Summary: A TeX format for physicists
1322Summary(hu.UTF-8): TeX formátum fizikusoknak
1323Group: Applications/Publishing/TeX
1324Requires(post,postun): %{_bindir}/texhash
1325Requires: %{name} = %{epoch}:%{version}-%{release}
1326
1327%description phyzzx
1328A TeX format for physicists.
1329
1330%description phyzzx -l hu.UTF-8
1331TeX formátum fizikusoknak.
1332
d08789e0
ZU
1333%package omega
1334Summary: Extended unicode TeX
1335Summary(pl.UTF-8): Omega - TeX ze wsparciem dla unikodu
1336Group: Applications/Publishing/TeX
1337Requires(post,postun): %{_bindir}/texhash
1338Requires: %{name} = %{epoch}:%{version}-%{release}
1339Requires: %{name}-fonts-omega = %{epoch}:%{version}-%{release}
1340Requires: %{name}-plain = %{epoch}:%{version}-%{release}
1341
1342%description omega
1343Omega is a version of the TeX program modified for multilingual
1344typesetting. It uses unicode, and has additional primitives for (among
1345other things) bidirectional typesetting.
1346
1347%description omega -l pl.UTF-8
1348Omega to wersja TeXa zmodyfikowana dla potrzeb składu wielojęzycznego.
1349Używa unikodu i ma dodatkowe prymitywy do (między innymi) składania
1350tekstu pisanego w obu kierunkach.
1351
1352# # formats #
1353
1354# Plain format.
1355
1356%package plain
1357Summary: Plain TeX format basic files
1358Summary(pl.UTF-8): Podstawowe pliki dla formatu Plain TeX
1359Group: Applications/Publishing/TeX
60597425 1360Requires(post,postun): %{_bindir}/texhash
d08789e0
ZU
1361Requires: %{name} = %{epoch}:%{version}-%{release}
1362
1363%description plain
1364Plain TeX format basic files.
1365
1366%description plain -l pl.UTF-8
1367Podstawowe pliki dla formatu Plain TeX.
1368
1369%package format-plain
1370Summary: TeX Plain format
1371Summary(pl.UTF-8): Format TeX Plain
1372Group: Applications/Publishing/TeX
1373Requires(post,postun): %{_bindir}/texhash
1374Requires: %{name}-plain = %{epoch}:%{version}-%{release}
1375
1376%description format-plain
1377TeX Plain format.
1378
1379%description format-plain -l pl.UTF-8
1380Format TeX Plain.
1381
1382%package format-pdftex
1383Summary: PDFTeX Plain format
1384Summary(pl.UTF-8): Format PDFTeX Plain
1385Group: Applications/Publishing/TeX
1386Requires(post,postun): %{_bindir}/texhash
1387Requires: %{name}-pdftex = %{epoch}:%{version}-%{release}
1388Requires: %{name}-plain = %{epoch}:%{version}-%{release}
1389# for epstopdf to work
1390Requires: fonts-Type1-urw
1391Requires: ghostscript
1392
1393%description format-pdftex
1394PDFTeX Plain format.
1395
1396%description format-pdftex -l pl.UTF-8
1397Format PDFTeX Plain.
1398
1399%package format-pdfetex
1400Summary: PDFTeX EPlain format
1401Summary(pl.UTF-8): Format PDFTeX EPlain
1402Group: Applications/Publishing/TeX
1403Requires(post,postun): %{_bindir}/texhash
1404Requires: %{name}-pdftex = %{epoch}:%{version}-%{release}
1405Requires: %{name}-plain = %{epoch}:%{version}-%{release}
1406
1407%description format-pdfetex
1408PDFTeX EPlain format.
1409
1410%description format-pdfetex -l pl.UTF-8
1411Format PDFTeX EPlain.
1412
1413# MeX Plain format
1414
1415%package mex
1416Summary: MeX Plain Format basic files
1417Summary(pl.UTF-8): Podstawowe pliki dla format MeX Plain
1418Group: Applications/Publishing/TeX
1419Requires(post,postun): %{_bindir}/texhash
1420Requires: %{name} = %{epoch}:%{version}-%{release}
f6a96d15
ZU
1421Requires: texlive-fonts-pl = %{epoch}:%{version}-%{release}
1422Requires: texlive-plain = %{epoch}:%{version}-%{release}
d08789e0
ZU
1423
1424%description mex
1425MeX Plain Format basic files.
1426
1427%description mex -l pl.UTF-8
1428Podstawowe pliki dla formatu MeX Plain.
1429
1430%package format-mex
1431Summary: MeX Plain Format
1432Summary(pl.UTF-8): Format MeX Plain
1433Group: Applications/Publishing/TeX
1434Requires(post,postun): %{_bindir}/texhash
f6a96d15 1435Requires: texlive-mex = %{epoch}:%{version}-%{release}
d08789e0
ZU
1436
1437%description format-mex
1438MeX Plain Format.
1439
1440%description format-mex -l pl.UTF-8
1441Format MeX Plain.
1442
1443%package format-pdfmex
1444Summary: PDFMeX Plain Format
1445Summary(pl.UTF-8): Format PDFMeX Plain
1446Group: Applications/Publishing/TeX
1447Requires(post,postun): %{_bindir}/texhash
1448Requires: %{name}-mex = %{epoch}:%{version}-%{release}
1449Requires: %{name}-pdftex = %{epoch}:%{version}-%{release}
1450
1451%description format-pdfmex
1452PDFMeX Plain Format.
1453
1454%description format-pdfmex -l pl.UTF-8
1455Format PDFMeX Plain.
1456
1457%package format-utf8mex
1458Summary: MeX Plain Format with UTF-8 encoded source files
1459Summary(pl.UTF-8): Format MeX Plain z plikami źródłowymi kodowanymi UTF-8
1460Group: Applications/Publishing/TeX
1461Requires(post,postun): %{_bindir}/texhash
1462Requires: %{name}-mex = %{epoch}:%{version}-%{release}
1463
1464%description format-utf8mex
1465MeX Plain Format with UTF-8 encoded source files.
1466
1467%description format-utf8mex -l pl.UTF-8
1468Format MeX Plain z plikami źródłowymi kodowanymi UTF-8.
1469
1470# AMS TeX format
1471
1472%package amstex
1473Summary: AMS macros for Plain TeX basic files
1474Summary(pl.UTF-8): Podstawowe pliki makr AMS dla formatu Plain TeX
1475Group: Applications/Publishing/TeX
1476Requires(post,postun): %{_bindir}/texhash
1477Requires: %{name}-fonts-ams = %{epoch}:%{version}-%{release}
1478Requires: %{name}-plain = %{epoch}:%{version}-%{release}
1479Obsoletes: tetex-ams
1480Obsoletes: tetex-plain-amsfonts
1481
1482%description amstex
1483American Mathematical Society macros for Plain TeX basic files.
1484
1485%description amstex -l pl.UTF-8
1486Podstawowe pliki makr AMS (American Mathematical Society) dla formatu
1487Plain TeX.
1488
1489%package format-amstex
1490Summary: AMS macros for Plain TeX
1491Summary(pl.UTF-8): Makra AMS dla formatu Plain TeX
1492Group: Applications/Publishing/TeX
1493Requires(post,postun): %{_bindir}/texhash
1494Requires: %{name}-amstex = %{epoch}:%{version}-%{release}
1495Obsoletes: tetex-ams
1496
1497%description format-amstex
1498American Mathematical Society macros for Plain TeX.
1499
1500%description format-amstex -l pl.UTF-8
1501Makra AMS (American Mathematical Society) dla formatu Plain TeX.
1502
1503%package format-pdfamstex
1504Summary: AMS macros for PDFTeX
1505Summary(pl.UTF-8): Makra AMS dla formatu PDFTeX
1506Group: Applications/Publishing/TeX
1507Requires(post,postun): %{_bindir}/texhash
1508Requires: %{name}-amstex = %{epoch}:%{version}-%{release}
1509Requires: %{name}-pdftex = %{epoch}:%{version}-%{release}
1510
1511%description format-pdfamstex
1512American Mathematical Society macros for PDFTeX.
1513
1514%description format-pdfamstex -l pl.UTF-8
1515Makra AMS (American Mathematical Society) dla formatu PDFTeX.
1516
1517# CSPlain format
1518
1519%package csplain
1520Summary: TeX CSPlain format basic files
1521Summary(pl.UTF-8): Podstawowe pliki dla formatu TeX CSPlain
1522Group: Applications/Publishing/TeX
1523Requires(post,postun): %{_bindir}/texhash
1524Requires: %{name}-fonts-cs = %{epoch}:%{version}-%{release}
1525Requires: %{name}-plain = %{epoch}:%{version}-%{release}
1526
1527%description csplain
1528TeX CSPlain format basic files.
1529
1530%description csplain -l pl.UTF-8
1531Podstawowe pliki dla formatu TeX CSPlain.
1532
1533%package format-csplain
1534Summary: TeX CSPlain format
1535Summary(pl.UTF-8): Format TeX CSPlain
1536Group: Applications/Publishing/TeX
1537Requires(post,postun): %{_bindir}/texhash
1538Requires: %{name}-csplain = %{epoch}:%{version}-%{release}
1539
1540%description format-csplain
1541TeX CSPlain format.
1542
1543%description format-csplain -l pl.UTF-8
1544Format TeX CSPlain.
1545
1546%package format-pdfcsplain
1547Summary: PDFTeX CSPlain format
1548Summary(pl.UTF-8): Format PDFTeX CSPlain
1549Group: Applications/Publishing/TeX
1550Requires(post,postun): %{_bindir}/texhash
1551Requires: %{name}-csplain = %{epoch}:%{version}-%{release}
1552
1553%description format-pdfcsplain
1554PDFTeX CSPlain format.
1555
1556%description format-pdfcsplain -l pl.UTF-8
1557Format PDFTeX CSPlain.
1558
1559# CSLaTeX format
1560
1561%package cslatex
1562Summary: CSLaTeX format basic files
1563Summary(pl.UTF-8): Podstawowe pliki dla formatu CSLaTeX
1564Group: Applications/Publishing/TeX
1565Requires(post,postun): %{_bindir}/texhash
1566Requires: %{name}-fonts-cs = %{epoch}:%{version}-%{release}
1567Requires: %{name}-plain = %{epoch}:%{version}-%{release}
1568
1569%description cslatex
1570CSLaTeX format basic files.
1571
1572%description cslatex -l pl.UTF-8
1573Podstawowe pliki dla formatu CSLaTeX.
1574
1575%package format-cslatex
1576Summary: CSLaTeX format
1577Summary(pl.UTF-8): Format CSLaTeX
1578Group: Applications/Publishing/TeX
1579Requires(post,postun): %{_bindir}/texhash
1580Requires: %{name}-cslatex = %{epoch}:%{version}-%{release}
1581
1582%description format-cslatex
1583CSLaTeX format.
1584
1585%description format-cslatex -l pl.UTF-8
1586Format CSLaTeX.
1587
1588%package format-pdfcslatex
1589Summary: PDF CSLaTeX format
1590Summary(pl.UTF-8): Format PDF CSLaTeX
1591Group: Applications/Publishing/TeX
1592Requires(post,postun): %{_bindir}/texhash
1593Requires: %{name}-cslatex = %{epoch}:%{version}-%{release}
1594
1595%description format-pdfcslatex
1596PDF CSLaTeX format.
1597
1598%description format-pdfcslatex -l pl.UTF-8
1599Format PDF CSLaTeX.
1600
1601# Cyrillic Plain format
1602
1603%package cyrplain
1604Summary: Cyrillic Plain format basic files
1605Summary(pl.UTF-8): Podstawowe pliki dla formatu Cyrillic Plain
1606Group: Applications/Publishing/TeX
1607Requires(post,postun): %{_bindir}/texhash
1608Requires: %{name}-plain = %{epoch}:%{version}-%{release}
1609
1610%description cyrplain
1611Cyrillic Plain format basic files.
1612
1613%description cyrplain -l pl.UTF-8
1614Podstawowe pliki dla formatu Cyrillic Plain.
1615
1616%package format-cyrplain
1617Summary: Cyrillic Plain format
1618Summary(pl.UTF-8): Format Cyrillic Plain
1619Group: Applications/Publishing/TeX
1620Requires(post,postun): %{_bindir}/texhash
1621Requires: %{name}-cyrplain = %{epoch}:%{version}-%{release}
1622
1623%description format-cyrplain
1624Cyrillic Plain format.
1625
1626%description format-cyrplain -l pl.UTF-8
1627Format Cyrillic Plain.
1628
1629%package format-cyramstex
1630Summary: Cyrillic AMSTeX format
1631Summary(pl.UTF-8): Format Cyrillic AMSTeX
1632Group: Applications/Publishing/TeX
1633Requires(post,postun): %{_bindir}/texhash
1634Requires: %{name}-plain = %{epoch}:%{version}-%{release}
1635Obsoletes: tetex-cyramstex
1636
1637%description format-cyramstex
1638Cyrillic AMSTeX format.
1639
1640%description format-cyramstex -l pl.UTF-8
1641Format Cyrillic AMSTeX.
1642
1643%package format-cyrtexinfo
1644Summary: Cyrillic TeXInfo format
1645Summary(pl.UTF-8): Format Cyrillic TeXInfo
1646Group: Applications/Publishing/TeX
1647Requires(post,postun): %{_bindir}/texhash
1648Requires: %{name}-plain = %{epoch}:%{version}-%{release}
1649Obsoletes: tetex-cyrtexinfo
1650
1651%description format-cyrtexinfo
1652Cyrillic TeXInfo format.
1653
1654%description format-cyrtexinfo -l pl.UTF-8
1655Format Cyrillic TeXInfo.
1656
1657# EPlain format
1658
1659%package eplain
1660Summary: EPlain format basic files
1661Summary(pl.UTF-8): Podstawowe pliki dla formatu EPlain
1662Group: Applications/Publishing/TeX
1663Requires(post,postun): %{_bindir}/texhash
1664Requires: %{name}-plain = %{epoch}:%{version}-%{release}
1665Obsoletes: tetex-etex
1666
1667%description eplain
1668EPlain format basic files.
1669
1670%description eplain -l pl.UTF-8
1671Podstawowe pliki dla formatu EPlain.
1672
1673%package format-eplain
1674Summary: EPlain format
1675Summary(pl.UTF-8): Format EPlain
1676Group: Applications/Publishing/TeX
1677Requires(post,postun): %{_bindir}/texhash
1678Requires: %{name}-eplain = %{epoch}:%{version}-%{release}
1679
1680%description format-eplain
1681EPlain format.
1682
1683%description format-eplain -l pl.UTF-8
1684Format EPlain.
1685
1686# ConTeXt format.
1687
1688%package context
1689Summary: ConTeXt macro package basic files
1690Summary(pl.UTF-8): Podstawowe pliki pakietu makr ConTeXt
1691Group: Applications/Publishing/TeX
1692Requires(post,postun): %{_bindir}/texhash
1693Requires: %{name} = %{epoch}:%{version}-%{release}
1694Obsoletes: tetex-latex-context
1695
1696%define _noautoreq 'perl(path_tre)'
1697
1698%description context
1699A full featured, parameter driven macro package, which fully supports
1700advanced interactive documents.
1701
1702This package contains basic files.
1703
1704%description context -l pl.UTF-8
1705Pakiet makr sterowanych przez parametry o pełnych możliwościach,
1706całkowicie obsługujący zaawansowane dokumenty interaktywne.
1707
1708Ten pakiet zawiera podstawowe pliki.
1709
1710%package format-context-de
1711Summary: German ConTeXt format
1712Summary(pl.UTF-8): Niemiecka wersja formatu ConTeXt
1713Group: Applications/Publishing/TeX
1714Requires(post,postun): %{_bindir}/texhash
1715Requires: %{name}-context = %{epoch}:%{version}-%{release}
1716
1717%description format-context-de
1718German ConTeXt format.
1719
1720%description format-context-de -l pl.UTF-8
1721Niemiecka wersja formatu ConTeXt.
1722
1723%package format-context-en
1724Summary: English ConTeXt format
1725Summary(pl.UTF-8): Angielska wersja formatu ConTeXt
1726Group: Applications/Publishing/TeX
1727Requires(post,postun): %{_bindir}/texhash
1728Requires: %{name}-context = %{epoch}:%{version}-%{release}
1729
1730%description format-context-en
1731English ConTeXt format.
1732
1733%description format-context-en -l pl.UTF-8
1734Angielska wersja formatu ConTeXt.
1735
1736%package format-context-nl
1737Summary: Dutch ConTeXt format
1738Summary(pl.UTF-8): Holenderska wersja formatu ConTeXt
1739Group: Applications/Publishing/TeX
1740Requires(post,postun): %{_bindir}/texhash
1741Requires: %{name}-context = %{epoch}:%{version}-%{release}
1742
1743%description format-context-nl
1744Dutch ConTeXt format.
1745
1746%description format-context-nl -l pl.UTF-8
1747Holenderska wersja formatu ConTeXt.
1748
1749# LaTeX format.
1750
1751%package latex
1752Summary: LaTeX macro package basic files
1753Summary(pl.UTF-8): Podstawowe pliki pakietu makr LaTeX
1754Group: Applications/Publishing/TeX
60597425 1755Requires(post,postun): %{_bindir}/texhash
d08789e0
ZU
1756Requires: %{name} = %{epoch}:%{version}-%{release}
1757Requires: %{name}-fonts-latex = %{epoch}:%{version}-%{release}
78d53d8c
ER
1758Requires: %{name}-tex-ruhyphen = %{epoch}:%{version}-%{release}
1759Requires: %{name}-tex-ukrhyph = %{epoch}:%{version}-%{release}
d08789e0
ZU
1760# for misc/eurosym:
1761Requires: %{name}-fonts-eurosym = %{epoch}:%{version}-%{release}
2496d461 1762Requires: %{name}-pdftex = %{epoch}:%{version}-%{release}
fb2a8613 1763Requires: %{name}-tex-babel = %{epoch}:%{version}-%{release}
e67df411 1764Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
5ff30b02 1765Suggests: %{name}-fonts-jknappen
fb2a8613 1766Suggests: %{name}-latex-ucs = %{epoch}:%{version}-%{release}
d08789e0
ZU
1767Obsoletes: tetex-bibtex-koma-script
1768Obsoletes: tetex-latex-SIunits
1769Obsoletes: tetex-latex-caption
1770Obsoletes: tetex-latex-curves
1771Obsoletes: tetex-latex-dinbrief
1772Obsoletes: tetex-latex-draftcopy
1773Obsoletes: tetex-latex-dvilj
1774Obsoletes: tetex-latex-eepic
1775Obsoletes: tetex-latex-endfloat
1776Obsoletes: tetex-latex-fancyhdr
1777Obsoletes: tetex-latex-fancyheadings
1778Obsoletes: tetex-latex-fancyvrb
1779Obsoletes: tetex-latex-fp
1780Obsoletes: tetex-latex-graphics
1781Obsoletes: tetex-latex-hyperref
1782Obsoletes: tetex-latex-koma-script
1783Obsoletes: tetex-latex-labels
1784Obsoletes: tetex-latex-listings
1785Obsoletes: tetex-latex-misc
1786Obsoletes: tetex-latex-ms
1787Obsoletes: tetex-latex-multirow
1788Obsoletes: tetex-latex-mwcls
1789Obsoletes: tetex-latex-mwdtools
1790Obsoletes: tetex-latex-natbib
1791Obsoletes: tetex-latex-ntgclass
1792Obsoletes: tetex-latex-oberdiek
1793Obsoletes: tetex-latex-pb-diagram
188cb15d 1794Obsoletes: tetex-latex-pstricks
d08789e0
ZU
1795Obsoletes: tetex-latex-revtex4
1796Obsoletes: tetex-latex-seminar
1797Obsoletes: tetex-latex-t2
1798Obsoletes: tetex-latex-titlesec
1799Obsoletes: tetex-latex-tools
1800Obsoletes: tetex-latex-units
1801Obsoletes: tetex-mwcls
1802Obsoletes: tetex-revtex4
1803
1804%description latex
1805LaTeX is a front end for the TeX text formatting system. Easier to use
1806than TeX, LaTeX is essentially a set of TeX macros which provide
1807convenient, predefined document formats for users.
1808
1809This package contains basic files.
1810
1811%description latex -l pl.UTF-8
1812LaTeX jest frontendem do systemu formatującego tekst TeX. Jest
1813łatwiejszy w użyciu niż TeX. Jest właściwie zestawem makr TeXowych,
1814dających użytkownikom wygodne, predefiniowane formaty dokumentów.
1815
1816Ten pakiet zawiera podstawowe pliki.
1817
6c82f497
ZU
1818%package latex-12many
1819Summary: Generalising mathematical index sets
1820Summary(hu.UTF-8): A matematikai halmazok indexelésének általánosítása
1821Group: Applications/Publishing/TeX
6c82f497 1822Requires(post,postun): %{_bindir}/texhash
b4d68b39 1823Requires: %{name}-latex = %{epoch}:%{version}-%{release}
6c82f497
ZU
1824
1825%description latex-12many
1826Generalising mathematical index sets.
1827
1828%description latex-12many -l hu.UTF-8
1829A matematikai halmazok indexelésének általánosítása.
1830
a8b381b0
ZU
1831%package latex-abstract
1832Summary: Control the typesetting of the abstract environment
1833Summary(hu.UTF-8): Az "abstract" környezet szedésének irányítása
1834Group: Applications/Publishing/TeX
fe66da27 1835Requires(post,postun): %{_bindir}/texhash
b4d68b39 1836Requires: %{name}-latex = %{epoch}:%{version}-%{release}
a8b381b0
ZU
1837
1838%description latex-abstract
1839Control the typesetting of the abstract environment.
1840
1841%description latex-abstract -l hu.UTF-8
1842Az "abstract" környezet szedésének irányítása.
1843
f1f5d194
ZU
1844%package latex-accfonts
1845Summary: Utilities to derive new fonts from existing ones
1846Summary(hu.UTF-8): Eszközök új betűtípusok származtatására már létezőkből
1847Group: Applications/Publishing/TeX
1848Requires(post,postun): %{_bindir}/texhash
1849
1850%description latex-accfonts
1851Utilities to derive new fonts from existing ones.
1852
1853%description latex-accfonts -l hu.UTF-8
1854Eszközök új betűtípusok származtatására már létezőkből.
1855
e88b5dcf
ZU
1856%package latex-adrconv
1857Summary: BibTeX styles to implement an address database
1858Summary(hu.UTF-8): BibTeX stílusok cím-adatbázis megvalósításához
1859Group: Applications/Publishing/TeX
2fede27b 1860Requires(post,postun): %{_bindir}/texhash
78d53d8c 1861Requires: %{name}-latex = %{epoch}:%{version}-%{release}
e88b5dcf
ZU
1862
1863%description latex-adrconv
1864BibTeX styles to implement an address database.
1865
1866%description latex-adrconv -l hu.UTF-8
1867BibTeX stílusok cím-adatbázis megvalósításához.
1868
1869
d08789e0
ZU
1870%package latex-ae
1871Summary: Virtual fonts for PDF-files with T1 encoded CMR-fonts
1872Summary(pl.UTF-8): Wirtualne fonty dla plików PDF z fontami CMR o kodowaniu T1
1873Group: Applications/Publishing/TeX
1874Requires(post,postun): %{_bindir}/texhash
1875Requires: %{name}-fonts-ae = %{epoch}:%{version}-%{release}
1876Requires: %{name}-latex = %{epoch}:%{version}-%{release}
1877
1878%description latex-ae
1879A set of virtual fonts which emulates T1 coded fonts using the
1880standard CM fonts. The package is called AE fonts (for Almost
1881European). The main use of the package is to produce PDF files using
1882versions of the CM fonts instead of the bitmapped EC fonts.
1883
1884%description latex-ae -l pl.UTF-8
1885Zestaw wirtualnych fontów emulujących fonty o kodowaniu T1 przy użyciu
1886standardowych fontów CM. Ten pakiet został nazwany AE (Almost European
1887- prawie europejskie). Głównym przeznaczeniem tego pakietu jest
1888 produkowanie plików PDF przy użyciu wersji fontów CM zamiast
1889 bitmapowych fontów EC.
1890
1891%package latex-algorithms
1892Summary: Floating algorithm environment
1893Summary(pl.UTF-8): Pływające środowisko dla algorytmów
1894Group: Applications/Publishing/TeX
1895Requires(post,postun): /usr/bin/texhash
1896Requires: %{name}-latex = %{epoch}:%{version}-%{release}
1897
1898%description latex-algorithms
1899Defines a floating algorithm environment designed to work with the
1900algorithmic package.
1901
1902%description latex-algorithms -l pl.UTF-8
1903Pakiet definiujący pływające środowisko dla algorytmów zaprojektowane
1904do pracy z pakietem algorithmic.
1905
1906%package latex-ams
1907Summary: AMS math facilities for LaTeX
1908Summary(pl.UTF-8): Udogodnienia matematyczne AMS dla LaTeXa
1909Group: Applications/Publishing/TeX
1910Requires(post,postun): %{_bindir}/texhash
1911Requires: %{name}-fonts-ams = %{epoch}:%{version}-%{release}
1912Requires: %{name}-latex = %{epoch}:%{version}-%{release}
1913Obsoletes: tetex-latex-amscls
1914Obsoletes: tetex-latex-amsfonts
1915Obsoletes: tetex-latex-amsmath
1916
1917%description latex-ams
1918This package is the principal package in the AMS-LaTeX distribution.
1919It adapts for use in LaTeX most of the mathematical features found in
1920AMS-TeX.
1921
1922%description latex-ams -l pl.UTF-8
1923To jest główny pakiet dystrybucji AMS-LaTeX. Jest adaptacją większości
1924możliwości matematycznych AMS-TeXa do używania w LaTeXu.
1925
1926%package latex-antp
1927Summary: Antykwa Poltawskiego, a Type 1 family of Polish traditional type
1928Summary(pl.UTF-8): Antykwa Półtawskiego - rodzina tradycyjnych czcionek polskich jako Type 1
1929Group: Applications/Publishing/TeX
1930Requires(post,postun): %{_bindir}/texhash
1931Requires: %{name}-fonts-antp = %{epoch}:%{version}-%{release}
1932Requires: %{name}-latex = %{epoch}:%{version}-%{release}
1933
1934%description latex-antp
1935A replica of Antykwa Poltawskiego font in PostScript Type 1 format
1936- -- preliminary version. This font was designed in the 'twenties and
1937 the 'thirties of XX century by a Polish graphic artist and a
1938 typographer Adam Poltawski. It was widely used by Polish printing
1939 houses as long as metal types were in use (until ca the 'sixties).
1940 Perhaps the first complete font family programmed and parametrized in
1941 METAPOST.
1942
1943%description latex-antp -l pl.UTF-8
1944Wstępna wersja repliki kroju Antykwa Półtawskiego w formacie
1945PostScript Type 1. Ten krój został opracowany w latach 30-tych i
194640-tych XX wieku przez polskiego grafika i typografa Adama
1947Półtawskiego. Była szeroko używana przez polskie drukarnie dopóki
1948używano metalowych czcionek (do lat 60-tych). Prawdopodobnie pierwsza
1949kompletna rodzina fontów zaprogramowana i zparametryzowana w
1950METAPOSCIE.
1951
1952%package latex-antt
1953Summary: Antykwa Torunska, a Type 1 family of a Polish traditional type
1954Summary(pl.UTF-8): Antykwa Turuńska - rodzina tradycyjnych czcionek polskich jako Type 1
1955Group: Applications/Publishing/TeX
1956Requires(post,postun): %{_bindir}/texhash
1957Requires: %{name}-fonts-antt = %{epoch}:%{version}-%{release}
1958Requires: %{name}-latex = %{epoch}:%{version}-%{release}
1959
1960%description latex-antt
1961Antykwa Torunska is a serif font designed by the late Polish
1962typographer Zygfryd Gardzielewski, reconstructed and digitized as Type
19631.
1964
1965%description latex-antt -l pl.UTF-8
1966Antykwa Toruńska to krój szeryfowy opracowany niedawno przez polskiego
1967typografa Zygfryda Gardzielewskiego, zrekonstruowany i przerobiony na
1968postać cyfrową jako Type 1.
1969
e88b5dcf
ZU
1970%package latex-appendix
1971Summary: Extra control of appendices
1972Summary(hu.UTF-8): Az appendixek nagyobb irányítása
1973Group: Applications/Publishing/TeX
1974Requires(post,postun): %{_bindir}/texhash
78d53d8c 1975Requires: %{name}-latex = %{epoch}:%{version}-%{release}
e88b5dcf
ZU
1976
1977%description latex-appendix
1978Extra control of appendices.
1979
1980%description latex-appendix -l hu.UTF-8
1981Az appendixek nagyobb irányítása.
1982
b4d68b39
ZU
1983%package latex-backgammon
1984Summary: LaTeX package to documenting backgammon games
1985Summary(hu.UTF-8): LaTeX csomag backgammon játékok dokumentálására
1986Group: Applications/Publishing/TeX
1987Requires(post,postun): %{_bindir}/texhash
1988Requires: %{name}-latex = %{epoch}:%{version}-%{release}
1989
1990%description latex-backgammon
1991LaTeX package to documenting backgammon games.
1992
1993%description latex-backgammon -l hu.UTF-8
1994LaTeX csomag backgammon játékok dokumentálására
1995
d08789e0
ZU
1996%package latex-bbm
1997Summary: Blackboard variant fonts for Computer Modern, with LaTeX support
1998Summary(pl.UTF-8): Tablicowy wariant fontów Computer Modern z obsługą LaTeXa
1999Group: Applications/Publishing/TeX
2000Requires(post,postun): %{_bindir}/texhash
2001Requires: %{name}-fonts-bbm = %{epoch}:%{version}-%{release}
2002Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2003
2004%description latex-bbm
2005Blackboard variant fonts for Computer Modern, with LaTeX support.
2006
2007%description latex-bbm -l pl.UTF-8
2008Tablicowy wariant fontów Computer Modern z obsługą LaTeXa.
2009
6c82f497
ZU
2010%package latex-bardiag
2011Summary: LateX package for drawing bar diagrams
2012Summary(pl.UTF-8): LaTeX csomag oszlopdiagramok rajzolására
2013Group: Applications/Publishing/TeX
2014Requires(post,postun): %{_bindir}/texhash
2015
2016%description latex-bardiag
2017LateX package for drawing bar diagrams.
2018
2019%description latex-bardiag -l hu.UTF-8
2020LaTeX csomag oszlopdiagramok rajzolására.
2021
d08789e0
ZU
2022%package latex-bbold
2023Summary: Sans serif blackboard bold for LaTeX
2024Summary(pl.UTF-8): Tablicowy tłusty font sans serif dla LaTeXa
2025Group: Applications/Publishing/TeX
2026Requires(post,postun): %{_bindir}/texhash
2027Requires: %{name}-fonts-bbold = %{epoch}:%{version}-%{release}
2028Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2029
2030%description latex-bbold
2031A geometric sans serif blackboard bold font, for use in mathematics.
2032
2033%description latex-bbold -l pl.UTF-8
2034Geometryczny tablicowy tłusty font sans serif, do używania w
2035matematyce.
2036
2037%package latex-bibtex
2038Summary: Bibliography management for LaTeX
2039Summary(pl.UTF-8): Zarządzenie bibliografią dla LaTeXa
2040Group: Applications/Publishing/TeX
2041Requires(post,postun): %{_bindir}/texhash
2042Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2043Obsoletes: tetex-bibtex
2044Obsoletes: tetex-natbib
2045Obsoletes: tetex-rubibtex
2046
2047%description latex-bibtex
2048Bibliography management for LaTeX.
2049
2050%description latex-bibtex -l pl.UTF-8
2051Zarządzanie bibliografią dla LaTeXa.
2052
b4d68b39
ZU
2053%package latex-beamer
2054Summary: A LaTeX class for producing presentations and slides
2055Summary(hu.UTF-8): LaTeX dokumentumosztály prezentációk és fóliák készítéséhez
2056Group: Applications/Publishing/TeX
2057Requires(post,postun): %{_bindir}/texhash
2058Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2059
2060%description latex-beamer
2061A LaTeX class for producing presentations and slides.
2062
2063%description latex-beamer -l hu.UTF-8
2064LaTeX dokumentumosztály prezentációk és fóliák készítéséhez.
2065
2fede27b
ZU
2066%package latex-bezos
2067Summary: Packages by Javier Bezos (additional math tools)
2068Summary(hu.UTF-8): Javier Bezos csomagjai (további matematikai eszközök)
2069Group: Applications/Publishing/TeX
2070Requires(post,postun): %{_bindir}/texhash
78d53d8c 2071Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2fede27b
ZU
2072
2073%description latex-bezos
2074Packages by Javier Bezos (additional math tools).
2075
2076%description latex-bezos
2077Javier Bezos csomagjai (további matematikai eszközök).
2078
d08789e0
ZU
2079%package latex-bibtex-ams
2080Summary: BibTeX style files for American Mathematical Society publications
2081Summary(pl.UTF-8): Pliki stylów BibTeXa do publikacji American Mathematical Society
2082Group: Applications/Publishing/TeX
2083Requires(post,postun): %{_bindir}/texhash
2084Requires: %{name}-latex-ams = %{epoch}:%{version}-%{release}
2085Requires: %{name}-latex-bibtex = %{epoch}:%{version}-%{release}
2086Obsoletes: tetex-bibtex-ams
2087
2088%description latex-bibtex-ams
2089BibTeX style files for American Mathematical Society publications.
2090
2091%description latex-bibtex-ams -l pl.UTF-8
2092Pliki stylów BibTeXa do publikacji American Mathematical Society.
2093
2094%package latex-bibtex-dk
2095Summary: Danish variants of the standard BibTeX styles
2096Summary(pl.UTF-8): Duńskie warianty standardowych stylów BibTeXa
2097Group: Applications/Publishing/TeX
2098Requires(post,postun): /usr/bin/texhash
2099Requires: %{name}-latex-bibtex = %{epoch}:%{version}-%{release}
2100
2101%description latex-bibtex-dk
2102Dk-bib is a translation of the four standard BibTeX style files
2103(abbrv, alpha, plain and unsrt) into Danish. The files have been
2104extended with ISBN, ISSN and URL fields which can be enabled through a
2105LaTeX style file.
2106
2107%description latex-bibtex-dk -l pl.UTF-8
2108Dk-bib to tłumaczenie czterech standardowych plików stylów BibTeXa
2109(abbrv, alpha, plain i unsrt) na język duński. Pliki zostały
2110rozszerzone o pola ISBN, ISSN i URL, które można włączyć poprzez plik
2111stylu LaTeXa.
2112
2113%package latex-bibtex-nor
2114Summary: Norwegian variants of the standard BibTeX styles
2115Summary(pl.UTF-8): Norweskie warianty standardowych stylów BibTeXa
2116Group: Applications/Publishing/TeX
2117Requires(post,postun): /usr/bin/texhash
2118Requires: %{name}-latex-bibtex = %{epoch}:%{version}-%{release}
2119
2120%description latex-bibtex-nor
2121Norwegian variants of the standard BibTeX styles.
2122
2123%description latex-bibtex-nor -l pl.UTF-8
2124Norweskie warianty standardowych stylów BibTeXa.
2125
2126%package latex-bibtex-pl
2127Summary: Polish bibliography management for LaTeX
2128Summary(pl.UTF-8): Polska wersja zarządzania bibliografią dla LaTeXa
2129Group: Applications/Publishing/TeX
2130Requires(post,postun): %{_bindir}/texhash
2131Requires: %{name}-latex-bibtex = %{epoch}:%{version}-%{release}
2132Obsoletes: tetex-bibtex-plbib
2133
2134%description latex-bibtex-pl
2135Polish bibliography management for LaTeX.
2136
2137%description latex-bibtex-pl -l pl.UTF-8
2138Polska wersja zarządzania bibliografią dla LaTeXa.
2139
2140%package latex-bibtex-german
2141Summary: German variants of standard BibTeX styles
2142Summary(pl.UTF-8): Niemieckie wersje standardowych stylów BibTeXa
2143Group: Applications/Publishing/TeX
2144Requires(post,postun): %{_bindir}/texhash
2145Requires: %{name}-latex-bibtex = %{epoch}:%{version}-%{release}
2146Obsoletes: tetex-bibtex-germbib
2147
2148%description latex-bibtex-german
2149German variants of standard BibTeX styles.
2150
2151%description latex-bibtex-german -l pl.UTF-8
2152Niemieckie wersje standardowych stylów BibTeXa.
2153
2154%package latex-bibtex-revtex4
2155Summary: BibTeX styles for REVTeX4
2156Summary(pl.UTF-8): Style BibTeXa dla REVTeX4
2157Group: Applications/Publishing/TeX
2158Requires(post,postun): %{_bindir}/texhash
2159Requires: %{name} = %{epoch}:%{version}-%{release}
2160Obsoletes: tetex-bibtex-revtex4
2161
2162%description latex-bibtex-revtex4
2163BibTeX styles for REVTeX4.
2164
2165%description latex-bibtex-revtex4 -l pl.UTF-8
2166Style BibTeXa dla REVTeX4.
2167
2168%package latex-bibtex-jurabib
2169Summary: Extended BibTeX citation support for the humanities and legal texts
2170Summary(pl.UTF-8): Rozszerzona obsługa cytowania BibTeXa do tekstów humanistycznych i prawniczych
2171Group: Applications/Publishing/TeX
2172Requires(post,postun): %{_bindir}/texhash
2173Requires: %{name} = %{epoch}:%{version}-%{release}
2174Obsoletes: tetex-bibtex-jurabib
2175
2176%description latex-bibtex-jurabib
2177Extended BibTeX citation support for the humanities and legal texts.
2178
2179%description latex-bibtex-jurabib -l pl.UTF-8
2180Rozszerzona obsługa cytowania BibTeXa do tekstów humanistycznych i
2181prawniczych.
2182
33b3b483
ZU
2183%package latex-bibtex-styles
2184Summary: Various BibTeX styles
2185Summary(hu.UTF-8): Vegyes BibTeX stílusok
2186Group: Applications/Publishing/TeX
2187Requires(post,postun): %{_bindir}/texhash
2188Requires: %{name}-latex-bibtex = %{epoch}:%{version}-%{release}
2189
2190%description latex-bibtex-styles
2191Various BibTeX styles.
2192
2193%description latex-bibtex-styles -l hu.UTF-8
2194Vegyes BibTeX stílusok.
2195
435dbdfa
ZU
2196%package latex-bibtex-vancouver
2197Summary: Bibliographic style file for Biomedical Journals
b5f33174 2198Summary(hu.UTF-8): Irodalomjegyzék-stílus a Biomedical Journal-hoz
4224ae6d 2199Group: Applications/Publishing/TeX
435dbdfa 2200Requires(post,postun): %{_bindir}/texhash
33b3b483 2201Requires: %{name}-latex-bibtex = %{epoch}:%{version}-%{release}
435dbdfa 2202
b5f33174 2203%description latex-bibtex-vancouver
435dbdfa 2204Bibliographic style file for Biomedical Journals.
2fede27b 2205
b5f33174
ZU
2206%description latex-bibtex-vancouver -l hu.UTF-8
2207Irodalomjegyzék-stílus a Biomedical Journal-hoz.
2208
2fede27b
ZU
2209%package latex-booktabs
2210Summary: Publication quality tables in LaTeX
2211Summary(hu.UTF-8): Nyomdai minőségű táblázatok LaTeX-ben
2212Group: Applications/Publishing/TeX
2213Requires(post,postun): %{_bindir}/texhash
78d53d8c 2214Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2fede27b
ZU
2215
2216%description latex-booktabs
2217Publication quality tables in LaTeX.
2218
2219%description latex-booktabs -l hu.UTF-8
2220Nyomdai minőségű táblázatok LaTeX-ben.
2221
2222
2223%package latex-caption
2224Summary: Customising captions in floating environments
2225Summary(hu.UTF-8): Feliratok testreszabása úszó környezetekben
2226Group: Applications/Publishing/TeX
2227Requires(post,postun): %{_bindir}/texhash
78d53d8c 2228Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2fede27b
ZU
2229
2230%description latex-caption
2231Customising captions in floating environments.
2232
2233%description latex-caption -l hu.UTF-8
2234Feliratok testreszabása úszó környezetekben.
2235
d08789e0
ZU
2236%package latex-carlisle
2237Summary: Miscellaneous small packages by David Carlisle
2238Summary(pl.UTF-8): Różne małe pakiety autorstwa Davida Carlisle
2239Group: Applications/Publishing/TeX
2240Requires(post,postun): %{_bindir}/texhash
2241Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2242
2243%description latex-carlisle
2244Miscellaneous small packages by David Carlisle.
2245
2246%description latex-carlisle -l pl.UTF-8
2247Różne małe pakiety autorstwa Davida Carlisle.
2248
2249%package latex-ccfonts
2250Summary: Support for Concrete text and math fonts in LaTeX
2251Summary(pl.UTF-8): Obsługa fontów tekstowych i matematycznych Concrete w LaTeXu
2252Group: Applications/Publishing/TeX
2253Requires(post,postun): %{_bindir}/texhash
2254Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2255
2256%description latex-ccfonts
2257LaTeX font definition files for the Concrete fonts and a LaTeX package
2258for typesetting documents using Concrete as the default font family.
2259The files support OT1, T1, TS1, and Concrete math including AMS fonts
2260(Ulrik Vieth's concmath).
2261
2262%description latex-ccfonts -l pl.UTF-8
2263Pliki definicji fontów LaTeXowych dla fontów Concrete oraz pakiet
2264LaTeXa do składania dokumentów przy użyciu Concrete jako domyślnej
2265rodziny fontów. Pliki obsługują fonty OT1, T1, TS1 oraz matematyczny
2266Concrete wraz z AMS (concmath Ulrika Vietha).
2267
2268%package latex-cite
2269Summary: Supports compressed, sorted lists of numerical citations
2270Summary(pl.UTF-8): Obsługa kompresowanych, sortowanych list numerowanych cytatów
2271Group: Applications/Publishing/TeX
2272Requires(post,postun): %{_bindir}/texhash
2273Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2274
2275%description latex-cite
2276Supports compressed, sorted lists of numerical citations.
2277
2278%description latex-cite -l pl.UTF-8
2279Obsługa kompresowanych, sortowanych list numerowanych cytatów.
2280
2281%package latex-cmbright
2282Summary: Support for CM Bright fonts in LaTeX
2283Summary(pl.UTF-8): Obsługa fontów CM Bright w LaTeXu
2284Group: Applications/Publishing/TeX
2285Requires(post,postun): %{_bindir}/texhash
2286Requires: %{name}-fonts-cmbright = %{epoch}:%{version}-%{release}
2287Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2288
2289%description latex-cmbright
2290A family of sans serif fonts for TeX and LaTeX, based on Donald
2291Knuth's CM fonts. It comprises OT1, T1 and TS1 encoded text fonts of
2292various shapes as well as all the fonts necessary for mathematical
2293typesetting, incl. AMS symbols. This collection provides all the
2294necessary files for using the fonts with LaTeX.
2295
2296%description latex-cmbright -l pl.UTF-8
2297Rodzina fontów sans serif dla TeXa i LaTeXa, oparta na fontach CM
2298Donalda Knutha. Obejmuje fonty dla kodowań OT1, T1 i TS1 różnych
2299kształtów oraz fonty niezbędne do składu matematycznego, włącznie z
2300symbolami AMS. Ten zestaw dostarcza wszystkie niezbędne pliki do
2301używania fontów w LaTeXu.
2302
2fede27b
ZU
2303%package latex-comment
2304Summary: Selectively include/excludes portions of text
2305Summary(hu.UTF-8): A szöveg részeinek beillesztése/kihagyása
2306Group: Applications/Publishing/TeX
2307Requires(post,postun): %{_bindir}/texhash
78d53d8c 2308Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2fede27b
ZU
2309
2310%description latex-comment
2311Selectively include/excludes portions of text.
2312
2313%description latex-comment -l hu.UTF-8
2314A szöveg részeinek beillesztése/kihagyása.
2315
d08789e0
ZU
2316%package latex-concmath
2317Summary: LaTeX package and font definition files to access the Concrete math fonts
2318Summary(pl.UTF-8): Pakiet LaTeXa i pliki definicji fontów udostępniające fonty matematyczne Concrete
2319Group: Applications/Publishing/TeX
2320Requires(post,postun): %{_bindir}/texhash
2321Requires: %{name}-fonts-concmath = %{epoch}:%{version}-%{release}
2322Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2323
2324%description latex-concmath
2325LaTeX package and font definition files to access the Concrete math
2326fonts, which were derived from Computer Modern math fonts using
2327parameters from Concrete Roman text fonts.
2328
2329%description latex-concmath -l pl.UTF-8
2330Pakiet LaTeXa i pliki definicji fontów udostępniające fonty
2331matematyczne Concrete wywodzące się z fontów matematycznych Computer
2332Modern poprzez zastosowanie parametrów fontów tekstowych Concrete
2333Roman.
2334
2fede27b
ZU
2335%package latex-currvita
2336Summary: Typeset a curriculum vitae
2337Summary(hu.UTF-8): Önéletrajzok írása
2338Group: Applications/Publishing/TeX
2339Requires(post,postun): %{_bindir}/texhash
78d53d8c 2340Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2fede27b
ZU
2341
2342%description latex-currvita
2343Typeset a curriculum vitae.
2344
2345%description latex-currvita -l hu.UTF-8
2346Önéletrajzok írása.
2347
2348%package latex-curves
2349Summary: Curves for LaTeX picture environment
2350Summary(hu.UTF-8): Görbék LaTeX picture környezetébe
2351Group: Applications/Publishing/TeX
2352Requires(post,postun): %{_bindir}/texhash
78d53d8c 2353Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2fede27b
ZU
2354
2355%description latex-curves
2356Curves for LaTeX picture environment.
2357
2358%description latex-curves -l hu.UTF-8
2359Görbék LaTeX picture környezetébe.
2360
d08789e0
ZU
2361%package latex-custom-bib
2362Summary: Customized BibTeX styles for LaTeX
2363Summary(pl.UTF-8): Dostosowywanie stylów BibTeXa dla LaTeXa
2364Group: Applications/Publishing/TeX
2365Requires(post,postun): %{_bindir}/texhash
2366Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2367
2368%description latex-custom-bib
2369Package generating customized BibTeX bibliography styles from a
2370generic file using docstrip. Includes support for the Harvard style.
2371
2372%description latex-custom-bib -l pl.UTF-8
2373Pakiet generujący dostosowane style bibliografii BibTeXa z ogólnego
2374pliki przy użyciu docstrip. Zawiera obsługę stylu Harvard.
2375
2376%package latex-cyrillic
2377Summary: LaTeX Cyrillic support
2378Summary(pl.UTF-8): Obsługa cyrylicy dla LaTeXa
2379Group: Applications/Publishing/TeX
2380Requires(post,postun): %{_bindir}/texhash
2381Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2382
2383%description latex-cyrillic
2384LaTeX Cyrillic support.
2385
2386%description latex-cyrillic -l pl.UTF-8
2387Obsługa cyrylicy dla LaTeXa.
2388
b280f158
ZU
2389%package latex-dstroke
2390Summary: LaTeX doublestroke font
2391Summary(pl.UTF-8): Podwójnie kreślony font dla LaTeXa
2392Group: Applications/Publishing/TeX
2393Requires(post,postun): %{_bindir}/texhash
2394Requires: %{name}-fonts-dstroke = %{epoch}:%{version}-%{release}
2395Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2396
2397%description latex-dstroke
2398Doublestroke font for typesetting the mathematical symbols for the
2399natural numbers, whole numbers, rational numbers, real numbers and
2400complex numbers.
2401
2402%description latex-dstroke -l pl.UTF-8
2403Podwójnie kreślony font do składania symboli matematycznych liczb
2404naturalnych, całkowitych, wymiernych, rzeczywistych i zespolonych.
d08789e0 2405
60597425
ZU
2406%package latex-enumitem
2407Summary: A package to customize the three basic lists
2408Summary(hu.UTF-8): Egy csomag, amivel testreszabhatod a három alapvető listát
2409Group: Applications/Publishing/TeX
2410Requires(post,postun): %{_bindir}/texhash
78d53d8c 2411Requires: %{name}-latex = %{epoch}:%{version}-%{release}
60597425
ZU
2412
2413%description latex-enumitem
2414A package to customize the three basic lists (enumerate, itemize and
2415description).
2416
2417%description latex-enumitem
2418Egy csomag, amivel testreszabhatod a három alapvető listakörnyezetet
2419(enumerate, itemize, description).
2420
2b453bda
ZU
2421%package latex-exam
2422Summary: The exam document class attempts to make it easy for even a LaTeX novice to prepare exams
2423Summary(hu.UTF-8): Az exam dokumentumosztály segítségével könnyűvé válik LaTeX-ben a feladatsorok készítése
2424Group: Applications/Publishing/TeX
fe66da27 2425Requires(post,postun): %{_bindir}/texhash
78d53d8c 2426Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2b453bda
ZU
2427
2428%description latex-exam
2429The exam document class attempts to make it easy for even a LaTeX
2430novice to prepare exams.
2431
2432%description latex-exam -l hu.UTF-8
2433Az exam dokumentumosztály segítségével könnyűvé válik LaTeX-ben a
2434feladatsorok készítése.
2435
f1f5d194
ZU
2436%package latex-gbrief
2437Summary: Letter document class
2438Summary(hu.UTF-8): Levél dokumentumosztály
2439Group: Applications/Publishing/TeX
2440Requires(post,postun): %{_bindir}/texhash
2441Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2442
2443%description latex-gbrief
2444Letter document class.
2445
2446%description latex-gbrief -l hu.UTF-8
2447Levél dokumentumosztály.
2448
2b453bda 2449
d08789e0
ZU
2450%package latex-jknappen
2451Summary: Miscellaneous packages by Joerg Knappen
2452Summary(pl.UTF-8): Różne pakiety autorstwa Joerga Knappena
2453Group: Applications/Publishing/TeX
2454Requires(post,postun): %{_bindir}/texhash
2455Requires: %{name}-fonts-jknappen = %{epoch}:%{version}-%{release}
2456Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2457
2458%description latex-jknappen
2459Miscellaneous macros, mostly for making use of extra fonts, by Joerg
2460Knappen, including sgmlcmpt.
2461
2462%description latex-jknappen -l pl.UTF-8
2463Różne makra, głównie do używania dodatkowych fontów autorstwa Joerga
2464Knappena. Zawiera sgmlcmpt.
2465
d19eaaab
ZU
2466%package latex-keystroke
2467Summary: Graphical representation of keys on keyboard
2468Summary(hu.UTF-8): A billentyűk grafikus megjelenítése
2469Group: Applications/Publishing/TeX
2470Requires(post,postun): %{_bindir}/texhash
2471Requires: %{name}-latex
2472
2473%description latex-keystroke
2474Graphical representation of keys on keyboard.
2475
2476%description latex-keystroke -l hu.UTF-8
2477A billentyűk grafikus megjelenítése.
2478
2479
2480%package latex-labbook
2481Summary: Typeset laboratory journals
2482Summary(hu.UTF-8): Laborjegyzőkönyvek szedése
2483Group: Applications/Publishing/TeX
2484Requires(post,postun): %{_bindir}/texhash
2485Requires: %{name}-latex
2486
2487%description latex-labbook
2488Typeset laboratory journals.
2489
2490%description latex-labbook -l hu.UTF-8
2491Laborjegyzőkönyvek szedése.
2492
2493%package latex-lcd
2494Summary: Alphanumerical LCD-style displays
f65b3398 2495Summary(hu.UTF-8): Alfanumerikus LCD-szerű kijelzés
d19eaaab
ZU
2496Group: Applications/Publishing/TeX
2497Requires(post,postun): %{_bindir}/texhash
2498Requires: %{name}-latex
2499
2500%description latex-lcd
2501Alphanumerical LCD-style displays.
2502
2503%description latex-lcd -l hu.UTF-8
f65b3398 2504Alfanumerikus LCD-szerű kijelzés.
d19eaaab
ZU
2505
2506%package latex-leaflet
2507Summary: Create small handouts (flyers)
2508Summary(hu.UTF-8): Kis "kézikönyvek" készítése (brossúrák)
2509Group: Applications/Publishing/TeX
2510Requires(post,postun): %{_bindir}/texhash
2511Requires: %{name}-latex
2512
2513%description latex-leaflet
2514Create small handouts (flyers).
2515
2516%description latex-leaflet -l hu.UTF-8
2517Kis "kézikönyvek" készítése (brossúrák).
2518
f1f5d194
ZU
2519%package latex-leftidx
2520Summary: Left and right subscripts and superscripts in math mode
2521Summary(hu.UTF-8): Bal és jobboldali alsó és felső indexek matematikai módban
2522Group: Applications/Publishing/TeX
2523Requires(post,postun): %{_bindir}/texhash
2524Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2525
7b6c7caa
ZU
2526%description latex-leftidx
2527Left and right subscripts and superscripts in math mode.
2528
2529%description latex-leftidx -l hu.UTF-8
2530Bal és jobboldali alsó és felső indexek matematikai módban.
2531
d19eaaab
ZU
2532
2533%package latex-lewis
2534Summary: Draw Lewis structures (chemistry)
2535Summary(hu.UTF-8): Lewis struktúrák készítése (kémia)
2536Group: Applications/Publishing/TeX
2537Requires(post,postun): %{_bindir}/texhash
2538Requires: %{name}-latex
2539
2540%description latex-lewis
2541Draw Lewis structures (chemistry).
2542
2543%description latex-lewis -l hu.UTF-8
2544Lewis struktúrák készítése (kémia).
2545
d08789e0
ZU
2546%package latex-lm
2547Summary: LaTeX styles for Latin Modern family fonts
2548Summary(pl.UTF-8): Style LaTeXa dla fontów z rodziny Latin Modern
2549Group: Applications/Publishing/TeX
2550Requires(post,postun): /usr/bin/texhash
2551Requires: %{name}-fonts-lm = %{epoch}:%{version}-%{release}
2552Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2553
2554%description latex-lm
2555Latin Modern family of fonts, based on the Computer Modern fonts
2556released into public domain by AMS (copyright (C) 1997 AMS). Contain a
2557lot of additional characters, mainly accented ones, but not only.
2558There is a one set of PostScript fonts and four sets of TeX Font
2559Metric files, corresponding to: Cork encoding (cork-*.tfm); QX
2560encoding (qx-*.tfm); TeX'n'ANSI aka LY1 encoding (texnansi-*.tfm); and
2561Text Companion for EC fonts aka TS1 (ts1-*.tfm). It is presumed that a
2562potential user knows what to do with all these files. The author is
2563Boguslaw Jackowski.
2564
2565%description latex-lm -l pl.UTF-8
2566Rodzina fontów Latin Modern, oparta na fontach Computer Modern
2567przekazanych do domeny publicznej przez AMS (copyright (C) 1997 AMS).
2568Zawiera wiele dodatkowych znaków, głównie z akcentami, ale nie tylko.
2569Jest jeden zbiór fontów postscriptowych oraz cztery zbiory plików TeX
2570Font Metric, odpowiadających: kodowaniu Cork (cork-*.tfm); kodowaniu
2571QX (qx-*.tfm); kodowaniu TeX'n'ANSI zwanemu także LY1
2572(texnansi-*.tfm); oraz Text Companion dla fontów EC zwanemu także TS1
2573(ts1-*.tfm). Zakłada się, że potencjalny użytkownik wie, co zrobić z
2574tymi wszystkimi plikami. Autorem jest Bogusław Jackowski.
2575
a8b381b0
ZU
2576%package latex-lastpage
2577Summary: Reference last page for "Page N of M" type footers
2578Summary(hu.UTF-8): Az utolsó oldalra hivatkozás "N/M. oldal" típusú lábfejekhez
2579Group: Applications/Publishing/TeX
fe66da27 2580Requires(post,postun): %{_bindir}/texhash
a8b381b0
ZU
2581
2582%description latex-lastpage
2583Reference last page for Page N of M type footers.
2584
2585%description latex-lastpage -l hu.UTF-8
2586Az utolsó oldalra hivatkozás "N/M. oldal" típusú lábfejekhez.
2587
d08789e0
ZU
2588%package latex-lineno
2589Summary: Line numbers on paragraphs
2590Summary(pl.UTF-8): Numery linii dla paragrafów
2591Group: Applications/Publishing/TeX
2592Requires(post,postun): /usr/bin/texhash
2593Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2594
2595%description latex-lineno
2596The LaTeX package lineno.sty provides line numbers on paragraphs.
2597After TeX has broken a paragraph into lines there will be line numbers
2598attached to them, with the possibility to make references through the
2599LaTeX \ref, \pageref cross reference mechanism.
2600
2601%description latex-lineno -l pl.UTF-8
2602Pakiet LaTeXa lineno.sty daje numery linii dla paragrafów. Po podziale
2603paragrafu na linie przez TeXa do linii dołączane są ich numery z
2604możliwością tworzenia odnośników poprzez mechanizm odnośników LaTeXa
2605\ref i \pageref.
2606
d19eaaab
ZU
2607
2608%package latex-mathexam
2609Summary: Package for typesetting exams
2610Summary(hu.UTF-8): Vizsgák szedése
2611Group: Applications/Publishing/TeX
2612Requires(post,postun): %{_bindir}/texhash
2613Requires: %{name}-latex
2614
2615%description latex-mathexam
2616Package for typesetting exams.
2617
2618%description latex-mathexam -l hu.UTF-8
2619Vizsgák szedése.
2620
d08789e0
ZU
2621%package latex-microtype
2622Summary: An interface to the micro-typographic extensions of pdfTeX
2623Summary(pl.UTF-8): Interfejs do rozszerzeń mikrotypograficznych pdfTeXa
2624Group: Applications/Publishing/TeX
2625Requires(post,postun): /usr/bin/texhash
2626Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2627
2628%description latex-microtype
2629The `microtype' package provides a LaTeX interface to pdfTeX's
2630micro-typographic extensions: character protrusion and font expansion.
2631It allows to restrict character protrusion and/or font expansion to a
2632definable set of fonts, and to configure micro-typographic aspects of
2633the fonts in a straight-forward and flexible way. Settings for various
2634fonts are provided.
2635
2636%description latex-microtype -l pl.UTF-8
2637Pakiet microtype dodaje do LaTeXa mechanizm do rozszerzeń
2638mikrotypograficznych pdfTeXa: wysuwania znaków i rozszerzania fontów.
2639Pozwala ograniczyć wysuwanie znaku i/lub rozszerzanie fontu do
2640określonego zbioru fontów oraz skonfigurować mikrotypograficzne
2641aspekty fontów w prosty i elastyczny sposób. Dostarczone są ustawienia
2642dla różnych fontów.
2643
8ed039e0
ZU
2644%package latex-musictex
2645Summary: Typesetting music with TeX
2646Summary(hu.UTF-8): Zenék szedése TeX-hel
2647Group: Applications/Publishing/TeX
2648Requires(post,postun): %{_bindir}/texhash
2649Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2650
2651%description latex-musictex
2652Typesetting music with TeX.
2653
2654%description latex-musictex -l hu.UTF-8
2655Zenék szedése TeX-hel.
2656
d08789e0
ZU
2657%package latex-lucidabr
2658Summary: Package to make Lucida Bright fonts usable with LaTeX
2659Summary(pl.UTF-8): Pakiet umożliwiający używanie fontów Lucida Bright w LaTeXu
2660Group: Applications/Publishing/TeX
2661Requires(post,postun): %{_bindir}/texhash
2662Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2663
2664%description latex-lucidabr
2665Package to make Lucida Bright fonts usable with LaTeX.
2666
2667%description latex-lucidabr -l pl.UTF-8
2668Pakiet umożliwiający używanie fontów Lucida Bright w LaTeXu.
2669
2670%package latex-marvosym
2671Summary: Styles for Martin Vogel's Symbol (marvosym) font
2672Summary(pl.UTF-8): Style dla fontu Symbol Martina Vogela (marvosym)
2673Group: Applications/Publishing/TeX
2674Requires(post,postun): /usr/bin/texhash
2675Requires: %{name}-fonts-marvosym = %{epoch}:%{version}-%{release}
2676Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2677
2678%description latex-marvosym
2679Martin Vogel's Symbol (marvosym) font is a font containing: the Euro
2680currency symbol as defined by the European commission; Euro currency
2681symbols in typefaces Times, Helvetica and Courier; Symbols for
2682structural engineering; Symbols for steel cross-sections; Astronomy
2683signs (Sun, Moon, planets); The 12 signs of the zodiac; Scissor
2684symbols; CE sign and others.
2685
2686%description latex-marvosym -l pl.UTF-8
2687Font Martin Vogel's Symbol (marvosym) to font zawierający: symbol
2688waluty Euro zdefiniowany przez Komisję Europejską; symbole Euro w
2689krojach Times, Helvetica i Courier; symbole do inżynierii
2690strukturalnej; symbole do przekrojów stalowych; znaki astronomiczne
2691(Słońce, Księżyc, planety); 12 znaków Zodiaku; symbole nożyczek; znak
2692CE i inne.
2693
2694%package latex-mathpple
2695Summary: Use PostScript Palatino for typesetting maths
2696Summary(pl.UTF-8): Używanie postscriptowych fontów Palatino do składania wzorów matematycznych
2697Group: Applications/Publishing/TeX
2698Requires(post,postun): %{_bindir}/texhash
2699Requires: %{name}-fonts-adobe = %{epoch}:%{version}-%{release}
2700Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2701
2702%description latex-mathpple
2703The package defines the PostScript font family `Palatino' (ppl) as the
2704default roman font and then uses the `mathpple' fonts for typesetting
2705math. These virtual fonts have been created for typesetting math in a
2706style that suits the Palatino text fonts. The AMS fonts, when used
2707additionally, will be scaled to fit Palatino.
2708
2709%description latex-mathpple -l pl.UTF-8
2710Pakiet definiuje rodzinę fontów postscriptowych Palatino (ppl) jako
2711domyślny font roman i używa fontów mathpple do składania wzorów
2712matematycznych. Te wirtualne fonty zostały stworzone do składania
2713wzorów matematycznych w stylu pasującym do fontów tekstowych Palatino.
2714Fonty AMS, jeśli są dodatkowo używane, zostaną przeskalowane tak, by
2715pasować do Palatino.
2716
2717%package latex-mathtime
2718Summary: Mathtime fonts for LaTeX
2719Summary(pl.UTF-8): Fonty Mathtime dla LaTeXa
2720Group: Applications/Publishing/TeX
2721Requires(post,postun): %{_bindir}/texhash
2722Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2723
2724%description latex-mathtime
2725The Mathtime fonts have a number of characters remapped to positions
2726different from the ones normally used by the corresponding TeX
2727CM-fonts. For the symbol font ``operators'' the corresponding mathtime
2728style files use the Times Roman font (often called something like:
2729ptmr or ptmr7t or ptmrq).
2730
2731%description latex-mathtime -l pl.UTF-8
2732Fonty Mathtime zawierają wiele znaków przemapowanych na pozycje
2733różniące się od tych normalnie używanych w odpowiadających im TeXowych
2734fontach CM. Dla fontu symboli "operators" odpowiadający styl mathtime
2735używa fontu Times Roman (zazwyczaj nazywanego w stylu ptmr, ptmr7t lub
2736ptmrq).
2737
2738%package latex-mflogo
2739Summary: LaTeX support for MetaFont and logo fonts
2740Summary(pl.UTF-8): Obsługa LaTeXa dla MetaFonta i fontów logo
2741Group: Applications/Publishing/TeX
2742Requires(post,postun): %{_bindir}/texhash
2743Requires: %{name}-fonts-mflogo = %{epoch}:%{version}-%{release}
2744Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2745
2746%description latex-mflogo
2747LaTeX package and font definition file to access the Knuthian `logo'
2748fonts described in `The MetaFontbook' and the MetaFont and logos in
2749LaTeX documents.
2750
2751%description latex-mflogo -l pl.UTF-8
2752Pakiet LaTeXa i plik definicji fontów udostępniający fonty logo Knutha
2753opisane w "The MetaFontbook" oraz MetaFont i loga w dokumentach
2754LaTeXa.
2755
2756%package latex-mfnfss
2757Summary: Font description files to use extra fonts like yinit and ygoth
2758Summary(pl.UTF-8): Pliki opisów fontów udostępniające dodatkowe fonty, jak yinit i ygoth
2759Group: Applications/Publishing/TeX
2760Requires(post,postun): %{_bindir}/texhash
2761Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2762
2763%description latex-mfnfss
2764Font description files to use extra fonts like yinit and ygoth.
2765
2766%description latex-mfnfss -l pl.UTF-8
2767Pliki opisów fontów udostępniające dodatkowe fonty, jak yinit i ygoth.
2768
2769%package latex-minitoc
2770Summary: Produce a table of contents for each chapter
2771Summary(pl.UTF-8): Tworzenie spisów treści dla każdego rozdziału
2772Group: Applications/Publishing/TeX
2773Requires(post,postun): %{_bindir}/texhash
2774Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2775
2776%description latex-minitoc
2777Produce a table of contents for each chapter.
2778
2779%description latex-minitoc -l pl.UTF-8
2780Tworzenie spisów treści dla każdego rozdziału.
2781
2782%package latex-mltex
2783Summary: Support for MLTeX
2784Summary(pl.UTF-8): Wsparcie dla MLTeXa
2785Group: Applications/Publishing/TeX
2786Requires(post,postun): %{_bindir}/texhash
2787Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2788
2789%description latex-mltex
2790Support for MLTeX, the multilingual TeX extension from Michael J.
2791Ferguson.
2792
2793%description latex-mltex -l pl.UTF-8
2794Wsparcie dla MLTeXa - rozszerzenia TeXa z obsługą wielu języków,
2795autorstwa Michaela J. Fergusona.
2796
d34bfb7f
ZU
2797%package latex-multienum
2798Summary: Multi-column enumerated lists
2799Summary(hu.UTF-8): Többoszlopos számozott listák
2800Group: Applications/Publishing/TeX
2801Requires(post,postun): %{_bindir}/texhash
2802Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2803
2804%description latex-multienum
2805Multi-column enumerated lists.
2806
2807%description latex-multienum -l hu.UTF-8
2808Többoszlopos számozott listák.
2809
f1f5d194
ZU
2810
2811%package latex-moreverb
2812Summary: Extended verbatim
2813Summary(hu.UTF-8): Kiterjesztett verbatim
2814Group: Applications/Publishing/TeX
2815Requires(post,postun): %{_bindir}/texhash
2816Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2817
2818%description latex-moreverb
2819Extended verbatim.
2820
2821%description latex-moreverb -l hu.UTF-8
2822Kiterjesztett verbatim.
2823
a8b381b0
ZU
2824%package latex-ntheorem
2825Summary: Enhanced theorem environment
2826Summary(hu.UTF-8): Bővített tétel környezet
2827Group: Applications/Publishing/TeX
fe66da27 2828Requires(post,postun): %{_bindir}/texhash
78d53d8c 2829Requires: %{name}-latex = %{epoch}:%{version}-%{release}
a8b381b0
ZU
2830
2831%description latex-ntheorem
2832Enhanced theorem environment.
2833
2834%description latex-ntheorem -l hu.UTF-8
2835Bővített tétel környezet
2836
f65b3398
ZU
2837%package latex-other
2838Summary: Other LaTeX packages
2839Summary(hu.UTF-8): Néhány további LaTeX csomag
2840Group: Applications/Publishing/TeX
2841Requires(post,postun): %{_bindir}/texhash
2842Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2843
2844%description latex-other
2845Other LaTeX packages.
2846
2847%description latex-other -l hu.UTF-8
2848Néhány további LaTeX csomag.
2849
2850%package latex-other-doc
2851Summary: Other LaTeX packages documentation
2852Summary(hu.UTF-8): Néhány további LaTeX csomag dokumentációja
2853Group: Applications/Publishing/TeX
2854Requires(post,postun): %{_bindir}/texhash
2855Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2856
2857%description latex-other-doc
2858Other LaTeX packages documentation.
2859
2860%description latex-other-doc -l hu.UTF-8
2861Néhány további LaTeX csomag dokumentációja.
2862
d08789e0
ZU
2863%package latex-palatcm
2864Summary: Palatino + Computer Modern math fonts for LaTeX
2865Summary(pl.UTF-8): Fonty matematyczne Palatino i Computer Modern dla LaTeXa
2866Group: Applications/Publishing/TeX
2867Requires(post,postun): %{_bindir}/texhash
2868Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2869
2870%description latex-palatcm
2871Palatino + Computer Modern math fonts for LaTeX.
2872
2873%description latex-palatcm -l pl.UTF-8
2874Fonty matematyczne Palatino i Computer Modern dla LaTeXa.
2875
f65b3398
ZU
2876
2877%package latex-pdfslide
2878Summary: Presentation slides using pdftex
2879Summary(hu.UTF-8): Prezentáció készítése pdftex-hel
2880Group: Applications/Publishing/TeX
2881Requires(post,postun): %{_bindir}/texhash
2882Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2883
2884%description latex-pdfslide
2885Presentation slides using pdftex.
2886
2887%description latex-pdfslide -l hu.UTF-8
2888Prezentáció készítése pdftex-hel.
2889
03d9d5fa
ZU
2890%package latex-pgf
2891Summary: The TeX Portable Graphic Format
2892Summary(hu.UTF-8): TeX Portable Graphic Formátum
2893Summary(pl.UTF-8): Przenośny format grafiki dla TeXa
2894Group: Applications/Publishing/TeX
2895Requires(post,postun): %{_bindir}/texhash
03d9d5fa
ZU
2896Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2897Requires: %{name}-latex-xcolor = %{epoch}:%{version}-%{release}
33b3b483 2898Obsoletes: tetex-pgf
03d9d5fa
ZU
2899
2900%description latex-pgf
2901A macro package for creating graphics directly in TeX and LaTeX.
2902
2903%description latex-pgf -l hu.UTF-8
2904Makró csomag rajzok készítéséhez közvetlenül TeX-ben és LaTeX-ben.
2905
2906%description latex-pgf -l pl.UTF-8
2907Pakiet makr do tworzenia grafiki bezpośrednio z TeXa i LaTeXa.
2908
f65b3398
ZU
2909%package latex-polynom
2910Summary: Macros for manipulating polynomials
2911Summary(hu.UTF-8): Makrók polinomokkal való műveletekre
2912Group: Applications/Publishing/TeX
2913Requires(post,postun): %{_bindir}/texhash
2914Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2915
2916%description latex-polynom
2917Macros for manipulating polynomials.
2918
2919%description latex-polynom -l hu.UTF-8
2920Makrók polinomokkal való műveletekre.
2921
2922%package latex-polynomial
2923Summary: Typeset (univariate) polynomials
2924Summary(hu.UTF-8): Egyváltozós polinomok szedése
2925Group: Applications/Publishing/TeX
2926Requires(post,postun): %{_bindir}/texhash
2927Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2928
2929%description latex-polynomial
2930Typeset (univariate) polynomials.
2931
2932%description latex-polynomial -l hu.UTF-8
2933Egyváltozós polinomok szedése.
2934
b7b4a109
ZU
2935%package latex-prosper
2936Summary: LaTeX class for high quality slides
2937Summary(hu.UTF-8): LaTeX osztály jó minőségű fóliák készítéséhez
2938Group: Applications/Publishing/TeX
2939Requires(post,postun): %{_bindir}/texhash
2940Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2941
2942%description latex-prosper
2943LaTeX class for high quality slides.
2944
2945%description latex-prosper -l hu.UTF-8
2946LaTeX osztály jó minőségű fóliák készítéséhez.
2947
2948%package latex-pseudocode
2949Summary: LaTeX enviroment for specifying algorithms in a natural way
2950Summary(hu.UTF-8): LaTeX környezet algoritmusok bevitelére
2951Group: Applications/Publishing/TeX
2952Requires(post,postun): %{_bindir}/texhash
2953Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2954
2955%description latex-pseudocode
2956LaTeX enviroment for specifying algorithms in a natural way.
2957
2958%description latex-pseudocode -l hu.UTF-8
2959LaTeX környezet algoritmusok bevitelére.
2960
d08789e0
ZU
2961%package latex-psnfss
2962Summary: LaTeX font support for common PostScript fonts
2963Summary(pl.UTF-8): Obsługa popularnych fontów postscriptowych w LaTeXu
2964Group: Applications/Publishing/TeX
2965Requires(post,postun): %{_bindir}/texhash
2966Requires: %{name}-fonts-adobe = %{epoch}:%{version}-%{release}
2967Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2968Obsoletes: tetex-latex-mathptm
2969Obsoletes: tetex-latex-mathptmx
2970
2971%description latex-psnfss
2972LaTeX font definition files, macros and font metrics for common
2973PostScript fonts.
2974
2975%description latex-psnfss -l pl.UTF-8
2976LaTeXowe pliki definicji fontów, makra i metryki fontów dla
2977popularnych fontów postscriptowych.
2978
8efa6a9c
ZU
2979%package latex-pst-2dplot
2980Summary: A PSTricks package for drawing 2D curves
2981Summary(hu.UTF-8): PSTricks csomag kétdimenziós görbék rajzolásához
2982Group: Applications/Publishing/TeX
2983Requires(post,postun): %{_bindir}/texhash
2984Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
2985
2986%description latex-pst-2dplot
2987A PSTricks package for drawing 2D curves.
2988
2989%description latex-pst-2dplot -l hu.UTF-8
2990PSTricks csomag kétdimenziós görbék rajzolásához.
2991
2992%package latex-pst-3dplot
2993Summary: Draw 3d curves and graphs using PSTricks
2994Summary(hu.UTF-8): 3D-s görbék és grafikonok PSTricks-szel
2995Group: Applications/Publishing/TeX
2996Requires(post,postun): %{_bindir}/texhash
2997Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
2998
2999%description latex-pst-3dplot
3000Draw 3d curves and graphs using PSTricks.
3001
3002%description latex-pst-3dplot -l hu.UTF-8
30033D-s görbék és grafikonok PSTricks-szel.
3004
3005
3006%package latex-pst-bar
3007Summary: Produces bar charts using pstricks
3008Summary(hu.UTF-8): Oszlopdiagramok pstricks-szel
3009Group: Applications/Publishing/TeX
3010Requires(post,postun): %{_bindir}/texhash
3011Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3012
3013%description latex-pst-bar
3014Produces bar charts using pstricks.
3015
3016%description latex-pst-bar -l hu.UTF-8
3017Oszlopdiagramok pstricks-szel.
3018
3019%package latex-pst-circ
3020Summary: PSTricks package for drawing electric circuits
3021Summary(hu.UTF-8): PSTricks csomag elektromos áramkörök rajzolásához
3022Group: Applications/Publishing/TeX
3023Requires(post,postun): %{_bindir}/texhash
3024Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3025
3026%description latex-pst-circ
3027PSTricks package for drawing electric circuits.
3028
3029%description latex-pst-circ -l hu.UTF-8
3030PSTricks csomag elektromos áramkörök rajzolásához.
3031
3032%package latex-pst-diffraction
3033Summary: Print diffraction patterns from various apertures
3034Summary(hu.UTF-8): Diffrakciós képek különböző eszközökön
3035Group: Applications/Publishing/TeX
3036Requires(post,postun): %{_bindir}/texhash
3037Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3038
3039%description latex-pst-diffraction
3040Print diffraction patterns from various apertures.
3041
3042%description latex-pst-diffraction -l hu.UTF-8
3043Diffrakciós képek különböző eszközökön.
3044
b7b4a109
ZU
3045%package latex-pst-eucl
3046Summary: Euclidian geometry with pstricks
3047Summary(hu.UTF-8): Euklidészi geometria a pstricks használatával
3048Group: Applications/Publishing/TeX
3049Requires(post,postun): %{_bindir}/texhash
3050Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3051
3052%description latex-pst-eucl
3053Euclidian geometry with pstricks.
3054
3055%description latex-pst-eucl -l hu.UTF-8
3056Euklidészi geometria a pstricks használatával.
3057
8efa6a9c
ZU
3058
3059%package latex-pst-fun
3060Summary: Draw "funny" objects with PSTricks
3061Summary(hu.UTF-8): "Vicces" rajzok PSTricks-szel
3062Group: Applications/Publishing/TeX
3063Requires(post,postun): %{_bindir}/texhash
3064Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3065
3066%description latex-pst-fun
3067Draw "funny" objects with PSTricks.
3068
3069%description latex-pst-fun -l hu.UTF-8
3070"Vicces" rajzok PSTricks-szel
3071
3072%package latex-pst-func
3073Summary: PSTricks package for plotting mathematical functions
3074Summary(hu.UTF-8): PSTricks csomag matematikai függvények ábrázolásához
3075Group: Applications/Publishing/TeX
3076Requires(post,postun): %{_bindir}/texhash
3077Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3078
3079%description latex-pst-func
3080PSTricks package for plotting mathematical functions.
3081
3082%description latex-pst-eucl -l hu.UTF-8
3083PSTricks csomag matematikai függvények ábrázolásához.
3084
b7b4a109
ZU
3085%package latex-pst-fr3d
3086Summary: Draw 3-dimensional framed boxes using PSTricks
3087Summary(hu.UTF-8): Háromdimenziós dobozok PSTricks segítségével
3088Group: Applications/Publishing/TeX
3089Requires(post,postun): %{_bindir}/texhash
3090Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3091
3092%description latex-pst-fr3d
3093Draw 3-dimensional framed boxes using PSTricks.
3094
3095%description latex-pst-fr3d -l hu.UTF-8
3096Háromdimenziós dobozok PSTricks segítségével.
3097
3098%package latex-pst-fractal
3099Summary: Draw fractal sets using PSTricks
3100Summary(hu.UTF-8): Fraktálok rajzolása PSTricks segítségével
3101Group: Applications/Publishing/TeX
3102Requires(post,postun): %{_bindir}/texhash
3103Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3104
3105%description latex-pst-fractal
3106Draw fractal sets using PSTricks.
3107
3108%description latex-pst-fractal -l hu.UTF-8
3109Fraktálok rajzolása PSTricks segítségével.
3110
8efa6a9c
ZU
3111%package latex-pst-infixplot
3112Summary: Using pstricks plotting capacities with infix expressions rather than RPN
3113Summary(hu.UTF-8): Infix kifejezések ábrázolása
3114Group: Applications/Publishing/TeX
3115Requires(post,postun): %{_bindir}/texhash
3116Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3117
3118%description latex-pst-infixplot
3119Using pstricks plotting capacities with infix expressions rather than
3120RPN.
3121
3122%description latex-pst-infixplot -l hu.UTF-8
3123Infix kifejezések ábrázolása.
3124
3125%package latex-pst-math
3126Summary: Enhancement of PostScript math operators to use with pstricks
3127Summary(hu.UTF-8): PostScript matematikai operátorok bővítése pstricks-szel
3128Group: Applications/Publishing/TeX
3129Requires(post,postun): %{_bindir}/texhash
3130Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3131
3132%description latex-pst-math
3133Enhancement of PostScript math operators to use with pstricks.
3134
3135%description latex-pst-math -l hu.UTF-8
3136PostScript matematikai operátorok bővítése pstricks-szel.
3137
3138%package latex-pst-ob3d
3139Summary: Three dimensional objects using PSTricks
3140Summary(hu.UTF-8): Háromdimenziós objektumok PSTricks-szel
3141Group: Applications/Publishing/TeX
3142Requires(post,postun): %{_bindir}/texhash
3143Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3144
3145%description latex-pst-ob3d
3146Three dimensional objects using PSTricks.
3147
3148%description latex-pst-ob3d -l hu.UTF-8
3149Háromdimenziós objektumok PSTricks-szel.
3150
3151%package latex-pst-optexp
3152Summary: Drawing optical experimental setups
3153Summary(hu.UTF-8): Optikai összeállítások rajzolása
3154Group: Applications/Publishing/TeX
3155Requires(post,postun): %{_bindir}/texhash
3156Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3157
3158%description latex-pst-optexp
3159Drawing optical experimental setups.
3160
3161%description latex-pst-optexp -l hu.UTF-8
3162Optikai összeállítások rajzolása.
3163
3164%package latex-pst-optic
3165Summary: Drawing optics diagrams
3166Summary(hu.UTF-8): Optikai ábrák rajzolása
3167Group: Applications/Publishing/TeX
3168Requires(post,postun): %{_bindir}/texhash
3169Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3170
3171%description latex-pst-optic
3172Drawing optics diagrams.
3173
3174%description latex-pst-optic -l hu.UTF-8
3175Optikai ábrák rajzolása.
3176
3177%package latex-pst-text
3178Summary: Text and character manipulation in PSTricks
3179Summary(hu.UTF-8): Szöveg és karakter manipulációk PSTricks-szel
3180Group: Applications/Publishing/TeX
3181Requires(post,postun): %{_bindir}/texhash
3182Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3183
3184%description latex-pst-text
3185Text and character manipulation in PSTricks.
3186
3187%description latex-pst-text -l hu.UTF-8
3188Szöveg és karakter manipulációk PSTricks-szel.
3189
1024ab0e
ZU
3190%package latex-pst-uncategorized
3191Summary: Other uncategorized PSTricks packages
3192Summary(hu.UTF-8): Néhány kategorizálatlan PSTricks csomag
3193Group: Applications/Publishing/TeX
3194Requires(post,postun): %{_bindir}/texhash
3195Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3196
3197%description latex-pst-uncategorized
3198Other uncategorized PSTricks packages.
3199
3200%description latex-pst-uncategorized -l hu.UTF-8
3201Néhány kategorizálatlan PSTricks csomag.
3202
d08789e0
ZU
3203%package latex-pxfonts
3204Summary: PX fonts LaTeX support
3205Summary(pl.UTF-8): Obsługa fontów PX w LaTeXu
3206Group: Applications/Publishing/TeX
3207Requires(post,postun): %{_bindir}/texhash
3208Requires: %{name}-fonts-px = %{epoch}:%{version}-%{release}
3209Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3210
3211%description latex-pxfonts
3212PX fonts LaTeX support.
3213
3214%description latex-pxfonts -l pl.UTF-8
3215Obsługa fontów PX w LaTeXu.
3216
3217%package latex-qfonts
3218Summary: A collection of PostScript (Adobe Type 1) fonts in QX layout
3219Summary(pl.UTF-8): Zestaw fontów postscriptowych (Adobe Type 1) w układzie QX
3220Group: Applications/Publishing/TeX
3221Requires(post,postun): %{_bindir}/texhash
3222Requires: %{name}-fonts-qfonts = %{epoch}:%{version}-%{release}
3223Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3224
3225%description latex-qfonts
3226A collection of Type 1 fonts; include QuasiBookman, QuasiChancery,
3227QuasiCourier, QuasiPalatino, QuasiSwiss, QuasiSwissCondensed, and
3228QuasiTimes (regular, italic, bold and bold italic), based on URW++
3229fonts distributed with Ghostscript. The fonts are encoded according to
3230QX layout which facilitates multilingual and technical typesetting
3231using TeX, preserving usability in Windows applications.
3232
3233%description latex-qfonts -l pl.UTF-8
3234Zestaw fontów Type 1; zawiera QuasiBookman, QuasiChancery,
3235QuasiCourier, QuasiPalatino, QuasiSwiss, QuasiSwissCondensed oraz
3236QuasiTimes (zwykłe, pochyłe, tłuste i tłuste pochyłe), oparte na
3237fontach URW++ rozpowszechnianych z Ghostscriptem. Fonty są kodowane
3238zgodnie z układem QX, który ułatwia skład wielojęzyczny i techniczny w
3239TeXu, zachowując przydatność dla aplikacji windowsowych.
3240
6c82f497
ZU
3241%package latex-SIstyle
3242Summary: Package to typeset SI units, numbers and angles
3243Summary(hu.UTF-8): Csomag SI egységek, számok és szögek szedésére
3244Group: Applications/Publishing/TeX
6c82f497 3245Requires(post,postun): /usr/bin/texhash
b4d68b39 3246Requires: %{name}-latex-ams = %{epoch}:%{version}-%{release}
6c82f497
ZU
3247
3248%description latex-SIstyle
3249Package to typeset SI units, numbers and angles.
3250
3251%description latex-SIstyle -l hu.UTF-8
3252Csomag SI egységek, számok és szögek szedésére.
3127b522
ZU
3253
3254%package latex-SIunits
3255Summary: The SIunits package can be used to standardise the use of units in your writings
3256Summary(hu.UTF-8): Az SIunits csomag a mennyiségek egységes írásában nyújt segítséget
3257Group: Applications/Publishing/TeX
fe66da27 3258Requires(post,postun): /usr/bin/texhash
78d53d8c 3259Requires: %{name}-latex-ams = %{epoch}:%{version}-%{release}
3127b522
ZU
3260
3261%description latex-SIunits
2b453bda
ZU
3262The SIunits package can be used to standardise the use of units in
3263your writings.
3127b522
ZU
3264
3265%description latex-SIunits -l hu.UTF-8
3266Az SIunits csomag a mennyiségek egységes írásában nyújt segítséget.
3267
f65b3398
ZU
3268%package latex-siunitx
3269Summary: A comprehensive (SI) units package
3270Summary(hu.UTF-8): Egy minden részletre kiterjedő (SI) egységek kezelését végző csomag
3271Group: Applications/Publishing/TeX
3272Requires(post,postun): /usr/bin/texhash
3273Requires: %{name}-latex
3274
3275%description latex-siunitx
3276A comprehensive (SI) units package.
3277
3278%description latex-siunitx -l hu.UTF-8
3279Egy minden részletre kiterjedő (SI) egységek kezelését végző csomag.
3280
6c82f497
ZU
3281%package latex-Tabbing
3282Summary: Tabbing with accented letters
3283Summary(hu.UTF-8): Tabbing környezet ékezetes betűk használatával
3284Group: Applications/Publishing/TeX
3285Requires(post,postun): /usr/bin/texhash
3286
3287%description latex-Tabbing
3288Tabbing with accented letters.
3289
3290%description latex-Tabbing -l hu.UTF-8
3291Tabbing környezet ékezetes betűk használatával.
3127b522 3292
d08789e0
ZU
3293%package latex-urwvn
3294Summary: URWVN fonts
3295Summary(pl.UTF-8): Fonty URWVN
3296Group: Applications/Publishing/TeX
3297Requires(post,postun): /usr/bin/texhash
3298Requires: %{name}-fonts-urwvn = %{epoch}:%{version}-%{release}
3299Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3300
3301%description latex-urwvn
3302URWVN fonts.
3303
3304%description latex-urwvn -l pl.UTF-8
3305Fonty URWVN.
3306
3307%package latex-txfonts
3308Summary: TX fonts LaTeX support
3309Summary(pl.UTF-8): Obsługa fontów TX w LaTeXu
3310Group: Applications/Publishing/TeX
3311Requires(post,postun): %{_bindir}/texhash
3312Requires: %{name}-fonts-tx = %{epoch}:%{version}-%{release}
3313Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3314
3315%description latex-txfonts
3316TX fonts LaTeX support.
3317
3318%description latex-txfonts -l pl.UTF-8
3319Obsługa fontów TX w LaTeXu.
3320
7ea3a98b
ZU
3321%package latex-ucs
3322Summary: This package contains support for using UTF-8 as input encoding in LaTeX documents
3323Summary(hu.UTF-8): Ez a csomag lehetővé teszi UTF-8 kódolást a LaTeX dokumentumokban
d34bfb7f 3324Group: Applications/Publishing/TeX
7ea3a98b 3325Requires(post,postun): %{_bindir}/texhash
78d53d8c 3326Requires: %{name}-latex = %{epoch}:%{version}-%{release}
7ea3a98b
ZU
3327
3328%description latex-ucs
d34bfb7f
ZU
3329This package contains support for using UTF-8 as input encoding in
3330LaTeX documents.
7ea3a98b
ZU
3331
3332%description latex-ucs -l hu.UTF-8
3333Ez a csomag lehetővé teszi UTF-8 kódolást a LaTeX dokumentumokban.
3334
d08789e0
ZU
3335%package latex-umlaute
3336Summary: An interface to inputenc for using alternate input encodings
3337Summary(pl.UTF-8): Interfejs inputenc do używania alternatywnych kodowań wejściowych
3338Group: Applications/Publishing/TeX
3339Requires(post,postun): %{_bindir}/texhash
3340Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3341
3342%description latex-umlaute
3343An interface to inputenc for using alternate input encodings.
3344
3345%description latex-umlaute -l pl.UTF-8
3346Interfejs inputenc do używania alternatywnych kodowań wejściowych.
3347
3348%package latex-wasysym
3349Summary: Extra characters from the Waldis symbol fonts
3350Summary(pl.UTF-8): Dodatkowe znaki z fontów Waldis symbol
3351Group: Applications/Publishing/TeX
3352Requires(post,postun): %{_bindir}/texhash
3353Requires: %{name}-fonts-wasy = %{epoch}:%{version}-%{release}
3354Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3355
3356%description latex-wasysym
3357Makes some additional characters available that come from the wasy
3358fonts (Waldis symbol fonts). These fonts are not automatically
3359included in NFSS2/LaTeX2e since they take up important space and often
3360aren't necessary if one makes use of the packages amsfonts or amssymb.
3361Symbols include: join box, diamond, leadsto, sqsubset, lhd, rhd,
3362apple, ocircle invneg, logof, varint, male, female, phone, clock,
3363lightning, pointer, sun, bell, permil, smiley, various electrical
3364symbols, shapes, music notes, circles, signs, astronomy, etc.
3365
3366%description latex-wasysym -l pl.UTF-8
3367Pakiet udostępniający dodatkowe symbole pochodzące z fontów wasy
3368(Waldis symbol). Te fonty nie są automatycznie dołączane w
3369NFSS2/LaTeX2e, ponieważ zajmują miejsce i zazwyczaj nie są potrzebne
3370jeśli używa się pakietów amsfonts lub amssymb. Zestaw symboli zawiera
3371m.in.: symbole join box, diamond, leadsto, sqsubset, lhd, rhd, apple,
3372ocircle invneg, logof, varint, male, female, phone, clock, lightning,
3373pointer, sun, bell, permil, smiley oraz różne symbole elektryczne,
3374kształty, nuty, okręgi, znaki, symbole astronomiczne itp.
3375
03d9d5fa
ZU
3376%package latex-xcolor
3377Summary: Allows for access to color tints, shades, tones etc
3378Summary(hu.UTF-8): Hozzáférés színekhez, tónusokhoz, átmenetekhez, stb.
3379Summary(pl.UTF-8): Pozwala na dostęp do odcieni, gradientów itp.
3380Group: Applications/Publishing/TeX
3381Obsoletes: tetex-latex-xcolor
3382
3383%description
3384`xcolor' provides easy driver-independent access to several kinds of
3385color tints, shades, tones, and mixes of arbitrary colors. It allows
3386to select a document-wide target color model and offers tools for
3387automatic color schemes, conversion between eight color models, and
3388alternating table row colors.
3389
3390%description latex-xcolor -l hu.UTF-8
3391`xcolor' egy egyszerű meghajtó-független hozzáférést biztosít
3392színekhez, átmenetekhez, tónusokhóz, és a színek korlátlan
3393keverékéhez. Lehetőséged van a teljes dokumentumra érvényes szín
3394modell kiválasztásához és a színmodellek közötti konverzióra.
3395
3396%description latex-xcolor -l pl.UTF-8
3397`xcolor' dostarcza łatwego, niezależnego od urządzenia dostępu do
3398wielu rodzai cieniowania, tonów i połączeń dowolnych kolorów. Pozwala
3399na wybór modelu koloru dla całego dokumentu i oferuje narzędzia dla
3400schematów kolorów, konwersji między ośmioma modelami kolorów oraz
3401naprzemiennych kolorów w tabelach.
3402
d08789e0
ZU
3403%package format-latex
3404Summary: LaTeX macro package
3405Summary(pl.UTF-8): Pakiet makr LaTeX
3406Group: Applications/Publishing/TeX
3407Requires(post,postun): %{_bindir}/texhash
3408Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3409Obsoletes: hugelatex
3410
3411%description format-latex
3412LaTeX is a front end for the TeX text formatting system. Easier to use
3413than TeX, LaTeX is essentially a set of TeX macros which provide
3414convenient, predefined document formats for users.
3415
3416This package contains LaTeX format.
3417
3418%description format-latex -l pl.UTF-8
3419LaTeX jest frontendem do systemu formatującego tekst TeX. Jest
3420łatwiejszy w użyciu niż TeX. Jest właściwie zestawem makr TeXowych,
3421dających użytkownikom wygodne, predefiniowane formaty dokumentów.
3422
3423Ten pakiet zawiera format LaTeX.
3424
3425%package format-pdflatex
3426Summary: PDF LaTeX macro package
3427Summary(pl.UTF-8): Pakiet makr PDF LaTeX
3428Group: Applications/Publishing/TeX
3429Requires(post,postun): %{_bindir}/texhash
3430Requires: %{name}-fonts-jknappen = %{epoch}:%{version}-%{release}
3431Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3432Requires: %{name}-latex-psnfss = %{epoch}:%{version}-%{release}
3433Requires: %{name}-metafont = %{epoch}:%{version}-%{release}
3434Requires: %{name}-pdftex = %{epoch}:%{version}-%{release}
3435
3436%description format-pdflatex
3437LaTeX is a front end for the TeX text formatting system. Easier to use
3438than TeX, LaTeX is essentially a set of TeX macros which provide
3439convenient, predefined document formats for users.
3440
3441This package contains PDF LaTeX format.
3442
3443%description format-pdflatex -l pl.UTF-8
3444LaTeX jest frontendem do systemu formatującego tekst TeX. Jest
3445łatwiejszy w użyciu niż TeX. Jest właściwie zestawem makr TeXowych,
3446dających użytkownikom wygodne, predefiniowane formaty dokumentów.
3447
3448Ten pakiet zawiera format PDF LaTeX.
3449
3450# PLaTeX format
3451
3452%package platex
3453Summary: PLaTeX format basic files
3454Summary(pl.UTF-8): Podstawowe pliki dla formatu PLaTeX
3455Group: Applications/Publishing/TeX
3456Requires(post,postun): %{_bindir}/texhash
3457Requires: %{name}-fonts-pl = %{epoch}:%{version}-%{release}
3458Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3459
3460%description platex
3461PLaTeX format basic files.
3462
3463%description platex -l pl.UTF-8
3464Podstawowe pliki dla formatu PLaTeX.
3465
3466%package format-platex
3467Summary: PLaTeX format
3468Summary(pl.UTF-8): Format PLaTeX
3469Group: Applications/Publishing/TeX
3470Requires(post,postun): %{_bindir}/texhash
3471Requires: %{name}-platex = %{epoch}:%{version}-%{release}
3472
3473%description format-platex
3474PLaTeX format.
3475
3476%description format-platex -l pl.UTF-8
3477Format PLaTeX.
3478
3479%package format-pdfplatex
3480Summary: PDF PLaTeX format
3481Summary(pl.UTF-8): Format PDF PLaTeX
3482Group: Applications/Publishing/TeX
3483Requires(post,postun): %{_bindir}/texhash
3484Requires: %{name}-fonts-type1-pl = %{epoch}:%{version}-%{release}
3485Requires: %{name}-pdftex = %{epoch}:%{version}-%{release}
3486Requires: %{name}-platex = %{epoch}:%{version}-%{release}
3487
3488%description format-pdfplatex
3489PDF PLaTeX format.
3490
3491%description format-pdfplatex -l pl.UTF-8
3492Format PDF PLaTeX.
3493
3494# # TeX generic macros #
3495
3496%package tex-babel
3497Summary: Multilingual support for TeX
3498Summary(pl.UTF-8): Obsługa wielu języków dla TeXa
3499Group: Applications/Publishing/TeX
3500Requires(post,postun): %{_bindir}/texhash
3501Requires: %{name} = %{epoch}:%{version}-%{release}
3502
3503%description tex-babel
3504Multilingual support for TeX.
3505
3506%description tex-babel -l pl.UTF-8
3507Obsługa wielu języków dla TeXa.
3508
3509%package tex-german
3510Summary: Supports the new German orthography (neue deutsche Rechtschreibung)
3511Summary(pl.UTF-8): Obsługa nowej ortografii niemieckiej (neue deutsche Rechtschreibung)
3512Group: Applications/Publishing/TeX
3513Requires(post,postun): %{_bindir}/texhash
3514Requires: %{name} = %{epoch}:%{version}-%{release}
3515
3516%description tex-german
3517Supports the new German orthography (neue deutsche Rechtschreibung).
3518
3519%description tex-german -l pl.UTF-8
3520Obsługa nowej ortografii niemieckiej (neue deutsche Rechtschreibung).
3521
3522%package tex-mfpic
3523Summary: Macros which generate Metafont or Metapost for drawing pictures
3524Summary(pl.UTF-8): Makra generujące Metafont lub Metapost do rysowania obrazków
3525Group: Applications/Publishing/TeX
3526Requires(post,postun): %{_bindir}/texhash
3527Requires: %{name} = %{epoch}:%{version}-%{release}
3528
3529%description tex-mfpic
3530Macros which generate Metafont or Metapost for drawing pictures.
3531
3532%description tex-mfpic -l pl.UTF-8
3533Makra generujące Metafont lub Metapost do rysowania obrazków.
3534
3535%package tex-misc
3536Summary: Miscellaneous TeX macros
3537Summary(pl.UTF-8): Różne makra TeXowe
3538Group: Applications/Publishing/TeX
3539Requires(post,postun): %{_bindir}/texhash
3540Requires: %{name} = %{epoch}:%{version}-%{release}
3541Obsoletes: tetex-tex-eijkhout
3542
3543%description tex-misc
3544Miscellaneous TeX macros.
3545
3546%description tex-misc -l pl.UTF-8
3547Różne makra TeXowe.
3548
3549%package tex-pictex
3550Summary: Picture drawing macros for TeX and LaTeX
3551Summary(pl.UTF-8): Makra do rysowania obrazków dla TeXa i LaTeXa
3552Group: Applications/Publishing/TeX
3553Requires(post,postun): %{_bindir}/texhash
3554Requires: %{name} = %{epoch}:%{version}-%{release}
3555
3556%description tex-pictex
3557Picture drawing macros for TeX and LaTeX.
3558
3559%description tex-pictex -l pl.UTF-8
3560Makra do rysowania obrazków dla TeXa i LaTeXa.
3561
3562%package tex-pstricks
3563Summary: PostScript macros for TeX
3564Summary(pl.UTF-8): Makra postscriptowe dla TeXa
3565Group: Applications/Publishing/TeX
3566Requires(post,postun): %{_bindir}/texhash
188cb15d 3567Requires: %{name}-tex-misc = %{epoch}:%{version}-%{release}
d08789e0
ZU
3568
3569%description tex-pstricks
3570An extensive collection of PostScript macros that is compatible with
3571most TeX macro packages, including Plain TeX, LaTeX, AMS-TeX, and
3572AMS-LaTeX. Included are macros for color, graphics, pie charts,
3573rotation, trees and overlays. It has many special features, including:
3574a wide variety of graphics (picture drawing) macros, with a flexible
3575interface and with color support. There are macros for coloring or
3576shading the cells of tables.
3577
3578%description tex-pstricks -l pl.UTF-8
3579Duży zestaw makr postscriptowych kompatybilny z większością pakietów
3580makr TeXowych, w tym: Plain TeX, LaTeX, AMS-TeX i AMS-LaTeX. Załączono
3581makra obsługujące kolory, grafikę, wykresy kołowe, obroty, drzewa i
3582nakładanie. Mają wiele możliwości, w tym dużo makr graficznych (do
3583rysowania obrazków) z elastycznym interfejsem i obsługą koloru. Są też
3584makra do kolorowania lub cieniowania komórek tabel.
3585
3586%package tex-qpx
3587Summary: QuasiPalatino and PX fonts typesetting support
3588Summary(pl.UTF-8): Wsparcie dla składu fontami QuasiPalatino i PX
3589Group: Applications/Publishing/TeX
3590Requires(post,postun): %{_bindir}/texhash
3591Requires: %{name} = %{epoch}:%{version}-%{release}
3592Requires: %{name}-fonts-qpx = %{epoch}:%{version}-%{release}
3593
3594%description tex-qpx
3595QuasiPalatino and PX fonts typesetting support.
3596
3597%description tex-qpx -l pl.UTF-8
3598Wsparcie dla składu fontami QuasiPalatino i PX.
3599
31bd2c4a 3600%package tex-qpxqtx
d08789e0
ZU
3601Summary: QuasiTimes and TX fonts typesetting support
3602Summary(pl.UTF-8): Wsparcie dla składu fontami QuasiTimes i TX
3603Group: Applications/Publishing/TeX
3604Requires(post,postun): %{_bindir}/texhash
3605Requires: %{name} = %{epoch}:%{version}-%{release}
31bd2c4a 3606Requires: %{name}-fonts-qpxqtx = %{epoch}:%{version}-%{release}
d08789e0 3607
31bd2c4a 3608%description tex-qpxqtx
d08789e0
ZU
3609QuasiTimes and TX fonts typesetting support.
3610
31bd2c4a 3611%description tex-qpxqtx -l pl.UTF-8
d08789e0
ZU
3612Wsparcie dla składu fontami QuasiTimes i TX.
3613
3614%package tex-ruhyphen
3615Summary: Russian hyphenation
3616Summary(pl.UTF-8): Rosyjskie reguły przenoszenia wyrazów
3617Group: Applications/Publishing/TeX
3618Requires(post,postun): %{_bindir}/texhash
3619Requires: %{name} = %{epoch}:%{version}-%{release}
3620
3621%description tex-ruhyphen
3622A collection of Russian hyphenation patterns supporting a number of
3623Cyrillic font encodings, including T2, UCY (Omega Unicode Cyrillic),
3624LCY, LWN (OT2), and koi8-r.
3625
3626%description tex-ruhyphen -l pl.UTF-8
3627Zestaw rosyjskich wzorców przenoszenia wyrazów obsługujący wiele
3628kodowań fontów w cyrylicy, włącznie z T2, UCY (Omega Unicode
3629Cyrillic), LCY, LWN (OT2) i koi8-r.
3630
3631%package tex-spanish
3632Summary: Various TeX related files for typesetting documents written in Spanish
3633Summary(pl.UTF-8): Różne pliki TeXowe służące do składu dokumentów w języku hiszpańskim
3634Group: Applications/Publishing/TeX
3635Requires(post,postun): %{_bindir}/texhash
3636Requires: %{name} = %{epoch}:%{version}-%{release}
3637Obsoletes: tetex-tex-spanishb
3638
3639%description tex-spanish
3640Various TeX related files for typesetting documents written in
3641Spanish, including hyphenation and dictionaries.
3642
3643%description tex-spanish -l pl.UTF-8
3644Różne pliki TeXowe służące do składu dokumentów napisanych w języku
3645hiszpańskim - w tym reguły przenoszenia wyrazów i słowniki.
3646
3647%package tex-texdraw
3648Summary: Graphical macros, using embedded PostScript
3649Summary(pl.UTF-8): Makra graficzne używające osadzanego PostScriptu
3650Group: Applications/Publishing/TeX
3651Requires(post,postun): %{_bindir}/texhash
3652Requires: %{name} = %{epoch}:%{version}-%{release}
3653
3654%description tex-texdraw
3655Graphical macros, using embedded PostScript.
3656
3657%description tex-texdraw -l pl.UTF-8
3658Makra graficzne używające osadzanego PostScriptu.
3659
3660%package tex-thumbpdf
3661Summary: Thumbnails for PDFTeX and dvips/ps2pdf
3662Summary(pl.UTF-8): Ikonki dla PDFTeXa i dvips/ps2pdf
3663Group: Applications/Publishing/TeX
3664Requires(post,postun): %{_bindir}/texhash
3665Requires: %{name} = %{epoch}:%{version}-%{release}
3666
3667%description tex-thumbpdf
3668Provides support, using Perl, for thumbnails in pdfTeX and
3669dvips/ps2pdf, using ghostscript to generate the thumbnails which get
3670represented in a TeX readable file that is read by the package
3671thumbpdf.sty to automatically include the thumbnails. Works with both
3672plain TeX and LaTeX.
3673
3674%description tex-thumbpdf -l pl.UTF-8
3675Pakiet przy pomocy Perla dodaje ikonki w pdfTeXu i dvips/ps2pdf przy
3676użyciu ghostscripta. Ikonki są reprezentowane w pliku czytanym przez
3677TeXa, który jest wywoływany z thumbpdf.sty, aby automatycznie dołączyć
3678ikonki. Działa z formatami plain TeX i LaTeX.
3679
3680%package tex-ukrhyph
3681Summary: Ukranian hyphenation
3682Summary(pl.UTF-8): Ukraińskie zasady przenoszenia wyrazów
3683Group: Applications/Publishing/TeX
3684Requires(post,postun): %{_bindir}/texhash
3685Requires: %{name} = %{epoch}:%{version}-%{release}
3686
3687%description tex-ukrhyph
3688This package allows the use of different hyphenation patterns for the
3689Ukrainian language for various Cyrillic font encodings. Contains
3690packages implementing traditional rules, modern rules, and combined
3691English-Ukrainian hyphenation.
3692
3693%description tex-ukrhyph -l pl.UTF-8
3694Ten pakiet pozwala na używanie różnych wzorców przenoszenia wyrazów
3695dla języka ukraińskiego z różnymi kodowaniami fontów z cyrylicą.
3696Zawiera pakiety z implementacją reguł tradycyjnych, współczesnych i
3697łączonych angielsko-ukraińskich.
3698
e67df411
ZU
3699%package latex-variations
3700Summary: Typeset tables of variations of functions
3701Group: Applications/Publishing/TeX
3702Requires(post,postun): %{_bindir}/texhash
3703Requires: %{name} = %{epoch}:%{version}-%{release}
3704
3705%description latex-variations
3706Typeset tables of variations of functions.
3707
d08789e0
ZU
3708%package latex-vietnam
3709Summary: Vietnamese language support
3710Summary(pl.UTF-8): Wsparcie dla języka wietnamskiego
3711Group: Applications/Publishing/TeX
3712Requires(post,postun): %{_bindir}/texhash
3713Requires: %{name} = %{epoch}:%{version}-%{release}
3714Obsoletes: tetex-tex-vietnam
3715
3716%description latex-vietnam
3717Vietnamese language support.
3718
3719%description latex-vietnam -l pl.UTF-8
3720Wsparcie dla języka wietnamskiego.
3721
3722%package tex-xypic
3723Summary: Package for typesetting a variety of graphs and diagrams with TeX
3724Summary(pl.UTF-8): Pakiet do składania w TeXu różnych wykresów i diagramów
3725Group: Applications/Publishing/TeX
3726Requires(post,postun): %{_bindir}/texhash
3727Requires: %{name} = %{epoch}:%{version}-%{release}
3728Requires: %{name}-fonts-xypic = %{epoch}:%{version}-%{release}
3729
3730%description tex-xypic
3731A package for typesetting a variety of graphs and diagrams with TeX.
3732Xy-pic works with most formats (including LaTeX, AMS-LaTeX, AMS-TeX,
3733and plain TeX), in particular Xy-pic is provided as a LaTeX2e
3734`supported package'.
3735
3736%description tex-xypic -l pl.UTF-8
3737Pakiet do składania w TeXu różnych wykresów i diagramów. Xy-pic działa
3738z większością formatów (w tym LaTeX, AMS-LaTeX, AMS-TeX i plain TeX),
3739w szczególności jest dołączany jako "wspierany pakiet" LaTeX2e.
3740
3741%package tex-xkeyval
3742Summary: Extension to keyval package
3743Summary(pl.UTF-8): Rozszerzenie do pakietu keyval
3744Group: Applications/Publishing/TeX
3745Requires(post,postun): /usr/bin/texhash
3746Requires: %{name} = %{epoch}:%{version}-%{release}
3747
3748%description tex-xkeyval
3749Extension to keyval package.
3750
3751%description tex-xkeyval -l pl.UTF-8
3752Rozszerzenie do pakietu keyval.
3753
3754%package dirs-fonts
3755Summary: TeX font directories
3756Summary(pl.UTF-8): Katalogi fontów TeXa
3757Group: Fonts
5ff30b02 3758Obsoletes: tetex-dirs-fonts
d08789e0
ZU
3759
3760%description dirs-fonts
3761TeX font directories.
3762
3763%description dirs-fonts -l pl.UTF-8
3764Katalogi fontów TeXa.
3765
3766# # Fonts packages #
3767
3768%package fonts-adobe
3769Summary: Adobe fonts
3770Summary(pl.UTF-8): Fonty Adobe
3771Group: Fonts
78d53d8c 3772Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
3773
3774%description fonts-adobe
3775Adobe fonts.
3776
3777%description fonts-adobe -l pl.UTF-8
3778Fonty Adobe.
3779
3780%package fonts-ae
3781Summary: Virtual fonts for PDF-files with T1 encoded CMR-fonts
3782Summary(pl.UTF-8): Wirtualne fonty do plików PDF z fontami CMR o kodowaniu T1
3783Group: Fonts
78d53d8c 3784Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
3785
3786%description fonts-ae
3787Virtual fonts for PDF-files with T1 encoded CMR-fonts.
3788
3789%description fonts-ae -l pl.UTF-8
3790Wirtualne fonty do plików PDF z fontami CMR o kodowaniu T1.
3791
3792%package fonts-ams
3793Summary: AMS fonts
3794Summary(pl.UTF-8): Fonty AMS
3795Group: Fonts
78d53d8c 3796Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
3797
3798%description fonts-ams
3799AMS fonts.
3800
3801%description fonts-ams -l pl.UTF-8
3802Fonty AMS.
3803
3804%package fonts-antp
3805Summary: Antykwa Poltawskiego, a Type 1 family of Polish traditional type
3806Summary(pl.UTF-8): Antykwa Półtawskiego - rodzina tradycyjnych polskich czcionek jako Type 1
3807Group: Fonts
78d53d8c 3808Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
3809
3810%description fonts-antp
3811Antykwa Poltawskiego, a Type 1 family of Polish traditional type.
3812
3813%description fonts-antp -l pl.UTF-8
3814Antykwa Półtawskiego - rodzina tradycyjnych polskich czcionek jako
3815Type 1.
3816
3817%package fonts-antt
3818Summary: Antykwa Torunska, a Type 1 family of a Polish traditional type
3819Summary(pl.UTF-8): Antykwa Toruńska - rodzina tradycyjnych polskich czcionek jako Type 1
3820Group: Fonts
78d53d8c 3821Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
3822
3823%description fonts-antt
3824Antykwa Torunska, a Type 1 family of a Polish traditional type.
3825
3826%description fonts-antt -l pl.UTF-8
3827Antykwa Toruńska - rodzina tradycyjnych polskich czcionek jako Type 1.
3828
5bc70a92
MB
3829%package fonts-arphic
3830Summary: Arphic fonts
3831Group: Fonts
3832Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3833
3834%description fonts-arphic
3835Arphic fonts.
3836
d08789e0
ZU
3837%package fonts-bbm
3838Summary: Blackboard variant fonts for Computer Modern, with LaTeX support
3839Summary(pl.UTF-8): Tablicowy wariant fontów Computer Modern ze wsparciem dla LaTeXa
3840Group: Fonts
78d53d8c 3841Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
3842
3843%description fonts-bbm
3844Blackboard variant fonts for Computer Modern, with LaTeX support.
3845
3846%description fonts-bbm -l pl.UTF-8
3847Tablicowy wariant fontów Computer Modern ze wsparciem dla LaTeXa.
3848
3849%package fonts-bbold
3850Summary: Sans serif blackboard bold for LaTeX
3851Summary(pl.UTF-8): Tablicowy tłusty font sans serif dla LaTeXa
3852Group: Fonts
78d53d8c 3853Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
3854
3855%description fonts-bbold
3856Sans serif blackboard bold for LaTeX.
3857
3858%description fonts-bbold -l pl.UTF-8
3859Tablicowy tłusty font sans serif dla LaTeXa.
3860
b280f158
ZU
3861%package fonts-bh
3862Summary: Bold & Heavy Fonts
3863Summary(pl.UTF-8): Fonty Bold i Heavy
3864Group: Fonts
78d53d8c 3865Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0 3866
b280f158
ZU
3867%description fonts-bh
3868Bold & Heavy Fonts.
d08789e0 3869
b280f158
ZU
3870%description fonts-bh -l pl.UTF-8
3871Fonty Bold i Heavy.
d08789e0
ZU
3872
3873%package fonts-bitstream
3874Summary: Bitstream fonts
3875Summary(pl.UTF-8): Fonty Bitstream
3876Group: Fonts
78d53d8c 3877Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
3878Obsoletes: tetex-fonts-bitstrea
3879
3880%description fonts-bitstream
3881Bitstream fonts.
3882
3883%description fonts-bitstream -l pl.UTF-8
3884Fonty Bitstream.
3885
3886%package fonts-cbgreek
3887Summary: Complete set of Greek fonts
3888Summary(pl.UTF-8): Pełny zestaw fontów greckich
3889Group: Fonts
78d53d8c 3890Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
3891
3892%description fonts-cbgreek
3893Complete set of Greek fonts.
3894
3895%description fonts-cbgreek -l pl.UTF-8
3896Pełny zestaw fontów greckich.
3897
3898%package fonts-cc-pl
3899Summary: Polish version of Computer Concrete fonts
3900Summary(pl.UTF-8): Polska wersja fontów Computer Concrete
3901Group: Fonts
78d53d8c 3902Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
3903
3904%description fonts-cc-pl
3905Polish version of Computer Concrete fonts.
3906
3907%description fonts-cc-pl -l pl.UTF-8
3908Polska wersja fontów Computer Concrete.
3909
3910%package fonts-cg
3911Summary: Compugraphic fonts
3912Summary(pl.UTF-8): Fonty Compugraphic
3913Group: Fonts
78d53d8c 3914Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
3915
3916%description fonts-cg
3917Compugraphic fonts.
3918
3919%description fonts-cg -l pl.UTF-8
3920Fonty Compugraphic.
3921
3922%package fonts-cm
3923Summary: Computer Modern fonts
3924Summary(pl.UTF-8): Fonty Computer Modern
3925Group: Fonts
78d53d8c 3926Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
3927
3928%description fonts-cm
3929Computer Modern fonts.
3930
3931%description fonts-cm -l pl.UTF-8
3932Fonty Computer Modern.
3933
3934%package fonts-cmbright
3935Summary: CM Bright fonts
3936Summary(pl.UTF-8): Fonty CM Bright
3937Group: Fonts
78d53d8c 3938Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
3939
3940%description fonts-cmbright
3941CM Bright fonts.
3942
3943%description fonts-cmbright -l pl.UTF-8
3944Fonty CM Bright.
3945
5d7e11d7
ZU
3946%package fonts-cmsuper
3947Summary: CM Super fonts
3948Summary(hu.UTF-8): CM Super betűtípus
3949Group: Fonts
3950Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3951
830ca960 3952%description fonts-cmsuper
5d7e11d7
ZU
3953CM Super fonts.
3954
830ca960 3955%description fonts-cmsuper -l hu.UTF-8
5d7e11d7
ZU
3956CM Super betűtípus
3957
3958
d08789e0
ZU
3959%package fonts-cmcyr
3960Summary: Computer Modern fonts extended with Russian letters
3961Summary(pl.UTF-8): Fonty Computer Modern rozszerzone o litery rosyjskie
3962Group: Fonts
78d53d8c 3963Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
3964
3965%description fonts-cmcyr
3966Computer Modern fonts extended with Russian letters.
3967
3968%description fonts-cmcyr -l pl.UTF-8
3969Fonty Computer Modern rozszerzone o litery rosyjskie.
3970
3971%package fonts-cmextra
3972Summary: Extra Computer Modern fonts, from the American Mathematical Society
3973Summary(pl.UTF-8): Dodatkowe fonty Computer Modern z AMS
3974Group: Fonts
78d53d8c 3975Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
3976
3977%description fonts-cmextra
3978Extra Computer Modern fonts, from the American Mathematical Society.
3979
3980%description fonts-cmextra -l pl.UTF-8
3981Dodatkowe fonty Computer Modern z AMS (American Mathematical Society).
3982
3983%package fonts-concmath
3984Summary: Concrete Math fonts
3985Summary(pl.UTF-8): Fonty matematyczne Concrete Math
3986Group: Fonts
78d53d8c 3987Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
3988
3989%description fonts-concmath
3990Concrete Math fonts.
3991
3992%description fonts-concmath -l pl.UTF-8
3993Fonty matematyczne Concrete Math.
3994
3995%package fonts-concrete
3996Summary: Concrete Roman fonts
3997Summary(pl.UTF-8): Fonty Concrete Roman
3998Group: Fonts
78d53d8c 3999Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4000
4001%description fonts-concrete
4002Concrete Roman fonts, designed by Donald E. Knuth, originally for use
4003with Euler math fonts.
4004
4005%description fonts-concrete -l pl.UTF-8
4006Fonty Concrete Roman, opracowane przez Donalda E. Knutha, oryginalnie
4007przeznaczone do używania z fontami matematycznymi Euler.
4008
4009%package fonts-cs
4010Summary: Czech/Slovak-tuned MetaFont Computer Modern fonts
4011Summary(pl.UTF-8): Fonty MetaFont Computer Modern dla języków czeskiego i słowackiego
4012Group: Fonts
78d53d8c 4013Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4014
4015%description fonts-cs
4016Czech/Slovak-tuned MetaFont Computer Modern fonts.
4017
4018%description fonts-cs -l pl.UTF-8
4019Fonty MetaFont Computer Modern zmodyfikowane pod kątem języków
4020czeskiego i słowackiego.
4021
4a09ae1a
ZU
4022%package fonts-dstroke
4023Summary: Doublestroke font for typesetting the mathematical symbols
4024Summary(pl.UTF-8): Podwójnie kreślony font do składania symboli matematycznych
4025Group: Fonts
78d53d8c 4026Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4a09ae1a
ZU
4027
4028%description fonts-dstroke
4029Doublestroke font for typesetting the mathematical symbols.
4030
4031%description fonts-dstroke -l pl.UTF-8
4032Podwójnie kreślony font do składania symboli matematycznych.
d08789e0
ZU
4033
4034%package fonts-ecc
4035Summary: Sources for the European Concrete fonts
4036Summary(pl.UTF-8): Źródła dla fontów European Concrete
4037Group: Fonts
78d53d8c 4038Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4039
4040%description fonts-ecc
4041The MetaFont sources and tfm files of the European Concrete Fonts.
4042This is the EC implementation of Knuth's Concrete fonts, including
4043also the corresponding text companion fonts.
4044
4045%description fonts-ecc -l pl.UTF-8
4046Źródła MetaFonta i pliki tfm dla fontów European Concrete. Jest to
4047implementacja EC fontów Concrete Knutha, włącznie z odpowiadającymi
4048tekstowymi fontami towarzyszącymi.
4049
4050%package fonts-eurosym
4051Summary: The new European currency symbol for the Euro
4052Summary(pl.UTF-8): Symbol nowej europejskiej waluty Euro
4053Group: Fonts
78d53d8c 4054Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4055
4056%description fonts-eurosym
4057The new European currency symbol for the Euro implemented in Metafont,
4058using the official European Commission dimensions, and providing
4059several shapes (normal, slanted, bold, outline).
4060
4061%description fonts-eurosym -l pl.UTF-8
4062Symbol nowej europejskiej waluty Euro, zaimplementowany w Metafoncie,
4063z użyciem oficjalnych wymiarów wg Komisji Europejskiej, dostarczający
4064różnych kształtów (normalnego, pochylonego, tłustego, szkicowanego).
4065
4066%package fonts-eulervm
4067Summary: The Virtual Euler Math fonts
4068Summary(pl.UTF-8): Fonty Virtual Euler Math
4069Group: Fonts
78d53d8c 4070Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4071
4072%description fonts-eulervm
4073Euler-VM is a set of _virtual_ math fonts based on Euler and CM. This
4074approach has several advantages over immediately using the _real_
4075Euler fonts: Most noticeably, less TeX resources are consumed, the
4076quality of various math symbols is improved, and a usable \hslash
4077symbol can be provided.
4078
4079%description fonts-eulervm -l pl.UTF-8
4080Euler-VM to zbiór _wirtualnych_ fontów matematycznych opartych na
4081fontach Euler i CM. Podejście to ma różne zalety nad bezpośrednim
4082używaniem _prawdziwych_ fontów Euler: najbardziej zauważalnie, używane
4083jest mniej zasobów TeXa, poprawiona jest jakość różnych symboli
4084matematycznych i może być dostępny używalny symbol \hslash.
4085
4086%package fonts-euxm
4087Summary: Fonts similar to EUSM but with two more characters
4088Summary(pl.UTF-8): Fonty podobne do EUSM, ale z dwoma dodatkowymi znakami
4089Group: Fonts
78d53d8c 4090Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4091
4092%description fonts-euxm
4093Fonts like EUSM but with two more characters needed for Concrete Math
4094included in TeXLive distribution in fonts3.
4095
4096%description fonts-euxm -l pl.UTF-8
4097Fonty podobne do EUSM, ale z dwoma dodatkowymi znakami, potrzebnymi
4098dla Concrete Math dołączonego w fonts3 dystrybucji TeXLive.
4099
4100%package fonts-gothic
4101Summary: Gothic and ornamental initial fonts by Yannis Haralambous
4102Summary(pl.UTF-8): Początkowe fonty gotyckie i ornamentowe Yannisa Haralambousa
4103Group: Fonts
78d53d8c 4104Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4105
4106%description fonts-gothic
4107Gothic and ornamental initial fonts by Yannis Haralambous.
4108
4109%description fonts-gothic -l pl.UTF-8
4110Początkowe fonty gotyckie i ornamentowe Yannisa Haralambousa.
4111
4112%package fonts-hoekwater
4113Summary: Converted mflogo font
4114Summary(pl.UTF-8): Przekonwertowany font mflogo
4115Group: Fonts
78d53d8c 4116Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4117
4118%description fonts-hoekwater
4119Fonts originally created in MetaFont, transformed to PostScript by
4120Taco Hoekwater; includes logo, manfnt, rsfs, stmaryrd, wasy, wasy2,
4121xipa.
4122
4123%description fonts-hoekwater -l pl.UTF-8
4124Fonty oryginalnie stworzone w MetaFoncie, przekształcone do
4125PostScriptu przez Taco Hoekwatera; zawierają: logo, manfnt, rsfs,
4126stmaryrd, wasy, wasy2, xipa.
4127
4128%package fonts-jknappen
4129Summary: Miscellaneous packages by Joerg Knappen
4130Summary(pl.UTF-8): Różne pakiety autorstwa Joerga Knappena
4131Group: Fonts
78d53d8c 4132Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4133
4134%description fonts-jknappen
4135Miscellaneous macros, mostly for making use of extra fonts, by Joerg
4136Knappen, including sgmlcmpt.
4137
4138%description fonts-jknappen -l pl.UTF-8
4139Różne makra, głównie do używania dodatkowych fontów autorstwa Joerga
4140Knappena. Zawiera sgmlcmpt.
4141
4142%package fonts-latex
4143Summary: Basic LaTeX fonts
4144Summary(pl.UTF-8): Podstawowe fonty dla LaTeXa
4145Group: Fonts
78d53d8c 4146Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4147
4148%description fonts-latex
4149Basic LaTeX fonts.
4150
4151%description fonts-latex -l pl.UTF-8
4152Podstawowe fonty dla LaTeXa.
4153
4154%package fonts-lh
4155Summary: Olga Lapko's LH fonts
4156Summary(pl.UTF-8): Fonty LH Olgi Lapko
4157Group: Fonts
78d53d8c 4158Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4159
4160%description fonts-lh
4161The lh fonts for the `T2'/X2 encodings (for cyrillic languages).
4162
4163%description fonts-lh -l pl.UTF-8
4164Fonty lh dla kodowań `T2'/X2 (dla języków zapisywanych cyrylicą).
4165
4166%package fonts-lm
4167Summary: Latin Modern family fonts
4168Summary(pl.UTF-8): Fonty z rodziny Latin Modern
4169Group: Applications/Publishing/TeX
78d53d8c 4170Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4171
4172%description fonts-lm
4173Latin Modern family of fonts, based on the Computer Modern fonts
4174released into public domain by AMS (copyright (C) 1997 AMS). Contain a
4175lot of additional characters, mainly accented ones, but not only.
4176There is a one set of PostScript fonts and four sets of TeX Font
4177Metric files, corresponding to: Cork encoding (cork-*.tfm); QX
4178encoding (qx-*.tfm); TeX'n'ANSI aka LY1 encoding (texnansi-*.tfm); and
4179Text Companion for EC fonts aka TS1 (ts1-*.tfm). It is presumed that a
4180potential user knows what to do with all these files. The author is
4181Boguslaw Jackowski.
4182
4183%description fonts-lm -l pl.UTF-8
4184Rodzina fontów Latin Modern, oparta na fontach Computer Modern
4185przekazanych do domeny publicznej przez AMS (copyright (C) 1997 AMS).
4186Zawiera wiele dodatkowych znaków, głównie z akcentami, ale nie tylko.
4187Jest jeden zbiór fontów postscriptowych oraz cztery zbiory plików TeX
4188Font Metric, odpowiadających: kodowaniu Cork (cork-*.tfm); kodowaniu
4189QX (qx-*.tfm); kodowaniu TeX'n'ANSI zwanemu także LY1
4190(texnansi-*.tfm); oraz Text Companion dla fontów EC zwanemu także TS1
4191(ts1-*.tfm). Zakłada się, że potencjalny użytkownik wie, co zrobić z
4192tymi wszystkimi plikami. Autorem jest Bogusław Jackowski.
4193
4194%package fonts-marvosym
4195Summary: Martin Vogel's Symbol (marvosym) font
4196Summary(pl.UTF-8): Font Symbol Martina Vogela (marvosym)
4197Group: Fonts
78d53d8c 4198Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4199
4200%description fonts-marvosym
4201Martin Vogel's Symbol (marvosym) font is a font containing: the Euro
4202currency symbol as defined by the European commission; Euro currency
4203symbols in typefaces Times, Helvetica and Courier; Symbols for
4204structural engineering; Symbols for steel cross-sections; Astronomy
4205signs (Sun, Moon, planets); The 12 signs of the zodiac; Scissor
4206symbols; CE sign and others.
4207
4208%description fonts-marvosym -l pl.UTF-8
4209Font Symbol Martina Vogela (marvosym) to font zawierający: symbol
4210waluty Euro zdefiniowany przez Komisję Europejską; symbole waluty Euro
4211dla krojów Times, Helvetica i Courier; symbole dla inżynierii
4212strukturalnej; symbole dla przekroi poprzecznych; symbole
4213astronomiczne (Słońce, Księżyc, planety); 12 znaków Zodiaku; symbole
4214krawieckie; znak CE i inne.
4215
4216%package fonts-mflogo
4217Summary: Logo fonts
4218Summary(pl.UTF-8): Fonty logo
4219Group: Fonts
78d53d8c 4220Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4221
4222%description fonts-mflogo
4223Logo fonts.
4224
4225%description fonts-mflogo -l pl.UTF-8
4226Fonty logo.
4227
4228%package fonts-misc
4229Summary: Miscellaneous fonts
4230Summary(pl.UTF-8): Różne fonty
4231Group: Fonts
78d53d8c 4232Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4233
4234%description fonts-misc
4235Miscellaneous fonts.
4236
4237%description fonts-misc -l pl.UTF-8
4238Fonty różne.
4239
4240%package fonts-monotype
4241Summary: Monotype fonts
4242Summary(pl.UTF-8): Fonty Monotype
4243Group: Fonts
78d53d8c 4244Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4245
4246%description fonts-monotype
4247Monotype fonts.
4248
4249%description fonts-monotype -l pl.UTF-8
4250Fonty Monotype.
4251
4252%package fonts-omega
4253Summary: Fonts for Omega - extended unicode TeX
4254Summary(pl.UTF-8): Fonty dla Omegi - TeXa ze wsparciem dla unikodu
4255Group: Fonts
78d53d8c 4256Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4257
4258%description fonts-omega
4259Fonts for Omega - extended unicode TeX.
4260
4261%description fonts-omega -l pl.UTF-8
4262Fonty dla Omegi - TeXa ze wsparciem dla unikodu.
4263
f1ba8563
ZU
4264
4265%package fonts-other
4266Summary: Other fonts
4267Summary(hu.UTF-8): További betűtípusok
4268Group: Fonts
4269Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4270
4271%description fonts-other
4272Other fonts.
4273
4274%description fonts-omega -l hu.UTF-8
4275További betűtípusok.
4276
d08789e0
ZU
4277%package fonts-pazo
4278Summary: Pazo fonts
4279Summary(pl.UTF-8): Fonty Pazo
4280Group: Fonts
78d53d8c 4281Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4282
4283%description fonts-pazo
4284Pazo fonts.
4285
4286%description fonts-pazo -l pl.UTF-8
4287Fonty Pazo.
4288
4289%package fonts-pl
4290Summary: Polish fonts
4291Summary(pl.UTF-8): Polskie fonty
4292Group: Fonts
78d53d8c 4293Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4294
4295%description fonts-pl
4296Polish fonts.
4297
4298%description fonts-pl -l pl.UTF-8
4299Polskie fonty.
4300
4301%package fonts-px
4302Summary: PX fonts
4303Summary(pl.UTF-8): Fonty PX
4304Group: Fonts
78d53d8c 4305Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4306
4307%description fonts-px
4308PX fonts.
4309
4310%description fonts-px -l pl.UTF-8
4311Fonty PX.
4312
4313%package fonts-qfonts
4314Summary: Quasi fonts
4315Summary(pl.UTF-8): Fonty Quasi
4316Group: Fonts
78d53d8c 4317Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4318
4319%description fonts-qfonts
4320Quasi fonts.
4321
4322%description fonts-qfonts -l pl.UTF-8
4323Fonty Quasi.
4324
4325%package fonts-qpx
4326Summary: Additional fonts for QPX package
4327Summary(pl.UTF-8): Dodatkowe fonty dla pakietu QPX
4328Group: Fonts
78d53d8c 4329Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4330Requires: %{name}-fonts-px = %{epoch}:%{version}-%{release}
4331Requires: %{name}-fonts-qfonts = %{epoch}:%{version}-%{release}
4332
4333%description fonts-qpx
4334Additional fonts for QPX package.
4335
4336%description fonts-qpx -l pl.UTF-8
4337Dodatkowe fonty dla pakietu QPX.
4338
31bd2c4a 4339%package fonts-qpxqtx
d08789e0
ZU
4340Summary: Additional fonts for QTX package
4341Summary(pl.UTF-8): Dodatkowe fonty dla pakietu QTX
4342Group: Fonts
78d53d8c 4343Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
04123363
ZU
4344# I hope qpxqtx doesn't need qfonts
4345# Requires: %{name}-fonts-qfonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4346Requires: %{name}-fonts-tx = %{epoch}:%{version}-%{release}
4347
31bd2c4a 4348%description fonts-qpxqtx
d08789e0
ZU
4349Additional fonts for QTX package.
4350
31bd2c4a 4351%description fonts-qpxqtx -l pl.UTF-8
d08789e0
ZU
4352Dodatkowe fonty dla pakietu QTX.
4353
4354%package fonts-rsfs
4355Summary: Fonts of uppercase script letters for scientific and mathematical typesetting
4356Summary(pl.UTF-8): Fonty wielkich liter pisanych do składania dokumentów naukowych i matematycznych
4357Group: Fonts
78d53d8c 4358Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4359
4360%description fonts-rsfs
4361Fonts of uppercase script letters for use as symbols in scientific and
4362mathematical typesetting, in contrast to the informal script fonts
4363such as that used for the `calligraphic' symbols in the TeX math
4364symbol font.
4365
4366%description fonts-rsfs -l pl.UTF-8
4367Fonty wielkich liter pisanych do używania jako symbole przy składaniu
4368dokumentów naukowych i matematycznych, w odróżnieniu od nieformalnych
4369fontów pisanych takich jak używane do symboli "kaligraficznych" w
4370matematycznym foncie TeXowym symbol.
4371
4372%package fonts-stmaryrd
4373Summary: St Mary Road symbols for functional programming
4374Summary(pl.UTF-8): Symbole St Mary Road do programowania funkcyjnego
4375Group: Fonts
78d53d8c 4376Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4377
4378%description fonts-stmaryrd
4379St Mary Road symbols for functional programming.
4380
4381%description fonts-stmaryrd -l pl.UTF-8
4382Symbole St Mary Road do programowania funkcyjnego.
4383
4384%package fonts-tx
4385Summary: TX fonts
4386Summary(pl.UTF-8): Fonty TX
4387Group: Fonts
78d53d8c 4388Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4389
4390%description fonts-tx
4391TX fonts.
4392
4393%description fonts-tx -l pl.UTF-8
4394Fonty TX.
4395
5bc70a92
MB
4396%package fonts-uhc
4397Summary: UHC fonts
4398Group: Fonts
4399Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4400
4401%description fonts-uhc
4402UHC fonts.
4403
d08789e0
ZU
4404%package fonts-urw
4405Summary: URW fonts
4406Summary(pl.UTF-8): Fonty URW
4407Group: Fonts
78d53d8c 4408Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4409
4410%description fonts-urw
4411URW fonts.
4412
4413%description fonts-urw -l pl.UTF-8
4414Fonty URW.
4415
4416%package fonts-urwvn
4417Summary: URWVN fonts
4418Summary(pl.UTF-8): Fonty URWVN
4419Group: Fonts
78d53d8c 4420Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4421
4422%description fonts-urwvn
4423URWVN fonts.
4424
4425%description fonts-urwvn -l pl.UTF-8
4426Fonty URWVN.
4427
4428%package fonts-vnr
4429Summary: VNR fonts
4430Summary(pl.UTF-8): Fonty VNR
4431Group: Fonts
78d53d8c 4432Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4433
4434%description fonts-vnr
4435VNR fonts.
4436
4437%description fonts-vnr -l pl.UTF-8
4438Fonty VNR.
4439
e67df411
ZU
4440%package fonts-urw35vf
4441Summary: urw35vf fonts
4442Summary(hu.UTF-8): urw35vf betűtípus
4443Summary(pl.UTF-8): Fonty urw35vf
4444Group: Fonts
4445Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4446
4447%description fonts-urw35vf
4448urw35vf fonts.
4449
4450%description fonts-urw35vf -l hu.UTF-8
4451urw35vf betűtípus.
4452
5bc70a92
MB
4453%package fonts-wadalab
4454Summary: Wadalab fonts
4455Group: Fonts
4456Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4457
4458%description fonts-wadalab
4459Wadalab fonts.
4460
d08789e0
ZU
4461%package fonts-wasy
4462Summary: Waldis symbol fonts
4463Summary(pl.UTF-8): Fonty Waldis symbol
4464Group: Fonts
78d53d8c 4465Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4466
4467%description fonts-wasy
4468Waldis symbol fonts.
4469
4470%description fonts-wasy -l pl.UTF-8
4471Fonty Waldis symbol.
4472
4473%package fonts-xypic
4474Summary: Xy-pic fonts
4475Summary(pl.UTF-8): Fonty Xy-pic
4476Group: Fonts
78d53d8c 4477Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4478
4479%description fonts-xypic
4480Xy-pic fonts.
4481
4482%description fonts-xypic -l pl.UTF-8
4483Fonty Xy-pic.
4484
4485%package fonts-yandy
4486Summary: European Modern fonts from Y&Y
4487Summary(pl.UTF-8): Fonty European Modern od Y&Y
4488Group: Fonts
78d53d8c 4489Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4490
4491%description fonts-yandy
4492European Modern fonts from Y&Y.
4493
4494%description fonts-yandy -l pl.UTF-8
4495Fonty European Modern od Y&Y.
4496
4497%package fonts-type1-antp
4498Summary: Antykwa Poltawskiego, a Type 1 family of Polish traditional type
4499Summary(pl.UTF-8): Antykwa Półtawskiego - rodzina tradycyjnych polskich czcionek jako Type 1
4500Group: Fonts
78d53d8c 4501Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4502
4503%description fonts-type1-antp
4504Antykwa Poltawskiego, a Type 1 family of Polish traditional type.
4505
4506%description fonts-type1-antp -l pl.UTF-8
4507Antykwa Półtawskiego - rodzina tradycyjnych polskich czcionek jako
4508Type 1.
4509
4510%package fonts-type1-antt
4511Summary: Antykwa Torunska, a Type 1 family of a Polish traditional type
4512Summary(pl.UTF-8): Antykwa Toruńska - rodzina tradycyjnych polskich czcionek jako Type 1
4513Group: Fonts
78d53d8c 4514Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4515
4516%description fonts-type1-antt
4517Antykwa Torunska, a Type 1 family of a Polish traditional type.
4518
4519%description fonts-type1-antt -l pl.UTF-8
4520Antykwa Toruńska - rodzina tradycyjnych polskich czcionek jako Type 1.
4521
5bc70a92
MB
4522%package fonts-type1-arphic
4523Summary: Type1 Arphic fonts
4524Group: Fonts
4525Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4526
4527%description fonts-type1-arphic
4528Type1 Arphic fonts.
4529
d08789e0
ZU
4530%package fonts-type1-belleek
4531Summary: Free replacement for basic MathTime fonts
4532Summary(pl.UTF-8): Wolnodostępny zamiennik podstawowych fontów MathTime
4533Group: Fonts
78d53d8c 4534Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4535
4536%description fonts-type1-belleek
4537Free replacement for basic MathTime fonts.
4538
4539%description fonts-type1-belleek -l pl.UTF-8
4540Wolnodostępny zamiennik podstawowych fontów MathTime.
4541
4542%package fonts-type1-bitstream
4543Summary: Bitstream fonts
4544Summary(pl.UTF-8): Fonty Bitstream
4545Group: Fonts
78d53d8c 4546Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4547Obsoletes: tetex-fonts-type1-bitstrea
4548
4549%description fonts-type1-bitstream
4550Bitstream fonts.
4551
4552%description fonts-type1-bitstream -l pl.UTF-8
4553Fonty Bitstream.
4554
4555%package fonts-type1-bluesky
4556Summary: Computer Modern family fonts
4557Summary(pl.UTF-8): Fonty z rodziny Computer Modern
4558Group: Fonts
78d53d8c 4559Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4560
4561%description fonts-type1-bluesky
4562Computer Modern family fonts.
4563
4564%description fonts-type1-bluesky -l pl.UTF-8
4565Fonty z rodzony Computer Modern.
4566
4567%package fonts-type1-cc-pl
4568Summary: Polish version of Computer Concrete fonts
4569Summary(pl.UTF-8): Polska wersja fontów Computer Concrete
4570Group: Fonts
78d53d8c 4571Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4572
4573%description fonts-type1-cc-pl
4574Polish version of Computer Concrete fonts.
4575
4576%description fonts-type1-cc-pl -l pl.UTF-8
4577Polska wersja fontów Computer Concrete.
4578
4579%package fonts-type1-cmcyr
4580Summary: Computer Modern fonts extended with Russian letters
4581Summary(pl.UTF-8): Fonty Computer Modern rozszerzone o litery rosyjskie
4582Group: Fonts
78d53d8c 4583Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4584
4585%description fonts-type1-cmcyr
4586Computer Modern fonts extended with Russian letters.
4587
4588%description fonts-type1-cmcyr -l pl.UTF-8
4589Fonty Computer Modern rozszerzone o litery rosyjskie.
4590
4591%package fonts-type1-cs
4592Summary: Czech/Slovak-tuned MetaFont Computer Modern fonts
4593Summary(pl.UTF-8): Fonty MetaFont Computer Modern dla języków czeskiego i słowackiego
4594Group: Fonts
78d53d8c 4595Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4596
4597%description fonts-type1-cs
4598Czech/Slovak-tuned MetaFont Computer Modern fonts.
4599
4600%description fonts-type1-cs -l pl.UTF-8
4601Fonty MetaFont Computer Modern zmodyfikowane pod kątem języków
4602czeskiego i słowackiego.
4603
b280f158
ZU
4604%package fonts-type1-dstroke
4605Summary: Doublestroke Type1 font for typesetting the mathematical symbols
4606Summary(pl.UTF-8): Podwójnie kreślony font Type1 do składania symboli matematycznych
4607Group: Fonts
78d53d8c 4608Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
b280f158
ZU
4609
4610%description fonts-type1-dstroke
4611Doublestroke Type1 font for typesetting the mathematical symbols.
4612
4613%description fonts-type1-dstroke -l pl.UTF-8
4614Podwójnie kreślony font Type1 do składania symboli matematycznych.
d08789e0
ZU
4615
4616%package fonts-type1-eurosym
4617Summary: The new European currency symbol for the Euro
4618Summary(pl.UTF-8): Symbol nowej europejskiej waluty Euro
4619Group: Fonts
78d53d8c 4620Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4621
4622%description fonts-type1-eurosym
4623The new European currency symbol for the Euro implemented in Metafont,
4624using the official European Commission dimensions, and providing
4625several shapes (normal, slanted, bold, outline).
4626
4627%description fonts-type1-eurosym -l pl.UTF-8
4628Symbol nowej europejskiej waluty Euro, zaimplementowany w Metafoncie,
4629z użyciem oficjalnych wymiarów wg Komisji Europejskiej, dostarczający
4630różnych kształtów (normalnego, pochylonego, tłustego, szkicowanego).
4631
4632%package fonts-type1-hoekwater
4633Summary: Converted mflogo font
4634Summary(pl.UTF-8): Przekonwertowany font mflogo
4635Group: Fonts
78d53d8c 4636Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4637
4638%description fonts-type1-hoekwater
4639Fonts originally created in MetaFont, transformed to PostScript by
4640Taco Hoekwater; includes logo, manfnt, rsfs, stmaryrd, wasy, wasy2,
4641xipa.
4642
4643%description fonts-type1-hoekwater -l pl.UTF-8
4644Fonty oryginalnie stworzone w MetaFoncie, przekształcone do
4645PostScriptu przez Taco Hoekwatera; zawierają: logo, manfnt, rsfs,
4646stmaryrd, wasy, wasy2, xipa.
4647
4648%package fonts-type1-fpl
4649Summary: SC/OsF fonts for URW Palladio L
4650Summary(pl.UTF-8): Fonty SC/OsF dla URW Palladio L
4651Group: Fonts
78d53d8c 4652Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4653
4654%description fonts-type1-fpl
4655The FPL Fonts provide a set of SC/OsF fonts for URW Palladio L which
4656are compatible with respect to metrics with the Palatino SC/OsF fonts
4657from Adobe. Note that it is not the author's aim to exactly reproduce
4658the outlines of the original Adobe fonts. The SC and OsF in the FPL
4659Fonts were designed with the glyphs from URW Palladio L as starting
4660point. For some glyphs (eg 'o') the author got the best result by
4661scaling and boldening. For others (eg 'h') shifting selected portions
4662of the character gave more satisfying results. All this was done using
4663the free font editor FontForge <http://fontforge.sf.net/>. The kerning
4664data in these fonts comes from Walter Schmidt's improved Palatino
4665metrics.
4666
4667%description fonts-type1-fpl -l pl.UTF-8
4668Fonty FPL dostarczają zbiór fontów SC/OsF dla URW Palladio L, które są
4669kompatybilne co do metryk z fontami Palatino SC/OsF firmy Adobe.
4670Należy jednak zaznaczyć, że celem autora nie jest dokładne odtworzenie
4671kształtów oryginalnych fontów Adobe. SC i OsF w fontach FPL były
4672projektowane w oparciu o glify z URW Palladio L. Dla niektórych glifów
4673(np. 'o') autor uzyskał najlepszy wynik poprzez skalowanie i
4674pogrubianie. Dla innych (np. 'h') przesuwanie wybranych części znaku
4675dało lepsze wyniki. Wszystko to zostało zrobione przy użyciu
4676wolnodostępnego edytora fontów FontForge <http://fontforge.sf.net/>.
4677Dane dla kerningu w tych fontach pochodzą z ulepszonych metryk
4678Palatino Waltera Schmidta.
4679
b280f158
ZU
4680%package fonts-type1-tt2001
4681Summary: Type1 tt2001 family fonts
4682Summary(pl.UTF-8): Fonty Type1 z rodziny tt2001
4683Group: Applications/Publishing/TeX
78d53d8c 4684Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
b280f158
ZU
4685
4686%description fonts-type1-tt2001
4687Type1 tt2001 famliy fonts.
4688
4689%description fonts-type1-tt2001 -l pl.UTF-8
4690Fonty Type1 z rodziny tt2001.
d08789e0
ZU
4691
4692%package fonts-type1-lm
4693Summary: Type1 Latin Modern family fonts
4694Summary(pl.UTF-8): Fonty Type1 z rodziny Latin Modern
4695Group: Applications/Publishing/TeX
78d53d8c 4696Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4697
4698%description fonts-type1-lm
4699Latin Modern family of fonts, based on the Computer Modern fonts
4700released into public domain by AMS (copyright (C) 1997 AMS). Contain a
4701lot of additional characters, mainly accented ones, but not only.
4702There is a one set of PostScript fonts and four sets of TeX Font
4703Metric files, corresponding to: Cork encoding (cork-*.tfm); QX
4704encoding (qx-*.tfm); TeX'n'ANSI aka LY1 encoding (texnansi-*.tfm); and
4705Text Companion for EC fonts aka TS1 (ts1-*.tfm). It is presumed that a
4706potential user knows what to do with all these files. The author is
4707Boguslaw Jackowski.
4708
4709%description fonts-type1-lm -l pl.UTF-8
4710Rodzina fontów Latin Modern, oparta na fontach Computer Modern
4711przekazanych do domeny publicznej przez AMS (copyright (C) 1997 AMS).
4712Zawiera wiele dodatkowych znaków, głównie z akcentami, ale nie tylko.
4713Jest jeden zbiór fontów postscriptowych oraz cztery zbiory plików TeX
4714Font Metric, odpowiadających: kodowaniu Cork (cork-*.tfm); kodowaniu
4715QX (qx-*.tfm); kodowaniu TeX'n'ANSI zwanemu także LY1
4716(texnansi-*.tfm); oraz Text Companion dla fontów EC zwanemu także TS1
4717(ts1-*.tfm). Zakłada się, że potencjalny użytkownik wie, co zrobić z
4718tymi wszystkimi plikami. Autorem jest Bogusław Jackowski.
4719
4720%package fonts-type1-marvosym
4721Summary: Martin Vogel's Symbol (marvosym) font
4722Summary(pl.UTF-8): Font Symbol Martina Vogela (marvosym)
4723Group: Fonts
78d53d8c 4724Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4725
4726%description fonts-type1-marvosym
4727Martin Vogel's Symbol (marvosym) font is a font containing: the Euro
4728currency symbol as defined by the European commission; Euro currency
4729symbols in typefaces Times, Helvetica and Courier; Symbols for
4730structural engineering; Symbols for steel cross-sections; Astronomy
4731signs (Sun, Moon, planets); The 12 signs of the zodiac; Scissor
4732symbols; CE sign and others.
4733
4734%description fonts-type1-marvosym -l pl.UTF-8
4735Font Symbol Martina Vogela (marvosym) to font zawierający: symbol
4736waluty Euro zdefiniowany przez Komisję Europejską; symbole waluty Euro
4737dla krojów Times, Helvetica i Courier; symbole dla inżynierii
4738strukturalnej; symbole dla przekroi poprzecznych; symbole
4739astronomiczne (Słońce, Księżyc, planety); 12 znaków Zodiaku; symbole
4740krawieckie; znak CE i inne.
4741
4742%package fonts-type1-mathpazo
4743Summary: Pazo Math fonts
4744Summary(pl.UTF-8): Fonty matematyczne Pazo Math
4745Group: Fonts
78d53d8c 4746Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4747
4748%description fonts-type1-mathpazo
4749Pazo Math fonts.
4750
4751%description fonts-type1-mathpazo -l pl.UTF-8
4752Fonty matematyczne Pazo Math.
4753
4754%package fonts-type1-omega
4755Summary: Type1 fonts for Omega - extended unicode TeX
4756Summary(pl.UTF-8): Fonty Type1 dla Omegi - TeXa ze wsparciem dla unikodu
4757Group: Fonts
78d53d8c 4758Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4759
4760%description fonts-type1-omega
4761Type1 fonts for Omega - extended unicode TeX.
4762
4763%description fonts-type1-omega -l pl.UTF-8
4764Fonty Type1 dla Omegi - TeXa ze wsparciem dla unikodu.
4765
4766%package fonts-type1-pl
4767Summary: Polish fonts
4768Summary(pl.UTF-8): Polskie fonty
4769Group: Fonts
78d53d8c 4770Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4771Requires: %{name}-fonts-type1-bluesky = %{epoch}:%{version}-%{release}
4772
4773%description fonts-type1-pl
4774Polish fonts.
4775
4776%description fonts-type1-pl -l pl.UTF-8
4777Polskie fonty.
4778
4779%package fonts-type1-px
4780Summary: PX fonts
4781Summary(pl.UTF-8): Fonty PX
4782Group: Fonts
78d53d8c 4783Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4784
4785%description fonts-type1-px
4786PX fonts.
4787
4788%description fonts-type1-px -l pl.UTF-8
4789Fonty PX.
4790
b280f158
ZU
4791%package fonts-type1-qfonts
4792Summary: Quasi fonts
4793Summary(pl.UTF-8): Fonty Quasi
4794Group: Fonts
78d53d8c 4795Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
b280f158
ZU
4796
4797%description fonts-type1-qfonts
4798Quasi fonts.
4799
4800%description fonts-type1-qfonts -l pl.UTF-8
4801Fonty Quasi.
d08789e0
ZU
4802
4803%package fonts-type1-tx
4804Summary: TX fonts
4805Summary(pl.UTF-8): Fonty TX
4806Group: Fonts
78d53d8c 4807Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4808
4809%description fonts-type1-tx
4810TX fonts.
4811
4812%description fonts-type1-tx -l pl.UTF-8
4813Fonty TX.
4814
5bc70a92
MB
4815%package fonts-type1-uhc
4816Summary: Type1 UHC fonts
4817Group: Fonts
4818Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4819
4820%description fonts-type1-uhc
4821Type1 UHC fonts.
4822
d08789e0
ZU
4823%package fonts-type1-urw
4824Summary: URW fonts
4825Summary(pl.UTF-8): Fonty URW
4826Group: Fonts
78d53d8c 4827Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4828
4829%description fonts-type1-urw
4830URW fonts.
4831
4832%description fonts-type1-urw -l pl.UTF-8
4833Fonty URW.
4834
4835%package fonts-type1-vnr
4836Summary: Type1 VNR fonts
4837Summary(pl.UTF-8): Fonty Type1 VNR
4838Group: Fonts
78d53d8c 4839Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4840
4841%description fonts-type1-vnr
4842Type1 VNR fonts.
4843
4844%description fonts-type1-vnr -l pl.UTF-8
4845Fonty Type1 VNR.
4846
5bc70a92
MB
4847%package fonts-type1-wadalab
4848Summary: Type1 Wadalab fonts
4849Group: Fonts
4850Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4851
4852%description fonts-type1-wadalab
4853Type1 Wadalab fonts.
4854
d08789e0
ZU
4855%package fonts-type1-xypic
4856Summary: Xy-pic fonts
4857Summary(pl.UTF-8): Fonty Xy-pic
4858Group: Fonts
78d53d8c 4859Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4860
4861%description fonts-type1-xypic
4862Xy-pic fonts.
4863
4864%description fonts-type1-xypic -l pl.UTF-8
4865Fonty Xy-pic.
4866
489714ae
ZU
4867
4868# TeXLive-specific packages - there wasn't before...
4869%package afm2pl
4870Summary: Convert an Adobe font metric file to a TeX font property list
4871Group: Fonts
4872
4873%description afm2pl
4874Convert an Adobe font metric file to a TeX font property list.
4875
4876
4877%package bbox
4878Summary: bbox prints the bounding box of images
4879Group: Applications/Publishing/TeX
4880
4881%description bbox
4882bbox reads a rawppm or rawpbm file and prints out the bounding box of
4883the image.
4884
4885%package cefutils
4886Summary: In cefutils there are CEF-compatible utils
4887Group: Applications/Publishing/TeX
4888
4889%description cefutils
4890In cefutils there are CEF-compatible (Chinese Encoding Framework)
4891utils.
4892
4893%package detex
4894Summary: A filter to strip TeX commands from a .tex file
4895Summary(hu.UTF-8): Egy szűrő, amely .tex fájlokból szűri ki a TeX parancsokat
4896Group: Applications/Publishing/TeX
4897
4898%description detex
4899A filter to strip TeX commands from a .tex file.
4900
4901%description detex -l hu.UTF-8
4902Egy szűrő, amely .tex fájlokból szűri ki a TeX parancsokat.
4903
4904
7ffd1967
ZU
4905%package dviutils
4906Summary: Various DVI utils
4907Summary(hu.UTF-8): Vegyes DVI eszközök
4908Group: Applications/Publishing/TeX
4909
4910%description dviutils
4911This package contains various DVI utils.
4912
4913%description dviutils -l hu.UTF-8
4914Ez a csomag mindenféle DVI eszközt tartalmaz.
4915
4916%package epsutils
4917Summary: Various EPS utils
4918Group: Applications/Publishing/TeX
4919
4920%description epsutils
4921Various EPS (Encapsulated PostScript) utils.
4922
4923
4924%package filters
4925Summary: Various filters
4926Group: Applications/Publishing/TeX
4927
4928%description filters
4929Various filters.
4930
4931
489714ae
ZU
4932%package uncategorized-utils
4933Summary: Uncategorized utils
4934Group: Applications/Publishing/TeX
4935
4936%description uncategorized-utils
4937Uncategorized utilities. Needs check and categorizing.
4938
5b7eba8e
MB
4939%package tex4ht
4940Summary: LaTeX and TeX for hypertext
4941Group: Applications/Publishing/TeX
4942
4943%description tex4ht
4944A converter from TeX and LaTeX to hypertext (HTML, XML, etc.),
4945providing a configurable (La)TeX-based authoring system for hypertext.
4946When converting to XML, you can use MathML instead of images for
4947equation representation.
4948
4224ae6d
MB
4949%package xetex
4950Summary: Extended TeX / LaTeX version for unicode
4951Group: Applications/Publishing/TeX
4952Requires(post,postun): /usr/bin/texhash
4953Requires: %{name}-fonts-misc = %{epoch}:%{version}-%{release}
4954
4955%description xetex
4956XeTeX extends the TeX typesetting system (and macro packages such as
4957LaTeX and ConTeXt) to have native support for the Unicode character
4958set, including complex Asian scripts, and for OpenType and TrueType
4959fonts.
4960
4961%package xmltex
4962Summary: TeX package for processing XML files
4963Group: Applications/Publishing/TeX
4964Requires(post,postun): /usr/bin/texhash
4965
4966%description xmltex
4967XMLTeX is a non-validating, namespace-aware XML parser written in TeX.
4968It allows TeX to directly process XML files.
4969
d08789e0
ZU
4970%prep
4971%setup -q -c -T -n %{name}-%{version}-source
4972lzma -dc %{SOURCE0} | tar xf - -C ..
c48c077b 4973%patch0 -p1
1cc1dae0 4974%patch1 -p1
c48c077b
AM
4975
4976cd libs/teckit
4977cat ax*.m4 > acinclude.m4
4978%{__libtoolize}
4979%{__aclocal}
4980%{__autoconf}
4981%{__automake}
d08789e0
ZU
4982
4983%build
4984find . -name "config.sub" -exec cp /usr/share/automake/config.sub '{}' ';'
d47c034d 4985%{__sed} -i 's@"extend/\(.*\)"@<\1>@' texk/ttf2pk/*.c
9279fab9 4986cd texk/kpathsea
83feaf0d
ZU
4987%{__sed} -i 's@^TEXMFMAIN =.*@TEXMFMAIN = %{texmf}@' texmf.cnf
4988%{__sed} -i 's@^TEXMFDIST =.*@TEXMFDIST = %{texmfdist}@' texmf.cnf
4989%{__sed} -i 's@^TEXMFLOCAL =.*@TEXMFLOCAL = %{texmf}@' texmf.cnf
4990%{__sed} -i 's@^TEXMFSYSVAR =.*@TEXMFSYSVAR = %{_localstatedir}@' texmf.cnf
4991%{__sed} -i 's@^TEXMFSYSCONFIG =.*@TEXMFSYSCONFIG = %{_sysconfdir}/%{name}@' texmf.cnf
03f08501 4992%{__sed} -i 's@^TEXMFVAR =.*@TEXMFVAR = %{_localstatedir}@' texmf.cnf
9279fab9 4993cd ../..
d47c034d 4994
a784d38e 4995%configure \
ca4b56d2
AM
4996%if %{with bootstrap}
4997 --without-xindy \
4998 --without-luatex \
4999%endif
d08789e0
ZU
5000 --disable-multiplatform \
5001 --disable-static \
5002 --enable-a4 \
5003 --enable-gf \
5004 --enable-ipc \
5005 --enable-shared \
a784d38e 5006 --with-fontconfig \
d08789e0
ZU
5007 --with-fonts-dir=/var/cache/fonts \
5008 --with-ncurses \
e671f712 5009 --with-system-freetype \
97b079ad 5010 --with-freetype-include=/usr/include/freetype \
a784d38e 5011 --with-system-freetype2 \
97b079ad 5012 --with-freetype2-include=/usr/include/freetype2 \
d08789e0
ZU
5013 --with-system-gd \
5014 --with-system-ncurses \
5015 --with-system-pnglib \
5016 --with-system-t1lib \
5017 --with-system-zlib \
d08789e0
ZU
5018 --with-xdvi-x-toolkit=xaw \
5019 --without-dialog \
5020 --without-t1utils \
ca4b56d2 5021 --without-texinfo
d08789e0 5022
d08789e0
ZU
5023%{__make}
5024
d08789e0
ZU
5025%install
5026rm -rf $RPM_BUILD_ROOT
5027install -d $RPM_BUILD_ROOT%{_datadir} \
5028 $RPM_BUILD_ROOT%{_desktopdir} \
5029 $RPM_BUILD_ROOT%{_pixmapsdir} \
ce981570 5030 $RPM_BUILD_ROOT%{_mandir}/man5 \
d08789e0
ZU
5031 $RPM_BUILD_ROOT/var/cache/fonts \
5032 $RPM_BUILD_ROOT/etc/cron.daily\
ff42b161 5033 $RPM_BUILD_ROOT/etc/sysconfig/tetex-updmap\
7057740b 5034 $RPM_BUILD_ROOT%{_localstatedir}/fonts/map\
e67df411 5035 $RPM_BUILD_ROOT%{fmtdir}/pdftex
d08789e0 5036
f37ff31b
ZU
5037lzma -dc %{SOURCE1} | tar xf - -C $RPM_BUILD_ROOT%{_datadir}
5038%{__mv} $RPM_BUILD_ROOT%{_datadir}/texlive-20080822-texmf/texmf $RPM_BUILD_ROOT%{texmf}
5039%{__mv} $RPM_BUILD_ROOT%{_datadir}/texlive-20080822-texmf/texmf-dist $RPM_BUILD_ROOT%{texmfdist}
5040%{__mv} $RPM_BUILD_ROOT%{_datadir}/texlive-20080822-texmf/texmf-doc $RPM_BUILD_ROOT%{texmfdoc}
f37ff31b
ZU
5041# This is an empty directory
5042%{__rm} -r $RPM_BUILD_ROOT%{_datadir}/texlive-20080822-texmf
ef329b0f 5043# Useless binary
5044%{__rm} $RPM_BUILD_ROOT%{_datadir}/texmf-dist/doc/latex/splitindex/splitindex{.exe,-Linux-i386,-OpenBSD-i386}
f37ff31b 5045
d08789e0
ZU
5046# commented out because of following (non-fatal) error:
5047# Can't open texmf/web2c/texmf.cnf: No such file or directory.
5048#perl -pi \
5049# -e "s|\.\./\.\./texmf|$RPM_BUILD_ROOT%{texmf}|g;" \
5050# -e "s|/var/cache/fonts|$RPM_BUILD_ROOT/var/cache/fonts|g;" \
5051# texmf/web2c/texmf.cnf
5052
d08789e0
ZU
5053install -d $RPM_BUILD_ROOT%{texmf}/fonts/opentype/public
5054
5055LD_LIBRARY_PATH=$RPM_BUILD_ROOT%{_libdir}; export LD_LIBRARY_PATH
5056
5057%{__make} install \
5058 prefix=$RPM_BUILD_ROOT%{_prefix} \
5059 bindir=$RPM_BUILD_ROOT%{_bindir} \
5060 mandir=$RPM_BUILD_ROOT%{_mandir} \
5061 libdir=$RPM_BUILD_ROOT%{_libdir} \
5062 datadir=$RPM_BUILD_ROOT%{_datadir} \
5063 infodir=$RPM_BUILD_ROOT%{_infodir} \
5064 includedir=$RPM_BUILD_ROOT%{_includedir} \
5065 sbindir=$RPM_BUILD_ROOT%{_sbindir} \
5066 texmf=$RPM_BUILD_ROOT%{texmf} \
5067 texmfsysvar=$RPM_BUILD_ROOT%{_localstatedir} \
5068 texmfsysconfig=$RPM_BUILD_ROOT%{texmf}
5069
37bb0d8c 5070# Fix broken symlinks
3702646a
ZU
5071CURDIR=$(pwd)
5072cd $RPM_BUILD_ROOT%{_bindir}
f99b0fea
ZU
5073ln -sf ../share/texmf/scripts/a2ping/a2ping.pl a2ping
5074ln -sf ../share/texmf-dist/scripts/context/stubs/unix/context context
5075ln -sf ../share/texmf-dist/scripts/context/stubs/unix/ctxtools ctxtools
5076ln -sf ../share/texmf-dist/scripts/dviasm/dviasm.py dviasm
5077ln -sf ../share/texmf/scripts/tetex/e2pall.pl e2pall
5078ln -sf ../share/texmf-dist/scripts/bengali/ebong.py ebong
5079ln -sf ../share/texmf-dist/scripts/epspdf/epspdf epspdf
5080ln -sf ../share/texmf-dist/scripts/epspdf/epspdftk epspdftk
5081ln -sf ../share/texmf/scripts/epstopdf/epstopdf.pl epstopdf
5082ln -sf ../share/texmf-dist/scripts/context/stubs/unix/exatools exatools
5083ln -sf ../share/texmf/scripts/texlive/getnonfreefonts.pl getnonfreefonts
5084ln -sf ../share/texmf/scripts/texlive/getnonfreefonts.pl getnonfreefonts-sys
5085ln -sf ../share/texmf-dist/scripts/tex4ht/ht.sh ht
5086ln -sf ../share/texmf-dist/scripts/tex4ht/htcontext.sh htcontext
5087ln -sf ../share/texmf-dist/scripts/tex4ht/htlatex.sh htlatex
5088ln -sf ../share/texmf-dist/scripts/tex4ht/htmex.sh htmex
5089ln -sf ../share/texmf-dist/scripts/tex4ht/httex.sh httex
5090ln -sf ../share/texmf-dist/scripts/tex4ht/httexi.sh httexi
5091ln -sf ../share/texmf-dist/scripts/tex4ht/htxelatex.sh htxelatex
5092ln -sf ../share/texmf-dist/scripts/tex4ht/htxetex.sh htxetex
5093ln -sf ../share/texmf-dist/scripts/context/stubs/unix/luatools luatools
5094ln -sf ../share/texmf-dist/scripts/glossaries/makeglossaries makeglossaries
5095ln -sf ../share/texmf-dist/scripts/context/stubs/unix/makempy makempy
5096ln -sf ../share/texmf-dist/scripts/tex4ht/mk4ht.pl mk4ht
5097ln -sf ../share/texmf-dist/scripts/mkjobtexmf/mkjobtexmf.pl mkjobtexmf
5098ln -sf ../share/texmf-dist/scripts/context/stubs/unix/mpstools mpstools
5099ln -sf ../share/texmf-dist/scripts/context/stubs/unix/mptopdf mptopdf
5100ln -sf ../share/texmf-dist/scripts/context/stubs/unix/mtxrun mtxrun
5101ln -sf ../share/texmf-dist/scripts/context/stubs/unix/mtxtools mtxtools
5102ln -sf ../share/texmf-dist/scripts/oberdiek/pdfatfi.pl pdfatfi
5103ln -sf ../share/texmf-dist/scripts/pdfcrop/pdfcrop.pl pdfcrop
5104ln -sf ../share/texmf-dist/scripts/ppower4/pdfthumb.texlua pdfthumb
5105ln -sf ../share/texmf-dist/scripts/context/stubs/unix/pdftools pdftools
5106ln -sf ../share/texmf-dist/scripts/context/stubs/unix/pdftrimwhite pdftrimwhite
5107ln -sf ../share/texmf-dist/scripts/perltex/perltex.pl perltex
5108ln -sf ../share/texmf/scripts/pkfix/pkfix.pl pkfix
5109ln -sf ../share/texmf-dist/scripts/ppower4/ppower4.texlua ppower4
5110ln -sf ../share/texmf/scripts/ps2eps/ps2eps.pl ps2eps
5111ln -sf ../share/texmf-dist/scripts/pst-pdf/ps4pdf ps4pdf
5112ln -sf ../share/texmf-dist/scripts/pst2pdf/pst2pdf.pl pst2pdf
5113ln -sf ../share/texmf-dist/scripts/context/stubs/unix/pstopdf pstopdf
5114ln -sf ../share/texmf-dist/scripts/context/stubs/unix/rlxtools rlxtools
5115ln -sf ../share/texmf/scripts/texlive/rungs.tlu rungs
5116ln -sf ../share/texmf-dist/scripts/context/stubs/unix/runtools runtools
5117ln -sf ../share/texmf/scripts/simpdftex/simpdftex simpdftex
5118ln -sf ../share/texmf-dist/scripts/texcount/TeXcount.pl texcount
5119ln -sf ../share/texmf/scripts/texlive/texdoc.tlu texdoc
5120ln -sf ../share/texmf/scripts/tetex/texdoctk.pl texdoctk
5121ln -sf ../share/texmf-dist/scripts/context/stubs/unix/texexec texexec
5122ln -sf ../share/texmf-dist/scripts/context/stubs/unix/texfind texfind
5123ln -sf ../share/texmf-dist/scripts/context/stubs/unix/texfont texfont
5124ln -sf ../share/texmf-dist/scripts/context/ruby/texmfstart.rb texmfstart
5125ln -sf ../share/texmf-dist/scripts/context/stubs/unix/texshow texshow
5126ln -sf ../share/texmf-dist/scripts/context/stubs/unix/textools textools
5127ln -sf ../share/texmf-dist/scripts/context/stubs/unix/texutil texutil
5128ln -sf ../share/texmf-dist/scripts/thumbpdf/thumbpdf.pl thumbpdf
5129ln -sf ../share/texmf/scripts/texlive/tlmgr.pl tlmgr
5130ln -sf ../share/texmf-dist/scripts/context/stubs/unix/tmftools tmftools
5131ln -sf ../share/texmf-dist/scripts/vpe/vpe.pl vpe
5132ln -sf ../share/texmf-dist/scripts/context/stubs/unix/xmltools xmltools
3702646a 5133cd $CURDIR
37bb0d8c 5134
d08789e0
ZU
5135#install %{SOURCE7} $RPM_BUILD_ROOT%{_bindir}
5136#touch $RPM_BUILD_ROOT/etc/sysconfig/tetex-updmap/maps.lst
5137
26d8eaaa
ZU
5138# %{__make} init \
5139# prefix=$RPM_BUILD_ROOT%{_prefix} \
5140# bindir=$RPM_BUILD_ROOT%{_bindir} \
5141# mandir=$RPM_BUILD_ROOT%{_mandir} \
5142# libdir=$RPM_BUILD_ROOT%{_libdir} \
5143# datadir=$RPM_BUILD_ROOT%{_datadir} \
5144# infodir=$RPM_BUILD_ROOT%{_infodir} \
5145# includedir=$RPM_BUILD_ROOT%{_includedir} \
5146# sbindir=$RPM_BUILD_ROOT%{_sbindir} \
5147# texmf=$RPM_BUILD_ROOT%{texmf}
d08789e0 5148
489714ae 5149%{__rm} -r $RPM_BUILD_ROOT%{_prefix}/texmf
4aeb46f7 5150%{__rm} -r $RPM_BUILD_ROOT%{_prefix}/texmf-dist
8fef59bb
ZU
5151# We don't need it
5152%{__rm} -r $RPM_BUILD_ROOT%{texmf}/doc/man
c244802e 5153%{__rm} -r $RPM_BUILD_ROOT%{texmfdoc}/source
8e2a2403 5154
d08789e0
ZU
5155perl -pi \
5156 -e "s|$RPM_BUILD_ROOT||g;" \
5157 $RPM_BUILD_ROOT%{texmf}/web2c/texmf.cnf
5158
8175e90e 5159install %{SOURCE4} $RPM_BUILD_ROOT/etc/cron.daily/texlive
d08789e0
ZU
5160
5161install %{SOURCE5} $RPM_BUILD_ROOT%{_desktopdir}
5162install %{SOURCE6} $RPM_BUILD_ROOT%{_pixmapsdir}
5163
ce981570 5164# bzip2 -dc %{SOURCE3} | tar xf - -C $RPM_BUILD_ROOT%{_mandir}
d08789e0
ZU
5165
5166# in separate spec
b4d68b39
ZU
5167# rm -rf $RPM_BUILD_ROOT%{texmf}/tex/latex/{pgf,xcolor}
5168# rm -rf $RPM_BUILD_ROOT%{texmf}/doc/latex/{pgf,xcolor}
d08789e0
ZU
5169
5170# not included in package
5171rm -f $RPM_BUILD_ROOT%{texmf}/doc/fonts/oldgerman/COPYING
5172rm -f $RPM_BUILD_ROOT%{texmf}/doc/Makefile
5173rm -f $RPM_BUILD_ROOT%{texmf}/doc/programs/texinfo.*
5174rm -f $RPM_BUILD_ROOT%{texmf}/doc/helpfile
5175rm -f $RPM_BUILD_ROOT%{texmf}/doc/helpindex.html
5176rm -f $RPM_BUILD_ROOT%{texmf}/fonts/pk/ljfour/lh/lh-lcy/*.600pk
5177rm -f $RPM_BUILD_ROOT%{texmf}/release-tetex-{src,texmf}.txt
5178rm -f $RPM_BUILD_ROOT%{texmf}/scripts/uniqleaf/uniqleaf.pl
5179rm -f $RPM_BUILD_ROOT%{texmf}/doc/help/Catalogue-upd.sh
5180rm -f $RPM_BUILD_ROOT%{texmf}/doc/help/faq/uktug-faq-upd.sh
5181rm -f $RPM_BUILD_ROOT%{texmf}/doc/mkhtml*
5182rm -f $RPM_BUILD_ROOT%{texmf}/doc/index.html
5183rm -f $RPM_BUILD_ROOT%{texmf}/doc/index.php
5184rm -f $RPM_BUILD_ROOT%{_infodir}/dir.gz
5185rm -f $RPM_BUILD_ROOT%{_mandir}/{README.*,hu/man1/readlink.1*}
5186rm -f $RPM_BUILD_ROOT%{_datadir}/texinfo/html/texi2html.html
5187
5188# move format logs to BUILD, so $RPM_BUILD_ROOT is not polluted
5189# and we can still analyze them
ce981570
ZU
5190# install -d format-logs
5191# mv -fv $RPM_BUILD_ROOT%{fmtdir}/*.log format-logs
d08789e0
ZU
5192
5193%clean
5194rm -rf $RPM_BUILD_ROOT
5195
5196%post
5197%fixinfodir
5198%texhash
5199
5200%postun
5201%fixinfodir
5202if [ "$1" = "1" ]; then
5203 %texhash
5204fi
5205
5206%post doc-Catalogue
5207%texhash
5208
5209%postun doc-Catalogue
5210%texhash
5211
5212%post doc-tug-faq
5213%texhash
5214
5215%postun doc-tug-faq
5216%texhash
5217
096dca83 5218%post -n kpathsea
d08789e0
ZU
5219/sbin/ldconfig
5220%fixinfodir
5221%texhash
5222
096dca83 5223%postun -n kpathsea
d08789e0
ZU
5224/sbin/ldconfig
5225%fixinfodir
5226%texhash
5227
096dca83 5228%post -n kpathsea-devel
d08789e0
ZU
5229%texhash
5230
096dca83 5231%postun -n kpathsea-devel
d08789e0
ZU
5232%texhash
5233
5234%post dvips
5235%fixinfodir
5236%texhash
5237
5238%postun dvips
5239%fixinfodir
5240%texhash
5241
5242%post dvilj
5243%texhash
5244
5245%postun dvilj
5246%texhash
5247
5248%post makeindex
5249%texhash
5250
5251%postun makeindex
5252%texhash
5253
e67df411
ZU
5254%post tex-mathdots
5255%texhash
5256
5257%postun tex-mathdots
5258%texhash
5259
d08789e0
ZU
5260%post metafont
5261%texhash
5262
5263%postun metafont
5264%texhash
5265
5266%post metapost
5267%texhash
5268
5269%postun metapost
5270%texhash
5271
43a061cf 5272%post metapost-other
786ebdb1
ZU
5273%texhash
5274
43a061cf 5275%postun metapost-other
786ebdb1
ZU
5276%texhash
5277
d08789e0
ZU
5278%post mptopdf
5279%texhash
5280
5281%postun mptopdf
5282%texhash
5283
5284%post texdoctk
5285%texhash
5286
5287%postun texdoctk
5288%texhash
5289
5290%post -n xdvi
5291%texhash
5292
5293%postun -n xdvi
5294%texhash
5295
5296%post pdftex
5297%texhash
5298
5299%postun pdftex
5300%texhash
5301
04123363
ZU
5302%post phyzzx
5303%texhash
5304
5305%postun phyzzx
5306%texhash
5307
d08789e0
ZU
5308%post omega
5309%texhash
5310
5311%postun omega
5312%texhash
5313
5314%post plain
5315%texhash
5316
5317%postun plain
5318%texhash
5319
5320%post format-plain
5321%texhash
5322
5323%postun format-plain
5324%texhash
5325
5326%post format-pdftex
5327%texhash
5328
5329%postun format-pdftex
5330%texhash
5331
5332%post format-pdfetex
5333%texhash
5334
5335%postun format-pdfetex
5336%texhash
5337
5338%post mex
5339%texhash
5340
5341%postun mex
5342%texhash
5343
5344%post format-mex
5345%texhash
5346
5347%postun format-mex
5348%texhash
5349
5350%post format-pdfmex
5351%texhash
5352
5353%postun format-pdfmex
5354%texhash
5355
5356%postun format-utf8mex
5357%texhash
5358
5359%post amstex
5360%texhash
5361
5362%postun amstex
5363%texhash
5364
5365%post format-amstex
5366%texhash
5367
5368%postun format-amstex
5369%texhash
5370
5371%post format-pdfamstex
5372%texhash
5373
5374%postun format-pdfamstex
5375%texhash
5376
5377%post csplain
5378%texhash
5379
5380%postun csplain
5381%texhash
5382
5383%post format-csplain
5384%texhash
5385
5386%postun format-csplain
5387%texhash
5388
5389%post format-pdfcsplain
5390%texhash
5391
5392%postun format-pdfcsplain
5393%texhash
5394
5395%post cslatex
5396%texhash
5397
5398%postun cslatex
5399%texhash
5400
5401%post format-cslatex
5402%texhash
5403
5404%postun format-cslatex
5405%texhash
5406
5407%post format-pdfcslatex
5408%texhash
5409
5410%postun format-pdfcslatex
5411%texhash
5412
5413%post cyrplain
5414%texhash
5415
5416%postun cyrplain
5417%texhash
5418
5419%post format-cyrplain
5420%texhash
5421
5422%postun format-cyrplain
5423%texhash
5424
5425%post format-cyramstex
5426%texhash
5427
5428%postun format-cyramstex
5429%texhash
5430
5431%post format-cyrtexinfo
5432%texhash
5433
5434%postun format-cyrtexinfo
5435%texhash
5436
5437%post eplain
5438%texhash
5439
5440%postun eplain
5441%texhash
5442
5443%post format-eplain
5444%texhash
5445
5446%postun format-eplain
5447%texhash
5448
5449# ConTeXt format
5450
5451%post context
5452%texhash
5453
5454%postun context
5455%texhash
5456
5457%post format-context-de
5458%texhash
5459
5460%postun format-context-de
5461%texhash
5462
5463%post format-context-en
5464%texhash
5465
5466%postun format-context-en
5467%texhash
5468
5469%post format-context-nl
5470%texhash
5471
5472%postun format-context-nl
5473%texhash
5474
5475# LaTeX format.
5476
5477%post latex
5478%fixinfodir
5479%texhash
5480
5481%postun latex
5482%fixinfodir
5483%texhash
5484
6c82f497
ZU
5485%post latex-12many
5486%texhash
5487
5488%postun latex-12many
5489%texhash
5490
fe66da27
ZU
5491%post latex-abstract
5492%texhash
5493
5494%postun latex-abstract
5495%texhash
5496
f1f5d194
ZU
5497%post latex-accfonts
5498%texhash
5499
5500%postun latex-accfonts
5501%texhash
5502
e88b5dcf
ZU
5503%post latex-adrconv
5504%texhash
5505
5506%postun latex-adrconv
5507%texhash
5508
d08789e0
ZU
5509%post latex-ae
5510%texhash
5511
5512%postun latex-ae
5513%texhash
5514
5515%post latex-ams
5516%texhash
5517
5518%postun latex-ams
5519%texhash
5520
5521%post latex-antp
5522%texhash
5523
5524%postun latex-antp
5525%texhash
5526
5527%post latex-antt
5528%texhash
5529
5530%postun latex-antt
5531%texhash
5532
e88b5dcf
ZU
5533%post latex-appendix
5534%texhash
5535
5536%postun latex-appendix
5537%texhash
5538
b4d68b39
ZU
5539%post latex-backgammon
5540%texhash
5541
5542%postun latex-backgammon
5543%texhash
5544
6c82f497
ZU
5545%post latex-bardiag
5546%texhash
5547
5548%postun latex-bardiag
5549%texhash
5550
d08789e0
ZU
5551%post latex-bbm
5552%texhash
5553
5554%postun latex-bbm
5555%texhash
5556
5557%post latex-bbold
5558%texhash
5559
5560%postun latex-bbold
5561%texhash
5562
b4d68b39
ZU
5563%post latex-beamer
5564%texhash
5565
5566%postun latex-beamer
5567%texhash
5568
2fede27b
ZU
5569%post latex-bezos
5570%texhash
5571
5572%postun latex-bezos
5573%texhash
5574
d08789e0
ZU
5575%post latex-bibtex
5576%texhash
5577
5578%postun latex-bibtex
5579%texhash
5580
5581%post latex-bibtex-ams
5582%texhash
5583
5584%postun latex-bibtex-ams
5585%texhash
5586
5587%post latex-bibtex-pl
5588%texhash
5589
5590%postun latex-bibtex-pl
5591%texhash
5592
5593%post latex-bibtex-german
5594%texhash
5595
5596%postun latex-bibtex-german
5597%texhash
5598
5599%post latex-bibtex-revtex4
5600%texhash
5601
5602%postun latex-bibtex-revtex4
5603%texhash
5604
5605%post latex-bibtex-jurabib
5606%texhash
5607
5608%postun latex-bibtex-jurabib
5609%texhash
5610
33b3b483
ZU
5611%post latex-bibtex-styles
5612%texhash
5613
5614%postun latex-bibtex-styles
5615%texhash
5616
2fede27b
ZU
5617%post latex-booktabs
5618%texhash
5619
5620%postun latex-booktabs
5621%texhash
5622
5623
5624%post latex-caption
5625%texhash
5626
5627%postun latex-caption
5628%texhash
5629
d08789e0
ZU
5630%post latex-carlisle
5631%texhash
5632
5633%postun latex-carlisle
5634%texhash
5635
5636%post latex-ccfonts
5637%texhash
5638
5639%postun latex-ccfonts
5640%texhash
5641
5642%post latex-cite
5643%texhash
5644
5645%postun latex-cite
5646%texhash
5647
5648%post latex-cmbright
5649%texhash
5650
5651%postun latex-cmbright
5652%texhash
5653
2fede27b
ZU
5654
5655%post latex-comment
5656%texhash
5657
5658%postun latex-comment
5659%texhash
5660
d08789e0
ZU
5661%post latex-concmath
5662%texhash
5663
5664%postun latex-concmath
5665%texhash
5666
2fede27b
ZU
5667%post latex-currvita
5668%texhash
5669
5670%postun latex-currvita
5671%texhash
5672
5673
5674%post latex-curves
5675%texhash
5676
5677%postun latex-curves
5678%texhash
5679
d08789e0
ZU
5680%post latex-custom-bib
5681%texhash
5682
5683%postun latex-custom-bib
5684%texhash
5685
5686%post latex-cyrillic
5687%texhash
5688
5689%postun latex-cyrillic
5690%texhash
5691
04eb4e68
ZU
5692# %post latex-dstroke
5693# %texhash
d08789e0 5694
04eb4e68
ZU
5695# %postun latex-dstroke
5696# %texhash
d08789e0 5697
60597425
ZU
5698%post latex-enumitem
5699%texhash
5700
5701%postun latex-enumitem
5702%texhash
5703
fe66da27
ZU
5704%post latex-exam
5705%texhash
5706
5707%postun latex-exam
5708%texhash
5709
f1f5d194
ZU
5710%post latex-gbrief
5711%texhash
5712
5713%postun latex-gbrief
5714%texhash
5715
d08789e0
ZU
5716%post latex-jknappen
5717%texhash
5718
5719%postun latex-jknappen
5720%texhash
5721
d19eaaab
ZU
5722%post latex-keystroke
5723%texhash
5724
5725%postun latex-keystroke
5726%texhash
5727
5728%post latex-labbook
5729%texhash
5730
5731%postun latex-labbook
5732%texhash
5733
5734%post latex-lcd
5735%texhash
5736
5737%postun latex-lcd
5738%texhash
5739
5740%post latex-leaflet
5741%texhash
5742
5743%postun latex-leaflet
5744%texhash
5745
f1f5d194
ZU
5746%post latex-leftidx
5747%texhash
5748
5749%postun latex-leftidx
5750%texhash
5751
d19eaaab
ZU
5752%post latex-lewis
5753%texhash
5754
5755%postun latex-lewis
5756%texhash
5757
d08789e0
ZU
5758%post latex-lm
5759%texhash
5760
fe66da27
ZU
5761%post latex-lastpage
5762%texhash
5763
5764%postun latex-lastpage
5765%texhash
5766
d08789e0
ZU
5767%postun latex-lm
5768%texhash
5769
5770%post latex-lucidabr
5771%texhash
5772
5773%postun latex-lucidabr
5774%texhash
5775
5776%post latex-marvosym
5777%texhash
5778
5779%postun latex-marvosym
5780%texhash
5781
d19eaaab
ZU
5782%post latex-mathexam
5783%texhash
5784
5785%postun latex-mathexam
5786%texhash
5787
d08789e0
ZU
5788%post latex-mathpple
5789%texhash
5790
5791%postun latex-mathpple
5792%texhash
5793
5794%post latex-mathtime
5795%texhash
5796
5797%postun latex-mathtime
5798%texhash
5799
5800%post latex-mflogo
5801%texhash
5802
5803%postun latex-mflogo
5804%texhash
5805
5806%post latex-mfnfss
5807%texhash
5808
5809%postun latex-mfnfss
5810%texhash
5811
5812%post latex-minitoc
5813%texhash
5814
5815%postun latex-minitoc
5816%texhash
5817
5818%post latex-mltex
5819%texhash
5820
5821%postun latex-mltex
5822%texhash
5823
f1f5d194
ZU
5824%post latex-moreverb
5825%texhash
5826
5827%postun latex-moreverb
5828%texhash
5829
d34bfb7f
ZU
5830%post latex-multienum
5831%texhash
5832
5833%postun latex-multienum
5834%texhash
5835
8ed039e0
ZU
5836%post latex-musictex
5837%texhash
5838
5839%postun latex-musictex
5840%texhash
5841
fe66da27
ZU
5842%post latex-ntheorem
5843%texhash
5844
5845%postun latex-ntheorem
5846%texhash
5847
f65b3398
ZU
5848%post latex-other
5849%texhash
5850
5851%postun latex-other
5852%texhash
5853
5854%post latex-other-doc
5855%texhash
5856
5857%postun latex-other-doc
5858%texhash
5859
d08789e0
ZU
5860%post latex-palatcm
5861%texhash
5862
5863%postun latex-palatcm
5864%texhash
5865
f65b3398
ZU
5866%post latex-pdfslide
5867%texhash
5868
5869%postun latex-pdfslide
5870%texhash
5871
03d9d5fa
ZU
5872%post latex-pgf
5873%texhash
5874
5875%postun latex-pgf
5876%texhash
5877
f65b3398
ZU
5878%post latex-polynom
5879%texhash
5880
5881%postun latex-polynom
5882%texhash
5883
5884%post latex-polynomial
5885%texhash
5886
5887%postun latex-polynomial
5888%texhash
5889
b7b4a109
ZU
5890%post latex-prosper
5891%texhash
5892
5893%postun latex-prosper
5894%texhash
5895
5896%post latex-pseudocode
5897%texhash
5898
5899%postun latex-pseudocode
5900%texhash
5901
d08789e0
ZU
5902%post latex-psnfss
5903%texhash
5904
5905%postun latex-psnfss
5906%texhash
5907
8efa6a9c
ZU
5908%post latex-pst-2dplot
5909%texhash
5910
5911%postun latex-pst-2dplot
5912%texhash
5913
5914%post latex-pst-3dplot
5915%texhash
5916
5917%postun latex-pst-3dplot
5918%texhash
5919
5920%post latex-pst-bar
5921%texhash
5922
5923%postun latex-pst-bar
5924%texhash
5925
5926%post latex-pst-circ
5927%texhash
5928
5929%postun latex-pst-circ
5930%texhash
5931
b7b4a109
ZU
5932%post latex-pst-eucl
5933%texhash
5934
5935%postun latex-pst-eucl
5936%texhash
5937
8efa6a9c
ZU
5938%post latex-pst-diffraction
5939%texhash
5940
5941%postun latex-pst-diffraction
5942%texhash
5943
5944%post latex-pst-fun
5945%texhash
5946
5947%postun latex-pst-fun
5948%texhash
5949
5950%post latex-pst-func
5951%texhash
5952
5953%postun latex-pst-func
5954%texhash
5955
5956%post latex-pst-infixplot
5957%texhash
5958
5959%postun latex-pst-infixplot
5960%texhash
5961
b7b4a109
ZU
5962%post latex-pst-fr3d
5963%texhash
5964
5965%postun latex-pst-fr3d
5966%texhash
5967
5968%post latex-pst-fractal
5969%texhash
5970
5971%postun latex-pst-fractal
5972%texhash
5973
d08789e0
ZU
5974%post latex-pxfonts
5975%texhash
5976
8efa6a9c
ZU
5977%post latex-pst-math
5978%texhash
5979
5980%postun latex-pst-math
5981%texhash
5982
5983%post latex-pst-ob3d
5984%texhash
5985
5986%postun latex-pst-ob3d
5987%texhash
5988
5989%post latex-pst-optic
5990%texhash
5991
5992%postun latex-pst-optic
5993%texhash
5994
5995%post latex-pst-optexp
5996%texhash
5997
5998%postun latex-pst-optexp
5999%texhash
6000
6001%post latex-pst-text
6002%texhash
6003
6004%postun latex-pst-text
6005%texhash
6006
1024ab0e
ZU
6007%post latex-pst-uncategorized
6008%texhash
6009
6010%postun latex-pst-uncategorized
6011
6012%texhash
6013
d08789e0
ZU
6014%postun latex-pxfonts
6015%texhash
6016
6017%post latex-qfonts
6018%texhash
6019
6020%postun latex-qfonts
6021%texhash
6022
6c82f497
ZU
6023%post latex-SIstyle
6024%texhash
6025
6026%postun latex-SIstyle
6027%texhash
6028
fe66da27
ZU
6029%post latex-SIunits
6030%texhash
6031
6032%postun latex-SIunits
6033%texhash
6034
f65b3398
ZU
6035%post latex-siunitx
6036%texhash
6037
6038%postun latex-siunitx
6039%texhash
6040
6c82f497
ZU
6041%post latex-Tabbing
6042%texhash
6043
6044%postun latex-Tabbing
6045%texhash
6046
d08789e0
ZU
6047%post latex-txfonts
6048%texhash
6049
6050%postun latex-txfonts
6051%texhash
6052
7ea3a98b
ZU
6053%post latex-ucs
6054%texhash
6055
6056%postun latex-ucs
6057%texhash
6058
d08789e0
ZU
6059%post latex-umlaute
6060%texhash
6061
6062%postun latex-umlaute
6063%texhash
6064
e67df411
ZU
6065%post latex-variations
6066%texhash
6067
6068%postun latex-variations
6069%texhash
6070
d08789e0
ZU
6071%post latex-wasysym
6072%texhash
6073
6074%postun latex-wasysym
6075%texhash
6076
03d9d5fa
ZU
6077%post latex-xcolor
6078%texhash
6079
6080%postun latex-xcolor
6081%texhash
6082
d08789e0
ZU
6083%post format-latex
6084%texhash
6085
6086%postun format-latex
6087%texhash
6088
6089%post format-pdflatex
6090%texhash
6091
6092%postun format-pdflatex
6093%texhash
6094
6095%post platex
6096%texhash
6097
6098%postun platex
6099%texhash
6100
6101%post format-platex
6102%texhash
6103
6104%postun format-platex
6105%texhash
6106
6107%post format-pdfplatex
6108%texhash
6109
6110%postun format-pdfplatex
6111%texhash
6112
6113%post tex-babel
6114%texhash
6115
6116%postun tex-babel
6117%texhash
6118
6119%post tex-german
6120%texhash
6121
6122%postun tex-german
6123%texhash
6124
6125%post tex-mfpic
6126%texhash
6127
6128%postun tex-mfpic
6129%texhash
6130
6131%post tex-misc
6132%texhash
6133
6134%postun tex-misc
6135%texhash
6136
6137%post tex-pictex
6138%texhash
6139
6140%postun tex-pictex
6141%texhash
6142
6143%post tex-pstricks
6144%texhash
6145
6146%postun tex-pstricks
6147%texhash
6148
6149%post tex-qpx
6150%texhash
6151
6152%postun tex-qpx
6153%texhash
6154
31bd2c4a 6155%post tex-qpxqtx
d08789e0
ZU
6156%texhash
6157
31bd2c4a 6158%postun tex-qpxqtx
d08789e0
ZU
6159%texhash
6160
6161%post tex-ruhyphen
6162%texhash
6163
6164%postun tex-ruhyphen
6165%texhash
6166
6167%post tex-spanish
6168%texhash
6169
6170%postun tex-spanish
6171%texhash
6172
6173%post tex-texdraw
6174%texhash
6175
6176%postun tex-texdraw
6177%texhash
6178
6179%post tex-thumbpdf
6180%texhash
6181
6182%postun tex-thumbpdf
6183%texhash
6184
6185%post tex-ukrhyph
6186%texhash
6187
6188%postun tex-ukrhyph
6189%texhash
6190
6191%post latex-vietnam
6192%texhash
6193
6194%postun latex-vietnam
6195%texhash
6196
6197%post tex-xypic
6198%texhash
6199
6200%postun tex-xypic
6201%texhash
6202
6203%post fonts-adobe
6204%texhash
6205
6206%postun fonts-adobe
6207%texhash
6208
6209%post fonts-ae
6210%texhash
6211
6212%postun fonts-ae
6213%texhash
6214
6215%post fonts-ams
6216%texhash
6217
6218%postun fonts-ams
6219%texhash
6220
6221%post fonts-antp
6222%texhash
6223
6224%postun fonts-antp
6225%texhash
6226
6227%post fonts-antt
6228%texhash
6229
6230%postun fonts-antt
6231%texhash
6232
6233%post fonts-bbm
6234%texhash
6235
6236%postun fonts-bbm
6237%texhash
6238
6239%post fonts-bbold
6240%texhash
6241
6242%postun fonts-bbold
6243%texhash
6244
070c5aff
ZU
6245%post fonts-bh
6246%texhash
d08789e0 6247
070c5aff
ZU
6248%postun fonts-bh
6249%texhash
d08789e0
ZU
6250
6251%post fonts-bitstream
6252%texhash
6253
6254%postun fonts-bitstream
6255%texhash
6256
6257%post fonts-cbgreek
6258%texhash
6259
6260%postun fonts-cbgreek
6261%texhash
6262
6263%post fonts-cc-pl
6264%texhash
6265
6266%postun fonts-cc-pl
6267%texhash
6268
6269%post fonts-cg
6270%texhash
6271
6272%postun fonts-cg
6273%texhash
6274
6275%post fonts-cm
6276%texhash
6277
6278%postun fonts-cm
6279%texhash
6280
6281%post fonts-cmbright
6282%texhash
6283
6284%postun fonts-cmbright
6285%texhash
6286
6287%post fonts-cmcyr
6288%texhash
6289
6290%postun fonts-cmcyr
6291%texhash
6292
6293%post fonts-cmextra
6294%texhash
6295
6296%postun fonts-cmextra
6297%texhash
6298
7af5f8bc 6299%post fonts-cmsuper
5d7e11d7
ZU
6300%texhash
6301
7af5f8bc 6302%postun fonts-cmsuper
5d7e11d7
ZU
6303%texhash
6304
d08789e0
ZU
6305%post fonts-concmath
6306%texhash
6307
6308%postun fonts-concmath
6309%texhash
6310
6311%post fonts-concrete
6312%texhash
6313
6314%postun fonts-concrete
6315%texhash
6316
6317%post fonts-cs
6318%texhash
6319
6320%postun fonts-cs
6321%texhash
6322
4a09ae1a
ZU
6323%post fonts-dstroke
6324%texhash
d08789e0 6325
4a09ae1a
ZU
6326%postun fonts-dstroke
6327%texhash
d08789e0
ZU
6328
6329%post fonts-ecc
6330%texhash
6331
6332%postun fonts-ecc
6333%texhash
6334
6335%post fonts-eurosym
6336%texhash
6337
6338%postun fonts-eurosym
6339%texhash
6340
6341%post fonts-euxm
6342%texhash
6343
6344%postun fonts-euxm
6345%texhash
6346
6347%post fonts-gothic
6348%texhash
6349
6350%postun fonts-gothic
6351%texhash
6352
6353%post fonts-hoekwater
6354%texhash
6355
6356%postun fonts-hoekwater
6357%texhash
6358
6359%post fonts-jknappen
6360%texhash
6361
6362%postun fonts-jknappen
6363%texhash
6364
6365%post fonts-latex
6366%texhash
6367
6368%postun fonts-latex
6369%texhash
6370
6371%post fonts-lh
6372%texhash
6373
6374%postun fonts-lh
6375%texhash
6376
6377%post fonts-lm
6378%texhash
6379
6380%postun fonts-lm
6381%texhash
6382
6383%post fonts-marvosym
6384%texhash
6385
6386%postun fonts-marvosym
6387%texhash
6388
6389%post fonts-mflogo
6390%texhash
6391
6392%postun fonts-mflogo
6393%texhash
6394
6395%post fonts-misc
6396%texhash
6397
6398%postun fonts-misc
6399%texhash
6400
6401%post fonts-monotype
6402%texhash
6403
6404%postun fonts-monotype
6405%texhash
6406
6407%post fonts-omega
6408%texhash
6409
6410%postun fonts-omega
6411%texhash
6412
f1ba8563
ZU
6413%post fonts-other
6414%texhash
6415
6416%postun fonts-other
6417%texhash
6418
d08789e0
ZU
6419%post fonts-pazo
6420%texhash
6421
6422%postun fonts-pazo
6423%texhash
6424
6425%post fonts-pl
6426%texhash
6427
6428%postun fonts-pl
6429%texhash
6430
6431%post fonts-px
6432%texhash
6433
6434%postun fonts-px
6435%texhash
6436
6437%post fonts-qfonts
6438%texhash
6439
6440%postun fonts-qfonts
6441%texhash
6442
6443%post fonts-qpx
6444%texhash
6445
6446%postun fonts-qpx
6447%texhash
6448
31bd2c4a 6449%post fonts-qpxqtx
d08789e0
ZU
6450%texhash
6451
31bd2c4a 6452%postun fonts-qpxqtx
d08789e0
ZU
6453%texhash
6454
6455%post fonts-rsfs
6456%texhash
6457
6458%postun fonts-rsfs
6459%texhash
6460
6461%post fonts-stmaryrd
6462%texhash
6463
6464%postun fonts-stmaryrd
6465%texhash
6466
6467%post fonts-tx
6468%texhash
6469
6470%postun fonts-tx
6471%texhash
6472
6473%post fonts-urw
6474%texhash
6475
6476%postun fonts-urw
6477%texhash
6478
e67df411
ZU
6479%post fonts-urw35vf
6480%texhash
6481
6482%postun fonts-urw35vf
6483%texhash
6484
d08789e0
ZU
6485%post fonts-vnr
6486%texhash
6487
6488%postun fonts-vnr
6489%texhash
6490
6491%post fonts-wasy
6492%texhash
6493
6494%postun fonts-wasy
6495%texhash
6496
6497%post fonts-xypic
6498%texhash
6499
6500%postun fonts-xypic
6501%texhash
6502
6503%post fonts-yandy
6504%texhash
6505
6506%postun fonts-yandy
6507%texhash
6508
6509%post fonts-type1-antp
6510%texhash
6511
6512%postun fonts-type1-antp
6513%texhash
6514
6515%post fonts-type1-antt
6516%texhash
6517
6518%postun fonts-type1-antt
6519%texhash
6520
6521%post fonts-type1-belleek
6522%texhash
6523
6524%postun fonts-type1-belleek
6525%texhash
6526
6527%post fonts-type1-bitstream
6528%texhash
6529
6530%postun fonts-type1-bitstream
6531%texhash
6532
6533%post fonts-type1-bluesky
6534%texhash
6535
6536%postun fonts-type1-bluesky
6537%texhash
6538
6539%post fonts-type1-cc-pl
6540%texhash
6541
6542%postun fonts-type1-cc-pl
6543%texhash
6544
6545%post fonts-type1-cmcyr
6546%texhash
6547
6548%postun fonts-type1-cmcyr
6549%texhash
6550
6551%post fonts-type1-cs
6552%texhash
6553
6554%postun fonts-type1-cs
6555%texhash
6556
070c5aff
ZU
6557%post fonts-type1-dstroke
6558%texhash
d08789e0 6559
070c5aff
ZU
6560%postun fonts-type1-dstroke
6561%texhash
d08789e0
ZU
6562
6563%post fonts-type1-eurosym
6564%texhash
6565
6566%postun fonts-type1-eurosym
6567%texhash
6568
6569%post fonts-type1-hoekwater
6570%texhash
6571
6572%postun fonts-type1-hoekwater
6573%texhash
6574
6575%post fonts-type1-lm
6576%texhash
6577
6578%postun fonts-type1-lm
6579%texhash
6580
6581%post fonts-type1-marvosym
6582%texhash
6583
6584%postun fonts-type1-marvosym
6585%texhash
6586
6587%post fonts-type1-mathpazo
6588%texhash
6589
6590%postun fonts-type1-mathpazo
6591%texhash
6592
6593%post fonts-type1-omega
6594%texhash
6595
6596%postun fonts-type1-omega
6597%texhash
6598
6599%post fonts-type1-pl
6600%texhash
6601
6602%postun fonts-type1-pl
6603%texhash
6604
6605%post fonts-type1-px
6606%texhash
6607
6608%postun fonts-type1-px
6609%texhash
6610
070c5aff
ZU
6611%post fonts-type1-qfonts
6612%texhash
d08789e0 6613
070c5aff
ZU
6614%postun fonts-type1-qfonts
6615%texhash
d08789e0
ZU
6616
6617%post fonts-type1-tx
6618%texhash
6619
6620%postun fonts-type1-tx
6621%texhash
6622
6623%post fonts-type1-urw
6624%texhash
6625
6626%postun fonts-type1-urw
6627%texhash
6628
6629%post fonts-type1-vnr
6630%texhash
6631
6632%postun fonts-type1-vnr
6633%texhash
6634
6635%post fonts-type1-xypic
6636%texhash
6637
6638%postun fonts-type1-xypic
6639%texhash
6640
6641%post -n texconfig
6642%texhash
6643
6644%postun -n texconfig
6645%texhash
6646
4224ae6d
MB
6647%post xetex
6648%texhash
6649
6650%postun xetex
6651%texhash
6652
6653%post xmltex
6654%texhash
6655
6656%postun xmltex
6657%texhash
6658
5902e778
ZU
6659# Check the commented lines!!!
6660
d08789e0
ZU
6661%files
6662%defattr(644,root,root,755)
0f6c4baf 6663# %doc %{texmf}/LICENSE.texmf
df343eba 6664# %doc %{texmf}/ChangeLog
df343eba 6665# %doc %{texmf}/doc/README.knuth
efc75a1e 6666# There isn't doc/fonts directory
80fa261c 6667%dir %{texmfdist}/doc/fonts
606c6ab6 6668%doc %{texmfdist}/doc/fontname
efc75a1e 6669# %dir %{texmf}/doc/fonts/polish
df343eba
ZU
6670# %dir %{texmf}/doc/help
6671# %doc %{texmf}/doc/help/csname.txt
6672# %doc %{texmf}/doc/help/ctan
6673# %doc %{texmf}/doc/help/tds.dvi
6674# %doc %{texmf}/doc/help/unixtex.ftp
6675# %dir %{texmf}/doc/help/faq
6676# %doc %{texmf}/doc/images
df343eba
ZU
6677# %dir %{texmf}/doc/polish
6678# %doc %{texmf}/doc/polish/*.html
6679# %dir %{texmf}/doc/programs
6680# %doc %{texmf}/doc/programs/web2c*
6681# %doc %{texmf}/doc/programs/cwebman.dvi
6682# %doc %{texmf}/doc/programs/dvipng.*
6683# %doc %{texmf}/doc/knuth
d08789e0
ZU
6684#%attr(755,root,root) %{_bindir}/MakeTeXPK
6685#%attr(755,root,root) %{_bindir}/access
1a192771
ZU
6686
6687# ***********
6688# executables
6689# ***********
d08789e0
ZU
6690%attr(755,root,root) %{_bindir}/a2ping
6691%attr(755,root,root) %{_bindir}/afm2tfm
6692%attr(755,root,root) %{_bindir}/allcm
6693%attr(755,root,root) %{_bindir}/allec
6694%attr(755,root,root) %{_bindir}/allneeded
6695%attr(755,root,root) %{_bindir}/cweave
6696%attr(755,root,root) %{_bindir}/ctangle
6697%attr(755,root,root) %{_bindir}/ctie
6698%attr(755,root,root) %{_bindir}/dmp
6699%attr(755,root,root) %{_bindir}/dvipng
6700%attr(755,root,root) %{_bindir}/e2pall
6701%attr(755,root,root) %{_bindir}/ebb
df343eba 6702# %attr(755,root,root) %{_bindir}/fdf2tan
d08789e0
ZU
6703%attr(755,root,root) %{_bindir}/fmtutil
6704%attr(755,root,root) %{_bindir}/fmtutil-sys
6705#%attr(755,root,root) %{_bindir}/fontexport
6706#%attr(755,root,root) %{_bindir}/fontimport
6707%attr(755,root,root) %{_bindir}/fontinst
6708%attr(755,root,root) %{_bindir}/gftodvi
6709%attr(755,root,root) %{_bindir}/gftopk
6710%attr(755,root,root) %{_bindir}/gftype
6711%attr(755,root,root) %{_bindir}/gsftopk
6712#%attr(755,root,root) %{_bindir}/initex
6713%attr(755,root,root) %{_bindir}/kpseaccess
6714%attr(755,root,root) %{_bindir}/kpsereadlink
6715%attr(755,root,root) %{_bindir}/kpsewhere
6716%attr(755,root,root) %{_bindir}/mag
6717%attr(755,root,root) %{_bindir}/makempx
d08789e0
ZU
6718#%attr(755,root,root) %{_bindir}/mkfontdesc
6719%attr(755,root,root) %{_bindir}/mktexfmt
6720%attr(755,root,root) %{_bindir}/mktexlsr
6721%attr(755,root,root) %{_bindir}/newer
6722%attr(755,root,root) %{_bindir}/patgen
6723%attr(755,root,root) %{_bindir}/pdfetex
6724%attr(755,root,root) %{_bindir}/pfb2pfa
6725%attr(755,root,root) %{_bindir}/pk2bm
6726%attr(755,root,root) %{_bindir}/pktogf
6727%attr(755,root,root) %{_bindir}/pktype
6728%attr(755,root,root) %{_bindir}/pltotf
6729%attr(755,root,root) %{_bindir}/pooltype
6730%attr(755,root,root) %{_bindir}/ps2frag
6731%attr(755,root,root) %{_bindir}/ps2pk
6732# TODO: move this file to correct subpackage ?
6733%attr(755,root,root) %{_bindir}/ps4pdf
6734#%attr(755,root,root) %{_bindir}/t1mapper
6735%attr(755,root,root) %{_bindir}/tangle
6736#%attr(755,root,root) %{_bindir}/tetex-updmap
6737%attr(755,root,root) %{_bindir}/tex
6738%attr(755,root,root) %{_bindir}/texdoc
d08789e0 6739%attr(755,root,root) %{_bindir}/texhash
df343eba 6740# %attr(755,root,root) %{_bindir}/texi2html
d08789e0
ZU
6741%attr(755,root,root) %{_bindir}/texlinks
6742%attr(755,root,root) %{_bindir}/tftopl
6743%attr(755,root,root) %{_bindir}/tie
6744%attr(755,root,root) %{_bindir}/ttf2afm
6745%attr(755,root,root) %{_bindir}/updmap
6746%attr(755,root,root) %{_bindir}/updmap-sys
6747%attr(755,root,root) %{_bindir}/vftovp
6748#%attr(755,root,root) %{_bindir}/virtex
6749%attr(755,root,root) %{_bindir}/vptovf
6750%attr(755,root,root) %{_bindir}/weave
6751
6752%attr(755,root,root) %{texmf}/web2c/mktexnam
6753%attr(755,root,root) %{texmf}/web2c/mktexdir
6754%attr(755,root,root) %{texmf}/web2c/mktexupd
6755
0edad7f5 6756%attr(750,root,root) /etc/cron.daily/texlive
d08789e0
ZU
6757
6758#%dir /etc/sysconfig/tetex-updmap
6759#%verify(not md5 mtime size) %config(noreplace) /etc/sysconfig/tetex-updmap/maps.lst
6760
6761%ghost %{texmf}/ls-R
7057740b 6762%ghost %{texmfdist}/ls-R
7057740b 6763# %ghost %{_localstatedir}/ls-R
d08789e0 6764
2677a8b0 6765%config(noreplace) %verify(not md5 mtime size) %{texmfdist}/tex/cslatex/base/fonttext.cfg
1a192771 6766%config(noreplace) %verify(not md5 mtime size) %{texmf}/tex/generic/config/language.dat
2677a8b0
ZU
6767%config(noreplace) %verify(not md5 mtime size) %{texmfdist}/tex/latex/base/fontmath.cfg
6768%config(noreplace) %verify(not md5 mtime size) %{texmfdist}/tex/latex/base/fonttext.cfg
6769%config(noreplace) %verify(not md5 mtime size) %{texmfdist}/tex/latex/base/preload.cfg
1a192771 6770
d08789e0
ZU
6771%config(noreplace) %verify(not md5 mtime size) %{texmf}/web2c/fmtutil.cnf
6772%config(noreplace) %verify(not md5 mtime size) %{texmf}/web2c/mktex.cnf
6773%config(noreplace) %verify(not md5 mtime size) %{texmf}/web2c/mktex.opt
6774%config(noreplace) %verify(not md5 mtime size) %{texmf}/web2c/mktexdir.opt
6775%config(noreplace) %verify(not md5 mtime size) %{texmf}/web2c/mktexnam.opt
6776%config(noreplace) %verify(not md5 mtime size) %{texmf}/web2c/texmf.cnf
6777%config(noreplace) %verify(not md5 mtime size) %{texmf}/web2c/updmap.cfg
6778
d08789e0
ZU
6779%attr(1777,root,root) /var/cache/fonts
6780
6781%{_datadir}/info/web2c.info*
df343eba
ZU
6782# %{_datadir}/info/texi2html.info*
6783# %{_datadir}/texi2html
d08789e0
ZU
6784#%{texmf}/updates.dat
6785
df343eba 6786# %{texmf}/aliases
df343eba 6787# %{texmf}/tex/generic/bghyph
1a192771
ZU
6788# %doc %{texmf}/doc/generic/hyphen
6789#%{texmf}/tex/generic/letterspacing
6790
6791# ***********
6792# Directories
6793# ***********
ae4a938c 6794%attr(1777,root,root) %dir %{_localstatedir}
9f3b990b
ZU
6795%attr(1777,root,root) %dir %{_localstatedir}/fonts
6796%attr(1777,root,root) %dir %{_localstatedir}/fonts/map
ae4a938c 6797%attr(1777,root,root) %dir %{fmtdir}
1a192771 6798
b6042de9 6799%dir %{texmfdist}
8ed039e0 6800%doc %{texmfdist}/README
b6042de9
ZU
6801%dir %{texmf}
6802
1a192771
ZU
6803%dir %{texmfdist}/doc
6804%dir %{texmfdist}/doc/generic
6805%dir %{texmfdist}/doc/generic/enctex
6806%dir %{texmfdist}/doc/latex
6807%dir %{texmfdist}/doc/latex/localloc
6808%dir %{texmf}/doc
6809%dir %{texmf}/doc/generic
6810%dir %{texmf}/doc/tetex
04123363 6811%dir %{texmf}/fmtutil
1a192771
ZU
6812
6813%dir %{texmfdist}/tex
2677a8b0 6814%dir %{texmfdist}/tex/cslatex
0b6bcf85 6815%dir %{texmfdist}/tex/cslatex/base
330a8c29
ZU
6816%dir %{texmfdist}/tex/fontinst
6817%dir %{texmfdist}/tex/fontinst/misc
165b9d73 6818%dir %{texmfdist}/tex/generic
5f841614 6819%dir %{texmfdist}/tex/generic/dehyph-exptl
1a192771 6820%dir %{texmfdist}/tex/generic/enctex
5f841614 6821%dir %{texmfdist}/tex/generic/hyph-utf8
165b9d73 6822%dir %{texmfdist}/tex/generic/misc
a4ad1d2b
ZU
6823%dir %{texmfdist}/tex/latex
6824%dir %{texmfdist}/tex/latex/base
1a192771
ZU
6825%dir %{texmf}/dvips
6826%dir %{texmf}/dvips/config
6827%dir %{texmf}/dvips/tetex
d08789e0
ZU
6828%dir %{texmf}/fonts/enc
6829%dir %{texmf}/fonts/enc/dvips
6830%dir %{texmf}/fonts/enc/dvips/tetex
fb2a8613 6831%dir %{texmf}/fonts/map/dvips/updmap
1a192771
ZU
6832%dir %{texmf}/fonts/map
6833%dir %{texmf}/fonts/map/dvips
6834%dir %{texmf}/fonts/map/dvips/tetex
6835%dir %{texmf}/scripts
6836%dir %{texmf}/tex
1a192771
ZU
6837%dir %{texmf}/tex/generic
6838%dir %{texmf}/tex/generic/config
1a192771
ZU
6839%dir %{texmf}/web2c
6840
6841# Docs
2677a8b0 6842# %doc %{texmf}/doc/README
1a192771
ZU
6843%doc %{texmf}/doc/tetex/TETEXDOC.*
6844%doc %{texmf}/doc/tetex/teTeX-FAQ
6845
6846# %{texmf}/fonts/map/dvips/tetex/contnav.map
6847# %{texmf}/fonts/map/dvips/tetex/lumath-o.map
6848%{texmfdist}/fonts/map/dvips/vntex/urwvn.map
6849%{texmfdist}/fonts/enc/dvips/vntex/t5.enc
6850
6851# Main fonts from TeTeX
d08789e0
ZU
6852%{texmf}/fonts/enc/dvips/tetex/09fbbfac.enc
6853%{texmf}/fonts/enc/dvips/tetex/0ef0afca.enc
6854%{texmf}/fonts/enc/dvips/tetex/10037936.enc
6855%{texmf}/fonts/enc/dvips/tetex/1b6d048e.enc
6856%{texmf}/fonts/enc/dvips/tetex/71414f53.enc
6857%{texmf}/fonts/enc/dvips/tetex/74afc74c.enc
6858%{texmf}/fonts/enc/dvips/tetex/aae443f0.enc
6859%{texmf}/fonts/enc/dvips/tetex/b6a4d7c7.enc
6860%{texmf}/fonts/enc/dvips/tetex/bbad153f.enc
6861%{texmf}/fonts/enc/dvips/tetex/d9b29452.enc
6862%{texmf}/fonts/enc/dvips/tetex/f7b6d320.enc
1a192771 6863%{texmf}/fonts/map/dvips/tetex/ps2pk35.map
d08789e0 6864
f2555868 6865%{texmfdist}/tex/generic/dehyph-exptl/*
2677a8b0
ZU
6866%{texmfdist}/tex/generic/encodings
6867%{texmfdist}/tex/generic/epsf
f2555868 6868%{texmfdist}/tex/generic/hyph-utf8/*
80fa261c 6869%{texmfdist}/tex/generic/genmisc
2677a8b0 6870%{texmfdist}/tex/generic/misc/null*
1a192771 6871%{texmfdist}/tex/generic/misc/texnames.sty
2677a8b0
ZU
6872%{texmfdist}/tex/generic/tap
6873%{texmfdist}/tex/generic/tex-ps
2677a8b0 6874%{texmfdist}/tex/texinfo
80fa261c 6875%{texmfdist}/tex/fontinst/misc/glyphbox.mtx
1a192771 6876%{texmf}/tex/fontinst
1a192771 6877%{texmf}/tex/generic/hyphen
df343eba 6878
1a192771
ZU
6879# %{fmtdir}/metafun.mem
6880#%{texmf}/web2c/tex-pl.pool
6881# %{texmf}/web2c/tex.pool
fb2a8613 6882%{texmf}/fonts/map/dvips/updmap/*
1a192771
ZU
6883
6884%{texmf}/web2c/*.tcx
df343eba
ZU
6885
6886# %lang(fi) %{_mandir}/fi/man1/afm2tfm.1*
6887# %lang(fi) %{_mandir}/fi/man1/allcm.1*
6888# %lang(fi) %{_mandir}/fi/man1/allneeded.1*
6889# %lang(fr) %{_mandir}/fr/man1/access.1*
6890# %lang(hu) %{_mandir}/hu/man1/access.1*
6891# %lang(hu) %{_mandir}/hu/man1/newer.1*
6892# %lang(pl) %{_mandir}/pl/man1/access.1*
6893# %lang(pl) %{_mandir}/pl/man1/newer.1*
d08789e0
ZU
6894#%{_mandir}/man1/MakeTeXPK.1*
6895#%{_mandir}/man1/access.1*
6896#%{_mandir}/man1/fontexport.1*
6897#%{_mandir}/man1/fontimport.1*
6898#%{_mandir}/man1/initex.1*
6899#%{_mandir}/man1/t1mapper.1*
1a192771 6900#%{_mandir}/man1/texdoc.1*
1a192771 6901#%{_mandir}/man1/texi2html.1*
d08789e0 6902#%{_mandir}/man1/virtex.1*
1a192771 6903#%{_mandir}/man8/fmtutil.8*
d08789e0 6904#%{_mandir}/man8/mkfontdesc.8*
1a192771
ZU
6905#%{_mandir}/man8/texlinks.8*
6906
d08789e0
ZU
6907%{_mandir}/man1/afm2tfm.1*
6908%{_mandir}/man1/allcm.1*
fae5faca 6909%{_mandir}/man1/allec.1*
d08789e0 6910%{_mandir}/man1/allneeded.1*
fae5faca 6911%{_mandir}/man1/ctangle.1*
d08789e0 6912%{_mandir}/man1/ctie.1*
fae5faca 6913%{_mandir}/man1/cweave.1*
d08789e0
ZU
6914%{_mandir}/man1/cweb.1*
6915%{_mandir}/man1/dmp.1*
6916%{_mandir}/man1/dvipdft.1*
6917%{_mandir}/man1/dvipng.1*
6918%{_mandir}/man1/e2pall.1*
6919%{_mandir}/man1/ebb.1*
6920%{_mandir}/man1/fmtutil.1*
09deda15 6921%{_mandir}/man1/fmtutil-sys.1*
d08789e0
ZU
6922%{_mandir}/man1/fontinst.1*
6923%{_mandir}/man1/gftodvi.1*
6924%{_mandir}/man1/gftopk.1*
6925%{_mandir}/man1/gftype.1*
6926%{_mandir}/man1/gsftopk.1*
6927%{_mandir}/man1/kpseaccess.1*
6928%{_mandir}/man1/kpsereadlink.1*
6929%{_mandir}/man1/kpsewhere.1*
6930%{_mandir}/man1/mag.1*
6931%{_mandir}/man1/makempx.1*
6932%{_mandir}/man1/makempy.1*
fae5faca 6933%{_mandir}/man1/mktexfmt.1*
d08789e0
ZU
6934%{_mandir}/man1/mktexlsr.1*
6935%{_mandir}/man1/newer.1*
6936%{_mandir}/man1/patgen.1*
6937%{_mandir}/man1/pdfetex.1*
6938%{_mandir}/man1/pfb2pfa.1*
6939%{_mandir}/man1/pk2bm.1*
6940%{_mandir}/man1/pktogf.1*
6941%{_mandir}/man1/pktype.1*
6942%{_mandir}/man1/pltotf.1*
6943%{_mandir}/man1/pooltype.1*
6944%{_mandir}/man1/ps2frag.1*
6945%{_mandir}/man1/ps2pk.1*
6946%{_mandir}/man1/tangle.1*
6947%{_mandir}/man1/tex.1*
d08789e0 6948%{_mandir}/man1/texexec.1*
fae5faca 6949%{_mandir}/man1/texhash.1*
d08789e0 6950%{_mandir}/man1/texlinks.1*
d08789e0 6951%{_mandir}/man1/tftopl.1*
d08789e0 6952%{_mandir}/man1/tie.1*
1a192771 6953%{_mandir}/man1/ttf2afm.1*
d08789e0 6954%{_mandir}/man1/updmap.1*
fae5faca 6955%{_mandir}/man1/updmap-sys.1*
d08789e0
ZU
6956%{_mandir}/man1/vftovp.1*
6957%{_mandir}/man1/vptovf.1*
6958%{_mandir}/man1/weave.1*
6959%{_mandir}/man5/fmtutil.cnf.5*
fae5faca 6960%{_mandir}/man5/updmap.cfg.5*
1a192771 6961
80fa261c
ZU
6962%files other-utils
6963%defattr(644,root,root,755)
6964%attr(755,root,root) %{_bindir}/bg5+latex
6965%attr(755,root,root) %{_bindir}/bg5+pdflatex
6966%attr(755,root,root) %{_bindir}/bg5conv
6967%attr(755,root,root) %{_bindir}/bg5latex
6968%attr(755,root,root) %{_bindir}/bg5pdflatex
6969%attr(755,root,root) %{_bindir}/bibtex8
6970%attr(755,root,root) %{_bindir}/cfftot1
6971%attr(755,root,root) %{_bindir}/ebong
6972%attr(755,root,root) %{_bindir}/extconv
6973%attr(755,root,root) %{_bindir}/extractbb
6974%attr(755,root,root) %{_bindir}/gbklatex
6975%attr(755,root,root) %{_bindir}/gbkpdflatex
6976%attr(755,root,root) %{_bindir}/getnonfreefonts
6977%attr(755,root,root) %{_bindir}/getnonfreefonts-sys
6978%attr(755,root,root) %{_bindir}/hbf2gf
6979%attr(755,root,root) %{_bindir}/jadetex
6980%attr(755,root,root) %{_bindir}/lamed
6981%attr(755,root,root) %{_bindir}/makeglossaries
6982%attr(755,root,root) %{_bindir}/metafun
6983%attr(755,root,root) %{_bindir}/mkjobtexmf
6984%attr(755,root,root) %{_bindir}/mllatex
6985%attr(755,root,root) %{_bindir}/mltex
6986%attr(755,root,root) %{_bindir}/mmafm
6987%attr(755,root,root) %{_bindir}/mmpfb
6988%attr(755,root,root) %{_bindir}/musixflx
6989%attr(755,root,root) %{_bindir}/ofm2opl
6990%attr(755,root,root) %{_bindir}/otfinfo
6991%attr(755,root,root) %{_bindir}/otftotfm
6992%attr(755,root,root) %{_bindir}/oxdvi
6993%attr(755,root,root) %{_bindir}/pdfatfi
6994%attr(755,root,root) %{_bindir}/pdfclose
6995%attr(755,root,root) %{_bindir}/pdfjadetex
6996%attr(755,root,root) %{_bindir}/pdfopen
6997%attr(755,root,root) %{_bindir}/pdftosrc
6998%{__perl}tex
6999%attr(755,root,root) %{_bindir}/physe
7000%attr(755,root,root) %{_bindir}/pkfix
7001%attr(755,root,root) %{_bindir}/ppower4
7002%attr(755,root,root) %{_bindir}/rungs
7003%attr(755,root,root) %{_bindir}/simpdftex
7004%attr(755,root,root) %{_bindir}/sjisconv
7005%attr(755,root,root) %{_bindir}/sjislatex
7006%attr(755,root,root) %{_bindir}/sjispdflatex
7007%attr(755,root,root) %{_bindir}/synctex
7008%attr(755,root,root) %{_bindir}/t1dotlessj
7009%attr(755,root,root) %{_bindir}/t1lint
7010%attr(755,root,root) %{_bindir}/t1reencode
7011%attr(755,root,root) %{_bindir}/t1testpage
7012%attr(755,root,root) %{_bindir}/texcount
7013%attr(755,root,root) %{_bindir}/texsis
7014%attr(755,root,root) %{_bindir}/tlmgr
7015%attr(755,root,root) %{_bindir}/tpic2pdftex
7016%attr(755,root,root) %{_bindir}/ttf2pk
7017%attr(755,root,root) %{_bindir}/ttf2tfm
7018%attr(755,root,root) %{_bindir}/ttftotype42
7019%attr(755,root,root) %{_bindir}/vlna
7020%attr(755,root,root) %{_bindir}/vpe
7021%{_mandir}/man1/cfftot1.1*
7022%{_mandir}/man1/getnonfreefonts-sys.1
7023%{_mandir}/man1/getnonfreefonts.1*
7024%{_mandir}/man1/hbf2gf.1*
7025%{_mandir}/man1/mkjobtexmf.1*
7026%{_mandir}/man1/mmafm.1*
7027%{_mandir}/man1/mmpfb.1*
7028%{_mandir}/man1/otfinfo.1*
7029%{_mandir}/man1/otftotfm.1*
7030%{_mandir}/man1/oxdvi.1
7031%{_mandir}/man1/pdftosrc.1*
7032%{_mandir}/man1/ps2eps.1*
7033%{_mandir}/man1/synctex.1*
7034%{_mandir}/man1/t1dotlessj.1*
7035%{_mandir}/man1/t1lint.1*
7036%{_mandir}/man1/t1reencode.1*
7037%{_mandir}/man1/t1testpage.1*
7038%{_mandir}/man1/ttf2pk.1*
7039%{_mandir}/man1/ttf2tfm.1*
7040%{_mandir}/man1/ttftotype42.1*
7041%{_mandir}/man1/vlna.1*
7042%{_mandir}/man5/synctex.5*
7043%{texmfdist}/source/startex
7044%{texmfdist}/source/jadetex
7045%{texmfdist}/tex/jadetex
7046%{texmfdist}/tex/texsis
7047%{texmfdist}/tex/startex
7048%{texmf}/fmtutil/format.jadetex.cnf
7049%{texmf}/fmtutil/format.mltex.cnf
7050%{texmfdist}/tex/generic/abbr
7051%{texmfdist}/tex/generic/abstyles/
7052%{texmfdist}/tex/generic/arrayjob
7053%{texmfdist}/tex/generic/barr
7054%{texmfdist}/tex/generic/borceux
7055%{texmfdist}/tex/generic/c-pascal
7056%{texmfdist}/tex/generic/cirth
7057%{texmfdist}/tex/generic/colortab
7058%{texmfdist}/tex/generic/dratex
7059%{texmfdist}/tex/generic/ean
7060%{texmfdist}/tex/generic/edmac
7061%{texmfdist}/tex/generic/elvish
7062%{texmfdist}/tex/generic/fenixpar
7063%{texmfdist}/tex/generic/fltpoint
7064%{texmfdist}/tex/generic/musixtex
7065
7066%files other-utils-doc
7067%defattr(644,root,root,755)
7068%doc %{texmfdist}/doc/jadetex
7069%doc %{texmfdist}/doc/texsis
7070%doc %{texmfdist}/doc/startex
7071%doc %{texmfdist}/doc/generic/c-pascal
d08789e0
ZU
7072
7073%files dirs-fonts
7074%defattr(644,root,root,755)
1a192771 7075%dir %{texmfdist}/doc/latex/marvosym/mac/oztex/tex-font
26d8eaaa
ZU
7076%dir %{texmfdist}/fonts
7077%dir %{texmfdist}/fonts/afm
7078%dir %{texmfdist}/fonts/afm/public
4224ae6d 7079%dir %{texmfdist}/fonts/afm/vntex
1a192771
ZU
7080%dir %{texmfdist}/fonts/enc
7081%dir %{texmfdist}/fonts/enc/dvips
7082%dir %{texmfdist}/fonts/enc/dvips/vntex
4aeb46f7 7083%dir %{texmfdist}/fonts/map
21c69d95 7084%dir %{texmfdist}/fonts/map/dvipdfm
1a192771
ZU
7085%dir %{texmfdist}/fonts/map/dvips
7086%dir %{texmfdist}/fonts/map/dvips/vntex
4aeb46f7 7087%dir %{texmfdist}/fonts/map/fontname
330a8c29 7088%dir %{texmfdist}/fonts/map/vtex
21c69d95
ZU
7089%dir %{texmfdist}/fonts/ofm
7090%dir %{texmfdist}/fonts/ofm/public
7091%dir %{texmfdist}/fonts/ovf
7092%dir %{texmfdist}/fonts/ovf/public
7093%dir %{texmfdist}/fonts/ovp
7094%dir %{texmfdist}/fonts/ovp/public
7095%dir %{texmfdist}/fonts/opentype
7096%dir %{texmfdist}/fonts/opentype/public
26d8eaaa 7097%dir %{texmfdist}/fonts/pk
1a192771 7098%dir %{texmfdist}/fonts/pk/ljfour
26d8eaaa
ZU
7099%dir %{texmfdist}/fonts/source
7100%dir %{texmfdist}/fonts/source/public
21c69d95 7101%dir %{texmfdist}/fonts/source/vntex
26d8eaaa
ZU
7102%dir %{texmfdist}/fonts/tfm
7103%dir %{texmfdist}/fonts/tfm/public
4224ae6d 7104%dir %{texmfdist}/fonts/tfm/vntex
04123363 7105%dir %{texmfdist}/fonts/truetype
26d8eaaa
ZU
7106%dir %{texmfdist}/fonts/type1
7107%dir %{texmfdist}/fonts/type1/public
21c69d95 7108%dir %{texmfdist}/fonts/type1/vntex
26d8eaaa
ZU
7109%dir %{texmfdist}/fonts/vf
7110%dir %{texmfdist}/fonts/vf/public
21c69d95 7111%dir %{texmfdist}/fonts/vf/vntex
4aeb46f7
ZU
7112%dir %{texmfdist}/source
7113%dir %{texmfdist}/source/fonts
7114%dir %{texmfdist}/source/latex
1a192771
ZU
7115%dir %{texmf}/fonts
7116%dir %{texmf}/fonts/opentype
7117%dir %{texmf}/fonts/opentype/public
d08789e0 7118
5b7eba8e
MB
7119%files doc
7120%defattr(644,root,root,755)
80fa261c 7121%doc %{texmfdist}/doc/generic/dehyph-exptl
8affbd2c 7122%dir %{texmfdoc}
04123363 7123%dir %{texmfdoc}/doc
80fa261c
ZU
7124%{texmfdoc}/README
7125%{texmfdoc}/ls-R
5b7eba8e 7126%{texmfdoc}/doc/english
80fa261c 7127%{texmfdist}/doc/fontinst
5b7eba8e
MB
7128
7129%files doc-bg
7130%defattr(644,root,root,755)
7131%{texmfdoc}/doc/bulgarian
7132
7133%files doc-cs
7134%defattr(644,root,root,755)
7135%{texmfdoc}/doc/czechslovak
7136
7137%files doc-de
7138%defattr(644,root,root,755)
7139%{texmfdoc}/doc/german
7140
7141%files doc-el
7142%defattr(644,root,root,755)
7143%{texmfdoc}/doc/greek
7144
7145%files doc-es
7146%defattr(644,root,root,755)
7147%{texmfdoc}/doc/spanish
7148
7149%files doc-fi
7150%defattr(644,root,root,755)
7151%{texmfdoc}/doc/finnish
7152
7153%files doc-fr
7154%defattr(644,root,root,755)
7155%{texmfdoc}/doc/french
7156
7157%files doc-it
7158%defattr(644,root,root,755)
7159%{texmfdoc}/doc/italian
7160
7161%files doc-ja
7162%defattr(644,root,root,755)
7163%{texmfdoc}/doc/japanese
7164
7165%files doc-ko
7166%defattr(644,root,root,755)
7167%{texmfdoc}/doc/korean
7168
7169%files doc-mn
7170%defattr(644,root,root,755)
7171%{texmfdoc}/doc/mongolian
7172
7173%files doc-nl
7174%defattr(644,root,root,755)
7175%{texmfdoc}/doc/dutch
7176
7177%files doc-pl
7178%defattr(644,root,root,755)
7179%{texmfdoc}/doc/polish
7180
7181%files doc-pt
7182%defattr(644,root,root,755)
7183%{texmfdoc}/doc/portuguese
7184
7185%files doc-ru
7186%defattr(644,root,root,755)
7187%{texmfdoc}/doc/russian
7188
7189%files doc-sk
7190%defattr(644,root,root,755)
7191%{texmfdoc}/doc/slovak
7192
7193%files doc-sl
7194%defattr(644,root,root,755)
7195%{texmfdoc}/doc/slovenian
7196
7197%files doc-th
7198%defattr(644,root,root,755)
7199%{texmfdoc}/doc/thai
7200
7201%files doc-tr
7202%defattr(644,root,root,755)
7203%{texmfdoc}/doc/turkish
7204
7205%files doc-uk
7206%defattr(644,root,root,755)
7207%{texmfdoc}/doc/ukrainian
7208
7209%files doc-vi
7210%defattr(644,root,root,755)
7211%{texmfdoc}/doc/vietnamese
7212
7213%files doc-zh_CN
7214%defattr(644,root,root,755)
7215%{texmfdoc}/doc/chinese
7216
0f6c4baf
ZU
7217# %files doc-Catalogue
7218# %defattr(644,root,root,755)
7219# %{texmf}/doc/help/Catalogue
d08789e0 7220
0f6c4baf
ZU
7221# %files doc-tug-faq
7222# %defattr(644,root,root,755)
7223# %{texmf}/doc/help/faq/uktug-faq
d08789e0 7224
5902e778 7225
d08789e0
ZU
7226%files doc-latex
7227%defattr(644,root,root,755)
5902e778
ZU
7228# %{texmfdist}/doc/latex/bar
7229# %{texmfdist}/doc/latex/eclbip
7230# %{texmfdist}/doc/latex/eo
7231# %{texmfdist}/doc/latex/floatflt
7232# %{texmfdist}/doc/latex/general
7233# %{texmfdist}/doc/latex/germbib
7234# %{texmfdist}/doc/latex/images
7235# %{texmfdist}/doc/latex/mathcomp
7236# %{texmfdist}/doc/latex/mt11p
7237# %{texmfdist}/doc/latex/picins
7238# %{texmfdist}/doc/latex/ps4pdf
7239# %{texmfdist}/doc/latex/pslatex
7240# %{texmfdist}/doc/latex/shapepar
7241# %{texmfdist}/doc/latex/supertab
7242# %{texmfdist}/doc/latex/tex-refs
7243# %{texmfdist}/doc/latex/textmerg
7244# %{texmfdist}/doc/latex/treesvr
df343eba 7245%{texmfdist}/doc/latex/acronym
df343eba
ZU
7246%{texmfdist}/doc/latex/aeguill
7247%{texmfdist}/doc/latex/anysize
df343eba
ZU
7248%{texmfdist}/doc/latex/base
7249%{texmfdist}/doc/latex/beton
df343eba
ZU
7250%{texmfdist}/doc/latex/carlisle
7251%{texmfdist}/doc/latex/ccaption
7252%{texmfdist}/doc/latex/changebar
7253%{texmfdist}/doc/latex/chappg
df343eba
ZU
7254%{texmfdist}/doc/latex/concmath
7255%{texmfdist}/doc/latex/crop
df343eba
ZU
7256%{texmfdist}/doc/latex/dinbrief
7257%{texmfdist}/doc/latex/draftcopy
df343eba
ZU
7258%{texmfdist}/doc/latex/eepic
7259%{texmfdist}/doc/latex/endfloat
df343eba
ZU
7260%{texmfdist}/doc/latex/esint
7261%{texmfdist}/doc/latex/eso-pic
7262%{texmfdist}/doc/latex/euler
7263%{texmfdist}/doc/latex/eulervm
df343eba
ZU
7264%{texmfdist}/doc/latex/extsizes
7265%{texmfdist}/doc/latex/fancybox
7266%{texmfdist}/doc/latex/fancyhdr
7267%{texmfdist}/doc/latex/fancyvrb
7268%{texmfdist}/doc/latex/filecontents
7269%{texmfdist}/doc/latex/float
df343eba
ZU
7270%{texmfdist}/doc/latex/footmisc
7271%{texmfdist}/doc/latex/footnpag
7272%{texmfdist}/doc/latex/fp
df343eba 7273%{texmfdist}/doc/latex/geometry
df343eba
ZU
7274%{texmfdist}/doc/latex/graphics
7275%{texmfdist}/doc/latex/hyperref
7276%{texmfdist}/doc/latex/hyphenat
df343eba
ZU
7277%{texmfdist}/doc/latex/index
7278%{texmfdist}/doc/latex/koma-script
7279%{texmfdist}/doc/latex/labels
df343eba 7280%{texmfdist}/doc/latex/layouts
df343eba
ZU
7281%{texmfdist}/doc/latex/lettrine
7282%{texmfdist}/doc/latex/listings
7283%{texmfdist}/doc/latex/ltabptch
df343eba
ZU
7284%{texmfdist}/doc/latex/mdwtools
7285%{texmfdist}/doc/latex/memoir
7286%{texmfdist}/doc/latex/mh
df343eba
ZU
7287%{texmfdist}/doc/latex/mparhack
7288%{texmfdist}/doc/latex/ms
df343eba
ZU
7289%{texmfdist}/doc/latex/multibib
7290%{texmfdist}/doc/latex/mwcls
7291%{texmfdist}/doc/latex/natbib
7292%{texmfdist}/doc/latex/nomencl
7293%{texmfdist}/doc/latex/ntgclass
df343eba
ZU
7294%{texmfdist}/doc/latex/oberdiek
7295%{texmfdist}/doc/latex/overpic
7296%{texmfdist}/doc/latex/paralist
7297%{texmfdist}/doc/latex/pb-diagram
7298%{texmfdist}/doc/latex/pdfpages
7299%{texmfdist}/doc/latex/picinpar
df343eba
ZU
7300%{texmfdist}/doc/latex/pict2e
7301%{texmfdist}/doc/latex/placeins
7302%{texmfdist}/doc/latex/preprint
7303%{texmfdist}/doc/latex/preview
7304%{texmfdist}/doc/latex/program
df343eba 7305%{texmfdist}/doc/latex/psfrag
0f6c4baf 7306%{texmfdist}/doc/latex/revtex
df343eba
ZU
7307%{texmfdist}/doc/latex/rotating
7308%{texmfdist}/doc/latex/rotfloat
7309%{texmfdist}/doc/latex/scale
7310%{texmfdist}/doc/latex/sectsty
7311%{texmfdist}/doc/latex/seminar
df343eba
ZU
7312%{texmfdist}/doc/latex/showlabels
7313%{texmfdist}/doc/latex/sidecap
df343eba
ZU
7314%{texmfdist}/doc/latex/slashbox
7315%{texmfdist}/doc/latex/soul
7316%{texmfdist}/doc/latex/stdclsdv
7317%{texmfdist}/doc/latex/subfig
7318%{texmfdist}/doc/latex/subfigure
df343eba 7319%{texmfdist}/doc/latex/textfit
df343eba
ZU
7320%{texmfdist}/doc/latex/textpos
7321%{texmfdist}/doc/latex/titlesec
7322%{texmfdist}/doc/latex/tocbibind
7323%{texmfdist}/doc/latex/tocloft
7324%{texmfdist}/doc/latex/tools
7325%{texmfdist}/doc/latex/totpages
df343eba
ZU
7326%{texmfdist}/doc/latex/type1cm
7327%{texmfdist}/doc/latex/units
7328%{texmfdist}/doc/latex/vmargin
7329%{texmfdist}/doc/latex/was
7330%{texmfdist}/doc/latex/wrapfig
7331%{texmfdist}/doc/latex/xtab
7332%{texmfdist}/doc/latex/yfonts
7333
096dca83 7334%files -n kpathsea
d08789e0 7335%defattr(644,root,root,755)
4aeb46f7 7336%dir %{texmf}/doc/kpathsea
446ab8e0 7337%doc %{texmf}/doc/kpathsea/kpathsea.pdf
d08789e0
ZU
7338%attr(755,root,root) %{_bindir}/kpsepath
7339%attr(755,root,root) %{_bindir}/kpsestat
7340%attr(755,root,root) %{_bindir}/kpsetool
7341%attr(755,root,root) %{_bindir}/kpsewhich
7342%attr(755,root,root) %{_bindir}/kpsexpand
7343%attr(755,root,root) %{_libdir}/libkpathsea.so.*
7344%{_libdir}/libkpathsea.la
fae5faca
ZU
7345%{_mandir}/man1/kpsexpand.1*
7346%{_mandir}/man1/kpsepath.1*
d08789e0
ZU
7347%{_mandir}/man1/kpsestat.1*
7348%{_mandir}/man1/kpsetool.1*
7349%{_mandir}/man1/kpsewhich.1*
d08789e0 7350
096dca83 7351%files -n kpathsea-devel
d08789e0
ZU
7352%defattr(644,root,root,755)
7353%attr(755,root,root) %{_libdir}/libkpathsea.so
7354%{_includedir}/kpathsea
7355%{_infodir}/kpathsea.info*
7356
7357%files dvips
7358%defattr(644,root,root,755)
446ab8e0 7359# %doc %{texmf}/doc/programs/dvips.dvi
446ab8e0 7360# %doc %{texmf}/doc/programs/dvipdfm.dvi
446ab8e0 7361# %doc %{texmf}/doc/latex/psnfssx
5902e778
ZU
7362# %lang(fi) %{_mandir}/fi/man1/dvips.1*
7363# %{texmf}/dvips/misc
7364# %{texmf}/dvips/config/config.generic
7365# %{texmf}/fonts/map/dvips/misc
7366# %{texmf}/fonts/map/dvips/tetex/bsr-interpolated.map
7367# %{texmf}/fonts/map/dvips/tetex/bsr.map
7368# %{_localstatedir}/fonts/map/dvipdfm
7369# %{_localstatedir}/fonts/map/dvips
7370%dir %{texmfdist}/fonts/map/dvips/cmex
7371%dir %{texmf}/dvipdfm
7372%docdir %{texmf}/doc/dvips
7373%docdir %{texmf}/doc/dvipdfm
d08789e0
ZU
7374%attr(755,root,root) %{_bindir}/dvips
7375%attr(755,root,root) %{_bindir}/dvired
7376%attr(755,root,root) %{_bindir}/dvitomp
7377%attr(755,root,root) %{_bindir}/dvitype
7378%attr(755,root,root) %{_bindir}/dvicopy
7379%attr(755,root,root) %{_bindir}/dvipdfm
7380%attr(755,root,root) %{_bindir}/dvipdft
7381# dvi2fax requires ghostscript
7382%attr(755,root,root) %{_bindir}/dvi2fax
7383%{_infodir}/dvips.info*
7384%{_mandir}/man1/dvi2fax.1*
7385%{_mandir}/man1/dvicopy.1*
7386%{_mandir}/man1/dvipdfm.1*
7387%{_mandir}/man1/dvips.1*
7388%{_mandir}/man1/dvired.1*
7389%{_mandir}/man1/dvitomp.1*
7390%{_mandir}/man1/dvitype.1*
d08789e0 7391%{texmf}/dvips/base
80fa261c
ZU
7392%{texmf}/dvips/config
7393%{texmf}/dvips/getafm
d08789e0 7394%{texmf}/dvips/gsftopk
2677a8b0 7395%{texmfdist}/dvips/psfrag
606c6ab6 7396# %config(noreplace) %verify(not md5 mtime size) %{texmf}/dvips/config/config.ps
446ab8e0 7397%{texmfdist}/fonts/enc/dvips/base
9b908671 7398%{texmfdist}/fonts/map/dvips/allrunes
5902e778 7399%{texmfdist}/fonts/map/dvips/cmex/ttcmex.map
80fa261c 7400%{texmfdist}/tex/generic/dvips
f7f90954 7401%{texmfdist}/dvips
5902e778
ZU
7402%{texmf}/dvipdfm/config
7403%{texmf}/dvips/tetex/config.*
d08789e0 7404%{texmf}/fonts/enc/dvips/tetex/mtex.enc
80fa261c 7405%{texmf}/fonts/enc/dvips/afm2pl
f2555868
ZU
7406# %{texmf}/fonts/map
7407%dir %{texmf}/fonts/map/dvipdfm
7408%dir %{texmf}/fonts/map/dvips
7409%dir %{texmf}/fonts/map/dvips/tetex
80fa261c
ZU
7410%{texmf}/fonts/map/dvipdfm/updmap
7411%{texmf}/fonts/map/dvipdfm/dvipdfmx
7412%{texmf}/fonts/map/dvipdfm/tetex
d08789e0
ZU
7413%{texmf}/fonts/map/dvips/tetex/dvipdfm35.map
7414%{texmf}/fonts/map/dvips/tetex/dvips35.map
7415%{texmf}/fonts/map/dvips/tetex/mathpple.map
7416%{texmf}/fonts/map/dvips/tetex/mt-belleek.map
7417%{texmf}/fonts/map/dvips/tetex/mt-plus.map
7418%{texmf}/fonts/map/dvips/tetex/mt-yy.map
7419%{texmf}/fonts/map/dvips/tetex/pdftex35.map
8b5eed5e 7420
d08789e0
ZU
7421
7422%files dvilj
7423%defattr(644,root,root,755)
7424%attr(755,root,root) %{_bindir}/dvihp
7425%attr(755,root,root) %{_bindir}/dvilj
7426%attr(755,root,root) %{_bindir}/dvilj2p
7427%attr(755,root,root) %{_bindir}/dvilj4
7428%attr(755,root,root) %{_bindir}/dvilj4l
7429%attr(755,root,root) %{_bindir}/dvilj6
7430%{_mandir}/man1/dvihp.1*
7431%{_mandir}/man1/dvilj.1*
09deda15
ZU
7432%{_mandir}/man1/dvilj2p.1*
7433%{_mandir}/man1/dvilj4.1*
7434%{_mandir}/man1/dvilj4l.1*
7435%{_mandir}/man1/dvilj6.1*
d08789e0
ZU
7436
7437%files makeindex
7438%defattr(644,root,root,755)
446ab8e0 7439%doc %{texmfdist}/doc/makeindex
d08789e0
ZU
7440%attr(755,root,root) %{_bindir}/mkindex
7441%attr(755,root,root) %{_bindir}/makeindex
7442%attr(755,root,root) %{_bindir}/rumakeindex
446ab8e0 7443%{texmfdist}/makeindex
d08789e0
ZU
7444%{_mandir}/man1/makeindex.1*
7445%{_mandir}/man1/mkindex.1*
7446%{_mandir}/man1/rumakeindex.1*
7447
e67df411
ZU
7448%files tex-mathdots
7449%defattr(644,root,root,755)
7450%doc %{texmfdist}/doc/generic/mathdots
7451%{texmfdist}/source/generic/mathdots
7452%{texmfdist}/tex/generic/mathdots
7453
d08789e0
ZU
7454%files metafont
7455%defattr(644,root,root,755)
d08789e0
ZU
7456#%attr(755,root,root) %{_bindir}/mfw
7457#%attr(755,root,root) %{_bindir}/virmf
7458#%attr(755,root,root) %{_bindir}/inimf
446ab8e0
ZU
7459#%{texmf}/mft/cmbase.mft
7460# %{texmf}/mft/e.mft
446ab8e0
ZU
7461# %{texmf}/mft/pl.mft
7462# %{fmtdir}/mf.base
d08789e0 7463#%{texmf}/web2c/mf-nowin.base
446ab8e0 7464# %{texmf}/web2c/mf.pool
d08789e0 7465#%{texmf}/web2c/mfw.base
d08789e0
ZU
7466#%{_mandir}/man1/inimf.1*
7467#%{_mandir}/man1/virmf.1*
5902e778
ZU
7468%dir %{texmfdist}/mft
7469%dir %{texmfdist}/mft/base
7470%attr(755,root,root) %{_bindir}/mf
7471%attr(755,root,root) %{_bindir}/mf-nowin
7472%attr(755,root,root) %{_bindir}/mft
7473%attr(755,root,root) %{_bindir}/mktexmf
9f3b990b 7474%attr(755,root,root) %{_bindir}/mktexpk
5902e778
ZU
7475%attr(755,root,root) %{_bindir}/mktextfm
7476%{texmfdist}/metafont
7477%{texmfdist}/mft/base/mplain.mft
7478%{texmfdist}/mft/base/plain.mft
80fa261c 7479%{texmfdist}/source/metafont
5902e778 7480%{_mandir}/man1/mf.1*
fae5faca 7481%{_mandir}/man1/mf-nowin.1*
5902e778 7482%{_mandir}/man1/mft.1*
d08789e0
ZU
7483%{_mandir}/man1/mktexmf.1*
7484%{_mandir}/man1/mktexpk.1*
7485%{_mandir}/man1/mktextfm.1*
80fa261c 7486%{texmf}/fmtutil/format.metafont.cnf
d08789e0
ZU
7487
7488%files metapost
7489%defattr(644,root,root,755)
d08789e0
ZU
7490#%attr(755,root,root) %{_bindir}/virmpost
7491#%attr(755,root,root) %{_bindir}/inimpost
5902e778
ZU
7492# %{texmf}/web2c/mp.pool
7493# %{fmtdir}/mpost.mem
7494#%{_mandir}/man1/inimpost.1*
7495#%{_mandir}/man1/virmpost.1*
446ab8e0 7496%dir %{texmfdist}/metapost
5902e778
ZU
7497%doc %{texmfdist}/doc/metapost
7498%attr(755,root,root) %{_bindir}/mpost
7499%attr(755,root,root) %{_bindir}/mpto
446ab8e0
ZU
7500%{texmfdist}/metapost/base
7501%{texmfdist}/metapost/config
7502%{texmfdist}/metapost/mfpic
7503%{texmfdist}/metapost/misc
7504%{texmfdist}/metapost/support
80fa261c 7505%{texmfdist}/source/metapost
d08789e0
ZU
7506%{_mandir}/man1/mpost.1*
7507%{_mandir}/man1/mpto.1*
80fa261c 7508%{texmf}/fmtutil/format.metapost.cnf
d08789e0 7509
43a061cf 7510%files metapost-other
786ebdb1
ZU
7511%defattr(644,root,root,755)
7512%{texmfdist}/metapost/automata
7513%{texmfdist}/metapost/bbcard
7514%{texmfdist}/metapost/blockdraw_mp
7515%{texmfdist}/metapost/bpolynomial
7516%{texmfdist}/metapost/cmarrows
7517%{texmfdist}/metapost/dviincl
7518%{texmfdist}/metapost/epsincl
7519%{texmfdist}/metapost/expressg
7520%{texmfdist}/metapost/exteps
7521%{texmfdist}/metapost/featpost
7522%{texmfdist}/metapost/feynmf
7523%{texmfdist}/metapost/frcursive
7524%{texmfdist}/metapost/hatching
7525%{texmfdist}/metapost/metaobj
7526%{texmfdist}/metapost/metaplot
7527%{texmfdist}/metapost/metauml
7528%{texmfdist}/metapost/mp3d
7529%{texmfdist}/metapost/mpattern
7530%{texmfdist}/metapost/nkarta
7531%{texmfdist}/metapost/piechartmp
7532%{texmfdist}/metapost/slideshow
7533%{texmfdist}/metapost/splines
7534%{texmfdist}/metapost/tabvar
7535%{texmfdist}/metapost/textpath
7536%{texmfdist}/metapost/venn
7537
d08789e0
ZU
7538%files mptopdf
7539%defattr(644,root,root,755)
7540%attr(755,root,root) %{_bindir}/mptopdf
fae5faca 7541%{_mandir}/man1/mptopdf.1*
b839a3ce 7542# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/mptopdf.fmt
d08789e0
ZU
7543
7544%files texdoctk
7545%defattr(644,root,root,755)
446ab8e0 7546# %doc %{texmf}/doc/texdoctk
d08789e0
ZU
7547%attr(755,root,root) %{_bindir}/texdoctk
7548%{texmf}/texdoctk
d08789e0
ZU
7549%{_mandir}/man1/texdoctk.1*
7550
7551%files -n texconfig
7552%defattr(644,root,root,755)
5902e778
ZU
7553%dir %{texmf}/texconfig
7554%doc %{texmf}/texconfig/README
d08789e0
ZU
7555%attr(755,root,root) %{_bindir}/texconfig
7556%attr(755,root,root) %{_bindir}/texconfig-dialog
7557%attr(755,root,root) %{_bindir}/texconfig-sys
7558%attr(755,root,root) %{texmf}/texconfig/tcfmgr
7559%{_mandir}/man1/texconfig.1*
fae5faca 7560%{_mandir}/man1/texconfig-sys.1*
5902e778 7561%{texmf}/texconfig/g
d08789e0 7562%{texmf}/texconfig/generic
5902e778 7563%{texmf}/texconfig/tcfmgr.map
d08789e0 7564%{texmf}/texconfig/v
d08789e0
ZU
7565%{texmf}/texconfig/x
7566
624ed2f9
ZU
7567%files -n xindy
7568%defattr(644,root,root,755)
4224ae6d 7569%doc %{texmf}/doc/xindy
624ed2f9 7570%dir %{texmf}/xindy
624ed2f9 7571%dir %{texmf}/xindy/lang
1024ab0e
ZU
7572%dir %{texmf}/scripts
7573%{texmf}/scripts/xindy
4224ae6d
MB
7574%{texmf}/xindy/base
7575%{texmf}/xindy/class
7576%{texmf}/xindy/ord
7577%{texmf}/xindy/rules
7578%{texmf}/xindy/styles
7579%{texmf}/xindy/tex
624ed2f9 7580
1024ab0e 7581
624ed2f9
ZU
7582%files -n xindy-albanian
7583%defattr(644,root,root,755)
4224ae6d 7584%{texmf}/xindy/lang/albanian
624ed2f9
ZU
7585
7586%files -n xindy-belarusian
7587%defattr(644,root,root,755)
4224ae6d 7588%{texmf}/xindy/lang/belarusian
624ed2f9
ZU
7589
7590%files -n xindy-bulgarian
7591%defattr(644,root,root,755)
4224ae6d 7592%{texmf}/xindy/lang/bulgarian
624ed2f9
ZU
7593
7594%files -n xindy-croatian
7595%defattr(644,root,root,755)
4224ae6d 7596%{texmf}/xindy/lang/croatian
624ed2f9
ZU
7597
7598%files -n xindy-czech
7599%defattr(644,root,root,755)
4224ae6d 7600%{texmf}/xindy/lang/czech
624ed2f9
ZU
7601
7602%files -n xindy-danish
7603%defattr(644,root,root,755)
4224ae6d 7604%{texmf}/xindy/lang/danish
624ed2f9
ZU
7605
7606%files -n xindy-dutch
7607%defattr(644,root,root,755)
4224ae6d 7608%{texmf}/xindy/lang/dutch
624ed2f9
ZU
7609
7610%files -n xindy-english
7611%defattr(644,root,root,755)
4224ae6d 7612%{texmf}/xindy/lang/english
624ed2f9
ZU
7613
7614%files -n xindy-esperanto
7615%defattr(644,root,root,755)
4224ae6d 7616%{texmf}/xindy/lang/esperanto
624ed2f9
ZU
7617
7618%files -n xindy-estonian
7619%defattr(644,root,root,755)
4224ae6d 7620%{texmf}/xindy/lang/estonian
624ed2f9
ZU
7621
7622%files -n xindy-finnish
7623%defattr(644,root,root,755)
4224ae6d 7624%{texmf}/xindy/lang/finnish
624ed2f9
ZU
7625
7626%files -n xindy-french
7627%defattr(644,root,root,755)
4224ae6d 7628%{texmf}/xindy/lang/french
624ed2f9
ZU
7629
7630%files -n xindy-general
7631%defattr(644,root,root,755)
4224ae6d 7632%{texmf}/xindy/lang/general
624ed2f9
ZU
7633
7634%files -n xindy-georgian
7635%defattr(644,root,root,755)
4224ae6d 7636%{texmf}/xindy/lang/georgian
624ed2f9
ZU
7637
7638%files -n xindy-german
7639%defattr(644,root,root,755)
4224ae6d 7640%{texmf}/xindy/lang/german
624ed2f9
ZU
7641
7642%files -n xindy-greek
7643%defattr(644,root,root,755)
4224ae6d 7644%{texmf}/xindy/lang/greek
624ed2f9
ZU
7645
7646%files -n xindy-gypsy
7647%defattr(644,root,root,755)
4224ae6d 7648%{texmf}/xindy/lang/gypsy
624ed2f9
ZU
7649
7650%files -n xindy-hausa
7651%defattr(644,root,root,755)
4224ae6d 7652%{texmf}/xindy/lang/hausa
624ed2f9
ZU
7653
7654%files -n xindy-hebrew
7655%defattr(644,root,root,755)
4224ae6d 7656%{texmf}/xindy/lang/hebrew
624ed2f9
ZU
7657
7658%files -n xindy-hungarian
7659%defattr(644,root,root,755)
4224ae6d 7660%{texmf}/xindy/lang/hungarian
624ed2f9
ZU
7661
7662%files -n xindy-icelandic
7663%defattr(644,root,root,755)
4224ae6d 7664%{texmf}/xindy/lang/icelandic
624ed2f9
ZU
7665
7666%files -n xindy-italian
7667%defattr(644,root,root,755)
4224ae6d 7668%{texmf}/xindy/lang/italian
624ed2f9
ZU
7669
7670%files -n xindy-klingon
7671%defattr(644,root,root,755)
4224ae6d 7672%{texmf}/xindy/lang/klingon
624ed2f9
ZU
7673
7674%files -n xindy-kurdish
7675%defattr(644,root,root,755)
4224ae6d 7676%{texmf}/xindy/lang/kurdish
624ed2f9
ZU
7677
7678%files -n xindy-latin
7679%defattr(644,root,root,755)
4224ae6d 7680%{texmf}/xindy/lang/latin
624ed2f9
ZU
7681
7682%files -n xindy-latvian
7683%defattr(644,root,root,755)
4224ae6d 7684%{texmf}/xindy/lang/latvian
624ed2f9
ZU
7685
7686%files -n xindy-lithuanian
7687%defattr(644,root,root,755)
4224ae6d 7688%{texmf}/xindy/lang/lithuanian
624ed2f9
ZU
7689
7690%files -n xindy-lower-sorbian
7691%defattr(644,root,root,755)
4224ae6d 7692%{texmf}/xindy/lang/lower-sorbian
624ed2f9
ZU
7693
7694%files -n xindy-macedonian
7695%defattr(644,root,root,755)
4224ae6d 7696%{texmf}/xindy/lang/macedonian
624ed2f9
ZU
7697
7698%files -n xindy-mongolian
7699%defattr(644,root,root,755)
4224ae6d 7700%{texmf}/xindy/lang/mongolian
624ed2f9
ZU
7701
7702%files -n xindy-norwegian
7703%defattr(644,root,root,755)
4224ae6d 7704%{texmf}/xindy/lang/norwegian
624ed2f9
ZU
7705
7706%files -n xindy-polish
7707%defattr(644,root,root,755)
4224ae6d 7708%{texmf}/xindy/lang/polish
624ed2f9
ZU
7709
7710%files -n xindy-portuguese
7711%defattr(644,root,root,755)
4224ae6d 7712%{texmf}/xindy/lang/portuguese
624ed2f9
ZU
7713
7714%files -n xindy-romanian
7715%defattr(644,root,root,755)
4224ae6d 7716%{texmf}/xindy/lang/romanian
624ed2f9
ZU
7717
7718%files -n xindy-russian
7719%defattr(644,root,root,755)
4224ae6d 7720%{texmf}/xindy/lang/russian
624ed2f9
ZU
7721
7722%files -n xindy-serbian
7723%defattr(644,root,root,755)
4224ae6d 7724%{texmf}/xindy/lang/serbian
624ed2f9
ZU
7725
7726%files -n xindy-slovak
7727%defattr(644,root,root,755)
4224ae6d 7728%{texmf}/xindy/lang/slovak
624ed2f9
ZU
7729
7730%files -n xindy-slovenian
7731%defattr(644,root,root,755)
4224ae6d 7732%{texmf}/xindy/lang/slovenian
624ed2f9
ZU
7733
7734%files -n xindy-spanish
7735%defattr(644,root,root,755)
4224ae6d 7736%{texmf}/xindy/lang/spanish
624ed2f9
ZU
7737
7738%files -n xindy-swedish
7739%defattr(644,root,root,755)
4224ae6d 7740%{texmf}/xindy/lang/swedish
624ed2f9
ZU
7741
7742%files -n xindy-turkish
7743%defattr(644,root,root,755)
4224ae6d 7744%{texmf}/xindy/lang/turkish
624ed2f9
ZU
7745
7746%files -n xindy-ukrainian
7747%defattr(644,root,root,755)
4224ae6d 7748%{texmf}/xindy/lang/ukrainian
624ed2f9
ZU
7749
7750%files -n xindy-upper-sorbian
7751%defattr(644,root,root,755)
4224ae6d 7752%{texmf}/xindy/lang/upper-sorbian
624ed2f9
ZU
7753
7754%files -n xindy-vietnamese
7755%defattr(644,root,root,755)
4224ae6d 7756%{texmf}/xindy/lang/vietnamese/
624ed2f9 7757
d08789e0
ZU
7758%files -n xdvi
7759%defattr(644,root,root,755)
d08789e0 7760#%attr(755,root,root) %{_bindir}/xdvi-motif.bin
446ab8e0 7761# %attr(755,root,root) %{_bindir}/xdvizilla
446ab8e0 7762# %{_mandir}/man1/xdvizilla.1*
9b908671 7763%attr(755,root,root) %{_bindir}/xdvi-xaw
5902e778
ZU
7764%attr(755,root,root) %{_bindir}/xdvi
7765%{_mandir}/man1/xdvi.1*
d08789e0
ZU
7766%{_desktopdir}/xdvi.desktop
7767%{_pixmapsdir}/xdvi.png
7768%{texmf}/xdvi
7769
7770%files pdftex
7771%defattr(644,root,root,755)
446ab8e0 7772# %doc %{texmf}/doc/programs/pdfcrop.txt
446ab8e0 7773# %attr(755,root,root) %{_bindir}/pdfxtex
ff42b161 7774# %{_localstatedir}/fonts/map/pdftex
446ab8e0
ZU
7775# %dir %{texmf}/fonts/map/pdftex
7776# %dir %{texmf}/fonts/map/pdftex/cmttf
7777# %{texmf}/fonts/map/pdftex/cmttf/cmttf.map
7778# %{texmf}/web2c/pdfetex-pl.pool
7779# %{texmf}/web2c/pdfetex.pool
7780# %{texmf}/web2c/pdfxtex.pool
5902e778 7781# %{_mandir}/man1/pdfxtex.1*
28c0ab22 7782%dir %{texmf}/fonts/map/pdftex
5fef92c1 7783%doc %{texmfdist}/doc/pdftex
5902e778
ZU
7784%attr(755,root,root) %{_bindir}/epstopdf
7785%attr(755,root,root) %{_bindir}/pdfcrop
7786%attr(755,root,root) %{_bindir}/pdftex
bf184d85 7787%attr(1777,root,root) %dir %{fmtdir}/pdftex
5902e778 7788%config(noreplace) %verify(not md5 mtime size) %{texmf}/tex/generic/config/pdftexconfig.tex
04123363 7789%{texmf}/fmtutil/format.pdftex.cnf
446ab8e0 7790%{texmfdist}/scripts/pdfcrop
d08789e0
ZU
7791%{_mandir}/man1/epstopdf.1*
7792%{_mandir}/man1/pdftex.1*
80fa261c
ZU
7793%{texmfdist}/fonts/enc/pdftex
7794%{texmfdist}/fonts/map/pdftex
7795%{texmf}/fonts/map/pdftex/updmap
d08789e0 7796
04123363 7797%files phyzzx
f65b3398 7798%defattr(644,root,root,755)
04123363
ZU
7799%attr(755,root,root) %{_bindir}/phyzzx
7800%dir %{texmfdist}/doc/phyzzx
7801%dir %{texmfdist}/tex/phyzzx
7802%doc %{texmfdist}/doc/phyzzx/base
80fa261c 7803%{texmfdist}/tex/phyzzx/base
04123363
ZU
7804%{texmfdist}/tex/phyzzx/config
7805%{texmf}/fmtutil/format.phyzzx.cnf
7806
d08789e0
ZU
7807%files omega
7808%defattr(644,root,root,755)
5902e778
ZU
7809# %{texmf}/web2c/omega.pool
7810# %{texmf}/web2c/aleph.pool
5902e778
ZU
7811# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/aleph.fmt
7812# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/lambda.fmt
7813# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/lamed.fmt
7814# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/omega.fmt
0f6c4baf
ZU
7815%doc %{texmfdist}/doc/omega
7816%dir %{texmfdist}/omega
7817%dir %{texmfdist}/dvips/omega
d08789e0
ZU
7818%attr(755,root,root) %{_bindir}/aleph
7819%attr(755,root,root) %{_bindir}/lambda
7820%attr(755,root,root) %{_bindir}/mkocp
7821%attr(755,root,root) %{_bindir}/mkofm
7822%attr(755,root,root) %{_bindir}/odvicopy
7823%attr(755,root,root) %{_bindir}/odvips
7824%attr(755,root,root) %{_bindir}/odvitype
7825%attr(755,root,root) %{_bindir}/omega
7826%attr(755,root,root) %{_bindir}/omfonts
7827%attr(755,root,root) %{_bindir}/opl2ofm
7828%attr(755,root,root) %{_bindir}/otangle
7829%attr(755,root,root) %{_bindir}/otp2ocp
7830%attr(755,root,root) %{_bindir}/outocp
7831%attr(755,root,root) %{_bindir}/ovf2ovp
7832%attr(755,root,root) %{_bindir}/ovp2ovf
446ab8e0
ZU
7833%{texmfdist}/dvips/omega/config.omega
7834%{texmfdist}/dvips/omega/omega.cfg
7835%{texmfdist}/fonts/map/dvips/omega
446ab8e0
ZU
7836%{texmfdist}/omega/ocp
7837%{texmfdist}/omega/otp
2677a8b0 7838%{texmfdist}/tex/lambda
80fa261c 7839%{texmfdist}/source/lambda
fae5faca 7840%{_mandir}/man1/lambda.1*
d08789e0
ZU
7841%{_mandir}/man1/mkocp.1*
7842%{_mandir}/man1/mkofm.1*
7843%{_mandir}/man1/omega.1*
fae5faca
ZU
7844%{_mandir}/man1/odvicopy.1*
7845%{_mandir}/man1/odvips.1*
7846%{_mandir}/man1/odvitype.1*
d08789e0
ZU
7847%{_mandir}/man1/ofm2opl.1*
7848%{_mandir}/man1/opl2ofm.1*
7849%{_mandir}/man1/otp2ocp.1*
7850%{_mandir}/man1/outocp.1*
7851%{_mandir}/man1/ovf2ovp.1*
7852%{_mandir}/man1/ovp2ovf.1*
80fa261c
ZU
7853%{texmf}/fmtutil/format.omega.cnf
7854%{texmf}/fmtutil/format.aleph.cnf
d08789e0 7855
d08789e0
ZU
7856%files plain
7857%defattr(644,root,root,755)
446ab8e0
ZU
7858%doc %{texmfdist}/doc/plain
7859%{texmfdist}/tex/plain
4224ae6d 7860%exclude %{texmfdist}/tex/plain/config/xetex.ini
80fa261c 7861%{texmf}/fmtutil/format.tex.cnf
d08789e0
ZU
7862#%{texmf}/web2c/plain.mem
7863#%{texmf}/web2c/plain.base
7864
d5174470
ZU
7865# %files format-plain
7866# %defattr(644,root,root,755)
b839a3ce 7867# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/tex.fmt
d08789e0
ZU
7868#%config(noreplace) %verify(not md5 mtime size) %{fmtdir}/plain.fmt
7869
d5174470
ZU
7870# %files format-pdftex
7871# %defattr(644,root,root,755)
b839a3ce 7872# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdftex.fmt
d08789e0 7873
d5174470
ZU
7874# %files format-pdfetex
7875# %defattr(644,root,root,755)
b839a3ce 7876# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdfetex.fmt
d08789e0
ZU
7877
7878%files mex
7879%defattr(644,root,root,755)
80fa261c 7880%doc %{texmfdist}/doc/mex
446ab8e0
ZU
7881%dir %{texmfdist}/tex/mex
7882%dir %{texmfdist}/tex/mex/base
7883%{texmfdist}/tex/mex/base/mex1.tex
7884%{texmfdist}/tex/mex/base/mex2.tex
7885%{texmfdist}/tex/mex/base/mex.tex
7886%dir %{texmfdist}/tex/mex/config
7887%{texmfdist}/tex/mex/base/mexconf.tex
7888
d08789e0
ZU
7889%files format-mex
7890%defattr(644,root,root,755)
7891%attr(755,root,root) %{_bindir}/mex
2677a8b0 7892%{texmfdist}/tex/mex/config/mex.ini
b839a3ce 7893# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/mex.fmt
d08789e0
ZU
7894
7895%files format-pdfmex
7896%defattr(644,root,root,755)
7897%attr(755,root,root) %{_bindir}/pdfmex
2677a8b0 7898%{texmfdist}/tex/mex/config/pdfmex.ini
b839a3ce 7899# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdfmex.fmt
d08789e0
ZU
7900
7901%files format-utf8mex
7902%defattr(644,root,root,755)
7903%attr(755,root,root) %{_bindir}/utf8mex
04123363 7904%dir %{texmfdist}/doc/mex
2677a8b0
ZU
7905%doc %{texmfdist}/doc/mex/utf8mex
7906%{texmfdist}/tex/mex/utf8mex
b839a3ce 7907# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/utf8mex.fmt
d08789e0
ZU
7908
7909%files amstex
7910%defattr(644,root,root,755)
2677a8b0
ZU
7911%dir %{texmfdist}/tex/amstex
7912%{texmfdist}/tex/amstex/base
7913%{texmfdist}/tex/amstex/config
7914%{texmfdist}/tex/plain/amsfonts
d08789e0
ZU
7915
7916%files format-amstex
7917%defattr(644,root,root,755)
446ab8e0
ZU
7918%doc %{texmfdist}/doc/amstex
7919%{texmfdist}/tex/amstex
d08789e0
ZU
7920%attr(755,root,root) %{_bindir}/amstex
7921%{_mandir}/man1/amstex.1*
80fa261c
ZU
7922%{texmf}/fmtutil/format.amstex.cnf
7923%{texmf}/fmtutil/format.cyramstex.cnf
446ab8e0
ZU
7924# %lang(fi) %{_mandir}/fi/man1/amstex.1*
7925# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/amstex.fmt
d08789e0 7926
446ab8e0
ZU
7927# %files format-pdfamstex
7928# %defattr(644,root,root,755)
7929# %attr(755,root,root) %{_bindir}/pdfamstex
d08789e0 7930#%{texmf}/pdftex/amstex
446ab8e0 7931# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdfamstex.fmt
d08789e0
ZU
7932
7933%files csplain
7934%defattr(644,root,root,755)
04123363 7935%dir %{texmfdist}/doc/cslatex
21c69d95 7936%dir %{texmfdist}/doc/cslatex/base
446ab8e0
ZU
7937%doc %{texmfdist}/doc/cslatex/base/README-cspsfont
7938%doc %{texmfdist}/doc/cslatex/base/cs-fonts.doc
7939%doc %{texmfdist}/doc/cslatex/base/cscorr.tab
7940%doc %{texmfdist}/doc/cslatex/base/csplain.doc
7941%doc %{texmfdist}/doc/cslatex/base/parpozn.tex
7942%doc %{texmfdist}/doc/cslatex/base/test8z.tex
7943%doc %{texmfdist}/doc/cslatex/base/testlat.tex
d08789e0 7944%attr(755,root,root) %{_bindir}/csplain
446ab8e0 7945%{texmfdist}/tex/csplain
d08789e0
ZU
7946
7947%files format-csplain
7948%defattr(644,root,root,755)
b839a3ce 7949# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/csplain.fmt
d08789e0
ZU
7950
7951%files format-pdfcsplain
7952%defattr(644,root,root,755)
7953%attr(755,root,root) %{_bindir}/pdfcsplain
b839a3ce 7954# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdfcsplain.fmt
d08789e0
ZU
7955
7956%files cslatex
7957%defattr(644,root,root,755)
446ab8e0
ZU
7958# %doc %{texmf}/doc/cstex/INSTALL.cslatex
7959# %doc %{texmf}/doc/cstex/README.cslatex
2677a8b0
ZU
7960%{texmfdist}/tex/cslatex
7961%{texmfdist}/tex/latex/cslatex
d08789e0
ZU
7962
7963%files format-cslatex
7964%defattr(644,root,root,755)
7965%attr(755,root,root) %{_bindir}/cslatex
80fa261c 7966%{texmf}/fmtutil/format.cslatex.cnf
b839a3ce 7967# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cslatex.fmt
d08789e0
ZU
7968
7969%files format-pdfcslatex
7970%defattr(644,root,root,755)
7971%attr(755,root,root) %{_bindir}/pdfcslatex
b839a3ce 7972# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdfcslatex.fmt
d08789e0 7973
ffd94364
ZU
7974# %files cyrplain
7975# %defattr(644,root,root,755)
7976# %doc %{texmf}/doc/cyrplain
7977# %{texmf}/tex/cyrplain
d08789e0 7978
ffd94364
ZU
7979# %files format-cyrplain
7980# %defattr(644,root,root,755)
7981# %attr(755,root,root) %{_bindir}/cyrtex
7982# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cyrtex.fmt
d08789e0 7983
ffd94364
ZU
7984# %files format-cyramstex
7985# %defattr(644,root,root,755)
7986# %attr(755,root,root) %{_bindir}/cyramstex
7987# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cyramstex.fmt
d08789e0 7988
ffd94364
ZU
7989# %files format-cyrtexinfo
7990# %defattr(644,root,root,755)
7991# %attr(755,root,root) %{_bindir}/cyrtexinfo
7992# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cyrtexinfo.fmt
d08789e0
ZU
7993
7994%files eplain
7995%defattr(644,root,root,755)
ffd94364
ZU
7996%doc %{texmfdist}/doc/etex
7997%doc %{texmfdist}/doc/eplain
7998%{texmfdist}/tex/plain/etex
7999%{texmfdist}/tex/eplain
d08789e0
ZU
8000
8001%files format-eplain
8002%defattr(644,root,root,755)
8003%attr(755,root,root) %{_bindir}/eplain
8004%attr(755,root,root) %{_bindir}/etex
8005%{_mandir}/man1/eplain.1*
8006%{_mandir}/man1/etex.1*
80fa261c 8007%{texmf}/fmtutil/format.eplain.cnf
b839a3ce
ZU
8008# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/eplain.fmt
8009# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/etex.fmt
d08789e0
ZU
8010
8011%files context
8012%defattr(644,root,root,755)
68640cd8
ZU
8013%doc %{texmfdist}/doc/context
8014# %doc %{texmf}/doc/polish/context
4224ae6d
MB
8015%attr(755,root,root) %{_bindir}/context
8016%attr(755,root,root) %{_bindir}/ctxtools
8017%attr(755,root,root) %{_bindir}/exatools
8018%attr(755,root,root) %{_bindir}/luatools
8019%attr(755,root,root) %{_bindir}/makempy
8020%attr(755,root,root) %{_bindir}/mpstools
8021%attr(755,root,root) %{_bindir}/mtxrun
8022%attr(755,root,root) %{_bindir}/mtxtools
8023%attr(755,root,root) %{_bindir}/pdfthumb
8024%attr(755,root,root) %{_bindir}/pdftools
8025%attr(755,root,root) %{_bindir}/pdftrimwhite
8026%attr(755,root,root) %{_bindir}/pstopdf
8027%attr(755,root,root) %{_bindir}/rlxtools
8028%attr(755,root,root) %{_bindir}/runtools
8029%attr(755,root,root) %{_bindir}/texexec
d08789e0
ZU
8030%attr(755,root,root) %{_bindir}/texfind
8031%attr(755,root,root) %{_bindir}/texfont
4224ae6d 8032%attr(755,root,root) %{_bindir}/texmfstart
d08789e0 8033%attr(755,root,root) %{_bindir}/texshow
4224ae6d 8034%attr(755,root,root) %{_bindir}/textools
d08789e0 8035%attr(755,root,root) %{_bindir}/texutil
4224ae6d
MB
8036%attr(755,root,root) %{_bindir}/tmftools
8037%attr(755,root,root) %{_bindir}/xmltools
ffd94364 8038# %{_mandir}/man1/fdf2tex.1*
fae5faca
ZU
8039%{_mandir}/man1/ctxtools.1*
8040%{_mandir}/man1/pdftools.1*
8041%{_mandir}/man1/pstopdf.1*
d08789e0
ZU
8042%{_mandir}/man1/texfind.1*
8043%{_mandir}/man1/texfont.1*
fae5faca
ZU
8044%{_mandir}/man1/texmfstart.1*
8045%{_mandir}/man1/textools.1*
d08789e0 8046%{_mandir}/man1/texutil.1*
ffd94364 8047# %{_mandir}/man1/texshow.1*
4224ae6d 8048%{texmfdist}/context
68640cd8 8049%{texmfdist}/fonts/enc/dvips/context
ffd94364 8050# %{texmfdist}/fonts/map/dvips/context
68640cd8
ZU
8051%{texmfdist}/metapost/context
8052%{texmfdist}/scripts/context
4224ae6d
MB
8053%{texmfdist}/tex/context
8054%exclude %{texmfdist}/tex/context/config/cont-de.ini
8055%exclude %{texmfdist}/tex/context/config/cont-en.ini
8056%exclude %{texmfdist}/tex/context/config/cont-nl.ini
8057%exclude %{texmfdist}/tex/context/config/cont-uk.ini
68640cd8 8058%{texmfdist}/tex/generic/context
4224ae6d 8059%{texmfdist}/tex/latex/context
68640cd8 8060%{texmfdist}/bibtex/bst/context
80fa261c 8061%{texmf}/fmtutil/format.context.cnf
f7f90954 8062%doc %{texmfdist}/doc/luatex
d08789e0
ZU
8063
8064# no fmt, so commented out
8065#%files format-context-cz
8066#%defattr(644,root,root,755)
8067#%%{texmf}/tex/context/config/cont-cz.ini
8068# does not build with beta 20021025
8069#%config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cont-cz.efmt
8070
8071%files format-context-de
8072%defattr(644,root,root,755)
2677a8b0 8073%{texmfdist}/tex/context/config/cont-de.ini
b839a3ce 8074# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cont-de.fmt
d08789e0
ZU
8075#%{_mandir}/man1/cont-de.1*
8076
8077%files format-context-en
8078%defattr(644,root,root,755)
2677a8b0 8079%{texmfdist}/tex/context/config/cont-en.ini
b839a3ce 8080# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cont-en.fmt
d08789e0
ZU
8081#%{_mandir}/man1/cont-en.1*
8082# what is the difference betwen uk and en in this particular situation?
2677a8b0 8083%{texmfdist}/tex/context/config/cont-uk.ini
b839a3ce 8084# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cont-uk.fmt
d08789e0
ZU
8085
8086# no fmt, so commented out
8087#%files format-context-it
8088#%defattr(644,root,root,755)
8089#%%{texmf}/tex/context/config/cont-it.ini
8090
8091%files format-context-nl
8092%defattr(644,root,root,755)
2677a8b0 8093%{texmfdist}/tex/context/config/cont-nl.ini
b839a3ce 8094# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cont-nl.fmt
d08789e0
ZU
8095#%{_mandir}/man1/cont-nl.1*
8096
8097# no fmt, so commented out
8098#%files format-context-ro
8099#%defattr(644,root,root,755)
8100#%%{texmf}/tex/context/config/cont-ro.ini
8101
3127b522 8102
d08789e0
ZU
8103%files latex
8104%defattr(644,root,root,755)
5fef92c1 8105%attr(755,root,root) %{_bindir}/lacheck
2496d461
ZU
8106%attr(755,root,root) %{_bindir}/latex
8107%attr(755,root,root) %{_bindir}/pslatex
ffd94364
ZU
8108# %lang(fi) %{_mandir}/fi/man1/latex.1*
8109# %lang(pl) %{_mandir}/pl/man1/latex.1*
8110# %{_infodir}/latex.info*
04123363 8111%{texmf}/fmtutil/format.latex.cnf
5fef92c1 8112%{_mandir}/man1/lacheck.1*
3127b522
ZU
8113%{_mandir}/man1/latex.1*
8114%{_mandir}/man1/pslatex.1*
d08789e0 8115
3127b522
ZU
8116%dir %{texmfdist}/scripts
8117%dir %{texmfdist}/scripts/pst-pdf
63399af2 8118%dir %{texmfdist}/source/generic
df343eba 8119%dir %{texmfdist}/tex/latex
63399af2
ZU
8120%dir %{texmfdist}/tex/plain
8121%dir %{texmf}/tex/latex
d08789e0 8122
3127b522
ZU
8123# %{texmfdist}/tex/latex/citesort
8124# %{texmfdist}/tex/latex/dvilj
8125# %{texmfdist}/tex/latex/eclbip
8126# %{texmfdist}/tex/latex/eo
8127# %{texmfdist}/tex/latex/example
8128# %{texmfdist}/tex/latex/fguill
8129# %{texmfdist}/tex/latex/floatflt
8130# %{texmfdist}/tex/latex/gletter
8131# %{texmfdist}/tex/latex/here
8132# %{texmfdist}/tex/latex/mt11p
8133# %{texmfdist}/tex/latex/relsize
8134# %{texmfdist}/tex/latex/selectp
8135# %{texmfdist}/tex/latex/shadow
8136# %{texmfdist}/tex/latex/showtags
8137# %{texmfdist}/tex/latex/tabls
8138# %{texmfdist}/tex/latex/texmacs
8139# %{texmfdist}/tex/latex/threeparttable
8140# %{texmfdist}/tex/latex/treesvr
8141# %{texmfdist}/tex/latex/ulem
8142# %{texmfdist}/tex/latex/url
8143# %{texmf}/tex/latex/version
8144# %{texmf}/tex/latex/vpage
8145%{texmfdist}/scripts/pst-pdf/ps4pdf
8146%{texmfdist}/tex/generic/pstricks
8147%{texmfdist}/tex/generic/shapepar
3127b522 8148%{texmfdist}/tex/generic/textmerg
6367bfc9
MB
8149%{texmfdist}/tex/latex/12many
8150%{texmfdist}/tex/latex/AkkTeX
8151%{texmfdist}/tex/latex/ESIEEcv
8152%{texmfdist}/tex/latex/GuIT
8153%{texmfdist}/tex/latex/HA-prosper
8154%{texmfdist}/tex/latex/IEEEconf
8155%{texmfdist}/tex/latex/IEEEtran
8156%{texmfdist}/tex/latex/SIstyle
8157%{texmfdist}/tex/latex/Tabbing
8158%{texmfdist}/tex/latex/a0poster
8159%{texmfdist}/tex/latex/aastex
8160%{texmfdist}/tex/latex/abc
6367bfc9
MB
8161%{texmfdist}/tex/latex/achemso
8162%{texmfdist}/tex/latex/acmconf
8163%{texmfdist}/tex/latex/acmtrans
df343eba 8164%{texmfdist}/tex/latex/acronym
6367bfc9
MB
8165%{texmfdist}/tex/latex/active-conf
8166%{texmfdist}/tex/latex/addlines
8167%{texmfdist}/tex/latex/adrlist
df343eba 8168%{texmfdist}/tex/latex/aeguill
6367bfc9
MB
8169%{texmfdist}/tex/latex/afthesis
8170%{texmfdist}/tex/latex/aguplus
8171%{texmfdist}/tex/latex/aiaa
8172%{texmfdist}/tex/latex/akletter
8173%{texmfdist}/tex/latex/alg
8174%{texmfdist}/tex/latex/algorithm2e
8175%{texmfdist}/tex/latex/algorithmicx
8176%{texmfdist}/tex/latex/allrunes
8177%{texmfdist}/tex/latex/alnumsec
8178%{texmfdist}/tex/latex/altfont
8179%{texmfdist}/tex/latex/ametsoc
8180%{texmfdist}/tex/latex/amsaddr
8181%{texmfdist}/tex/latex/amsrefs
8182%{texmfdist}/tex/latex/animate
8183%{texmfdist}/tex/latex/answers
8184%{texmfdist}/tex/latex/antiqua
8185%{texmfdist}/tex/latex/anyfontsize
df343eba 8186%{texmfdist}/tex/latex/anysize
6367bfc9
MB
8187%{texmfdist}/tex/latex/apa
8188%{texmfdist}/tex/latex/apacite
8189%{texmfdist}/tex/latex/apl
8190%{texmfdist}/tex/latex/ar
8191%{texmfdist}/tex/latex/arabi
8192%{texmfdist}/tex/latex/arabtex
8193%{texmfdist}/tex/latex/archaic
8194%{texmfdist}/tex/latex/arcs
8195%{texmfdist}/tex/latex/arev
8196%{texmfdist}/tex/latex/armenian
8197%{texmfdist}/tex/latex/arydshln
8198%{texmfdist}/tex/latex/asaetr
8199%{texmfdist}/tex/latex/ascelike
8200%{texmfdist}/tex/latex/ascii
8201%{texmfdist}/tex/latex/assignment
8202%{texmfdist}/tex/latex/attachfile
8203%{texmfdist}/tex/latex/augie
8204%{texmfdist}/tex/latex/auncial-new
8205%{texmfdist}/tex/latex/aurical
8206%{texmfdist}/tex/latex/authoraftertitle
8207%{texmfdist}/tex/latex/authorindex
8208%{texmfdist}/tex/latex/auto-pst-pdf
8209%{texmfdist}/tex/latex/autoarea
8210%{texmfdist}/tex/latex/autotab
8211%{texmfdist}/tex/latex/avantgar
8212%{texmfdist}/tex/latex/babelbib
6367bfc9
MB
8213%{texmfdist}/tex/latex/bangtex
8214%{texmfdist}/tex/latex/barcodes
6367bfc9
MB
8215%{texmfdist}/tex/latex/base
8216%{texmfdist}/tex/latex/bayer
8217%{texmfdist}/tex/latex/bbding
8218%{texmfdist}/tex/latex/bbm-macros
6367bfc9
MB
8219%{texmfdist}/tex/latex/begriff
8220%{texmfdist}/tex/latex/bengali
8221%{texmfdist}/tex/latex/bera
8222%{texmfdist}/tex/latex/betababel
df343eba 8223%{texmfdist}/tex/latex/beton
6367bfc9
MB
8224%{texmfdist}/tex/latex/bez123
8225%{texmfdist}/tex/latex/bibarts
8226%{texmfdist}/tex/latex/bibleref
8227%{texmfdist}/tex/latex/biblist
8228%{texmfdist}/tex/latex/bibtopicprefix
8229%{texmfdist}/tex/latex/bigfoot
8230%{texmfdist}/tex/latex/binomexp
8231%{texmfdist}/tex/latex/biocon
8232%{texmfdist}/tex/latex/bizcard
8233%{texmfdist}/tex/latex/blacklettert1
8234%{texmfdist}/tex/latex/blindtext
8235%{texmfdist}/tex/latex/blowup
8236%{texmfdist}/tex/latex/boisik
8237%{texmfdist}/tex/latex/boites
8238%{texmfdist}/tex/latex/boldtensors
8239%{texmfdist}/tex/latex/bookest
8240%{texmfdist}/tex/latex/bookhands
8241%{texmfdist}/tex/latex/booklet
8242%{texmfdist}/tex/latex/bookman
8243%{texmfdist}/tex/latex/bophook
8244%{texmfdist}/tex/latex/boxhandler
8245%{texmfdist}/tex/latex/bpchem
8246%{texmfdist}/tex/latex/braille
8247%{texmfdist}/tex/latex/breakurl
8248%{texmfdist}/tex/latex/bridge
8249%{texmfdist}/tex/latex/brushscr
8250%{texmfdist}/tex/latex/bullcntr
8251%{texmfdist}/tex/latex/burmese
8252%{texmfdist}/tex/latex/bussproofs
8253%{texmfdist}/tex/latex/bytefield
df343eba 8254%{texmfdist}/tex/latex/calrsfs
6367bfc9
MB
8255%{texmfdist}/tex/latex/calxxxx
8256%{texmfdist}/tex/latex/captcont
8257%{texmfdist}/tex/latex/casyl
8258%{texmfdist}/tex/latex/catechis
8259%{texmfdist}/tex/latex/cbcoptic
8260%{texmfdist}/tex/latex/cbfonts
df343eba 8261%{texmfdist}/tex/latex/ccaption
6367bfc9
MB
8262%{texmfdist}/tex/latex/cchess
8263%{texmfdist}/tex/latex/cclicenses
8264%{texmfdist}/tex/latex/cd-cover
8265%{texmfdist}/tex/latex/cd
8266%{texmfdist}/tex/latex/cdpbundl
8267%{texmfdist}/tex/latex/cellspace
df343eba 8268%{texmfdist}/tex/latex/changebar
6367bfc9
MB
8269%{texmfdist}/tex/latex/changepage
8270%{texmfdist}/tex/latex/changes
df343eba 8271%{texmfdist}/tex/latex/chappg
6367bfc9
MB
8272%{texmfdist}/tex/latex/chapterfolder
8273%{texmfdist}/tex/latex/chemarrow
8274%{texmfdist}/tex/latex/chemcompounds
8275%{texmfdist}/tex/latex/chemcono
8276%{texmfdist}/tex/latex/chemstyle
8277%{texmfdist}/tex/latex/cherokee
8278%{texmfdist}/tex/latex/chess
8279%{texmfdist}/tex/latex/chessboard
8280%{texmfdist}/tex/latex/chessfss
8281%{texmfdist}/tex/latex/chicago
8282%{texmfdist}/tex/latex/china2e
8283%{texmfdist}/tex/latex/chletter
8284%{texmfdist}/tex/latex/circ
8285%{texmfdist}/tex/latex/citeref
8286%{texmfdist}/tex/latex/cjhebrew
8287%{texmfdist}/tex/latex/cjk
8288%{texmfdist}/tex/latex/cjw
8289%{texmfdist}/tex/latex/classicthesis
8290%{texmfdist}/tex/latex/clefval
8291%{texmfdist}/tex/latex/cleveref
8292%{texmfdist}/tex/latex/clock
8293%{texmfdist}/tex/latex/clrscode
8294%{texmfdist}/tex/latex/cm-lgc
8295%{texmfdist}/tex/latex/cm-super
df343eba 8296%{texmfdist}/tex/latex/cmap
6367bfc9
MB
8297%{texmfdist}/tex/latex/cmcyralt
8298%{texmfdist}/tex/latex/cmdstring
8299%{texmfdist}/tex/latex/cmdtrack
8300%{texmfdist}/tex/latex/cmll
8301%{texmfdist}/tex/latex/cmsd
8302%{texmfdist}/tex/latex/codepage
8303%{texmfdist}/tex/latex/colorinfo
8304%{texmfdist}/tex/latex/colortab
8305%{texmfdist}/tex/latex/colortbl
8306%{texmfdist}/tex/latex/colorwav
8307%{texmfdist}/tex/latex/combine
8308%{texmfdist}/tex/latex/commath
8309%{texmfdist}/tex/latex/compactbib
8310%{texmfdist}/tex/latex/complexity
8311%{texmfdist}/tex/latex/computational-complexity
8312%{texmfdist}/tex/latex/concprog
8313%{texmfdist}/tex/latex/confproc
8314%{texmfdist}/tex/latex/constants
8315%{texmfdist}/tex/latex/contour
8316%{texmfdist}/tex/latex/cooking
8317%{texmfdist}/tex/latex/cool
8318%{texmfdist}/tex/latex/coollist
8319%{texmfdist}/tex/latex/coolstr
8320%{texmfdist}/tex/latex/cooltooltips
8321%{texmfdist}/tex/latex/coordsys
8322%{texmfdist}/tex/latex/courier-scaled
8323%{texmfdist}/tex/latex/courier
8324%{texmfdist}/tex/latex/courseoutline
8325%{texmfdist}/tex/latex/coursepaper
8326%{texmfdist}/tex/latex/coverpage
8327%{texmfdist}/tex/latex/covington
df343eba 8328%{texmfdist}/tex/latex/crop
6367bfc9
MB
8329%{texmfdist}/tex/latex/crossreference
8330%{texmfdist}/tex/latex/crosswrd
8331%{texmfdist}/tex/latex/csbulletin
8332%{texmfdist}/tex/latex/csquotes
8333%{texmfdist}/tex/latex/csvtools
8334%{texmfdist}/tex/latex/ctable
8335%{texmfdist}/tex/latex/ctib
8336%{texmfdist}/tex/latex/cuisine
8337%{texmfdist}/tex/latex/cursor
8338%{texmfdist}/tex/latex/curve
8339%{texmfdist}/tex/latex/curve2e
8340%{texmfdist}/tex/latex/cv
8341%{texmfdist}/tex/latex/cweb-latex
8342%{texmfdist}/tex/latex/cwpuzzle
8343%{texmfdist}/tex/latex/cyklop
8344%{texmfdist}/tex/latex/dashbox
8345%{texmfdist}/tex/latex/dashrule
8346%{texmfdist}/tex/latex/datatool
8347%{texmfdist}/tex/latex/dateiliste
8348%{texmfdist}/tex/latex/datenumber
8349%{texmfdist}/tex/latex/datetime
8350%{texmfdist}/tex/latex/dcpic
8351%{texmfdist}/tex/latex/decimal
8352%{texmfdist}/tex/latex/delimtxt
8353%{texmfdist}/tex/latex/diagnose
8354%{texmfdist}/tex/latex/dialogl
8355%{texmfdist}/tex/latex/dichokey
8356%{texmfdist}/tex/latex/dictsym
8357%{texmfdist}/tex/latex/digiconfigs
df343eba 8358%{texmfdist}/tex/latex/dinbrief
6367bfc9
MB
8359%{texmfdist}/tex/latex/dingbat
8360%{texmfdist}/tex/latex/directory
8361%{texmfdist}/tex/latex/disser
8362%{texmfdist}/tex/latex/dlfltxb
8363%{texmfdist}/tex/latex/dnaseq
8364%{texmfdist}/tex/latex/docmfp
8365%{texmfdist}/tex/latex/doi
8366%{texmfdist}/tex/latex/doipubmed
8367%{texmfdist}/tex/latex/dotarrow
8368%{texmfdist}/tex/latex/dotseqn
8369%{texmfdist}/tex/latex/dottex
8370%{texmfdist}/tex/latex/doublestroke
8371%{texmfdist}/tex/latex/dpfloat
8372%{texmfdist}/tex/latex/dprogress
8373%{texmfdist}/tex/latex/drac
df343eba 8374%{texmfdist}/tex/latex/draftcopy
6367bfc9
MB
8375%{texmfdist}/tex/latex/draftwatermark
8376%{texmfdist}/tex/latex/dramatist
8377%{texmfdist}/tex/latex/dtk
8378%{texmfdist}/tex/latex/duerer-latex
8379%{texmfdist}/tex/latex/dvdcoll
8380%{texmfdist}/tex/latex/dvipdfmx-def
8381%{texmfdist}/tex/latex/dyntree
8382%{texmfdist}/tex/latex/eCards
8383%{texmfdist}/tex/latex/ean13isbn
8384%{texmfdist}/tex/latex/easy
8385%{texmfdist}/tex/latex/ebezier
8386%{texmfdist}/tex/latex/ebsthesis
8387%{texmfdist}/tex/latex/ecclesiastic
8388%{texmfdist}/tex/latex/ecltree
8389%{texmfdist}/tex/latex/eco
8390%{texmfdist}/tex/latex/economic
8391%{texmfdist}/tex/latex/ecv
8392%{texmfdist}/tex/latex/ed
8393%{texmfdist}/tex/latex/edmargin
8394%{texmfdist}/tex/latex/ednotes
8395%{texmfdist}/tex/latex/eemeir
df343eba 8396%{texmfdist}/tex/latex/eepic
6367bfc9
MB
8397%{texmfdist}/tex/latex/egameps
8398%{texmfdist}/tex/latex/egplot
8399%{texmfdist}/tex/latex/eiad
8400%{texmfdist}/tex/latex/ellipsis
8401%{texmfdist}/tex/latex/elmath
8402%{texmfdist}/tex/latex/elpres
8403%{texmfdist}/tex/latex/elsarticle
8404%{texmfdist}/tex/latex/elsevier
8405%{texmfdist}/tex/latex/em
8406%{texmfdist}/tex/latex/emp
8407%{texmfdist}/tex/latex/emulateapj
8408%{texmfdist}/tex/latex/encxvlna
df343eba 8409%{texmfdist}/tex/latex/endfloat
6367bfc9
MB
8410%{texmfdist}/tex/latex/endheads
8411%{texmfdist}/tex/latex/engpron
8412%{texmfdist}/tex/latex/engrec
8413%{texmfdist}/tex/latex/envbig
8414%{texmfdist}/tex/latex/environ
8415%{texmfdist}/tex/latex/envlab
8416%{texmfdist}/tex/latex/epigrafica
8417%{texmfdist}/tex/latex/epigraph
8418%{texmfdist}/tex/latex/epiolmec
8419%{texmfdist}/tex/latex/epsdice
8420%{texmfdist}/tex/latex/epspdfconversion
8421%{texmfdist}/tex/latex/eqlist
8422%{texmfdist}/tex/latex/eqname
8423%{texmfdist}/tex/latex/eqnarray
8424%{texmfdist}/tex/latex/eqparbox
8425%{texmfdist}/tex/latex/errata
8426%{texmfdist}/tex/latex/esdiff
df343eba 8427%{texmfdist}/tex/latex/esint
6367bfc9
MB
8428%{texmfdist}/tex/latex/eskd
8429%{texmfdist}/tex/latex/eskdx
3127b522 8430%{texmfdist}/tex/latex/eso-pic
6367bfc9
MB
8431%{texmfdist}/tex/latex/esvect
8432%{texmfdist}/tex/latex/etaremune
8433%{texmfdist}/tex/latex/etex-pkg
8434%{texmfdist}/tex/latex/ethiop
8435%{texmfdist}/tex/latex/etoolbox
8436%{texmfdist}/tex/latex/eukdate
df343eba
ZU
8437%{texmfdist}/tex/latex/euler
8438%{texmfdist}/tex/latex/eulervm
6367bfc9
MB
8439%{texmfdist}/tex/latex/euproposal
8440%{texmfdist}/tex/latex/euro
8441%{texmfdist}/tex/latex/eurofont
8442%{texmfdist}/tex/latex/europecv
8443%{texmfdist}/tex/latex/eurosans
df343eba 8444%{texmfdist}/tex/latex/eurosym
6367bfc9
MB
8445%{texmfdist}/tex/latex/everypage
8446%{texmfdist}/tex/latex/examdesign
8447%{texmfdist}/tex/latex/examplep
8448%{texmfdist}/tex/latex/exceltex
8449%{texmfdist}/tex/latex/exercise
8450%{texmfdist}/tex/latex/expdlist
cf8dbd64
MB
8451%{texmfdist}/tex/latex/expl3
8452%{texmfdist}/tex/latex/export
8453%{texmfdist}/tex/latex/extarrows
8454%{texmfdist}/tex/latex/extpfeil
8455%{texmfdist}/tex/latex/extract
df343eba 8456%{texmfdist}/tex/latex/extsizes
cf8dbd64
MB
8457%{texmfdist}/tex/latex/facsimile
8458%{texmfdist}/tex/latex/faktor
df343eba
ZU
8459%{texmfdist}/tex/latex/fancybox
8460%{texmfdist}/tex/latex/fancyhdr
cf8dbd64
MB
8461%{texmfdist}/tex/latex/fancynum
8462%{texmfdist}/tex/latex/fancyref
8463%{texmfdist}/tex/latex/fancytooltips
df343eba 8464%{texmfdist}/tex/latex/fancyvrb
cf8dbd64
MB
8465%{texmfdist}/tex/latex/fax
8466%{texmfdist}/tex/latex/fc
8467%{texmfdist}/tex/latex/feyn
8468%{texmfdist}/tex/latex/feynmf
8469%{texmfdist}/tex/latex/fge
8470%{texmfdist}/tex/latex/figbib
8471%{texmfdist}/tex/latex/figsize
df343eba 8472%{texmfdist}/tex/latex/filecontents
cf8dbd64
MB
8473%{texmfdist}/tex/latex/fink
8474%{texmfdist}/tex/latex/fixfoot
8475%{texmfdist}/tex/latex/fixme
6367bfc9
MB
8476%{texmfdist}/tex/latex/flabels
8477%{texmfdist}/tex/latex/flacards
8478%{texmfdist}/tex/latex/flagderiv
8479%{texmfdist}/tex/latex/flashcards
8480%{texmfdist}/tex/latex/flippdf
df343eba 8481%{texmfdist}/tex/latex/float
6367bfc9
MB
8482%{texmfdist}/tex/latex/floatrow
8483%{texmfdist}/tex/latex/flowfram
8484%{texmfdist}/tex/latex/fmp
8485%{texmfdist}/tex/latex/fmtcount
8486%{texmfdist}/tex/latex/fnbreak
8487%{texmfdist}/tex/latex/fncychap
8488%{texmfdist}/tex/latex/foekfont
8489%{texmfdist}/tex/latex/foilhtml
8490%{texmfdist}/tex/latex/fonetika
df343eba 8491%{texmfdist}/tex/latex/fontinst
6367bfc9 8492%{texmfdist}/tex/latex/fonttable
df343eba
ZU
8493%{texmfdist}/tex/latex/footmisc
8494%{texmfdist}/tex/latex/footnpag
6367bfc9
MB
8495%{texmfdist}/tex/latex/forarray
8496%{texmfdist}/tex/latex/forloop
8497%{texmfdist}/tex/latex/formlett
8498%{texmfdist}/tex/latex/formula
8499%{texmfdist}/tex/latex/formular
8500%{texmfdist}/tex/latex/fouridx
8501%{texmfdist}/tex/latex/fourier
8502%{texmfdist}/tex/latex/fouriernc
df343eba 8503%{texmfdist}/tex/latex/fp
6367bfc9
MB
8504%{texmfdist}/tex/latex/frankenstein
8505%{texmfdist}/tex/latex/frcursive
8506%{texmfdist}/tex/latex/frenchle
8507%{texmfdist}/tex/latex/fribrief
8508%{texmfdist}/tex/latex/frletter
8509%{texmfdist}/tex/latex/frontespizio
8510%{texmfdist}/tex/latex/fullblck
8511%{texmfdist}/tex/latex/fullpict
8512%{texmfdist}/tex/latex/functan
8513%{texmfdist}/tex/latex/fundus
6367bfc9
MB
8514%{texmfdist}/tex/latex/gaceta
8515%{texmfdist}/tex/latex/galois
8516%{texmfdist}/tex/latex/gastex
8517%{texmfdist}/tex/latex/gatech-thesis
8518%{texmfdist}/tex/latex/gauss
8519%{texmfdist}/tex/latex/gb4e
8520%{texmfdist}/tex/latex/gcard
8521%{texmfdist}/tex/latex/gcite
8522%{texmfdist}/tex/latex/genmpage
df343eba 8523%{texmfdist}/tex/latex/geometry
6367bfc9 8524%{texmfdist}/tex/latex/geomsty
df343eba 8525%{texmfdist}/tex/latex/germbib
6367bfc9
MB
8526%{texmfdist}/tex/latex/gfsartemisia
8527%{texmfdist}/tex/latex/gfsbaskerville
8528%{texmfdist}/tex/latex/gfsbodoni
8529%{texmfdist}/tex/latex/gfscomplutum
8530%{texmfdist}/tex/latex/gfsdidot
8531%{texmfdist}/tex/latex/gfsneohellenic
8532%{texmfdist}/tex/latex/gfsporson
8533%{texmfdist}/tex/latex/gfssolomos
8534%{texmfdist}/tex/latex/ginpenc
8535%{texmfdist}/tex/latex/gloss
8536%{texmfdist}/tex/latex/glossaries
8537%{texmfdist}/tex/latex/gmdoc
8538%{texmfdist}/tex/latex/gmeometric
8539%{texmfdist}/tex/latex/gmiflink
8540%{texmfdist}/tex/latex/gmutils
8541%{texmfdist}/tex/latex/gmverb
8542%{texmfdist}/tex/latex/gnuplottex
8543%{texmfdist}/tex/latex/go
df343eba 8544%{texmfdist}/tex/latex/graphics
6367bfc9
MB
8545%{texmfdist}/tex/latex/graphicx-psmin
8546%{texmfdist}/tex/latex/greek-inputenc
8547%{texmfdist}/tex/latex/greekdates
68640cd8 8548%{texmfdist}/tex/latex/greektex
6367bfc9
MB
8549%{texmfdist}/tex/latex/grfpaste
8550%{texmfdist}/tex/latex/grnumalt
8551%{texmfdist}/tex/latex/grotesq
8552%{texmfdist}/tex/latex/grverb
8553%{texmfdist}/tex/latex/gu
8554%{texmfdist}/tex/latex/guitar
8555%{texmfdist}/tex/latex/guitbeamer
8556%{texmfdist}/tex/latex/hanging
8557%{texmfdist}/tex/latex/har2nat
8558%{texmfdist}/tex/latex/harmony
8559%{texmfdist}/tex/latex/harpoon
8560%{texmfdist}/tex/latex/harvard
8561%{texmfdist}/tex/latex/hc
8562%{texmfdist}/tex/latex/helvetic
8563%{texmfdist}/tex/latex/hep
8564%{texmfdist}/tex/latex/hepnames
8565%{texmfdist}/tex/latex/hepparticles
8566%{texmfdist}/tex/latex/hepthesis
8567%{texmfdist}/tex/latex/hepunits
8568%{texmfdist}/tex/latex/hexgame
8569%{texmfdist}/tex/latex/hfoldsty
8570%{texmfdist}/tex/latex/hhtensor
8571%{texmfdist}/tex/latex/hilowres
8572%{texmfdist}/tex/latex/histogr
8573%{texmfdist}/tex/latex/hitec
8574%{texmfdist}/tex/latex/hpsdiss
8575%{texmfdist}/tex/latex/hrlatex
8576%{texmfdist}/tex/latex/hvfloat
8577%{texmfdist}/tex/latex/hypdvips
8578%{texmfdist}/tex/latex/hyper
df343eba 8579%{texmfdist}/tex/latex/hyperref
6367bfc9 8580%{texmfdist}/tex/latex/hyperxmp
df343eba 8581%{texmfdist}/tex/latex/hyphenat
6367bfc9
MB
8582%{texmfdist}/tex/latex/ibycus-babel
8583%{texmfdist}/tex/latex/icsv
8584%{texmfdist}/tex/latex/ieeepes
8585%{texmfdist}/tex/latex/ifmslide
8586%{texmfdist}/tex/latex/ifplatform
8587%{texmfdist}/tex/latex/ifsym
8588%{texmfdist}/tex/latex/ijmart
8589%{texmfdist}/tex/latex/imac
8590%{texmfdist}/tex/latex/image-gallery
8591%{texmfdist}/tex/latex/imtekda
df343eba 8592%{texmfdist}/tex/latex/index
6367bfc9
MB
8593%{texmfdist}/tex/latex/initials
8594%{texmfdist}/tex/latex/inlinebib
8595%{texmfdist}/tex/latex/inlinedef
8596%{texmfdist}/tex/latex/interactiveworkbook
8597%{texmfdist}/tex/latex/inversepath
8598%{texmfdist}/tex/latex/invoice
8599%{texmfdist}/tex/latex/ipa
8600%{texmfdist}/tex/latex/iso
8601%{texmfdist}/tex/latex/iso10303
8602%{texmfdist}/tex/latex/isodate
8603%{texmfdist}/tex/latex/isodoc
8604%{texmfdist}/tex/latex/isonums
8605%{texmfdist}/tex/latex/isorot
8606%{texmfdist}/tex/latex/isotope
8607%{texmfdist}/tex/latex/itnumpar
8608%{texmfdist}/tex/latex/itrans
8609%{texmfdist}/tex/latex/iwona
8610%{texmfdist}/tex/latex/jeopardy
8611%{texmfdist}/tex/latex/jhep
8612%{texmfdist}/tex/latex/jknapltx
8613%{texmfdist}/tex/latex/jneurosci
8614%{texmfdist}/tex/latex/jpsj
8615%{texmfdist}/tex/latex/jura
8616%{texmfdist}/tex/latex/juraabbrev
8617%{texmfdist}/tex/latex/juramisc
8618%{texmfdist}/tex/latex/jurarsp
df343eba
ZU
8619%{texmfdist}/tex/latex/koma-script
8620%{texmfdist}/tex/latex/labels
4224ae6d
MB
8621%dir %{texmfdist}/tex/latex/latexconfig
8622%{texmfdist}/tex/latex/latexconfig/latex.ini
8623%{texmfdist}/tex/latex/latexconfig/lualatex.ini
8624%{texmfdist}/tex/latex/latexconfig/mllatex.ini
8625%{texmfdist}/tex/latex/latexconfig/pdflatex.ini
8626%{texmfdist}/tex/latex/latexconfig/pdflualatex.ini
df343eba 8627%{texmfdist}/tex/latex/layouts
df343eba
ZU
8628%{texmfdist}/tex/latex/lettrine
8629%{texmfdist}/tex/latex/listings
8630%{texmfdist}/tex/latex/ltabptch
daae3151 8631%{texmfdist}/tex/latex/localloc
cf8dbd64 8632%{texmfdist}/tex/latex/ltxmisc
df343eba
ZU
8633%{texmfdist}/tex/latex/mathcomp
8634%{texmfdist}/tex/latex/mdwtools
8635%{texmfdist}/tex/latex/memoir
8636%{texmfdist}/tex/latex/mh
cf8dbd64
MB
8637%{texmfdist}/tex/latex/misc209
8638%{texmfdist}/tex/latex/mmap
8639%{texmfdist}/tex/latex/mnsymbol
8640%{texmfdist}/tex/latex/moderncv
8641%{texmfdist}/tex/latex/modroman
8642%{texmfdist}/tex/latex/mongolian-babel
8643%{texmfdist}/tex/latex/montex
df343eba
ZU
8644%{texmfdist}/tex/latex/mparhack
8645%{texmfdist}/tex/latex/ms
df343eba 8646%{texmfdist}/tex/latex/multibib
df343eba
ZU
8647%{texmfdist}/tex/latex/multirow
8648%{texmfdist}/tex/latex/mwcls
8649%{texmfdist}/tex/latex/natbib
cf8dbd64
MB
8650%{texmfdist}/tex/latex/ncclatex
8651%{texmfdist}/tex/latex/ncctools
8652%{texmfdist}/tex/latex/ncntrsbk
8653%{texmfdist}/tex/latex/nddiss
8654%{texmfdist}/tex/latex/newalg
8655%{texmfdist}/tex/latex/newfile
8656%{texmfdist}/tex/latex/newlfm
8657%{texmfdist}/tex/latex/newspaper
8658%{texmfdist}/tex/latex/newthm
df343eba
ZU
8659%{texmfdist}/tex/latex/nomencl
8660%{texmfdist}/tex/latex/ntgclass
80fa261c 8661%{texmfdist}/tex/generic/oberdiek
df343eba 8662%{texmfdist}/tex/latex/oberdiek
df343eba
ZU
8663%{texmfdist}/tex/latex/overpic
8664%{texmfdist}/tex/latex/paralist
df343eba
ZU
8665%{texmfdist}/tex/latex/pb-diagram
8666%{texmfdist}/tex/latex/pdfpages
8667%{texmfdist}/tex/latex/picinpar
df343eba
ZU
8668%{texmfdist}/tex/latex/pict2e
8669%{texmfdist}/tex/latex/placeins
df343eba
ZU
8670%{texmfdist}/tex/latex/preprint
8671%{texmfdist}/tex/latex/preview
8672%{texmfdist}/tex/latex/program
df343eba
ZU
8673%{texmfdist}/tex/latex/psfrag
8674%{texmfdist}/tex/latex/pslatex
df343eba
ZU
8675%{texmfdist}/tex/latex/revtex
8676%{texmfdist}/tex/latex/rotating
8677%{texmfdist}/tex/latex/rotfloat
8678%{texmfdist}/tex/latex/scale
8679%{texmfdist}/tex/latex/sectsty
df343eba
ZU
8680%{texmfdist}/tex/latex/seminar
8681%{texmfdist}/tex/latex/setspace
df343eba
ZU
8682%{texmfdist}/tex/latex/showdim
8683%{texmfdist}/tex/latex/showlabels
df343eba
ZU
8684%{texmfdist}/tex/latex/sidecap
8685%{texmfdist}/tex/latex/slashbox
8686%{texmfdist}/tex/latex/soul
8687%{texmfdist}/tex/latex/stdclsdv
8688%{texmfdist}/tex/latex/stmaryrd
8689%{texmfdist}/tex/latex/subfig
8690%{texmfdist}/tex/latex/subfigure
8691%{texmfdist}/tex/latex/supertabular
8692%{texmfdist}/tex/latex/t2
cf8dbd64
MB
8693%{texmfdist}/tex/latex/t-angles
8694%{texmfdist}/tex/latex/tableaux
8695%{texmfdist}/tex/latex/tablists
8696%{texmfdist}/tex/latex/tablor
8697%{texmfdist}/tex/latex/tabto-ltx
8698%{texmfdist}/tex/latex/tabulary
8699%{texmfdist}/tex/latex/tabvar
8700%{texmfdist}/tex/latex/talk
8701%{texmfdist}/tex/latex/taupin
8702%{texmfdist}/tex/latex/tcldoc
8703%{texmfdist}/tex/latex/tdsfrmath
8704%{texmfdist}/tex/latex/technics
8705%{texmfdist}/tex/latex/ted
8706%{texmfdist}/tex/latex/tengwarscript
8707%{texmfdist}/tex/latex/tensor
8708%{texmfdist}/tex/latex/teubner
8709%{texmfdist}/tex/latex/tex-gyre
8710%{texmfdist}/tex/latex/texilikecover
8711%{texmfdist}/tex/latex/texlogos
8712%{texmfdist}/tex/latex/texmate
8713%{texmfdist}/tex/latex/texpower
8714%{texmfdist}/tex/latex/texshade
8715%{texmfdist}/tex/latex/textcase
df343eba 8716%{texmfdist}/tex/latex/textfit
cf8dbd64
MB
8717%{texmfdist}/tex/latex/textopo
8718%{texmfdist}/tex/latex/textpath
df343eba 8719%{texmfdist}/tex/latex/textpos
cf8dbd64
MB
8720%{texmfdist}/tex/latex/theoremref
8721%{texmfdist}/tex/latex/thesis-titlepage-fhac
8722%{texmfdist}/tex/latex/thinsp
8723%{texmfdist}/tex/latex/thmtools
8724%{texmfdist}/tex/latex/thumb
8725%{texmfdist}/tex/latex/thuthesis
8726%{texmfdist}/tex/latex/ticket
8727%{texmfdist}/tex/latex/tikz-inet
8728%{texmfdist}/tex/latex/times
8729%{texmfdist}/tex/latex/timesht
8730%{texmfdist}/tex/latex/tipa
8731%{texmfdist}/tex/latex/titlefoot
df343eba 8732%{texmfdist}/tex/latex/titlesec
cf8dbd64 8733%{texmfdist}/tex/latex/titling
df343eba
ZU
8734%{texmfdist}/tex/latex/tocbibind
8735%{texmfdist}/tex/latex/tocloft
8736%{texmfdist}/tex/latex/tools
8737%{texmfdist}/tex/latex/totpages
df343eba 8738%{texmfdist}/tex/latex/type1cm
cf8dbd64 8739%{texmfdist}/tex/latex/undertilde
df343eba 8740%{texmfdist}/tex/latex/units
cf8dbd64
MB
8741%{texmfdist}/tex/latex/unitsdef
8742%{texmfdist}/tex/latex/universa
8743%{texmfdist}/tex/latex/unroman
8744%{texmfdist}/tex/latex/upmethodology
df343eba 8745%{texmfdist}/tex/latex/upquote
cf8dbd64
MB
8746%{texmfdist}/tex/latex/varindex
8747%{texmfdist}/tex/latex/varsfromjobname
8748%{texmfdist}/tex/latex/vector
8749%{texmfdist}/tex/latex/velthuis
8750%{texmfdist}/tex/latex/verse
8751%{texmfdist}/tex/latex/versions
8752%{texmfdist}/tex/latex/vhistory
8753%{texmfdist}/tex/latex/vita
df343eba 8754%{texmfdist}/tex/latex/vmargin
cf8dbd64
MB
8755%{texmfdist}/tex/latex/volumes
8756%{texmfdist}/tex/latex/vpe
8757%{texmfdist}/tex/latex/vrsion
8758%{texmfdist}/tex/latex/vwcol
8759%{texmfdist}/tex/latex/vxu
8760%{texmfdist}/tex/latex/wallpaper
8761%{texmfdist}/tex/latex/warning
8762%{texmfdist}/tex/latex/warpcol
df343eba 8763%{texmfdist}/tex/latex/was
cf8dbd64
MB
8764%{texmfdist}/tex/latex/williams
8765%{texmfdist}/tex/latex/wnri
8766%{texmfdist}/tex/latex/wordlike
df343eba 8767%{texmfdist}/tex/latex/wrapfig
cf8dbd64
MB
8768%{texmfdist}/tex/latex/wsuipa
8769%{texmfdist}/tex/latex/xargs
8770%{texmfdist}/tex/latex/xcolor
8771%{texmfdist}/tex/latex/xdoc
8772%{texmfdist}/tex/latex/xfor
8773%{texmfdist}/tex/latex/xifthen
df343eba 8774%{texmfdist}/tex/latex/xkeyval
cf8dbd64
MB
8775%{texmfdist}/tex/latex/xmpincl
8776%{texmfdist}/tex/latex/xnewcommand
8777%{texmfdist}/tex/latex/xoptarg
8778%{texmfdist}/tex/latex/xpackages
8779%{texmfdist}/tex/latex/xq
8780%{texmfdist}/tex/latex/xskak
8781%{texmfdist}/tex/latex/xstring
df343eba 8782%{texmfdist}/tex/latex/xtab
cf8dbd64
MB
8783%{texmfdist}/tex/latex/xtcapts
8784%{texmfdist}/tex/latex/xyling
8785%{texmfdist}/tex/latex/xytree
8786%{texmfdist}/tex/latex/yafoot
df343eba 8787%{texmfdist}/tex/latex/yfonts
cf8dbd64
MB
8788%{texmfdist}/tex/latex/yhmath
8789%{texmfdist}/tex/latex/yi4latex
8790%{texmfdist}/tex/latex/york-thesis
8791%{texmfdist}/tex/latex/youngtab
8792%{texmfdist}/tex/latex/yplan
8793%{texmfdist}/tex/latex/zapfchan
8794%{texmfdist}/tex/latex/zapfding
8795%{texmfdist}/tex/latex/zed-csp
8796%{texmfdist}/tex/latex/zefonts
8797%{texmfdist}/tex/latex/ziffer
8798%{texmfdist}/tex/latex/zwgetfdate
3127b522
ZU
8799%{texmfdist}/tex/plain/etex
8800%{texmf}/tex/latex/config
8801%{texmf}/tex/latex/dvipdfm
d08789e0 8802
6c82f497
ZU
8803%files latex-12many
8804%defattr(644,root,root,755)
8805%doc %{texmfdist}/doc/latex/12many
8806%{texmfdist}/source/latex/12many
8807
a8b381b0
ZU
8808%files latex-abstract
8809%defattr(644,root,root,755)
8810%doc %{texmfdist}/doc/latex/abstract
8811%{texmfdist}/tex/latex/abstract
8812
f1f5d194
ZU
8813%files latex-accfonts
8814%defattr(644,root,root,755)
606c6ab6 8815%doc %{texmfdist}/doc/fonts/accfonts
f1f5d194
ZU
8816%{texmfdist}/tex/latex/accfonts
8817
e88b5dcf
ZU
8818%files latex-adrconv
8819%defattr(644,root,root,755)
8820%{texmfdist}/tex/latex/adrconv
8821%{texmfdist}/doc/latex/adrconv
8822
d08789e0
ZU
8823%files latex-algorithms
8824%defattr(644,root,root,755)
68640cd8
ZU
8825%doc %{texmfdist}/doc/latex/algorithms
8826%{texmfdist}/tex/latex/algorithms
d08789e0
ZU
8827
8828%files latex-ae
8829%defattr(644,root,root,755)
2677a8b0 8830%{texmfdist}/tex/latex/ae
d08789e0
ZU
8831
8832%files latex-ams
8833%defattr(644,root,root,755)
68640cd8
ZU
8834%doc %{texmfdist}/doc/latex/amscls
8835%doc %{texmfdist}/doc/latex/amsmath
68640cd8 8836%doc %{texmfdist}/doc/latex/onlyamsmath
80fa261c 8837%{texmfdist}/doc/fonts/amsfonts
68640cd8
ZU
8838%{texmfdist}/tex/latex/amscls
8839%{texmfdist}/tex/latex/amsmath
8840%{texmfdist}/tex/latex/amsfonts
8841%{texmfdist}/tex/latex/onlyamsmath
8842%{texmfdist}/source/latex/onlyamsmath
d08789e0
ZU
8843
8844%files latex-antp
8845%defattr(644,root,root,755)
7179ac92 8846%{texmfdist}/tex/latex/antp
d08789e0
ZU
8847
8848%files latex-antt
8849%defattr(644,root,root,755)
2677a8b0 8850%{texmfdist}/tex/latex/antt
d08789e0 8851
e88b5dcf
ZU
8852%files latex-appendix
8853%defattr(644,root,root,755)
8854%doc %{texmfdist}/doc/latex/appendix
8855%{texmfdist}/tex/latex/appendix
8856
b4d68b39
ZU
8857%files latex-backgammon
8858%defattr(644,root,root,755)
8859%doc %{texmfdist}/doc/latex/backgammon
8860%{texmfdist}/tex/latex/backgammon
8861
6c82f497
ZU
8862%files latex-bardiag
8863%defattr(644,root,root,755)
8864%doc %{texmfdist}/doc/latex/bardiag
8865%{texmfdist}/tex/latex/bardiag
8866
d08789e0
ZU
8867%files latex-bbm
8868%defattr(644,root,root,755)
68640cd8
ZU
8869%doc %{texmfdist}/doc/fonts/bbm
8870%{texmfdist}/tex/latex/bbm
d08789e0
ZU
8871
8872%files latex-bbold
8873%defattr(644,root,root,755)
ffd94364
ZU
8874%doc %{texmfdist}/doc/latex/bbold
8875%{texmfdist}/tex/latex/bbold
8876%{texmfdist}/source/latex/bbold
d08789e0 8877
b4d68b39
ZU
8878%files latex-beamer
8879%defattr(644,root,root,755)
8880%doc %{texmfdist}/doc/latex/beamer
8881%{texmfdist}/tex/latex/beamer-contrib
8882%{texmfdist}/tex/latex/beamer
8883
2fede27b
ZU
8884%files latex-bezos
8885%defattr(644,root,root,755)
8886%doc %{texmfdist}/doc/latex/bezos
8887%{texmfdist}/tex/latex/bezos
8888
d08789e0
ZU
8889%files latex-bibtex
8890%defattr(644,root,root,755)
68640cd8 8891%doc %{texmfdist}/doc/bibtex/base
68640cd8
ZU
8892%doc %{texmfdist}/doc/latex/adrconv
8893%doc %{texmfdist}/doc/latex/bibtopic
8894%doc %{texmfdist}/doc/latex/bibunits
8895%doc %{texmfdist}/doc/latex/natbib
8896%doc %{texmfdist}/doc/latex/footbib
8897%dir %{texmfdist}/doc/bibtex
8898%dir %{texmfdist}/bibtex
8899%dir %{texmfdist}/bibtex/bib
8900%dir %{texmfdist}/bibtex/bst
b9a3d45e 8901%dir %{texmfdist}/bibtex/csf
d08789e0
ZU
8902
8903%attr(755,root,root) %{_bindir}/bibtex
8904%attr(755,root,root) %{_bindir}/rubibtex
8905
68640cd8
ZU
8906%{texmfdist}/bibtex/bst/base
8907%{texmfdist}/bibtex/csf/base
8908%{texmfdist}/bibtex/bib/base
8909%{texmfdist}/bibtex/bst/adrconv
8910%{texmfdist}/bibtex/bib/adrconv
8911%{texmfdist}/source/latex/adrconv
8912%{texmfdist}/tex/latex/adrconv
8913# %{texmf}/bibtex/bst/misc
8914%{texmfdist}/bibtex/bst/natbib
8915%{texmfdist}/tex/latex/natbib
8916%{texmfdist}/tex/latex/bibtopic
8917%{texmfdist}/source/latex/bibunits
8918%{texmfdist}/tex/latex/bibunits
8919%{texmfdist}/source/latex/footbib
8920%{texmfdist}/tex/latex/footbib
d08789e0
ZU
8921
8922%{_mandir}/man1/bibtex.1*
8923%{_mandir}/man1/rubibtex.1*
8924
8925%files latex-bibtex-ams
8926%defattr(644,root,root,755)
68640cd8
ZU
8927%{texmfdist}/bibtex/bst/ams
8928%{texmfdist}/bibtex/bib/ams
d08789e0
ZU
8929
8930%files latex-bibtex-pl
8931%defattr(644,root,root,755)
04123363 8932%dir %{texmfdist}/bibtex/bib/gustlib
68640cd8 8933%{texmfdist}/bibtex/bib/gustlib/plbib.bib
d08789e0
ZU
8934
8935%files latex-bibtex-german
8936%defattr(644,root,root,755)
68640cd8
ZU
8937%doc %{texmfdist}/doc/bibtex/germbib
8938%{texmfdist}/bibtex/bst/germbib
8939%{texmfdist}/tex/latex/germbib
d08789e0
ZU
8940
8941%files latex-bibtex-revtex4
8942%defattr(644,root,root,755)
04123363 8943%dir %{texmfdist}/source/latex/revtex
68640cd8
ZU
8944%doc %{texmfdist}/doc/latex/revtex/revtex4.pdf
8945%{texmfdist}/source/latex/revtex/revtex4.dtx
8946%{texmfdist}/source/latex/revtex/revtex4.ins
8947%{texmfdist}/tex/latex/revtex/revtex4.cls
d08789e0
ZU
8948
8949%files latex-bibtex-jurabib
8950%defattr(644,root,root,755)
68640cd8
ZU
8951%doc %{texmfdist}/doc/latex/jurabib
8952%{texmfdist}/bibtex/bst/jurabib
8953%{texmfdist}/bibtex/bib/jurabib
8954%{texmfdist}/source/latex/jurabib
8955%{texmfdist}/tex/latex/jurabib
d08789e0
ZU
8956
8957%files latex-bibtex-dk
8958%defattr(644,root,root,755)
68640cd8
ZU
8959%doc %{texmfdist}/doc/latex/dk-bib
8960%{texmfdist}/bibtex/bst/dk-bib
8961%{texmfdist}/bibtex/csf/dk-bib
8962%{texmfdist}/bibtex/bib/dk-bib
8963%{texmfdist}/source/latex/dk-bib
8964%{texmfdist}/tex/latex/dk-bib
8965
8966# %files latex-bibtex-nor
8967# %defattr(644,root,root,755)
8968# %{texmf}/bibtex/bst/norbib
d08789e0 8969
33b3b483
ZU
8970%files latex-bibtex-styles
8971%defattr(644,root,root,755)
04123363 8972%dir %{texmfdist}/doc/generic/t2
80fa261c 8973%dir %{texmfdist}/doc/generic/t2%{_sysconfdir}
04123363 8974%dir %{texmfdist}/source/bibtex
33b3b483
ZU
8975%{texmfdist}/bibtex/bib/IEEEtran
8976%{texmfdist}/bibtex/bib/abstyles
8977%{texmfdist}/bibtex/bib/achemso
8978%{texmfdist}/bibtex/bib/acmtrans
8979%{texmfdist}/bibtex/bib/aiaa
8980%{texmfdist}/bibtex/bib/apacite
8981%{texmfdist}/bibtex/bib/asaetr
8982%{texmfdist}/bibtex/bib/ascelike
8983%{texmfdist}/bibtex/bib/beebe
8984%{texmfdist}/bibtex/bib/bibhtml
8985%{texmfdist}/bibtex/bib/bibtopic
8986%{texmfdist}/bibtex/bib/biocon
8987%{texmfdist}/bibtex/bib/computational-complexity
8988%{texmfdist}/bibtex/bib/din1505
8989%{texmfdist}/bibtex/bib/directory
8990%{texmfdist}/bibtex/bib/dtk
8991%{texmfdist}/bibtex/bib/figbib
8992%{texmfdist}/bibtex/bib/frankenstein
8993%{texmfdist}/bibtex/bib/gatech-thesis
8994%{texmfdist}/bibtex/bib/geomsty
8995%{texmfdist}/bibtex/bib/gloss
8996%{texmfdist}/bibtex/bib/harvard
8997%{texmfdist}/bibtex/bib/ieeepes
8998%{texmfdist}/bibtex/bib/ijmart
8999%{texmfdist}/bibtex/bib/imac
9000%{texmfdist}/bibtex/bib/index
9001%{texmfdist}/bibtex/bib/lsc
9002%{texmfdist}/bibtex/bib/msc
9003%{texmfdist}/bibtex/bib/nostarch
9004%{texmfdist}/bibtex/bib/philosophersimprint
9005%{texmfdist}/bibtex/bib/revtex
9006%{texmfdist}/bibtex/bib/spie
9007%{texmfdist}/bibtex/bib/urlbst
9008%{texmfdist}/bibtex/bst/IEEEtran
9009%{texmfdist}/bibtex/bst/abstyles
9010%{texmfdist}/bibtex/bst/achemso
9011%{texmfdist}/bibtex/bst/acmtrans
9012%{texmfdist}/bibtex/bst/afthesis
9013%{texmfdist}/bibtex/bst/aguplus
9014%{texmfdist}/bibtex/bst/aiaa
9015%{texmfdist}/bibtex/bst/aichej
9016%{texmfdist}/bibtex/bst/ametsoc
9017%{texmfdist}/bibtex/bst/apacite
9018%{texmfdist}/bibtex/bst/asaetr
9019%{texmfdist}/bibtex/bst/ascelike
9020%{texmfdist}/bibtex/bst/babelbib
9021%{texmfdist}/bibtex/bst/beebe
9022%{texmfdist}/bibtex/bst/bibhtml
9023%{texmfdist}/bibtex/bst/chem-journal
9024%{texmfdist}/bibtex/bst/chicago
9025%{texmfdist}/bibtex/bst/computational-complexity
9026%{texmfdist}/bibtex/bst/confproc
9027%{texmfdist}/bibtex/bst/datatool
9028%{texmfdist}/bibtex/bst/din1505
9029%{texmfdist}/bibtex/bst/dinat
9030%{texmfdist}/bibtex/bst/directory
9031%{texmfdist}/bibtex/bst/dtk
9032%{texmfdist}/bibtex/bst/dvdcoll
9033%{texmfdist}/bibtex/bst/economic
9034%{texmfdist}/bibtex/bst/elsevier-bib
9035%{texmfdist}/bibtex/bst/fbs
9036%{texmfdist}/bibtex/bst/figbib
9037%{texmfdist}/bibtex/bst/finbib
9038%{texmfdist}/bibtex/bst/frankenstein
9039%{texmfdist}/bibtex/bst/gatech-thesis
9040%{texmfdist}/bibtex/bst/gloss
9041%{texmfdist}/bibtex/bst/gost
9042%{texmfdist}/bibtex/bst/gustlib
9043%{texmfdist}/bibtex/bst/harvard
9044%{texmfdist}/bibtex/bst/hc
9045%{texmfdist}/bibtex/bst/ieeepes
9046%{texmfdist}/bibtex/bst/ijmart
9047%{texmfdist}/bibtex/bst/ijqc
9048%{texmfdist}/bibtex/bst/imac
9049%{texmfdist}/bibtex/bst/index
9050%{texmfdist}/bibtex/bst/inlinebib
9051%{texmfdist}/bibtex/bst/iopart-num
9052%{texmfdist}/bibtex/bst/jneurosci
9053%{texmfdist}/bibtex/bst/jurarsp
9054%{texmfdist}/bibtex/bst/kluwer
9055%{texmfdist}/bibtex/bst/mciteplus
9056%{texmfdist}/bibtex/bst/mslapa
9057%{texmfdist}/bibtex/bst/multibib
9058%{texmfdist}/bibtex/bst/munich
9059%{texmfdist}/bibtex/bst/nature
9060%{texmfdist}/bibtex/bst/nddiss
9061%{texmfdist}/bibtex/bst/opcit
9062%{texmfdist}/bibtex/bst/perception
9063%{texmfdist}/bibtex/bst/revtex
9064%{texmfdist}/bibtex/bst/rsc
9065%{texmfdist}/bibtex/bst/savetrees
9066%{texmfdist}/bibtex/bst/shipunov
9067%{texmfdist}/bibtex/bst/smflatex
9068%{texmfdist}/bibtex/bst/sort-by-letters
9069%{texmfdist}/bibtex/bst/spie
9070%{texmfdist}/bibtex/bst/stellenbosch
9071%{texmfdist}/bibtex/bst/swebib
9072%{texmfdist}/bibtex/bst/texsis
9073%{texmfdist}/bibtex/bst/thuthesis
9074%{texmfdist}/bibtex/bst/tugboat
9075%{texmfdist}/bibtex/bst/urlbst
9076%{texmfdist}/bibtex/csf/gost
9077%doc %{texmfdist}/doc/bibtex/abstyles
9078%doc %{texmfdist}/doc/bibtex/bibhtml
9079%doc %{texmfdist}/doc/bibtex/dinat
9080%doc %{texmfdist}/doc/bibtex/economic
9081%doc %{texmfdist}/doc/bibtex/elsevier-bib
9082%doc %{texmfdist}/doc/bibtex/gost
9083%doc %{texmfdist}/doc/bibtex/ijqc
9084%doc %{texmfdist}/doc/bibtex/iopart-num
80fa261c 9085%doc %{texmfdist}/doc/generic/t2%{_sysconfdir}/rubibtex
33b3b483
ZU
9086%doc %{texmfdist}/doc/latex/IEEEtran
9087%{texmfdist}/source/bibtex/gost
9088
435dbdfa
ZU
9089%files latex-bibtex-vancouver
9090%defattr(644,root,root,755)
9091%dir %{texmfdist}/bibtex/bib/vancouver
04123363
ZU
9092%dir %{texmfdist}/bibtex/bst/vancouver
9093%dir %{texmfdist}/doc/bibtex/vancouver
435dbdfa
ZU
9094%{texmfdist}/bibtex/bib/vancouver/vancouver.bib
9095%{texmfdist}/bibtex/bst/vancouver/vancouver.bst
9096%doc %{texmfdist}/doc/bibtex/vancouver/README
9097%doc %{texmfdist}/doc/bibtex/vancouver/vancouver.pdf
9098%doc %{texmfdist}/doc/bibtex/vancouver/vancouver.tex
9099
2fede27b
ZU
9100%files latex-booktabs
9101%defattr(644,root,root,755)
9102%doc %{texmfdist}/doc/latex/booktabs
9103%{texmfdist}/tex/latex/booktabs
9104
9105%files latex-caption
9106%defattr(644,root,root,755)
9107%doc %{texmfdist}/doc/latex/caption
9108%{texmfdist}/tex/latex/caption
9109
d08789e0
ZU
9110%files latex-carlisle
9111%defattr(644,root,root,755)
68640cd8
ZU
9112%doc %{texmfdist}/doc/latex/carlisle
9113%{texmfdist}/tex/latex/carlisle
d08789e0
ZU
9114
9115%files latex-ccfonts
9116%defattr(644,root,root,755)
68640cd8
ZU
9117%doc %{texmfdist}/doc/latex/ccfonts
9118%{texmfdist}/tex/latex/ccfonts
d08789e0
ZU
9119
9120%files latex-cite
9121%defattr(644,root,root,755)
2677a8b0 9122%{texmfdist}/tex/latex/cite
d08789e0
ZU
9123
9124%files latex-cmbright
9125%defattr(644,root,root,755)
68640cd8
ZU
9126%doc %{texmfdist}/doc/latex/cmbright
9127%{texmfdist}/tex/latex/cmbright
9128
2fede27b
ZU
9129%files latex-comment
9130%defattr(644,root,root,755)
9131%doc %{texmfdist}/doc/latex/comment
9132%{texmfdist}/tex/latex/comment
d08789e0
ZU
9133
9134%files latex-concmath
9135%defattr(644,root,root,755)
2677a8b0 9136%{texmfdist}/tex/latex/concmath
d08789e0 9137
2fede27b
ZU
9138%files latex-currvita
9139%defattr(644,root,root,755)
9140%doc %{texmfdist}/doc/latex/currvita
9141%{texmfdist}/tex/latex/currvita
9142
9143%files latex-curves
9144%defattr(644,root,root,755)
9145%doc %{texmfdist}/doc/latex/curves
9146%{texmfdist}/tex/latex/curves
9147
d08789e0
ZU
9148%files latex-custom-bib
9149%defattr(644,root,root,755)
9501d92c
ZU
9150%doc %{texmfdist}/doc/latex/custom-bib
9151%{texmfdist}/source/latex/custom-bib
9152%{texmfdist}/tex/latex/custom-bib
d08789e0
ZU
9153
9154%files latex-cyrillic
9155%defattr(644,root,root,755)
9501d92c
ZU
9156%doc %{texmfdist}/doc/latex/cyrillic
9157%{texmfdist}/source/latex/cyrillic
9158%{texmfdist}/tex/latex/cyrillic
d08789e0 9159
04eb4e68
ZU
9160# %files latex-dstroke
9161# %defattr(644,root,root,755)
9162# %{texmf}/tex/latex/dstroke
d08789e0 9163
60597425
ZU
9164%files latex-enumitem
9165%defattr(644,root,root,755)
9166%doc %{texmfdist}/doc/latex/enumitem
9167%{texmfdist}/tex/latex/enumitem
9168
2b453bda
ZU
9169%files latex-exam
9170%defattr(644,root,root,755)
f1f5d194 9171%doc %{texmfdist}/doc/latex/exam
2b453bda
ZU
9172%{texmfdist}/tex/latex/exam
9173
f1f5d194
ZU
9174%files latex-gbrief
9175%defattr(644,root,root,755)
9176%doc %{texmfdist}/doc/latex/g-brief
9177%{texmfdist}/tex/latex/g-brief
9178
d08789e0
ZU
9179%files latex-jknappen
9180%defattr(644,root,root,755)
9501d92c
ZU
9181%doc %{texmfdist}/fonts/source/jknappen
9182%{texmfdist}/fonts/tfm/jknappen
d08789e0 9183
d19eaaab
ZU
9184%files latex-keystroke
9185%defattr(644,root,root,755)
9186%{texmfdist}/tex/latex/keystroke
9187%doc %{texmfdist}/doc/latex/keystroke
9188
9189%files latex-labbook
9190%defattr(644,root,root,755)
9191%doc %{texmfdist}/doc/latex/labbook
9192%{texmfdist}/source/latex/labbook
9193%{texmfdist}/tex/latex/labbook
9194
a8b381b0
ZU
9195%files latex-lastpage
9196%defattr(644,root,root,755)
a8b381b0 9197%doc %{texmfdist}/doc/latex/lastpage
f1f5d194
ZU
9198%{texmfdist}/tex/latex/lastpage
9199
d19eaaab
ZU
9200%files latex-lcd
9201%defattr(644,root,root,755)
9202%doc %{texmfdist}/doc/latex/lcd
9203%{texmfdist}/source/latex/lcd
9204%{texmfdist}/tex/latex/lcd
9205
9206%files latex-leaflet
9207%defattr(644,root,root,755)
9208%doc %{texmfdist}/doc/latex/leaflet
9209%{texmfdist}/source/latex/leaflet
9210%{texmfdist}/tex/latex/leaflet
9211
f1f5d194
ZU
9212%files latex-leftidx
9213%defattr(644,root,root,755)
9214%doc %{texmfdist}/doc/latex/leftidx
9215%{texmfdist}/tex/latex/leftidx
a8b381b0 9216
d19eaaab
ZU
9217%files latex-lewis
9218%defattr(644,root,root,755)
9219%doc %{texmfdist}/doc/latex/lewis
9220%{texmfdist}/tex/latex/lewis
9221
d08789e0
ZU
9222%files latex-lm
9223%defattr(644,root,root,755)
9501d92c
ZU
9224%doc %{texmfdist}/doc/fonts/lm
9225%{texmfdist}/tex/latex/lm
9226%{texmfdist}/fonts/afm/public/lm
9227%{texmfdist}/fonts/enc/dvips/lm
9228%{texmfdist}/fonts/map/dvips/lm
9229%{texmfdist}/fonts/map/dvipdfm/lm
9230%{texmfdist}/fonts/opentype/public/lm
9231%{texmfdist}/fonts/tfm/public/lm
9232%{texmfdist}/source/fonts/lm
d08789e0
ZU
9233
9234%files latex-lucidabr
9235%defattr(644,root,root,755)
8affbd2c 9236%dir %{texmfdist}/vtex
04123363 9237%dir %{texmfdist}/vtex/config
26d8eaaa
ZU
9238%{texmfdist}/vtex/config/lucidabr-k.ali
9239%{texmfdist}/vtex/config/lucidabr.ali
d08789e0
ZU
9240
9241%files latex-lineno
9242%defattr(644,root,root,755)
9501d92c
ZU
9243%doc %{texmfdist}/doc/latex/lineno
9244%{texmfdist}/tex/latex/lineno
9245
d08789e0
ZU
9246
9247%files latex-marvosym
9248%defattr(644,root,root,755)
2677a8b0 9249%{texmfdist}/tex/latex/marvosym
d08789e0 9250
d19eaaab
ZU
9251%files latex-mathexam
9252%defattr(644,root,root,755)
9253%doc %{texmfdist}/doc/latex/mathexam
9254%{texmfdist}/source/latex/mathexam
9255%{texmfdist}/tex/latex/mathexam
9256
5b7eba8e
MB
9257#%files latex-mathpple
9258#%defattr(644,root,root,755)
d08789e0 9259
5b7eba8e
MB
9260#%files latex-mathtime
9261#%defattr(644,root,root,755)
d08789e0
ZU
9262
9263%files latex-microtype
9264%defattr(644,root,root,755)
26d8eaaa
ZU
9265%doc %{texmfdist}/doc/latex/microtype
9266%{texmfdist}/source/latex/microtype
9267%{texmfdist}/tex/latex/microtype
d08789e0
ZU
9268
9269%files latex-mflogo
9270%defattr(644,root,root,755)
26d8eaaa
ZU
9271%doc %{texmfdist}/doc/latex/mflogo
9272%{texmfdist}/tex/latex/mflogo
d08789e0
ZU
9273
9274%files latex-mfnfss
9275%defattr(644,root,root,755)
26d8eaaa
ZU
9276%{texmfdist}/source/latex/mfnfss
9277%{texmfdist}/tex/latex/mfnfss
9278
d08789e0
ZU
9279%files latex-minitoc
9280%defattr(644,root,root,755)
26d8eaaa
ZU
9281%doc %{texmfdist}/doc/latex/minitoc
9282%{texmfdist}/bibtex/bst/minitoc
9283%{texmfdist}/makeindex/minitoc
9284%{texmfdist}/scripts/minitoc
9285%{texmfdist}/source/latex/minitoc
9286%{texmfdist}/tex/latex/minitoc
9287
d08789e0
ZU
9288
9289%files latex-mltex
9290%defattr(644,root,root,755)
26d8eaaa
ZU
9291%doc %{texmfdist}/doc/latex/mltex
9292%{texmfdist}/tex/latex/mltex
d08789e0 9293
f1f5d194
ZU
9294%files latex-moreverb
9295%defattr(644,root,root,755)
9296%doc %{texmfdist}/doc/latex/moreverb
9297%{texmfdist}/tex/latex/moreverb
9298
d34bfb7f
ZU
9299%files latex-multienum
9300%defattr(644,root,root,755)
f2555868 9301%doc %{texmfdist}/doc/latex/multenum
d34bfb7f 9302%dir %{texmfdist}/tex/latex/multenum
f2555868 9303%{texmfdist}/tex/latex/multenum/*
d34bfb7f 9304
8ed039e0
ZU
9305%files latex-musictex
9306%defattr(644,root,root,755)
9307%doc %{texmfdist}/doc/generic/musictex
9308%{texmfdist}/fonts/source/public/musictex
9309%{texmfdist}/fonts/tfm/public/musictex
9310%{texmfdist}/tex/generic/musictex
9311%{texmfdist}/tex/latex/musictex
9312
a8b381b0
ZU
9313%files latex-ntheorem
9314%defattr(644,root,root,755)
9315%{texmfdist}/tex/latex/ntheorem
9316%doc %{texmfdist}/doc/latex/ntheorem
26d8eaaa 9317
f65b3398
ZU
9318%files latex-other-doc
9319%defattr(644,root,root,755)
8affbd2c 9320%doc %{texmfdist}/doc/alatex
f65b3398 9321%doc %{texmfdist}/doc/cslatex/base
e67df411 9322%doc %{texmfdist}/doc/generic/enctex
8affbd2c 9323%doc %{texmfdist}/doc/generic/wsuipa
f65b3398
ZU
9324%doc %{texmfdist}/doc/latex/ANUfinalexam
9325%doc %{texmfdist}/doc/latex/AkkTeX
9326%doc %{texmfdist}/doc/latex/ESIEEcv
9327%doc %{texmfdist}/doc/latex/GuIT
9328%doc %{texmfdist}/doc/latex/HA-prosper
9329%doc %{texmfdist}/doc/latex/IEEEconf
9330%doc %{texmfdist}/doc/latex/a0poster
9331%doc %{texmfdist}/doc/latex/aastex
9332%doc %{texmfdist}/doc/latex/abc
9333%doc %{texmfdist}/doc/latex/achemso
9334%doc %{texmfdist}/doc/latex/acmconf
9335%doc %{texmfdist}/doc/latex/acmtrans
9336%doc %{texmfdist}/doc/latex/active-conf
9337%doc %{texmfdist}/doc/latex/addlines
9338%doc %{texmfdist}/doc/latex/adrlist
9339%doc %{texmfdist}/doc/latex/afthesis
9340%doc %{texmfdist}/doc/latex/aguplus
9341%doc %{texmfdist}/doc/latex/aiaa
9342%doc %{texmfdist}/doc/latex/akletter
9343%doc %{texmfdist}/doc/latex/alg
9344%doc %{texmfdist}/doc/latex/algorithm2e
9345%doc %{texmfdist}/doc/latex/algorithmicx
9346%doc %{texmfdist}/doc/latex/alnumsec
9347%doc %{texmfdist}/doc/latex/altfont
9348%doc %{texmfdist}/doc/latex/ametsoc
9349%doc %{texmfdist}/doc/latex/amsaddr
9350%doc %{texmfdist}/doc/latex/amsrefs
9351%doc %{texmfdist}/doc/latex/animate
9352%doc %{texmfdist}/doc/latex/answers
9353%doc %{texmfdist}/doc/latex/anyfontsize
9354%doc %{texmfdist}/doc/latex/apa
9355%doc %{texmfdist}/doc/latex/apacite
9356%doc %{texmfdist}/doc/latex/ar
9357%doc %{texmfdist}/doc/latex/arabi
9358%doc %{texmfdist}/doc/latex/arabtex
9359%doc %{texmfdist}/doc/latex/arcs
9360%doc %{texmfdist}/doc/latex/arydshln
9361%doc %{texmfdist}/doc/latex/asaetr
9362%doc %{texmfdist}/doc/latex/ascelike
9363%doc %{texmfdist}/doc/latex/assignment
9364%doc %{texmfdist}/doc/latex/attachfile
9365%doc %{texmfdist}/doc/latex/augie
9366%doc %{texmfdist}/doc/latex/aurical
9367%doc %{texmfdist}/doc/latex/authorindex
9368%doc %{texmfdist}/doc/latex/autoarea
9369%doc %{texmfdist}/doc/latex/autotab
9370%doc %{texmfdist}/doc/latex/babelbib
9371%doc %{texmfdist}/doc/latex/bangtex
9372%doc %{texmfdist}/doc/latex/barcodes
9373%doc %{texmfdist}/doc/latex/bayer
9374%doc %{texmfdist}/doc/latex/bbm-macros
9375%doc %{texmfdist}/doc/latex/beamer-contrib
9376%doc %{texmfdist}/doc/latex/begriff
9377%doc %{texmfdist}/doc/latex/betababel
9378%doc %{texmfdist}/doc/latex/bez123
9379%doc %{texmfdist}/doc/latex/bibarts
9380%doc %{texmfdist}/doc/latex/bibleref
9381%doc %{texmfdist}/doc/latex/biblist
9382%doc %{texmfdist}/doc/latex/bibtopicprefix
9383%doc %{texmfdist}/doc/latex/bigfoot
9384%doc %{texmfdist}/doc/latex/binomexp
9385%doc %{texmfdist}/doc/latex/biocon
9386%doc %{texmfdist}/doc/latex/bizcard
9387%doc %{texmfdist}/doc/latex/blindtext
9388%doc %{texmfdist}/doc/latex/blowup
9389%doc %{texmfdist}/doc/latex/boites
9390%doc %{texmfdist}/doc/latex/boldtensors
9391%doc %{texmfdist}/doc/latex/bookest
9392%doc %{texmfdist}/doc/latex/booklet
9393%doc %{texmfdist}/doc/latex/boxhandler
9394%doc %{texmfdist}/doc/latex/bpchem
9395%doc %{texmfdist}/doc/latex/braille
9396%doc %{texmfdist}/doc/latex/breakurl
9397%doc %{texmfdist}/doc/latex/brushscr
9398%doc %{texmfdist}/doc/latex/bullcntr
9399%doc %{texmfdist}/doc/latex/bussproofs
9400%doc %{texmfdist}/doc/latex/bytefield
9401%doc %{texmfdist}/doc/latex/calxxxx
9402%doc %{texmfdist}/doc/latex/captcont
9403%doc %{texmfdist}/doc/latex/casyl
9404%doc %{texmfdist}/doc/latex/catechis
9405%doc %{texmfdist}/doc/latex/cbcoptic
9406%doc %{texmfdist}/doc/latex/cclicenses
9407%doc %{texmfdist}/doc/latex/cd-cover
9408%doc %{texmfdist}/doc/latex/cd
9409%doc %{texmfdist}/doc/latex/cdpbundl
9410%doc %{texmfdist}/doc/latex/cellspace
9411%doc %{texmfdist}/doc/latex/changes
9412%doc %{texmfdist}/doc/latex/chapterfolder
9413%doc %{texmfdist}/doc/latex/chemcompounds
9414%doc %{texmfdist}/doc/latex/chemcono
9415%doc %{texmfdist}/doc/latex/chemstyle
9416%doc %{texmfdist}/doc/latex/chessboard
9417%doc %{texmfdist}/doc/latex/chessfss
9418%doc %{texmfdist}/doc/latex/china2e
9419%doc %{texmfdist}/doc/latex/chletter
9420%doc %{texmfdist}/doc/latex/circ
9421%doc %{texmfdist}/doc/latex/cite
9422%doc %{texmfdist}/doc/latex/cjk
9423%doc %{texmfdist}/doc/latex/classicthesis
9424%doc %{texmfdist}/doc/latex/clefval
9425%doc %{texmfdist}/doc/latex/cleveref
9426%doc %{texmfdist}/doc/latex/clock
9427%doc %{texmfdist}/doc/latex/clrscode
9428%doc %{texmfdist}/doc/latex/cm-lgc
9429%doc %{texmfdist}/doc/latex/cmap
9430%doc %{texmfdist}/doc/latex/cmcyralt
9431%doc %{texmfdist}/doc/latex/cmdstring
9432%doc %{texmfdist}/doc/latex/cmll
9433%doc %{texmfdist}/doc/latex/codepage
9434%doc %{texmfdist}/doc/latex/colorinfo
9435%doc %{texmfdist}/doc/latex/colortbl
9436%doc %{texmfdist}/doc/latex/colorwav
9437%doc %{texmfdist}/doc/latex/combine
9438%doc %{texmfdist}/doc/latex/commath
9439%doc %{texmfdist}/doc/latex/complexity
9440%doc %{texmfdist}/doc/latex/computational-complexity
9441%doc %{texmfdist}/doc/latex/concprog
9442%doc %{texmfdist}/doc/latex/confproc
9443%doc %{texmfdist}/doc/latex/constants
9444%doc %{texmfdist}/doc/latex/contour
9445%doc %{texmfdist}/doc/latex/cooking
9446%doc %{texmfdist}/doc/latex/cool
9447%doc %{texmfdist}/doc/latex/coollist
9448%doc %{texmfdist}/doc/latex/coolstr
9449%doc %{texmfdist}/doc/latex/cooltooltips
9450%doc %{texmfdist}/doc/latex/coordsys
9451%doc %{texmfdist}/doc/latex/courier-scaled
9452%doc %{texmfdist}/doc/latex/courseoutline
9453%doc %{texmfdist}/doc/latex/coursepaper
9454%doc %{texmfdist}/doc/latex/coverpage
9455%doc %{texmfdist}/doc/latex/covington
9456%doc %{texmfdist}/doc/latex/crossreference
9457%doc %{texmfdist}/doc/latex/crosswrd
9458%doc %{texmfdist}/doc/latex/cryst
9459%doc %{texmfdist}/doc/latex/csbulletin
9460%doc %{texmfdist}/doc/latex/csquotes
9461%doc %{texmfdist}/doc/latex/csvtools
9462%doc %{texmfdist}/doc/latex/ctable
9463%doc %{texmfdist}/doc/latex/ctib
9464%doc %{texmfdist}/doc/latex/cuisine
9465%doc %{texmfdist}/doc/latex/cursor
9466%doc %{texmfdist}/doc/latex/curve
9467%doc %{texmfdist}/doc/latex/curve2e
9468%doc %{texmfdist}/doc/latex/cv
9469%doc %{texmfdist}/doc/latex/cweb-latex
9470%doc %{texmfdist}/doc/latex/cwpuzzle
9471%doc %{texmfdist}/doc/latex/dashrule
9472%doc %{texmfdist}/doc/latex/datatool
9473%doc %{texmfdist}/doc/latex/dateiliste
9474%doc %{texmfdist}/doc/latex/datenumber
9475%doc %{texmfdist}/doc/latex/datetime
9476%doc %{texmfdist}/doc/latex/dcpic
9477%doc %{texmfdist}/doc/latex/delimtxt
9478%doc %{texmfdist}/doc/latex/diagnose
9479%doc %{texmfdist}/doc/latex/dialogl
9480%doc %{texmfdist}/doc/latex/dichokey
9481%doc %{texmfdist}/doc/latex/digiconfigs
9482%doc %{texmfdist}/doc/latex/din1505
9483%doc %{texmfdist}/doc/latex/directory
9484%doc %{texmfdist}/doc/latex/disser
9485%doc %{texmfdist}/doc/latex/dlfltxb
9486%doc %{texmfdist}/doc/latex/dnaseq
9487%doc %{texmfdist}/doc/latex/docmfp
9488%doc %{texmfdist}/doc/latex/doi
9489%doc %{texmfdist}/doc/latex/doipubmed
9490%doc %{texmfdist}/doc/latex/dotarrow
9491%doc %{texmfdist}/doc/latex/dottex
9492%doc %{texmfdist}/doc/latex/dpfloat
9493%doc %{texmfdist}/doc/latex/dprogress
9494%doc %{texmfdist}/doc/latex/drac
9495%doc %{texmfdist}/doc/latex/draftwatermark
9496%doc %{texmfdist}/doc/latex/dramatist
9497%doc %{texmfdist}/doc/latex/dtk
9498%doc %{texmfdist}/doc/latex/dtxgallery
9499%doc %{texmfdist}/doc/latex/duerer-latex
9500%doc %{texmfdist}/doc/latex/dvdcoll
9501%doc %{texmfdist}/doc/latex/dyntree
9502%doc %{texmfdist}/doc/latex/eCards
9503%doc %{texmfdist}/doc/latex/ean13isbn
9504%doc %{texmfdist}/doc/latex/easy
9505%doc %{texmfdist}/doc/latex/ebezier
9506%doc %{texmfdist}/doc/latex/ebong
9507%doc %{texmfdist}/doc/latex/ebsthesis
9508%doc %{texmfdist}/doc/latex/ecclesiastic
9509%doc %{texmfdist}/doc/latex/ecltree
9510%doc %{texmfdist}/doc/latex/ecv
9511%doc %{texmfdist}/doc/latex/ed
9512%doc %{texmfdist}/doc/latex/edmac
9513%doc %{texmfdist}/doc/latex/edmargin
9514%doc %{texmfdist}/doc/latex/ednotes
9515%doc %{texmfdist}/doc/latex/eemeir
9516%doc %{texmfdist}/doc/latex/egameps
9517%doc %{texmfdist}/doc/latex/egplot
9518%doc %{texmfdist}/doc/latex/ellipsis
9519%doc %{texmfdist}/doc/latex/elmath
9520%doc %{texmfdist}/doc/latex/elpres
9521%doc %{texmfdist}/doc/latex/elsarticle
9522%doc %{texmfdist}/doc/latex/elsevier
9523%doc %{texmfdist}/doc/latex/em
9524%doc %{texmfdist}/doc/latex/emp
9525%doc %{texmfdist}/doc/latex/emulateapj
9526%doc %{texmfdist}/doc/latex/endheads
9527%doc %{texmfdist}/doc/latex/engpron
9528%doc %{texmfdist}/doc/latex/engrec
9529%doc %{texmfdist}/doc/latex/environ
9530%doc %{texmfdist}/doc/latex/envlab
9531%doc %{texmfdist}/doc/latex/epigraph
9532%doc %{texmfdist}/doc/latex/epiolmec
9533%doc %{texmfdist}/doc/latex/epsdice
9534%doc %{texmfdist}/doc/latex/epspdfconversion
9535%doc %{texmfdist}/doc/latex/eqlist
9536%doc %{texmfdist}/doc/latex/eqnarray
9537%doc %{texmfdist}/doc/latex/eqparbox
9538%doc %{texmfdist}/doc/latex/errata
9539%doc %{texmfdist}/doc/latex/esdiff
9540%doc %{texmfdist}/doc/latex/eskd
9541%doc %{texmfdist}/doc/latex/eskdx
9542%doc %{texmfdist}/doc/latex/esvect
9543%doc %{texmfdist}/doc/latex/etaremune
9544%doc %{texmfdist}/doc/latex/etex-pkg
9545%doc %{texmfdist}/doc/latex/ethiop-t1
9546%doc %{texmfdist}/doc/latex/ethiop
9547%doc %{texmfdist}/doc/latex/etoolbox
9548%doc %{texmfdist}/doc/latex/eukdate
9549%doc %{texmfdist}/doc/latex/euproposal
9550%doc %{texmfdist}/doc/latex/euro
9551%doc %{texmfdist}/doc/latex/europecv
9552%doc %{texmfdist}/doc/latex/eurosans
9553%doc %{texmfdist}/doc/latex/everypage
9554%doc %{texmfdist}/doc/latex/examdesign
9555%doc %{texmfdist}/doc/latex/examplep
9556%doc %{texmfdist}/doc/latex/exceltex
9557%doc %{texmfdist}/doc/latex/exercise
9558%doc %{texmfdist}/doc/latex/expdlist
9559%doc %{texmfdist}/doc/latex/expl3
9560%doc %{texmfdist}/doc/latex/export
9561%doc %{texmfdist}/doc/latex/extarrows
9562%doc %{texmfdist}/doc/latex/extpfeil
9563%doc %{texmfdist}/doc/latex/extract
9564%doc %{texmfdist}/doc/latex/facsimile
9565%doc %{texmfdist}/doc/latex/faktor
9566%doc %{texmfdist}/doc/latex/fancynum
9567%doc %{texmfdist}/doc/latex/fancyref
9568%doc %{texmfdist}/doc/latex/fancytooltips
9569%doc %{texmfdist}/doc/latex/fax
9570%doc %{texmfdist}/doc/latex/feynmf
9571%doc %{texmfdist}/doc/latex/figbib
9572%doc %{texmfdist}/doc/latex/figsize
9573%doc %{texmfdist}/doc/latex/fink
9574%doc %{texmfdist}/doc/latex/fixfoot
9575%doc %{texmfdist}/doc/latex/fixme
9576%doc %{texmfdist}/doc/latex/flabels
9577%doc %{texmfdist}/doc/latex/flacards
9578%doc %{texmfdist}/doc/latex/flagderiv
9579%doc %{texmfdist}/doc/latex/flashcards
9580%doc %{texmfdist}/doc/latex/flippdf
9581%doc %{texmfdist}/doc/latex/floatrow
9582%doc %{texmfdist}/doc/latex/flowfram
9583%doc %{texmfdist}/doc/latex/fmp
9584%doc %{texmfdist}/doc/latex/fmtcount
9585%doc %{texmfdist}/doc/latex/fnbreak
9586%doc %{texmfdist}/doc/latex/fncychap
9587%doc %{texmfdist}/doc/latex/foekfont
9588%doc %{texmfdist}/doc/latex/fonttable
9589%doc %{texmfdist}/doc/latex/forarray
9590%doc %{texmfdist}/doc/latex/forloop
9591%doc %{texmfdist}/doc/latex/formlett
9592%doc %{texmfdist}/doc/latex/formula
9593%doc %{texmfdist}/doc/latex/formular
9594%doc %{texmfdist}/doc/latex/fouridx
9595%doc %{texmfdist}/doc/latex/frankenstein
9596%doc %{texmfdist}/doc/latex/frenchle
9597%doc %{texmfdist}/doc/latex/fribrief
9598%doc %{texmfdist}/doc/latex/frletter
9599%doc %{texmfdist}/doc/latex/frontespizio
9600%doc %{texmfdist}/doc/latex/fullblck
9601%doc %{texmfdist}/doc/latex/fullpict
9602%doc %{texmfdist}/doc/latex/functan
9603%doc %{texmfdist}/doc/latex/fundus
9604%doc %{texmfdist}/doc/latex/gaceta
9605%doc %{texmfdist}/doc/latex/galois
9606%doc %{texmfdist}/doc/latex/gastex
9607%doc %{texmfdist}/doc/latex/gatech-thesis
9608%doc %{texmfdist}/doc/latex/gauss
9609%doc %{texmfdist}/doc/latex/gb4e
9610%doc %{texmfdist}/doc/latex/gcard
9611%doc %{texmfdist}/doc/latex/gcite
9612%doc %{texmfdist}/doc/latex/genmpage
9613%doc %{texmfdist}/doc/latex/geomsty
9614%doc %{texmfdist}/doc/latex/ginpenc
9615%doc %{texmfdist}/doc/latex/gloss
9616%doc %{texmfdist}/doc/latex/glossaries
9617%doc %{texmfdist}/doc/latex/gmdoc
9618%doc %{texmfdist}/doc/latex/gmeometric
9619%doc %{texmfdist}/doc/latex/gmiflink
9620%doc %{texmfdist}/doc/latex/gmutils
9621%doc %{texmfdist}/doc/latex/gmverb
9622%doc %{texmfdist}/doc/latex/gnuplottex
9623%doc %{texmfdist}/doc/latex/graphicx-psmin
9624%doc %{texmfdist}/doc/latex/greek-inputenc
9625%doc %{texmfdist}/doc/latex/greekdates
9626%doc %{texmfdist}/doc/latex/greektex
9627%doc %{texmfdist}/doc/latex/grfpaste
9628%doc %{texmfdist}/doc/latex/grnumalt
9629%doc %{texmfdist}/doc/latex/grverb
9630%doc %{texmfdist}/doc/latex/gu
9631%doc %{texmfdist}/doc/latex/guitar
9632%doc %{texmfdist}/doc/latex/guitbeamer
9633%doc %{texmfdist}/doc/latex/hanging
9634%doc %{texmfdist}/doc/latex/har2nat
9635%doc %{texmfdist}/doc/latex/harmony
9636%doc %{texmfdist}/doc/latex/harpoon
9637%doc %{texmfdist}/doc/latex/harvard
9638%doc %{texmfdist}/doc/latex/hc
9639%doc %{texmfdist}/doc/latex/hep
9640%doc %{texmfdist}/doc/latex/hepnames
9641%doc %{texmfdist}/doc/latex/hepparticles
9642%doc %{texmfdist}/doc/latex/hepthesis
9643%doc %{texmfdist}/doc/latex/hepunits
9644%doc %{texmfdist}/doc/latex/hexgame
9645%doc %{texmfdist}/doc/latex/hhtensor
9646%doc %{texmfdist}/doc/latex/histogr
9647%doc %{texmfdist}/doc/latex/hitec
9648%doc %{texmfdist}/doc/latex/hpsdiss
9649%doc %{texmfdist}/doc/latex/hrlatex
9650%doc %{texmfdist}/doc/latex/hvfloat
9651%doc %{texmfdist}/doc/latex/hypdvips
9652%doc %{texmfdist}/doc/latex/hyperref-docsrc
9653%doc %{texmfdist}/doc/latex/hyperxmp
9654%doc %{texmfdist}/doc/latex/ibycus-babel
9655%doc %{texmfdist}/doc/latex/icsv
9656%doc %{texmfdist}/doc/latex/ieeepes
9657%doc %{texmfdist}/doc/latex/ifmslide
9658%doc %{texmfdist}/doc/latex/ifplatform
9659%doc %{texmfdist}/doc/latex/ijmart
9660%doc %{texmfdist}/doc/latex/imac
9661%doc %{texmfdist}/doc/latex/image-gallery
9662%doc %{texmfdist}/doc/latex/imtekda
9663%doc %{texmfdist}/doc/latex/inlinebib
9664%doc %{texmfdist}/doc/latex/inlinedef
9665%doc %{texmfdist}/doc/latex/interactiveworkbook
9666%doc %{texmfdist}/doc/latex/inversepath
9667%doc %{texmfdist}/doc/latex/invoice
9668%doc %{texmfdist}/doc/latex/ipa
9669%doc %{texmfdist}/doc/latex/iso
9670%doc %{texmfdist}/doc/latex/iso10303
9671%doc %{texmfdist}/doc/latex/isodate
9672%doc %{texmfdist}/doc/latex/isodoc
9673%doc %{texmfdist}/doc/latex/isorot
9674%doc %{texmfdist}/doc/latex/itnumpar
9675%doc %{texmfdist}/doc/latex/jeopardy
9676%doc %{texmfdist}/doc/latex/jknapltx
9677%doc %{texmfdist}/doc/latex/jneurosci
9678%doc %{texmfdist}/doc/latex/jpsj
9679%doc %{texmfdist}/doc/latex/jura
9680%doc %{texmfdist}/doc/latex/juraabbrev
9681%doc %{texmfdist}/doc/latex/juramisc
9682%doc %{texmfdist}/doc/latex/jurarsp
9683%doc %{texmfdist}/doc/latex/karnaugh
9684%doc %{texmfdist}/doc/latex/kerkis
9685%doc %{texmfdist}/doc/latex/kerntest
9686%doc %{texmfdist}/doc/latex/kluwer
9687%doc %{texmfdist}/doc/latex/labelcas
9688%doc %{texmfdist}/doc/latex/lazylist
9689%doc %{texmfdist}/doc/latex/lcyw
9690%doc %{texmfdist}/doc/latex/leading
9691%doc %{texmfdist}/doc/latex/ledmac
9692%doc %{texmfdist}/doc/latex/lettre
9693%doc %{texmfdist}/doc/latex/lexikon
9694%doc %{texmfdist}/doc/latex/lgreek
9695%doc %{texmfdist}/doc/latex/lhelp
9696%doc %{texmfdist}/doc/latex/linguex
9697%doc %{texmfdist}/doc/latex/lipsum
9698%doc %{texmfdist}/doc/latex/listbib
9699%doc %{texmfdist}/doc/latex/listliketab
9700%doc %{texmfdist}/doc/latex/listofsymbols
9701%doc %{texmfdist}/doc/latex/lkproof
9702%doc %{texmfdist}/doc/latex/logic
9703%doc %{texmfdist}/doc/latex/logpap
9704%doc %{texmfdist}/doc/latex/lps
9705%doc %{texmfdist}/doc/latex/lsc
9706%doc %{texmfdist}/doc/latex/ltxindex
9707%doc %{texmfdist}/doc/latex/mafr
9708%doc %{texmfdist}/doc/latex/magyar
9709%doc %{texmfdist}/doc/latex/mailing
9710%doc %{texmfdist}/doc/latex/makebarcode
9711%doc %{texmfdist}/doc/latex/makebox
9712%doc %{texmfdist}/doc/latex/makecell
9713%doc %{texmfdist}/doc/latex/makecmds
9714%doc %{texmfdist}/doc/latex/makedtx
9715%doc %{texmfdist}/doc/latex/makeglos
9716%doc %{texmfdist}/doc/latex/makeplot
9717%doc %{texmfdist}/doc/latex/manuscript
9718%doc %{texmfdist}/doc/latex/maple
9719%doc %{texmfdist}/doc/latex/marginnote
9720%doc %{texmfdist}/doc/latex/mathdesign
9721%doc %{texmfdist}/doc/latex/mathpazo
9722%doc %{texmfdist}/doc/latex/maybemath
9723%doc %{texmfdist}/doc/latex/mcaption
9724%doc %{texmfdist}/doc/latex/mceinleger
9725%doc %{texmfdist}/doc/latex/mcite
9726%doc %{texmfdist}/doc/latex/mciteplus
9727%doc %{texmfdist}/doc/latex/memexsupp
9728%doc %{texmfdist}/doc/latex/mentis
9729%doc %{texmfdist}/doc/latex/metaplot
9730%doc %{texmfdist}/doc/latex/method
9731%doc %{texmfdist}/doc/latex/metre
9732%doc %{texmfdist}/doc/latex/mff
9733%doc %{texmfdist}/doc/latex/mfpic4ode
9734%doc %{texmfdist}/doc/latex/mftinc
9735%doc %{texmfdist}/doc/latex/mhchem
9736%doc %{texmfdist}/doc/latex/mhequ
9737%doc %{texmfdist}/doc/latex/miller
9738%doc %{texmfdist}/doc/latex/minipage-marginpar
9739%doc %{texmfdist}/doc/latex/miniplot
9740%doc %{texmfdist}/doc/latex/minutes
9741%doc %{texmfdist}/doc/latex/mla-paper
9742%doc %{texmfdist}/doc/latex/mlist
9743%doc %{texmfdist}/doc/latex/mmap
9744%doc %{texmfdist}/doc/latex/mnsymbol
9745%doc %{texmfdist}/doc/latex/moderncv
9746%doc %{texmfdist}/doc/latex/modroman
9747%doc %{texmfdist}/doc/latex/mongolian-babel
9748%doc %{texmfdist}/doc/latex/montex
9749%doc %{texmfdist}/doc/latex/moresize
9750%doc %{texmfdist}/doc/latex/movie15
9751%doc %{texmfdist}/doc/latex/msc
9752%doc %{texmfdist}/doc/latex/msg
9753%doc %{texmfdist}/doc/latex/mslapa
9754%doc %{texmfdist}/doc/latex/mtgreek
9755%doc %{texmfdist}/doc/latex/multibbl
9756%doc %{texmfdist}/doc/latex/multicap
9757%doc %{texmfdist}/doc/latex/multirow
9758%doc %{texmfdist}/doc/latex/munich
9759%doc %{texmfdist}/doc/latex/musixlyr
9760%doc %{texmfdist}/doc/latex/muthesis
9761%doc %{texmfdist}/doc/latex/mxd
9762%doc %{texmfdist}/doc/latex/mxedruli
9763%doc %{texmfdist}/doc/latex/nag
9764%doc %{texmfdist}/doc/latex/namespc
9765%doc %{texmfdist}/doc/latex/nath
9766%doc %{texmfdist}/doc/latex/nature
9767%doc %{texmfdist}/doc/latex/ncclatex
9768%doc %{texmfdist}/doc/latex/ncctools
9769%doc %{texmfdist}/doc/latex/nddiss
9770%doc %{texmfdist}/doc/latex/newalg
9771%doc %{texmfdist}/doc/latex/newfile
9772%doc %{texmfdist}/doc/latex/newlfm
9773%doc %{texmfdist}/doc/latex/newspaper
9774%doc %{texmfdist}/doc/latex/newvbtm
9775%doc %{texmfdist}/doc/latex/niceframe
9776%doc %{texmfdist}/doc/latex/nih
9777%doc %{texmfdist}/doc/latex/noitcrul
9778%doc %{texmfdist}/doc/latex/nomentbl
9779%doc %{texmfdist}/doc/latex/nonfloat
9780%doc %{texmfdist}/doc/latex/nostarch
9781%doc %{texmfdist}/doc/latex/notes
9782%doc %{texmfdist}/doc/latex/notes2bib
9783%doc %{texmfdist}/doc/latex/nrc
9784%doc %{texmfdist}/doc/latex/ntabbing
9785%doc %{texmfdist}/doc/latex/numname
9786%doc %{texmfdist}/doc/latex/numprint
9787%doc %{texmfdist}/doc/latex/objectz
9788%doc %{texmfdist}/doc/latex/ocr-latex
9789%doc %{texmfdist}/doc/latex/octavo
9790%doc %{texmfdist}/doc/latex/ogham
9791%doc %{texmfdist}/doc/latex/ogonek
9792%doc %{texmfdist}/doc/latex/opcit
9793%doc %{texmfdist}/doc/latex/ordinalpt
9794%doc %{texmfdist}/doc/latex/othello
9795%doc %{texmfdist}/doc/latex/otibet
9796%doc %{texmfdist}/doc/latex/outline
9797%doc %{texmfdist}/doc/latex/outliner
9798%doc %{texmfdist}/doc/latex/pagenote
9799%doc %{texmfdist}/doc/latex/paper
9800%doc %{texmfdist}/doc/latex/papercdcase
9801%doc %{texmfdist}/doc/latex/papertex
9802%doc %{texmfdist}/doc/latex/parallel
9803%doc %{texmfdist}/doc/latex/paresse
9804%doc %{texmfdist}/doc/latex/parrun
9805%doc %{texmfdist}/doc/latex/pauldoc
9806%doc %{texmfdist}/doc/latex/pbox
9807%doc %{texmfdist}/doc/latex/pbsheet
9808%doc %{texmfdist}/doc/latex/pdfcprot
9809%doc %{texmfdist}/doc/latex/pdfscreen
9810%doc %{texmfdist}/doc/latex/pdfsync
9811%doc %{texmfdist}/doc/latex/pdftricks
9812%doc %{texmfdist}/doc/latex/pdfwin
9813%doc %{texmfdist}/doc/latex/pecha
9814%doc %{texmfdist}/doc/latex/perception
9815%doc %{texmfdist}/doc/latex/perltex
9816%doc %{texmfdist}/doc/latex/permute
9817%doc %{texmfdist}/doc/latex/petiteannonce
9818%doc %{texmfdist}/doc/latex/petri-nets
9819%doc %{texmfdist}/doc/latex/pgf-soroban
9820%doc %{texmfdist}/doc/latex/pgfopts
9821%doc %{texmfdist}/doc/latex/pgfplots
9822%doc %{texmfdist}/doc/latex/philex
9823%doc %{texmfdist}/doc/latex/philosophersimprint
9824%doc %{texmfdist}/doc/latex/photo
9825%doc %{texmfdist}/doc/latex/pinlabel
9826%doc %{texmfdist}/doc/latex/pittetd
9827%doc %{texmfdist}/doc/latex/plari
9828%doc %{texmfdist}/doc/latex/plates
9829%doc %{texmfdist}/doc/latex/play
9830%doc %{texmfdist}/doc/latex/plweb
9831%doc %{texmfdist}/doc/latex/pmgraph
9832%doc %{texmfdist}/doc/latex/poemscol
9833%doc %{texmfdist}/doc/latex/polski
9834%doc %{texmfdist}/doc/latex/polyglot
9835%doc %{texmfdist}/doc/latex/polytable
9836%doc %{texmfdist}/doc/latex/postcards
9837%doc %{texmfdist}/doc/latex/powerdot
9838%doc %{texmfdist}/doc/latex/ppower4
9839%doc %{texmfdist}/doc/latex/ppr-prv
9840%doc %{texmfdist}/doc/latex/pracjourn
9841%doc %{texmfdist}/doc/latex/prettyref
9842%doc %{texmfdist}/doc/latex/proba
9843%doc %{texmfdist}/doc/latex/probsoln
9844%doc %{texmfdist}/doc/latex/procIAGssymp
9845%doc %{texmfdist}/doc/latex/progkeys
9846%doc %{texmfdist}/doc/latex/progress
9847%doc %{texmfdist}/doc/latex/protex
9848%doc %{texmfdist}/doc/latex/protocol
9849%doc %{texmfdist}/doc/latex/psfragx
9850%doc %{texmfdist}/doc/latex/psgo
9851%doc %{texmfdist}/doc/latex/pspicture
9852%doc %{texmfdist}/doc/latex/pst2pdf
9853%doc %{texmfdist}/doc/latex/ptptex
9854%doc %{texmfdist}/doc/latex/qcm
9855%doc %{texmfdist}/doc/latex/qobitree
9856%doc %{texmfdist}/doc/latex/qstest
9857%doc %{texmfdist}/doc/latex/qsymbols
9858%doc %{texmfdist}/doc/latex/qtree
9859%doc %{texmfdist}/doc/latex/quotchap
9860%doc %{texmfdist}/doc/latex/quotmark
9861%doc %{texmfdist}/doc/latex/r_und_s
9862%doc %{texmfdist}/doc/latex/randbild
9863%doc %{texmfdist}/doc/latex/randtext
9864%doc %{texmfdist}/doc/latex/rccol
9865%doc %{texmfdist}/doc/latex/rcs
9866%doc %{texmfdist}/doc/latex/rcsinfo
9867%doc %{texmfdist}/doc/latex/recipecard
9868%doc %{texmfdist}/doc/latex/rectopma
9869%doc %{texmfdist}/doc/latex/refcheck
9870%doc %{texmfdist}/doc/latex/refman
9871%doc %{texmfdist}/doc/latex/refstyle
9872%doc %{texmfdist}/doc/latex/regcount
9873%doc %{texmfdist}/doc/latex/register
9874%doc %{texmfdist}/doc/latex/relenc
9875%doc %{texmfdist}/doc/latex/repeatindex
9876%doc %{texmfdist}/doc/latex/rlepsf
9877%doc %{texmfdist}/doc/latex/rmpage
9878%doc %{texmfdist}/doc/latex/robustcommand
9879%doc %{texmfdist}/doc/latex/robustindex
9880%doc %{texmfdist}/doc/latex/romannum
9881%doc %{texmfdist}/doc/latex/rotpages
9882%doc %{texmfdist}/doc/latex/rsc
9883%doc %{texmfdist}/doc/latex/rst
9884%doc %{texmfdist}/doc/latex/rtkinenc
9885%doc %{texmfdist}/doc/latex/rtklage
9886%doc %{texmfdist}/doc/latex/sagetex
9887%doc %{texmfdist}/doc/latex/sanskrit
9888%doc %{texmfdist}/doc/latex/sauerj
9889%doc %{texmfdist}/doc/latex/sauterfonts
9890%doc %{texmfdist}/doc/latex/savefnmark
9891%doc %{texmfdist}/doc/latex/savetrees
9892%doc %{texmfdist}/doc/latex/scalebar
9893%doc %{texmfdist}/doc/latex/schedule
9894%doc %{texmfdist}/doc/latex/scientificpaper
9895%doc %{texmfdist}/doc/latex/sciposter
9896%doc %{texmfdist}/doc/latex/sciwordconv
9897%doc %{texmfdist}/doc/latex/screenplay
9898%doc %{texmfdist}/doc/latex/script
9899%doc %{texmfdist}/doc/latex/sdrt
9900%doc %{texmfdist}/doc/latex/sectionbox
9901%doc %{texmfdist}/doc/latex/semantic
9902%doc %{texmfdist}/doc/latex/semioneside
9903%doc %{texmfdist}/doc/latex/seqsplit
9904%doc %{texmfdist}/doc/latex/sf298
9905%doc %{texmfdist}/doc/latex/sffms
9906%doc %{texmfdist}/doc/latex/sfg
9907%doc %{texmfdist}/doc/latex/sgame
9908%doc %{texmfdist}/doc/latex/shadethm
9909%doc %{texmfdist}/doc/latex/shipunov
9910%doc %{texmfdist}/doc/latex/shorttoc
9911%doc %{texmfdist}/doc/latex/show2e
9912%doc %{texmfdist}/doc/latex/showexpl
9913%doc %{texmfdist}/doc/latex/sides
9914%doc %{texmfdist}/doc/latex/siggraph
9915%doc %{texmfdist}/doc/latex/simplecv
9916%doc %{texmfdist}/doc/latex/simplewick
9917%doc %{texmfdist}/doc/latex/skak
9918%doc %{texmfdist}/doc/latex/slantsc
9919%doc %{texmfdist}/doc/latex/smalltableof
9920%doc %{texmfdist}/doc/latex/smartref
9921%doc %{texmfdist}/doc/latex/smflatex
9922%doc %{texmfdist}/doc/latex/snapshot
9923%doc %{texmfdist}/doc/latex/songbook
9924%doc %{texmfdist}/doc/latex/sort-by-letters
9925%doc %{texmfdist}/doc/latex/soyombo
9926%doc %{texmfdist}/doc/latex/sparklines
9927%doc %{texmfdist}/doc/latex/spie
9928%doc %{texmfdist}/doc/latex/splitbib
9929%doc %{texmfdist}/doc/latex/splitindex
9930%doc %{texmfdist}/doc/latex/spotcolor
9931%doc %{texmfdist}/doc/latex/sprite
9932%doc %{texmfdist}/doc/latex/srcltx
9933%doc %{texmfdist}/doc/latex/sseq
9934%doc %{texmfdist}/doc/latex/ssqquote
9935%doc %{texmfdist}/doc/latex/stage
9936%doc %{texmfdist}/doc/latex/statistik
9937%doc %{texmfdist}/doc/latex/stdpage
9938%doc %{texmfdist}/doc/latex/stellenbosch
9939%doc %{texmfdist}/doc/latex/stex
9940%doc %{texmfdist}/doc/latex/stringstrings
9941%doc %{texmfdist}/doc/latex/struktex
9942%doc %{texmfdist}/doc/latex/sttools
9943%doc %{texmfdist}/doc/latex/stubs
9944%doc %{texmfdist}/doc/latex/subdepth
9945%doc %{texmfdist}/doc/latex/subeqn
9946%doc %{texmfdist}/doc/latex/subeqnarray
9947%doc %{texmfdist}/doc/latex/subfloat
9948%doc %{texmfdist}/doc/latex/substr
9949%doc %{texmfdist}/doc/latex/sudoku
9950%doc %{texmfdist}/doc/latex/sudokubundle
9951%doc %{texmfdist}/doc/latex/sugconf
9952%doc %{texmfdist}/doc/latex/supertabular
9953%doc %{texmfdist}/doc/latex/susy
9954%doc %{texmfdist}/doc/latex/svgcolor
9955%doc %{texmfdist}/doc/latex/svn-multi
9956%doc %{texmfdist}/doc/latex/svn
9957%doc %{texmfdist}/doc/latex/svninfo
9958%doc %{texmfdist}/doc/latex/swebib
9959%doc %{texmfdist}/doc/latex/swimgraf
9960%doc %{texmfdist}/doc/latex/synproof
9961%doc %{texmfdist}/doc/latex/syntax
9962%doc %{texmfdist}/doc/latex/syntrace
9963%doc %{texmfdist}/doc/latex/synttree
9964%doc %{texmfdist}/doc/latex/t-angles
9965%doc %{texmfdist}/doc/latex/tableaux
9966%doc %{texmfdist}/doc/latex/tablists
9967%doc %{texmfdist}/doc/latex/tablor
9968%doc %{texmfdist}/doc/latex/tabto-ltx
9969%doc %{texmfdist}/doc/latex/tabulary
9970%doc %{texmfdist}/doc/latex/tabvar
9971%doc %{texmfdist}/doc/latex/talk
9972%doc %{texmfdist}/doc/latex/tapir
9973%doc %{texmfdist}/doc/latex/tcldoc
9974%doc %{texmfdist}/doc/latex/tdsfrmath
9975%doc %{texmfdist}/doc/latex/technics
9976%doc %{texmfdist}/doc/latex/ted
9977%doc %{texmfdist}/doc/latex/tengwarscript
9978%doc %{texmfdist}/doc/latex/tensor
9979%doc %{texmfdist}/doc/latex/teubner
9980%doc %{texmfdist}/doc/latex/texmate
9981%doc %{texmfdist}/doc/latex/texpower
9982%doc %{texmfdist}/doc/latex/texshade
9983%doc %{texmfdist}/doc/latex/textcase
9984%doc %{texmfdist}/doc/latex/textopo
9985%doc %{texmfdist}/doc/latex/theoremref
9986%doc %{texmfdist}/doc/latex/thesis-titlepage-fhac
9987%doc %{texmfdist}/doc/latex/thinsp
9988%doc %{texmfdist}/doc/latex/thmtools
9989%doc %{texmfdist}/doc/latex/thumb
9990%doc %{texmfdist}/doc/latex/thuthesis
9991%doc %{texmfdist}/doc/latex/ticket
9992%doc %{texmfdist}/doc/latex/tikz-inet
9993%doc %{texmfdist}/doc/latex/timesht
9994%doc %{texmfdist}/doc/latex/titling
9995%doc %{texmfdist}/doc/latex/tocvsec2
9996%doc %{texmfdist}/doc/latex/todo
9997%doc %{texmfdist}/doc/latex/tokenizer
9998%doc %{texmfdist}/doc/latex/toolbox
9999%doc %{texmfdist}/doc/latex/topfloat
10000%doc %{texmfdist}/doc/latex/toptesi
10001%doc %{texmfdist}/doc/latex/tpslifonts
10002%doc %{texmfdist}/doc/latex/trajan
10003%doc %{texmfdist}/doc/latex/translator
10004%doc %{texmfdist}/doc/latex/tree-dvips
10005%doc %{texmfdist}/doc/latex/trfsigns
10006%doc %{texmfdist}/doc/latex/trivfloat
10007%doc %{texmfdist}/doc/latex/trsym
10008%doc %{texmfdist}/doc/latex/tufte-latex
10009%doc %{texmfdist}/doc/latex/tugboat
10010%doc %{texmfdist}/doc/latex/turnstile
10011%doc %{texmfdist}/doc/latex/twoup
10012%doc %{texmfdist}/doc/latex/typedref
10013%doc %{texmfdist}/doc/latex/typogrid
10014%doc %{texmfdist}/doc/latex/uaclasses
10015%doc %{texmfdist}/doc/latex/ucthesis
10016%doc %{texmfdist}/doc/latex/uebungsblatt
10017%doc %{texmfdist}/doc/latex/uiucthesis
10018%doc %{texmfdist}/doc/latex/ulsy
10019%doc %{texmfdist}/doc/latex/umich-thesis
10020%doc %{texmfdist}/doc/latex/uml
10021%doc %{texmfdist}/doc/latex/umlaute
10022%doc %{texmfdist}/doc/latex/umoline
10023%doc %{texmfdist}/doc/latex/umthesis
10024%doc %{texmfdist}/doc/latex/underlin
10025%doc %{texmfdist}/doc/latex/undertilde
10026%doc %{texmfdist}/doc/latex/unitsdef
10027%doc %{texmfdist}/doc/latex/unroman
10028%doc %{texmfdist}/doc/latex/upmethodology
10029%doc %{texmfdist}/doc/latex/urlbst
10030%doc %{texmfdist}/doc/latex/ushort
10031%doc %{texmfdist}/doc/latex/uwthesis
10032%doc %{texmfdist}/doc/latex/varindex
10033%doc %{texmfdist}/doc/latex/varsfromjobname
10034%doc %{texmfdist}/doc/latex/vector
10035%doc %{texmfdist}/doc/latex/verse
10036%doc %{texmfdist}/doc/latex/vhistory
10037%doc %{texmfdist}/doc/latex/vita
10038%doc %{texmfdist}/doc/latex/volumes
10039%doc %{texmfdist}/doc/latex/vpe
10040%doc %{texmfdist}/doc/latex/vrsion
10041%doc %{texmfdist}/doc/latex/vwcol
10042%doc %{texmfdist}/doc/latex/vxu
10043%doc %{texmfdist}/doc/latex/wadalab
10044%doc %{texmfdist}/doc/latex/wallpaper
10045%doc %{texmfdist}/doc/latex/warpcol
10046%doc %{texmfdist}/doc/latex/wnri
10047%doc %{texmfdist}/doc/latex/wordlike
10048%doc %{texmfdist}/doc/latex/xargs
10049%doc %{texmfdist}/doc/latex/xdoc
10050%doc %{texmfdist}/doc/latex/xfor
10051%doc %{texmfdist}/doc/latex/xifthen
10052%doc %{texmfdist}/doc/latex/xmpincl
10053%doc %{texmfdist}/doc/latex/xnewcommand
10054%doc %{texmfdist}/doc/latex/xoptarg
10055%doc %{texmfdist}/doc/latex/xpackages
10056%doc %{texmfdist}/doc/latex/xskak
10057%doc %{texmfdist}/doc/latex/xstring
10058%doc %{texmfdist}/doc/latex/xtcapts
10059%doc %{texmfdist}/doc/latex/xyling
10060%doc %{texmfdist}/doc/latex/xytree
10061%doc %{texmfdist}/doc/latex/yafoot
10062%doc %{texmfdist}/doc/latex/yhmath
10063%doc %{texmfdist}/doc/latex/york-thesis
10064%doc %{texmfdist}/doc/latex/yplan
10065%doc %{texmfdist}/doc/latex/zed-csp
10066%doc %{texmfdist}/doc/latex/zefonts
10067%doc %{texmfdist}/doc/latex/ziffer
10068%doc %{texmfdist}/doc/latex/zwgetfdate
10069%doc %{texmfdist}/source/latex/hyperref/doc
10070%doc %{texmfdist}/source/latex/koma-script/doc
10071
10072%files latex-other
10073%defattr(644,root,root,755)
f65b3398
ZU
10074%{texmfdist}/metapost/latexmp
10075%{texmfdist}/metapost/makecirc
8affbd2c 10076%dir %{texmfdist}/source/alatex
f65b3398 10077%{texmfdist}/source/alatex/base
8affbd2c 10078%dir %{texmfdist}/source/cslatex
f65b3398
ZU
10079%{texmfdist}/source/cslatex/base
10080%{texmfdist}/source/generic/xypic
10081%{texmfdist}/source/latex/ESIEEcv
10082%{texmfdist}/source/latex/GuIT
10083%{texmfdist}/source/latex/HA-prosper
10084%{texmfdist}/source/latex/IEEEconf
10085%{texmfdist}/source/latex/aastex
10086%{texmfdist}/source/latex/abc
10087%{texmfdist}/source/latex/abstract
10088%{texmfdist}/source/latex/achemso
10089%{texmfdist}/source/latex/acmconf
10090%{texmfdist}/source/latex/acronym
10091%{texmfdist}/source/latex/active-conf
10092%{texmfdist}/source/latex/addlines
10093%{texmfdist}/source/latex/adrlist
10094%{texmfdist}/source/latex/aiaa
10095%{texmfdist}/source/latex/alg
10096%{texmfdist}/source/latex/alnumsec
10097%{texmfdist}/source/latex/altfont
10098%{texmfdist}/source/latex/amsaddr
10099%{texmfdist}/source/latex/amscls
10100%{texmfdist}/source/latex/amsfonts
10101%{texmfdist}/source/latex/amsmath
10102%{texmfdist}/source/latex/amsrefs
10103%{texmfdist}/source/latex/answers
10104%{texmfdist}/source/latex/apacite
10105%{texmfdist}/source/latex/appendix
10106%{texmfdist}/source/latex/arcs
10107%{texmfdist}/source/latex/arydshln
10108%{texmfdist}/source/latex/asaetr
10109%{texmfdist}/source/latex/ascii
10110%{texmfdist}/source/latex/attachfile
8affbd2c 10111%{texmfdist}/source/latex/augie
f65b3398
ZU
10112%{texmfdist}/source/latex/babelbib
10113%{texmfdist}/source/latex/backgammon
10114%{texmfdist}/source/latex/barcodes
10115%{texmfdist}/source/latex/base
10116%{texmfdist}/source/latex/bayer
10117%{texmfdist}/source/latex/bbding
10118%{texmfdist}/source/latex/bbm-macros
10119%{texmfdist}/source/latex/belleek
10120%{texmfdist}/source/latex/bengali
10121%{texmfdist}/source/latex/beton
10122%{texmfdist}/source/latex/bez123
10123%{texmfdist}/source/latex/bibarts
10124%{texmfdist}/source/latex/bibleref
10125%{texmfdist}/source/latex/biblist
10126%{texmfdist}/source/latex/bibtopic
10127%{texmfdist}/source/latex/bibtopicprefix
10128%{texmfdist}/source/latex/bigfoot
10129%{texmfdist}/source/latex/binomexp
10130%{texmfdist}/source/latex/biocon
10131%{texmfdist}/source/latex/bizcard
10132%{texmfdist}/source/latex/blindtext
10133%{texmfdist}/source/latex/blowup
10134%{texmfdist}/source/latex/boites
10135%{texmfdist}/source/latex/bookhands
10136%{texmfdist}/source/latex/booklet
10137%{texmfdist}/source/latex/booktabs
10138%{texmfdist}/source/latex/bophook
10139%{texmfdist}/source/latex/boxhandler
10140%{texmfdist}/source/latex/bpchem
10141%{texmfdist}/source/latex/braille
10142%{texmfdist}/source/latex/breakurl
10143%{texmfdist}/source/latex/brushscr
10144%{texmfdist}/source/latex/bullcntr
10145%{texmfdist}/source/latex/burmese
10146%{texmfdist}/source/latex/bytefield
10147%{texmfdist}/source/latex/captcont
10148%{texmfdist}/source/latex/caption
10149%{texmfdist}/source/latex/carlisle
10150%{texmfdist}/source/latex/catechis
10151%{texmfdist}/source/latex/ccaption
10152%{texmfdist}/source/latex/ccfonts
10153%{texmfdist}/source/latex/cclicenses
10154%{texmfdist}/source/latex/cd-cover
10155%{texmfdist}/source/latex/cd
10156%{texmfdist}/source/latex/cdpbundl
10157%{texmfdist}/source/latex/changebar
10158%{texmfdist}/source/latex/changes
10159%{texmfdist}/source/latex/chappg
10160%{texmfdist}/source/latex/chapterfolder
10161%{texmfdist}/source/latex/chemcompounds
10162%{texmfdist}/source/latex/chemstyle
10163%{texmfdist}/source/latex/chessboard
10164%{texmfdist}/source/latex/chessfss
10165%{texmfdist}/source/latex/chletter
10166%{texmfdist}/source/latex/circ
10167%{texmfdist}/source/latex/cjk/utils
10168%{texmfdist}/source/latex/cjw
10169%{texmfdist}/source/latex/clefval
10170%{texmfdist}/source/latex/cleveref
10171%{texmfdist}/source/latex/cmcyralt
10172%{texmfdist}/source/latex/cmdtrack
10173%{texmfdist}/source/latex/cmll
10174%{texmfdist}/source/latex/cmsd
10175%{texmfdist}/source/latex/codepage
10176%{texmfdist}/source/latex/colortbl
10177%{texmfdist}/source/latex/colorwav
10178%{texmfdist}/source/latex/combine
10179%{texmfdist}/source/latex/comment
10180%{texmfdist}/source/latex/computational-complexity
10181%{texmfdist}/source/latex/confproc
10182%{texmfdist}/source/latex/constants
10183%{texmfdist}/source/latex/contour
10184%{texmfdist}/source/latex/cooking
10185%{texmfdist}/source/latex/cool
10186%{texmfdist}/source/latex/coollist
10187%{texmfdist}/source/latex/coolstr
10188%{texmfdist}/source/latex/cooltooltips
10189%{texmfdist}/source/latex/coordsys
10190%{texmfdist}/source/latex/coverpage
10191%{texmfdist}/source/latex/crop
10192%{texmfdist}/source/latex/crossreference
10193%{texmfdist}/source/latex/crosswrd
10194%{texmfdist}/source/latex/csvtools
10195%{texmfdist}/source/latex/ctable
10196%{texmfdist}/source/latex/ctib
10197%{texmfdist}/source/latex/cuisine
10198%{texmfdist}/source/latex/currvita
10199%{texmfdist}/source/latex/curve
10200%{texmfdist}/source/latex/curve2e
10201%{texmfdist}/source/latex/curves
10202%{texmfdist}/source/latex/cweb-latex
10203%{texmfdist}/source/latex/cwpuzzle
10204%{texmfdist}/source/latex/dashbox
10205%{texmfdist}/source/latex/dashrule
10206%{texmfdist}/source/latex/datatool
10207%{texmfdist}/source/latex/dateiliste
10208%{texmfdist}/source/latex/datenumber
10209%{texmfdist}/source/latex/datetime
10210%{texmfdist}/source/latex/decimal
10211%{texmfdist}/source/latex/delimtxt
10212%{texmfdist}/source/latex/diagnose
10213%{texmfdist}/source/latex/dialogl
10214%{texmfdist}/source/latex/dinbrief
10215%{texmfdist}/source/latex/disser
10216%{texmfdist}/source/latex/dnaseq
10217%{texmfdist}/source/latex/docmfp
10218%{texmfdist}/source/latex/doipubmed
10219%{texmfdist}/source/latex/dotarrow
10220%{texmfdist}/source/latex/dotseqn
10221%{texmfdist}/source/latex/dottex
10222%{texmfdist}/source/latex/dprogress
10223%{texmfdist}/source/latex/drac
10224%{texmfdist}/source/latex/draftcopy
10225%{texmfdist}/source/latex/draftwatermark
10226%{texmfdist}/source/latex/dramatist
10227%{texmfdist}/source/latex/dtk
10228%{texmfdist}/source/latex/dtxgallery
10229%{texmfdist}/source/latex/dyntree
10230%{texmfdist}/source/latex/eCards
10231%{texmfdist}/source/latex/ebezier
10232%{texmfdist}/source/latex/ebsthesis
10233%{texmfdist}/source/latex/ecclesiastic
10234%{texmfdist}/source/latex/ecv
10235%{texmfdist}/source/latex/ed
10236%{texmfdist}/source/latex/edmac
10237%{texmfdist}/source/latex/edmargin
10238%{texmfdist}/source/latex/eemeir
10239%{texmfdist}/source/latex/egplot
10240%{texmfdist}/source/latex/eiad
10241%{texmfdist}/source/latex/ellipsis
10242%{texmfdist}/source/latex/elmath
10243%{texmfdist}/source/latex/elsarticle
10244%{texmfdist}/source/latex/em
10245%{texmfdist}/source/latex/emp
10246%{texmfdist}/source/latex/endfloat
10247%{texmfdist}/source/latex/endheads
10248%{texmfdist}/source/latex/engpron
10249%{texmfdist}/source/latex/engrec
10250%{texmfdist}/source/latex/environ
10251%{texmfdist}/source/latex/envlab
10252%{texmfdist}/source/latex/epigraph
10253%{texmfdist}/source/latex/epiolmec
10254%{texmfdist}/source/latex/epsdice
10255%{texmfdist}/source/latex/eqlist
10256%{texmfdist}/source/latex/eqnarray
10257%{texmfdist}/source/latex/eqparbox
10258%{texmfdist}/source/latex/errata
10259%{texmfdist}/source/latex/esdiff
10260%{texmfdist}/source/latex/eskd
10261%{texmfdist}/source/latex/eso-pic
10262%{texmfdist}/source/latex/esvect
10263%{texmfdist}/source/latex/etaremune
10264%{texmfdist}/source/latex/ethiop
10265%{texmfdist}/source/latex/eukdate
10266%{texmfdist}/source/latex/euler
10267%{texmfdist}/source/latex/euproposal
10268%{texmfdist}/source/latex/euro
10269%{texmfdist}/source/latex/everypage
10270%{texmfdist}/source/latex/examdesign
10271%{texmfdist}/source/latex/exercise
10272%{texmfdist}/source/latex/expdlist
10273%{texmfdist}/source/latex/expl3
10274%{texmfdist}/source/latex/export
10275%{texmfdist}/source/latex/extpfeil
10276%{texmfdist}/source/latex/extract
10277%{texmfdist}/source/latex/facsimile
10278%{texmfdist}/source/latex/faktor
10279%{texmfdist}/source/latex/fancynum
10280%{texmfdist}/source/latex/fancyref
10281%{texmfdist}/source/latex/fancytooltips
10282%{texmfdist}/source/latex/fancyvrb
10283%{texmfdist}/source/latex/feynmf
10284%{texmfdist}/source/latex/figsize
10285%{texmfdist}/source/latex/filecontents
10286%{texmfdist}/source/latex/fink
10287%{texmfdist}/source/latex/fixme
10288%{texmfdist}/source/latex/flabels
10289%{texmfdist}/source/latex/flagderiv
10290%{texmfdist}/source/latex/flashcards
10291%{texmfdist}/source/latex/flippdf
10292%{texmfdist}/source/latex/float
10293%{texmfdist}/source/latex/floatrow
10294%{texmfdist}/source/latex/flowfram
10295%{texmfdist}/source/latex/fmp
10296%{texmfdist}/source/latex/fmtcount
10297%{texmfdist}/source/latex/fnbreak
10298%{texmfdist}/source/latex/foilhtml
10299%{texmfdist}/source/latex/fonttable
10300%{texmfdist}/source/latex/footmisc
10301%{texmfdist}/source/latex/footnpag
10302%{texmfdist}/source/latex/forarray
10303%{texmfdist}/source/latex/forloop
10304%{texmfdist}/source/latex/formula
10305%{texmfdist}/source/latex/fouridx
10306%{texmfdist}/source/latex/frankenstein
10307%{texmfdist}/source/latex/frontespizio
10308%{texmfdist}/source/latex/fullblck
10309%{texmfdist}/source/latex/functan
10310%{texmfdist}/source/latex/fundus
10311%{texmfdist}/source/latex/g-brief
10312%{texmfdist}/source/latex/galois
10313%{texmfdist}/source/latex/gcite
10314%{texmfdist}/source/latex/genmpage
10315%{texmfdist}/source/latex/geometry
10316%{texmfdist}/source/latex/geomsty
10317%{texmfdist}/source/latex/ginpenc
10318%{texmfdist}/source/latex/glossaries
10319%{texmfdist}/source/latex/gnuplottex
10320%{texmfdist}/source/latex/go
10321%{texmfdist}/source/latex/graphics
10322%{texmfdist}/source/latex/graphicx-psmin
10323%{texmfdist}/source/latex/greekdates
10324%{texmfdist}/source/latex/grnumalt
10325%{texmfdist}/source/latex/grverb
10326%{texmfdist}/source/latex/guitar
10327%{texmfdist}/source/latex/hanging
10328%{texmfdist}/source/latex/harvard
10329%{texmfdist}/source/latex/hc
10330%{texmfdist}/source/latex/hepthesis
10331%{texmfdist}/source/latex/hhtensor
10332%{texmfdist}/source/latex/hilowres
10333%{texmfdist}/source/latex/histogr
10334%{texmfdist}/source/latex/hpsdiss
10335%{texmfdist}/source/latex/hrlatex
10336%{texmfdist}/source/latex/hyper
10337%{texmfdist}/source/latex/hyperref
10338%{texmfdist}/source/latex/hyperxmp
10339%{texmfdist}/source/latex/hyphenat
10340%{texmfdist}/source/latex/ibycus-babel
10341%{texmfdist}/source/latex/icsv
10342%{texmfdist}/source/latex/ifmslide
10343%{texmfdist}/source/latex/ifplatform
10344%{texmfdist}/source/latex/ijmart
10345%{texmfdist}/source/latex/imtekda
10346%{texmfdist}/source/latex/index
10347%{texmfdist}/source/latex/inlinedef
10348%{texmfdist}/source/latex/inversepath
10349%{texmfdist}/source/latex/iso
10350%{texmfdist}/source/latex/iso10303
10351%{texmfdist}/source/latex/isodate
10352%{texmfdist}/source/latex/isodoc
10353%{texmfdist}/source/latex/isorot
10354%{texmfdist}/source/latex/isotope
10355%{texmfdist}/source/latex/itnumpar
10356%{texmfdist}/source/latex/jeopardy
10357%{texmfdist}/source/latex/jura
10358%{texmfdist}/source/latex/juraabbrev
10359%{texmfdist}/source/latex/jurarsp
10360%{texmfdist}/source/latex/kdgreek
10361%{texmfdist}/source/latex/kerntest
10362%{texmfdist}/source/latex/kluwer
10363%{texmfdist}/source/latex/koma-script
10364%{texmfdist}/source/latex/labelcas
10365%{texmfdist}/source/latex/labels
10366%{texmfdist}/source/latex/lastpage
10367%{texmfdist}/source/latex/latex-tds
10368%{texmfdist}/source/latex/layouts
10369%{texmfdist}/source/latex/lcg
10370%{texmfdist}/source/latex/lcyw
10371%{texmfdist}/source/latex/leading
10372%{texmfdist}/source/latex/ledmac
10373%{texmfdist}/source/latex/leftidx
10374%{texmfdist}/source/latex/lettrine
10375%{texmfdist}/source/latex/lexikon
10376%{texmfdist}/source/latex/lhcyr
10377%{texmfdist}/source/latex/lhelp
10378%{texmfdist}/source/latex/limap
10379%{texmfdist}/source/latex/lipsum
10380%{texmfdist}/source/latex/listbib
10381%{texmfdist}/source/latex/listings
10382%{texmfdist}/source/latex/listliketab
10383%{texmfdist}/source/latex/localloc
10384%{texmfdist}/source/latex/logpap
10385%{texmfdist}/source/latex/lps
10386%{texmfdist}/source/latex/ltxindex
10387%{texmfdist}/source/latex/mailing
10388%{texmfdist}/source/latex/makebox
10389%{texmfdist}/source/latex/makecell
10390%{texmfdist}/source/latex/makecmds
10391%{texmfdist}/source/latex/makedtx
10392%{texmfdist}/source/latex/makeplot
10393%{texmfdist}/source/latex/manfnt
10394%{texmfdist}/source/latex/manuscript
10395%{texmfdist}/source/latex/mapcodes
10396%{texmfdist}/source/latex/marginnote
10397%{texmfdist}/source/latex/mathcomp
10398%{texmfdist}/source/latex/mathpazo
10399%{texmfdist}/source/latex/mcaption
10400%{texmfdist}/source/latex/mcite
10401%{texmfdist}/source/latex/mdwtools
10402%{texmfdist}/source/latex/memoir
10403%{texmfdist}/source/latex/mentis
10404%{texmfdist}/source/latex/menu
10405%{texmfdist}/source/latex/method
10406%{texmfdist}/source/latex/metre
10407%{texmfdist}/source/latex/mff
10408%{texmfdist}/source/latex/mfpic4ode
10409%{texmfdist}/source/latex/mftinc
10410%{texmfdist}/source/latex/mh
10411%{texmfdist}/source/latex/miller
10412%{texmfdist}/source/latex/minipage-marginpar
10413%{texmfdist}/source/latex/minutes
10414%{texmfdist}/source/latex/mlist
10415%{texmfdist}/source/latex/mnsymbol
10416%{texmfdist}/source/latex/modroman
10417%{texmfdist}/source/latex/mongolian-babel
10418%{texmfdist}/source/latex/montex
10419%{texmfdist}/source/latex/moresize
10420%{texmfdist}/source/latex/moreverb
10421%{texmfdist}/source/latex/mparhack
10422%{texmfdist}/source/latex/ms
10423%{texmfdist}/source/latex/msg
10424%{texmfdist}/source/latex/mtgreek
10425%{texmfdist}/source/latex/multibbl
10426%{texmfdist}/source/latex/multibib
10427%{texmfdist}/source/latex/multicap
10428%{texmfdist}/source/latex/mwcls
10429%{texmfdist}/source/latex/mxd
10430%{texmfdist}/source/latex/nag
10431%{texmfdist}/source/latex/namespc
10432%{texmfdist}/source/latex/natbib
10433%{texmfdist}/source/latex/ncctools
10434%{texmfdist}/source/latex/nddiss
10435%{texmfdist}/source/latex/newalg
10436%{texmfdist}/source/latex/newfile
10437%{texmfdist}/source/latex/newlfm
10438%{texmfdist}/source/latex/newspaper
10439%{texmfdist}/source/latex/newvbtm
10440%{texmfdist}/source/latex/niceframe
10441%{texmfdist}/source/latex/noitcrul
10442%{texmfdist}/source/latex/nomencl
10443%{texmfdist}/source/latex/nomentbl
10444%{texmfdist}/source/latex/nonfloat
10445%{texmfdist}/source/latex/nostarch
10446%{texmfdist}/source/latex/notes
10447%{texmfdist}/source/latex/notes2bib
10448%{texmfdist}/source/latex/nrc
10449%{texmfdist}/source/latex/ntgclass
10450%{texmfdist}/source/latex/ntheorem
10451%{texmfdist}/source/latex/numprint
10452%{texmfdist}/source/latex/oberdiek
10453%{texmfdist}/source/latex/objectz
10454%{texmfdist}/source/latex/octavo
10455%{texmfdist}/source/latex/ogonek
10456%{texmfdist}/source/latex/oldstyle
10457%{texmfdist}/source/latex/opcit
10458%{texmfdist}/source/latex/ordinalpt
10459%{texmfdist}/source/latex/othello
10460%{texmfdist}/source/latex/otibet
10461%{texmfdist}/source/latex/pacioli
10462%{texmfdist}/source/latex/pageno
10463%{texmfdist}/source/latex/pagenote
10464%{texmfdist}/source/latex/paper
10465%{texmfdist}/source/latex/papercdcase
10466%{texmfdist}/source/latex/papertex
10467%{texmfdist}/source/latex/paralist
10468%{texmfdist}/source/latex/parallel
10469%{texmfdist}/source/latex/paresse
10470%{texmfdist}/source/latex/parrun
10471%{texmfdist}/source/latex/patchcmd
10472%{texmfdist}/source/latex/pauldoc
10473%{texmfdist}/source/latex/pawpict
10474%{texmfdist}/source/latex/pbox
10475%{texmfdist}/source/latex/pbsheet
10476%{texmfdist}/source/latex/pdfcprot
10477%{texmfdist}/source/latex/pdfpages
10478%{texmfdist}/source/latex/perltex
10479%{texmfdist}/source/latex/permute
10480%{texmfdist}/source/latex/petri-nets
10481%{texmfdist}/source/latex/pgfopts
10482%{texmfdist}/source/latex/pgfplots
10483%{texmfdist}/source/latex/philosophersimprint
10484%{texmfdist}/source/latex/photo
10485%{texmfdist}/source/latex/pict2e
10486%{texmfdist}/source/latex/pittetd
10487%{texmfdist}/source/latex/plari
10488%{texmfdist}/source/latex/play
10489%{texmfdist}/source/latex/plweb
10490%{texmfdist}/source/latex/poemscol
10491%{texmfdist}/source/latex/polski
10492%{texmfdist}/source/latex/polyglot
10493%{texmfdist}/source/latex/polytable
10494%{texmfdist}/source/latex/powerdot
10495%{texmfdist}/source/latex/ppr-prv
10496%{texmfdist}/source/latex/pracjourn
10497%{texmfdist}/source/latex/preprint
10498%{texmfdist}/source/latex/prettyref
10499%{texmfdist}/source/latex/preview
10500%{texmfdist}/source/latex/proba
10501%{texmfdist}/source/latex/probsoln
10502%{texmfdist}/source/latex/progkeys
10503%{texmfdist}/source/latex/prosper
10504%{texmfdist}/source/latex/protocol
10505%{texmfdist}/source/latex/psfrag
10506%{texmfdist}/source/latex/psfragx
10507%{texmfdist}/source/latex/pslatex
10508%{texmfdist}/source/latex/pspicture
10509%{texmfdist}/source/latex/qcm
10510%{texmfdist}/source/latex/qstest
10511%{texmfdist}/source/latex/qsymbols
10512%{texmfdist}/source/latex/quotchap
10513%{texmfdist}/source/latex/quotmark
10514%{texmfdist}/source/latex/randbild
10515%{texmfdist}/source/latex/rccol
10516%{texmfdist}/source/latex/rcs
10517%{texmfdist}/source/latex/rcsinfo
10518%{texmfdist}/source/latex/recipecard
10519%{texmfdist}/source/latex/refman
10520%{texmfdist}/source/latex/refstyle
10521%{texmfdist}/source/latex/regcount
10522%{texmfdist}/source/latex/register
10523%{texmfdist}/source/latex/relenc
10524%{texmfdist}/source/latex/revtex
10525%{texmfdist}/source/latex/rmpage
10526%{texmfdist}/source/latex/robustcommand
10527%{texmfdist}/source/latex/romannum
10528%{texmfdist}/source/latex/rotating
10529%{texmfdist}/source/latex/rotfloat
10530%{texmfdist}/source/latex/rsc
10531%{texmfdist}/source/latex/rst
10532%{texmfdist}/source/latex/rtkinenc
10533%{texmfdist}/source/latex/sagetex
10534%{texmfdist}/source/latex/sanskrit
10535%{texmfdist}/source/latex/sauerj
10536%{texmfdist}/source/latex/sauterfonts
10537%{texmfdist}/source/latex/savefnmark
10538%{texmfdist}/source/latex/savetrees
10539%{texmfdist}/source/latex/scale
10540%{texmfdist}/source/latex/scalebar
10541%{texmfdist}/source/latex/schedule
10542%{texmfdist}/source/latex/sciwordconv
10543%{texmfdist}/source/latex/screenplay
10544%{texmfdist}/source/latex/sectsty
10545%{texmfdist}/source/latex/semantic
10546%{texmfdist}/source/latex/semioneside
10547%{texmfdist}/source/latex/seqsplit
10548%{texmfdist}/source/latex/sf298
10549%{texmfdist}/source/latex/sffms
10550%{texmfdist}/source/latex/shorttoc
10551%{texmfdist}/source/latex/show2e
10552%{texmfdist}/source/latex/showexpl
10553%{texmfdist}/source/latex/showlabels
10554%{texmfdist}/source/latex/sidecap
10555%{texmfdist}/source/latex/siggraph
10556%{texmfdist}/source/latex/simplecv
10557%{texmfdist}/source/latex/simplewick
10558%{texmfdist}/source/latex/skull
10559%{texmfdist}/source/latex/slantsc
10560%{texmfdist}/source/latex/snapshot
10561%{texmfdist}/source/latex/songbook
10562%{texmfdist}/source/latex/soul
10563%{texmfdist}/source/latex/splitbib
10564%{texmfdist}/source/latex/splitindex
10565%{texmfdist}/source/latex/srcltx
10566%{texmfdist}/source/latex/sseq
10567%{texmfdist}/source/latex/ssqquote
10568%{texmfdist}/source/latex/stack
10569%{texmfdist}/source/latex/statistik
10570%{texmfdist}/source/latex/staves
10571%{texmfdist}/source/latex/stdclsdv
10572%{texmfdist}/source/latex/stdpage
10573%{texmfdist}/source/latex/stellenbosch
10574%{texmfdist}/source/latex/stex
10575%{texmfdist}/source/latex/stringstrings
10576%{texmfdist}/source/latex/struktex
10577%{texmfdist}/source/latex/subdepth
10578%{texmfdist}/source/latex/subeqn
10579%{texmfdist}/source/latex/subeqnarray
10580%{texmfdist}/source/latex/subfig
10581%{texmfdist}/source/latex/subfigure
10582%{texmfdist}/source/latex/subfloat
10583%{texmfdist}/source/latex/sudoku
10584%{texmfdist}/source/latex/sudokubundle
10585%{texmfdist}/source/latex/supertabular
10586%{texmfdist}/source/latex/svn-multi
10587%{texmfdist}/source/latex/svn
10588%{texmfdist}/source/latex/svninfo
10589%{texmfdist}/source/latex/swimgraf
10590%{texmfdist}/source/latex/syntrace
10591%{texmfdist}/source/latex/synttree
10592%{texmfdist}/source/latex/tablists
10593%{texmfdist}/source/latex/tabulary
10594%{texmfdist}/source/latex/tabvar
10595%{texmfdist}/source/latex/talk
10596%{texmfdist}/source/latex/tcldoc
10597%{texmfdist}/source/latex/tdsfrmath
10598%{texmfdist}/source/latex/technics
10599%{texmfdist}/source/latex/ted
10600%{texmfdist}/source/latex/tengwarscript
10601%{texmfdist}/source/latex/tensor
10602%{texmfdist}/source/latex/teubner
10603%{texmfdist}/source/latex/texmate
10604%{texmfdist}/source/latex/texpower
10605%{texmfdist}/source/latex/texshade
10606%{texmfdist}/source/latex/textcase
10607%{texmfdist}/source/latex/textfit
10608%{texmfdist}/source/latex/textopo
10609%{texmfdist}/source/latex/textpos
10610%{texmfdist}/source/latex/thesis-titlepage-fhac
10611%{texmfdist}/source/latex/thmtools
10612%{texmfdist}/source/latex/thumb
10613%{texmfdist}/source/latex/thuthesis
10614%{texmfdist}/source/latex/timesht
10615%{texmfdist}/source/latex/titling
10616%{texmfdist}/source/latex/tocbibind
10617%{texmfdist}/source/latex/tocloft
10618%{texmfdist}/source/latex/tocvsec2
10619%{texmfdist}/source/latex/todo
10620%{texmfdist}/source/latex/toolbox
10621%{texmfdist}/source/latex/tools
10622%{texmfdist}/source/latex/toptesi
10623%{texmfdist}/source/latex/totpages
10624%{texmfdist}/source/latex/trajan
10625%{texmfdist}/source/latex/tree-dvips
10626%{texmfdist}/source/latex/trfsigns
10627%{texmfdist}/source/latex/trivfloat
10628%{texmfdist}/source/latex/trsym
10629%{texmfdist}/source/latex/tugboat
10630%{texmfdist}/source/latex/turnstile
10631%{texmfdist}/source/latex/twoup
10632%{texmfdist}/source/latex/type1cm
10633%{texmfdist}/source/latex/typedref
10634%{texmfdist}/source/latex/typogrid
10635%{texmfdist}/source/latex/uaclasses
10636%{texmfdist}/source/latex/uiucthesis
10637%{texmfdist}/source/latex/ulsy
10638%{texmfdist}/source/latex/uml
10639%{texmfdist}/source/latex/umlaute
10640%{texmfdist}/source/latex/umoline
10641%{texmfdist}/source/latex/underlin
10642%{texmfdist}/source/latex/undertilde
10643%{texmfdist}/source/latex/units
10644%{texmfdist}/source/latex/unitsdef
10645%{texmfdist}/source/latex/unroman
10646%{texmfdist}/source/latex/upmethodology
10647%{texmfdist}/source/latex/urlbst
10648%{texmfdist}/source/latex/ushort
10649%{texmfdist}/source/latex/varindex
10650%{texmfdist}/source/latex/vector
10651%{texmfdist}/source/latex/verse
10652%{texmfdist}/source/latex/vmargin
10653%{texmfdist}/source/latex/volumes
10654%{texmfdist}/source/latex/vrsion
10655%{texmfdist}/source/latex/vwcol
10656%{texmfdist}/source/latex/vxu
10657%{texmfdist}/source/latex/warning
10658%{texmfdist}/source/latex/warpcol
10659%{texmfdist}/source/latex/was
10660%{texmfdist}/source/latex/wnri
10661%{texmfdist}/source/latex/xargs
10662%{texmfdist}/source/latex/xdoc
10663%{texmfdist}/source/latex/xfor
10664%{texmfdist}/source/latex/xmpincl
10665%{texmfdist}/source/latex/xpackages
10666%{texmfdist}/source/latex/xskak
10667%{texmfdist}/source/latex/xtab
10668%{texmfdist}/source/latex/xtcapts
10669%{texmfdist}/source/latex/yafoot
10670%{texmfdist}/source/latex/yfonts
10671%{texmfdist}/source/latex/yhmath
10672%{texmfdist}/source/latex/york-thesis
10673%{texmfdist}/source/latex/youngtab
198c241e 10674%dir %{texmfdist}/source/plain
8affbd2c 10675%dir %{texmfdist}/source/plain/jsmisc
f65b3398
ZU
10676%{texmfdist}/source/plain/jsmisc/xfig
10677%{texmfdist}/source/xelatex
8affbd2c 10678%{texmfdist}/tex/alatex
f65b3398
ZU
10679%{texmfdist}/tex/generic/enctex
10680%{texmfdist}/tex/latex/kalender
10681%{texmfdist}/tex/latex/karnaugh
10682%{texmfdist}/tex/latex/kerkis
10683%{texmfdist}/tex/latex/kerntest
10684%{texmfdist}/tex/latex/kluwer
10685%{texmfdist}/tex/latex/kpfonts
10686%{texmfdist}/tex/latex/kurier
10687%{texmfdist}/tex/latex/labelcas
10688%{texmfdist}/tex/latex/lazylist
10689%{texmfdist}/tex/latex/lcg
10690%{texmfdist}/tex/latex/lcyw
10691%{texmfdist}/tex/latex/leading
10692%{texmfdist}/tex/latex/ledmac
10693%{texmfdist}/tex/latex/lettre
10694%{texmfdist}/tex/latex/levy
10695%{texmfdist}/tex/latex/lexikon
10696%{texmfdist}/tex/latex/lgreek
10697%{texmfdist}/tex/latex/lhcyr
10698%{texmfdist}/tex/latex/lhelp
10699%{texmfdist}/tex/latex/libertine
10700%{texmfdist}/tex/latex/limap
10701%{texmfdist}/tex/latex/linearA
10702%{texmfdist}/tex/latex/linguex
10703%{texmfdist}/tex/latex/lipsum
10704%{texmfdist}/tex/latex/listbib
10705%{texmfdist}/tex/latex/listliketab
10706%{texmfdist}/tex/latex/listofsymbols
10707%{texmfdist}/tex/latex/lkproof
10708%{texmfdist}/tex/latex/logic
10709%{texmfdist}/tex/latex/logpap
10710%{texmfdist}/tex/latex/lps
10711%{texmfdist}/tex/latex/lsc
10712%{texmfdist}/tex/latex/ltablex
10713%{texmfdist}/tex/latex/ltxindex
10714%{texmfdist}/tex/latex/lxfonts
10715%{texmfdist}/tex/latex/ly1
10716%{texmfdist}/tex/latex/mafr
10717%{texmfdist}/tex/latex/mailing
10718%{texmfdist}/tex/latex/makebarcode
10719%{texmfdist}/tex/latex/makebox
10720%{texmfdist}/tex/latex/makecell
10721%{texmfdist}/tex/latex/makecmds
10722%{texmfdist}/tex/latex/makedtx
10723%{texmfdist}/tex/latex/makeglos
10724%{texmfdist}/tex/latex/makeplot
10725%{texmfdist}/tex/latex/manfnt
10726%{texmfdist}/tex/latex/manuscript
10727%{texmfdist}/tex/latex/mapcodes
10728%{texmfdist}/tex/latex/maple
10729%{texmfdist}/tex/latex/marginnote
10730%{texmfdist}/tex/latex/mathdesign
10731%{texmfdist}/tex/latex/maybemath
10732%{texmfdist}/tex/latex/mcaption
10733%{texmfdist}/tex/latex/mceinleger
10734%{texmfdist}/tex/latex/mcite
10735%{texmfdist}/tex/latex/mciteplus
10736%{texmfdist}/tex/latex/memexsupp
10737%{texmfdist}/tex/latex/mentis
10738%{texmfdist}/tex/latex/menu
10739%{texmfdist}/tex/latex/method
10740%{texmfdist}/tex/latex/metre
10741%{texmfdist}/tex/latex/mff
10742%{texmfdist}/tex/latex/mfpic4ode
10743%{texmfdist}/tex/latex/mftinc
10744%{texmfdist}/tex/latex/mhchem
10745%{texmfdist}/tex/latex/mhequ
10746%{texmfdist}/tex/latex/mhs
10747%{texmfdist}/tex/latex/miller
10748%{texmfdist}/tex/latex/minipage-marginpar
10749%{texmfdist}/tex/latex/miniplot
10750%{texmfdist}/tex/latex/minutes
10751%{texmfdist}/tex/latex/mla-paper
10752%{texmfdist}/tex/latex/mlist
10753%{texmfdist}/tex/latex/moresize
10754%{texmfdist}/tex/latex/movie15
10755%{texmfdist}/tex/latex/msc
10756%{texmfdist}/tex/latex/msg
10757%{texmfdist}/tex/latex/mslapa
10758%{texmfdist}/tex/latex/mtgreek
10759%{texmfdist}/tex/latex/multibbl
10760%{texmfdist}/tex/latex/multicap
10761%{texmfdist}/tex/latex/multido
10762%{texmfdist}/tex/latex/muthesis
10763%{texmfdist}/tex/latex/mxd
10764%{texmfdist}/tex/latex/mxedruli
10765%{texmfdist}/tex/latex/nag
10766%{texmfdist}/tex/latex/namespc
10767%{texmfdist}/tex/latex/nath
10768%{texmfdist}/tex/latex/nature
10769%{texmfdist}/tex/latex/newvbtm
10770%{texmfdist}/tex/latex/niceframe
10771%{texmfdist}/tex/latex/nih
10772%{texmfdist}/tex/latex/noitcrul
10773%{texmfdist}/tex/latex/nomentbl
10774%{texmfdist}/tex/latex/nonfloat
10775%{texmfdist}/tex/latex/nostarch
10776%{texmfdist}/tex/latex/notes
10777%{texmfdist}/tex/latex/notes2bib
10778%{texmfdist}/tex/latex/nrc
10779%{texmfdist}/tex/latex/ntabbing
10780%{texmfdist}/tex/latex/numline
10781%{texmfdist}/tex/latex/numname
10782%{texmfdist}/tex/latex/numprint
10783%{texmfdist}/tex/latex/objectz
10784%{texmfdist}/tex/latex/ocr-latex
10785%{texmfdist}/tex/latex/octavo
10786%{texmfdist}/tex/latex/ogonek
10787%{texmfdist}/tex/latex/oldstyle
10788%{texmfdist}/tex/latex/opcit
10789%{texmfdist}/tex/latex/ordinalpt
10790%{texmfdist}/tex/latex/ot2cyr
10791%{texmfdist}/tex/latex/othello
10792%{texmfdist}/tex/latex/otibet
10793%{texmfdist}/tex/latex/outline
10794%{texmfdist}/tex/latex/outliner
10795%{texmfdist}/tex/latex/pacioli
10796%{texmfdist}/tex/latex/pageno
10797%{texmfdist}/tex/latex/pagenote
10798%{texmfdist}/tex/latex/palatino
10799%{texmfdist}/tex/latex/paper
10800%{texmfdist}/tex/latex/papercdcase
10801%{texmfdist}/tex/latex/papertex
10802%{texmfdist}/tex/latex/parallel
10803%{texmfdist}/tex/latex/paresse
10804%{texmfdist}/tex/latex/parrun
10805%{texmfdist}/tex/latex/patchcmd
10806%{texmfdist}/tex/latex/pauldoc
10807%{texmfdist}/tex/latex/pawpict
10808%{texmfdist}/tex/latex/pbox
10809%{texmfdist}/tex/latex/pbsheet
10810%{texmfdist}/tex/latex/pclnfss
10811%{texmfdist}/tex/latex/pdfcprot
10812%{texmfdist}/tex/latex/pdfscreen
10813%{texmfdist}/tex/latex/pdftricks
10814%{texmfdist}/tex/latex/pdfwin
10815%{texmfdist}/tex/latex/pecha
10816%{texmfdist}/tex/latex/perltex
10817%{texmfdist}/tex/latex/permute
10818%{texmfdist}/tex/latex/petiteannonce
10819%{texmfdist}/tex/latex/petri-nets
10820%{texmfdist}/tex/latex/pgf-soroban
10821%{texmfdist}/tex/latex/phaistos
10822%{texmfdist}/tex/latex/philex
10823%{texmfdist}/tex/latex/philosophersimprint
10824%{texmfdist}/tex/latex/phonetic
10825%{texmfdist}/tex/latex/photo
10826%{texmfdist}/tex/latex/pictex2
10827%{texmfdist}/tex/latex/pinlabel
10828%{texmfdist}/tex/latex/pittetd
10829%{texmfdist}/tex/latex/plari
10830%{texmfdist}/tex/latex/plates
10831%{texmfdist}/tex/latex/play
10832%{texmfdist}/tex/latex/plweb
10833%{texmfdist}/tex/latex/pmgraph
10834%{texmfdist}/tex/latex/poemscol
10835%{texmfdist}/tex/latex/polski
10836%{texmfdist}/tex/latex/polyglot
10837%{texmfdist}/tex/latex/polytable
10838%{texmfdist}/tex/latex/postcards
10839%{texmfdist}/tex/latex/powerdot
10840%{texmfdist}/tex/latex/ppower4
10841%{texmfdist}/tex/latex/ppr-prv
10842%{texmfdist}/tex/latex/pracjourn
10843%{texmfdist}/tex/latex/prettyref
10844%{texmfdist}/tex/latex/proba
10845%{texmfdist}/tex/latex/probsoln
10846%{texmfdist}/tex/latex/procIAGssymp
10847%{texmfdist}/tex/latex/progkeys
10848%{texmfdist}/tex/latex/progress
10849%{texmfdist}/tex/latex/protex
10850%{texmfdist}/tex/latex/protocol
10851%{texmfdist}/tex/latex/psfragx
10852%{texmfdist}/tex/latex/psgo
10853%{texmfdist}/tex/latex/pspicture
10854%{texmfdist}/tex/latex/pstricks-add
10855%{texmfdist}/tex/latex/ptptex
10856%{texmfdist}/tex/latex/qcm
10857%{texmfdist}/tex/latex/qobitree
10858%{texmfdist}/tex/latex/qstest
10859%{texmfdist}/tex/latex/qsymbols
10860%{texmfdist}/tex/latex/qtree
10861%{texmfdist}/tex/latex/quotchap
10862%{texmfdist}/tex/latex/quotmark
10863%{texmfdist}/tex/latex/r_und_s
10864%{texmfdist}/tex/latex/randbild
10865%{texmfdist}/tex/latex/randtext
10866%{texmfdist}/tex/latex/rccol
10867%{texmfdist}/tex/latex/rcs
10868%{texmfdist}/tex/latex/rcsinfo
10869%{texmfdist}/tex/latex/recipecard
10870%{texmfdist}/tex/latex/rectopma
10871%{texmfdist}/tex/latex/refcheck
10872%{texmfdist}/tex/latex/refman
10873%{texmfdist}/tex/latex/refstyle
10874%{texmfdist}/tex/latex/regcount
10875%{texmfdist}/tex/latex/register
10876%{texmfdist}/tex/latex/relenc
10877%{texmfdist}/tex/latex/repeatindex
10878%{texmfdist}/tex/latex/resume
10879%{texmfdist}/tex/latex/rlepsf
10880%{texmfdist}/tex/latex/rmpage
10881%{texmfdist}/tex/latex/robustcommand
10882%{texmfdist}/tex/latex/robustindex
10883%{texmfdist}/tex/latex/romannum
10884%{texmfdist}/tex/latex/rotpages
10885%{texmfdist}/tex/latex/rsc
10886%{texmfdist}/tex/latex/rst
10887%{texmfdist}/tex/latex/rtkinenc
10888%{texmfdist}/tex/latex/rtklage
10889%{texmfdist}/tex/latex/sagetex
10890%{texmfdist}/tex/latex/sanskrit
10891%{texmfdist}/tex/latex/sauerj
10892%{texmfdist}/tex/latex/sauterfonts
10893%{texmfdist}/tex/latex/savefnmark
10894%{texmfdist}/tex/latex/savesym
10895%{texmfdist}/tex/latex/savetrees
10896%{texmfdist}/tex/latex/scalebar
10897%{texmfdist}/tex/latex/schedule
10898%{texmfdist}/tex/latex/scientificpaper
10899%{texmfdist}/tex/latex/sciposter
10900%{texmfdist}/tex/latex/sciwordconv
10901%{texmfdist}/tex/latex/screenplay
10902%{texmfdist}/tex/latex/script
10903%{texmfdist}/tex/latex/sdrt
10904%{texmfdist}/tex/latex/sectionbox
10905%{texmfdist}/tex/latex/semantic
10906%{texmfdist}/tex/latex/semaphor
10907%{texmfdist}/tex/latex/semioneside
10908%{texmfdist}/tex/latex/seqsplit
10909%{texmfdist}/tex/latex/sf298
10910%{texmfdist}/tex/latex/sffms
10911%{texmfdist}/tex/latex/sfg
10912%{texmfdist}/tex/latex/sfmath
10913%{texmfdist}/tex/latex/sgame
10914%{texmfdist}/tex/latex/shadbox
10915%{texmfdist}/tex/latex/shadethm
10916%{texmfdist}/tex/latex/shipunov
10917%{texmfdist}/tex/latex/shorttoc
10918%{texmfdist}/tex/latex/show2e
10919%{texmfdist}/tex/latex/showexpl
10920%{texmfdist}/tex/latex/sides
10921%{texmfdist}/tex/latex/siggraph
10922%{texmfdist}/tex/latex/simplecv
10923%{texmfdist}/tex/latex/simplewick
10924%{texmfdist}/tex/latex/skak
10925%{texmfdist}/tex/latex/skull
10926%{texmfdist}/tex/latex/slantsc
10927%{texmfdist}/tex/latex/smalltableof
10928%{texmfdist}/tex/latex/smartref
10929%{texmfdist}/tex/latex/smflatex
10930%{texmfdist}/tex/latex/snapshot
10931%{texmfdist}/tex/latex/songbook
10932%{texmfdist}/tex/latex/soyombo
10933%{texmfdist}/tex/latex/sparklines
10934%{texmfdist}/tex/latex/spie
10935%{texmfdist}/tex/latex/splitbib
10936%{texmfdist}/tex/latex/splitindex
10937%{texmfdist}/tex/latex/sprite
10938%{texmfdist}/tex/latex/srcltx
10939%{texmfdist}/tex/latex/sseq
10940%{texmfdist}/tex/latex/ssqquote
10941%{texmfdist}/tex/latex/stack
10942%{texmfdist}/tex/latex/stage
10943%{texmfdist}/tex/latex/statex2
10944%{texmfdist}/tex/latex/statistik
10945%{texmfdist}/tex/latex/staves
10946%{texmfdist}/tex/latex/stdpage
10947%{texmfdist}/tex/latex/stellenbosch
10948%{texmfdist}/tex/latex/stex
10949%{texmfdist}/tex/latex/stringstrings
10950%{texmfdist}/tex/latex/struktex
10951%{texmfdist}/tex/latex/sttools
10952%{texmfdist}/tex/latex/stubs
10953%{texmfdist}/tex/latex/subdepth
10954%{texmfdist}/tex/latex/subeqn
10955%{texmfdist}/tex/latex/subeqnarray
10956%{texmfdist}/tex/latex/subfloat
10957%{texmfdist}/tex/latex/substr
10958%{texmfdist}/tex/latex/sudoku
10959%{texmfdist}/tex/latex/sudokubundle
10960%{texmfdist}/tex/latex/sugconf
10961%{texmfdist}/tex/latex/susy
10962%{texmfdist}/tex/latex/svgcolor
10963%{texmfdist}/tex/latex/svn-multi
10964%{texmfdist}/tex/latex/svn
10965%{texmfdist}/tex/latex/svninfo
10966%{texmfdist}/tex/latex/swimgraf
10967%{texmfdist}/tex/latex/symbol
10968%{texmfdist}/tex/latex/synproof
10969%{texmfdist}/tex/latex/syntax
10970%{texmfdist}/tex/latex/syntrace
10971%{texmfdist}/tex/latex/synttree
10972%{texmfdist}/tex/latex/timing
10973%{texmfdist}/tex/latex/tocvsec2
10974%{texmfdist}/tex/latex/todo
10975%{texmfdist}/tex/latex/tokenizer
10976%{texmfdist}/tex/latex/toolbox
10977%{texmfdist}/tex/latex/topfloat
10978%{texmfdist}/tex/latex/toptesi
10979%{texmfdist}/tex/latex/tpslifonts
10980%{texmfdist}/tex/latex/tracking
10981%{texmfdist}/tex/latex/trajan
10982%{texmfdist}/tex/latex/translator
10983%{texmfdist}/tex/latex/tree-dvips
10984%{texmfdist}/tex/latex/trfsigns
10985%{texmfdist}/tex/latex/trivfloat
10986%{texmfdist}/tex/latex/trsym
10987%{texmfdist}/tex/latex/tufte-latex
10988%{texmfdist}/tex/latex/tugboat
10989%{texmfdist}/tex/latex/turnstile
10990%{texmfdist}/tex/latex/twoup
10991%{texmfdist}/tex/latex/typedref
10992%{texmfdist}/tex/latex/typogrid
10993%{texmfdist}/tex/latex/uaclasses
10994%{texmfdist}/tex/latex/ucthesis
10995%{texmfdist}/tex/latex/uebungsblatt
10996%{texmfdist}/tex/latex/uhrzeit
10997%{texmfdist}/tex/latex/uiucthesis
10998%{texmfdist}/tex/latex/ulsy
10999%{texmfdist}/tex/latex/umich-thesis
11000%{texmfdist}/tex/latex/uml
11001%{texmfdist}/tex/latex/umoline
11002%{texmfdist}/tex/latex/umrand
11003%{texmfdist}/tex/latex/umthesis
11004%{texmfdist}/tex/latex/underlin
11005%{texmfdist}/tex/latex/ushort
11006%{texmfdist}/tex/latex/uwthesis
11007
26d8eaaa
ZU
11008# %files latex-palatcm
11009# %defattr(644,root,root,755)
11010# %{texmf}/tex/latex/palatcm
d08789e0 11011
f65b3398
ZU
11012%files latex-pdfslide
11013%defattr(644,root,root,755)
11014%doc %{texmfdist}/doc/latex/pdfslide
11015%{texmfdist}/tex/latex/pdfslide
11016
03d9d5fa
ZU
11017%files latex-pgf
11018%defattr(644,root,root,755)
11019%doc %{texmfdist}/doc/generic/pgf
8ed039e0
ZU
11020%{texmfdist}/tex/generic/pgf
11021%{texmfdist}/tex/generic/pgfplots
03d9d5fa
ZU
11022%{texmfdist}/tex/latex/pgf
11023%{texmfdist}/tex/latex/pgfopts
11024%{texmfdist}/tex/latex/pgfplots
11025
b7b4a109
ZU
11026%files latex-prosper
11027%defattr(644,root,root,755)
11028%doc %{texmfdist}/doc/latex/prosper
11029%{texmfdist}/tex/latex/prosper
11030
f65b3398
ZU
11031%files latex-polynom
11032%defattr(644,root,root,755)
11033%doc %{texmfdist}/doc/latex/polynom
11034%{texmfdist}/source/latex/polynom
11035%{texmfdist}/tex/latex/polynom
11036
11037%files latex-polynomial
11038%defattr(644,root,root,755)
11039%doc %{texmfdist}/doc/latex/polynomial
11040%{texmfdist}/source/latex/polynomial
11041%{texmfdist}/tex/latex/polynomial
11042
b7b4a109
ZU
11043%files latex-pseudocode
11044%defattr(644,root,root,755)
11045%doc %{texmfdist}/doc/latex/pseudocode
11046%{texmfdist}/tex/latex/pseudocode
11047
8efa6a9c
ZU
11048%files latex-pst-2dplot
11049%defattr(644,root,root,755)
11050%doc %{texmfdist}/doc/generic/pst-2dplot
11051%{texmfdist}/tex/latex/pst-2dplot
11052
11053%files latex-pst-3dplot
11054%defattr(644,root,root,755)
11055%doc %{texmfdist}/doc/generic/pst-3dplot
11056%{texmfdist}/dvips/pst-3dplot
11057%{texmfdist}/tex/generic/pst-3dplot
11058%{texmfdist}/tex/latex/pst-3dplot
11059
11060%files latex-pst-bar
11061%defattr(644,root,root,755)
11062%doc %{texmfdist}/doc/generic/pst-3dplot
11063%{texmfdist}/dvips/pst-bar
11064%{texmfdist}/tex/generic/pst-bar
11065%{texmfdist}/tex/latex/pst-bar
11066
11067%files latex-pst-circ
11068%defattr(644,root,root,755)
11069%doc %{texmfdist}/doc/generic/pst-circ
11070%{texmfdist}/dvips/pst-circ
11071%{texmfdist}/tex/generic/pst-circ
11072%{texmfdist}/tex/latex/pst-circ
11073
11074%files latex-pst-diffraction
11075%defattr(644,root,root,755)
11076%doc %{texmfdist}/doc/generic/pst-diffraction
11077%{texmfdist}/tex/generic/pst-diffraction
11078%{texmfdist}/tex/latex/pst-diffraction
11079
b7b4a109
ZU
11080%files latex-pst-eucl
11081%defattr(644,root,root,755)
8efa6a9c 11082%doc %{texmfdist}/doc/generic/pst-eucl
b7b4a109
ZU
11083%{texmfdist}/tex/generic/pst-eucl
11084%{texmfdist}/tex/latex/pst-eucl
8efa6a9c
ZU
11085
11086%files latex-pst-fun
11087%defattr(644,root,root,755)
11088%doc %{texmfdist}/doc/generic/pst-fun
11089%{texmfdist}/dvips/pst-fun
11090%{texmfdist}/tex/generic/pst-fun
11091%{texmfdist}/tex/latex/pst-fun
11092
11093%files latex-pst-func
11094%defattr(644,root,root,755)
11095%doc %{texmfdist}/doc/generic/pst-func
11096%{texmfdist}/dvips/pst-func
11097%{texmfdist}/tex/generic/pst-func
11098%{texmfdist}/tex/latex/pst-func
11099
11100%files latex-pst-infixplot
11101%defattr(644,root,root,755)
11102%doc %{texmfdist}/doc/generic/pst-infixplot
11103%{texmfdist}/tex/generic/pst-infixplot
11104%{texmfdist}/tex/latex/pst-infixplot
b7b4a109
ZU
11105
11106%files latex-pst-fr3d
11107%defattr(644,root,root,755)
11108%doc %{texmfdist}/doc/generic/pst-fr3d
11109%{texmfdist}/source/generic/pst-fr3d
11110%{texmfdist}/tex/generic/pst-fr3d
11111%{texmfdist}/tex/latex/pst-fr3d
11112
11113%files latex-pst-fractal
11114%defattr(644,root,root,755)
11115%doc %{texmfdist}/doc/generic/pst-fractal
11116%{texmfdist}/dvips/pst-fractal
11117%{texmfdist}/tex/generic/pst-fractal
11118%{texmfdist}/tex/latex/pst-fractal
11119
8efa6a9c
ZU
11120%files latex-pst-math
11121%defattr(644,root,root,755)
11122%doc %{texmfdist}/doc/generic/pst-math
11123%{texmfdist}/dvips/pst-math
11124%{texmfdist}/tex/generic/pst-math
11125%{texmfdist}/tex/latex/pst-math
11126
11127%files latex-pst-ob3d
11128%defattr(644,root,root,755)
11129%doc %{texmfdist}/doc/generic/pst-ob3d
11130%{texmfdist}/source/generic/pst-ob3d
11131%{texmfdist}/tex/generic/pst-ob3d
11132%{texmfdist}/tex/latex/pst-ob3d
11133
11134%files latex-pst-optexp
11135%defattr(644,root,root,755)
11136%doc %{texmfdist}/doc/generic/pst-optexp
11137%{texmfdist}/dvips/pst-optexp
11138%{texmfdist}/tex/generic/pst-optexp
11139%{texmfdist}/tex/latex/pst-optexp
11140
11141%files latex-pst-optic
11142%defattr(644,root,root,755)
11143%doc %{texmfdist}/doc/generic/pst-optic
11144%{texmfdist}/tex/generic/pst-optic
11145%{texmfdist}/tex/latex/pst-optic
11146
11147%files latex-pst-text
11148%defattr(644,root,root,755)
11149%doc %{texmfdist}/doc/generic/pst-text
04123363 11150%{texmfdist}/dvips/pst-text
8efa6a9c
ZU
11151%{texmfdist}/tex/generic/pst-text
11152%{texmfdist}/tex/latex/pst-text
11153
1024ab0e
ZU
11154%files latex-pst-uncategorized
11155%defattr(644,root,root,755)
11156%doc %{texmfdist}/doc/generic/pst-3d
11157%doc %{texmfdist}/doc/generic/pst-asr
11158%doc %{texmfdist}/doc/generic/pst-bar
11159%doc %{texmfdist}/doc/generic/pst-barcode
11160%doc %{texmfdist}/doc/generic/pst-blur
11161%doc %{texmfdist}/doc/generic/pst-coil
11162%doc %{texmfdist}/doc/generic/pst-cox
04123363
ZU
11163# %doc %{texmfdist}/doc/generic/pst-cox/pst-coxcoor
11164# %doc %{texmfdist}/doc/generic/pst-cox/pst-coxeterp
1024ab0e
ZU
11165%doc %{texmfdist}/doc/generic/pst-dbicons
11166%doc %{texmfdist}/doc/generic/pst-eps
11167%doc %{texmfdist}/doc/generic/pst-fill
11168%doc %{texmfdist}/doc/generic/pst-geo
11169%doc %{texmfdist}/doc/generic/pst-ghsb
11170%doc %{texmfdist}/doc/generic/pst-gr3d
11171%doc %{texmfdist}/doc/generic/pst-grad
11172%doc %{texmfdist}/doc/generic/pst-jtree
11173%doc %{texmfdist}/doc/generic/pst-labo
11174%doc %{texmfdist}/doc/generic/pst-lens
11175%doc %{texmfdist}/doc/generic/pst-light3d
11176%doc %{texmfdist}/doc/generic/pst-osci
11177%doc %{texmfdist}/doc/generic/pst-pad
11178%doc %{texmfdist}/doc/generic/pst-pdgr
11179%doc %{texmfdist}/doc/generic/pst-poly
11180%doc %{texmfdist}/doc/generic/pst-qtree
11181%doc %{texmfdist}/doc/generic/pst-slpe
11182%doc %{texmfdist}/doc/generic/pst-solides3d
04123363
ZU
11183# %doc %{texmfdist}/doc/generic/pst-solides3d/doc-en
11184# %doc %{texmfdist}/doc/generic/pst-solides3d/doc
1024ab0e
ZU
11185%doc %{texmfdist}/doc/generic/pst-soroban
11186%doc %{texmfdist}/doc/generic/pst-spectra
11187%doc %{texmfdist}/doc/generic/pst-stru
11188%doc %{texmfdist}/doc/generic/pst-uml
11189%doc %{texmfdist}/doc/generic/pst-vue3d
11190%doc %{texmfdist}/doc/latex/auto-pst-pdf
11191%doc %{texmfdist}/doc/latex/pst-pdf
11192%{texmfdist}/dvips/pst-barcode
11193%{texmfdist}/dvips/pst-blur
11194%{texmfdist}/dvips/pst-coil
11195%{texmfdist}/dvips/pst-cox
11196%{texmfdist}/dvips/pst-eucl
11197%{texmfdist}/dvips/pst-geo
11198%{texmfdist}/dvips/pst-ghsb
11199%{texmfdist}/dvips/pst-grad
11200%{texmfdist}/dvips/pst-light3d
11201%{texmfdist}/dvips/pst-slpe
11202%{texmfdist}/dvips/pst-solides3d
11203%{texmfdist}/dvips/pst-spectra
11204%{texmfdist}/dvips/pst-vue3d
11205%{texmfdist}/scripts/pst-pdf
11206%{texmfdist}/source/generic/pst-3d
11207%{texmfdist}/source/generic/pst-3dplot
11208%{texmfdist}/source/generic/pst-barcode
11209%{texmfdist}/source/generic/pst-blur
11210%{texmfdist}/source/generic/pst-circ
11211%{texmfdist}/source/generic/pst-coil
11212%{texmfdist}/source/generic/pst-dbicons
11213%{texmfdist}/source/generic/pst-diffraction
11214%{texmfdist}/source/generic/pst-eps
11215%{texmfdist}/source/generic/pst-fill
11216%{texmfdist}/source/generic/pst-fractal
11217%{texmfdist}/source/generic/pst-fun
11218%{texmfdist}/source/generic/pst-func
11219%{texmfdist}/source/generic/pst-lens
11220%{texmfdist}/source/generic/pst-light3d
11221%{texmfdist}/source/generic/pst-optic
11222%{texmfdist}/source/generic/pst-pad
11223%{texmfdist}/source/generic/pst-pdgr
11224%{texmfdist}/source/generic/pst-slpe
11225%{texmfdist}/source/generic/pst-soroban
11226%{texmfdist}/source/generic/pst-text
11227%{texmfdist}/source/generic/pst-uml
11228%{texmfdist}/source/generic/pst-vue3d
11229%{texmfdist}/source/latex/auto-pst-pdf
11230%{texmfdist}/source/latex/pst-gr3d
11231%{texmfdist}/source/latex/pst-pdf
11232%{texmfdist}/source/latex/pst-poly
11233%{texmfdist}/tex/generic/pst-3d
11234%{texmfdist}/tex/generic/pst-asr
11235%{texmfdist}/tex/generic/pst-barcode
11236%{texmfdist}/tex/generic/pst-blur
11237%{texmfdist}/tex/generic/pst-coil
11238%{texmfdist}/tex/generic/pst-cox
11239%{texmfdist}/tex/generic/pst-eps
11240%{texmfdist}/tex/generic/pst-fill
11241%{texmfdist}/tex/generic/pst-geo
11242%{texmfdist}/tex/generic/pst-ghsb
11243%{texmfdist}/tex/generic/pst-gr3d
11244%{texmfdist}/tex/generic/pst-grad
11245%{texmfdist}/tex/generic/pst-jtree
11246%{texmfdist}/tex/generic/pst-labo
11247%{texmfdist}/tex/generic/pst-lens
11248%{texmfdist}/tex/generic/pst-light3d
11249%{texmfdist}/tex/generic/pst-osci
11250%{texmfdist}/tex/generic/pst-pad
11251%{texmfdist}/tex/generic/pst-pdgr
11252%{texmfdist}/tex/generic/pst-poly
11253%{texmfdist}/tex/generic/pst-qtree
11254%{texmfdist}/tex/generic/pst-slpe
11255%{texmfdist}/tex/generic/pst-solides3d
11256%{texmfdist}/tex/generic/pst-spectra
11257%{texmfdist}/tex/generic/pst-stru
11258%{texmfdist}/tex/generic/pst-vue3d
11259%{texmfdist}/tex/latex/pst-3d
11260%{texmfdist}/tex/latex/pst-asr
11261%{texmfdist}/tex/latex/pst-barcode
11262%{texmfdist}/tex/latex/pst-blur
11263%{texmfdist}/tex/latex/pst-coil
11264%{texmfdist}/tex/latex/pst-cox
11265%{texmfdist}/tex/latex/pst-dbicons
11266%{texmfdist}/tex/latex/pst-eps
11267%{texmfdist}/tex/latex/pst-fill
11268%{texmfdist}/tex/latex/pst-geo
11269%{texmfdist}/tex/latex/pst-ghsb
11270%{texmfdist}/tex/latex/pst-gr3d
11271%{texmfdist}/tex/latex/pst-grad
11272%{texmfdist}/tex/latex/pst-jtree
11273%{texmfdist}/tex/latex/pst-labo
11274%{texmfdist}/tex/latex/pst-lens
11275%{texmfdist}/tex/latex/pst-light3d
11276%{texmfdist}/tex/latex/pst-osci
11277%{texmfdist}/tex/latex/pst-pad
11278%{texmfdist}/tex/latex/pst-pdf
11279%{texmfdist}/tex/latex/pst-pdgr
11280%{texmfdist}/tex/latex/pst-poly
11281%{texmfdist}/tex/latex/pst-qtree
11282%{texmfdist}/tex/latex/pst-slpe
11283%{texmfdist}/tex/latex/pst-solides3d
11284%{texmfdist}/tex/latex/pst-soroban
11285%{texmfdist}/tex/latex/pst-spectra
11286%{texmfdist}/tex/latex/pst-stru
11287%{texmfdist}/tex/latex/pst-uml
11288%{texmfdist}/tex/latex/pst-vue3d
11289
d08789e0 11290%files latex-psnfss
489714ae 11291%defattr(644,root,root,755)
26d8eaaa 11292%doc %{texmfdist}/doc/latex/psnfss
04123363
ZU
11293%dir %{texmfdist}/source/latex
11294%dir %{texmfdist}/source/latex/latex-tds
11295%dir %{texmfdist}/source/latex/latex-tds/tex
26d8eaaa 11296%{texmfdist}/fonts/map/dvips/psnfss
26d8eaaa 11297%{texmfdist}/source/latex/psnfss
26d8eaaa
ZU
11298%{texmfdist}/source/latex/latex-tds/tex/psnfss2e.drv
11299%{texmfdist}/tex/latex/psnfss
11300
d08789e0
ZU
11301%files latex-pxfonts
11302%defattr(644,root,root,755)
26d8eaaa
ZU
11303%doc %{texmfdist}/doc/fonts/pxfonts
11304%{texmfdist}/tex/latex/pxfonts
11305%{texmfdist}/fonts/type1/public/pxfonts
11306%{texmfdist}/fonts/afm/public/pxfonts
11307%{texmfdist}/fonts/tfm/public/pxfonts
11308%{texmfdist}/fonts/vf/public/pxfonts
11309%{texmfdist}/fonts/map/dvips/pxfonts
26d8eaaa 11310
5b7eba8e
MB
11311#%files latex-qfonts
11312#%defattr(644,root,root,755)
d08789e0 11313
6c82f497
ZU
11314%files latex-SIstyle
11315%defattr(644,root,root,755)
11316%{texmfdist}/doc/latex/SIstyle
11317%{texmfdist}/source/latex/SIstyle
11318
3127b522
ZU
11319%files latex-SIunits
11320%defattr(644,root,root,755)
3127b522 11321%{texmfdist}/doc/latex/SIunits
5b7eba8e 11322%{texmfdist}/tex/latex/SIunits
6c82f497
ZU
11323%{texmfdist}/source/latex/SIunits
11324
f65b3398
ZU
11325%files latex-siunitx
11326%defattr(644,root,root,755)
11327%{texmfdist}/doc/latex/siunitx
11328%{texmfdist}/tex/latex/siunitx
11329%{texmfdist}/source/latex/siunitx
11330
6c82f497
ZU
11331%files latex-Tabbing
11332%defattr(644,root,root,755)
11333%{texmfdist}/source/latex/Tabbing
11334%{texmfdist}/doc/latex/Tabbing
3127b522 11335
d08789e0
ZU
11336%files latex-txfonts
11337%defattr(644,root,root,755)
26d8eaaa
ZU
11338%doc %{texmfdist}/doc/fonts/txfonts
11339%{texmfdist}/fonts/type1/public/txfonts
11340%{texmfdist}/fonts/afm/public/txfonts
11341%{texmfdist}/fonts/enc/dvips/txfonts
11342%{texmfdist}/fonts/tfm/public/txfonts
11343%{texmfdist}/fonts/vf/public/txfonts
11344%{texmfdist}/fonts/map/dvips/txfonts
11345%{texmfdist}/tex/latex/txfonts
26d8eaaa 11346
7ea3a98b
ZU
11347%files latex-ucs
11348%defattr(644,root,root,755)
7ea3a98b 11349%doc %{texmfdist}/doc/latex/ucs
5b7eba8e 11350%{texmfdist}/tex/latex/ucs
d08789e0
ZU
11351
11352%files latex-umlaute
11353%defattr(644,root,root,755)
2677a8b0 11354%{texmfdist}/tex/latex/umlaute
d08789e0 11355
26d8eaaa
ZU
11356# %files latex-urwvn
11357# %defattr(644,root,root,755)
d08789e0 11358
e67df411
ZU
11359%files latex-variations
11360%defattr(644,root,root,755)
e65bc3d5 11361%doc %{texmfdist}/doc/generic/variations
e67df411
ZU
11362%{texmfdist}/tex/generic/variations
11363
d08789e0
ZU
11364%files latex-wasysym
11365%defattr(644,root,root,755)
26d8eaaa
ZU
11366%doc %{texmfdist}/doc/latex/wasysym
11367%{texmfdist}/tex/latex/wasysym
11368%{texmfdist}/source/latex/wasysym
d08789e0 11369
03d9d5fa
ZU
11370%files latex-xcolor
11371%defattr(644,root,root,755)
11372%doc %{texmfdist}/doc/latex/xcolor
04123363 11373%{texmfdist}/dvips/xcolor
03d9d5fa
ZU
11374%{texmfdist}/source/latex/xcolor
11375
2496d461
ZU
11376# %files format-latex
11377# %defattr(644,root,root,755)
26d8eaaa 11378# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/latex.fmt
d08789e0
ZU
11379
11380%files format-pdflatex
11381%defattr(644,root,root,755)
11382#%{texmf}/pdftex/latex/config
26d8eaaa 11383# %dir %{texmf}/pdftex/latex
d08789e0 11384%attr(755,root,root) %{_bindir}/pdflatex
fae5faca 11385%{_mandir}/man1/pdflatex.1*
26d8eaaa 11386# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdflatex.fmt
d08789e0 11387
26d8eaaa
ZU
11388# %files platex
11389# %defattr(644,root,root,755)
11390# %doc %{texmf}/doc/latex/platex
11391# %dir %{texmf}/tex/platex
11392# %{texmf}/tex/platex/config
11393# %{texmf}/tex/latex/platex
d08789e0 11394
26d8eaaa
ZU
11395# %files format-platex
11396# %defattr(644,root,root,755)
11397# %attr(755,root,root) %{_bindir}/platex
d08789e0 11398#%attr(755,root,root) %{_bindir}/platex-pl
26d8eaaa 11399# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/platex.fmt
d08789e0
ZU
11400#%config(noreplace) %verify(not md5 mtime size) %{fmtdir}/platex-pl.fmt
11401
26d8eaaa
ZU
11402# %files format-pdfplatex
11403# %defattr(644,root,root,755)
d08789e0
ZU
11404#%dir %{texmf}/pdftex/platex
11405#%{texmf}/pdftex/platex/config
26d8eaaa
ZU
11406# %attr(755,root,root) %{_bindir}/pdfplatex
11407# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdfplatex.fmt
d08789e0
ZU
11408
11409%files tex-babel
11410%defattr(644,root,root,755)
21c69d95 11411%dir %{texmfdist}/source/generic/babel
26d8eaaa
ZU
11412%doc %{texmfdist}/doc/generic/babel
11413%{texmfdist}/tex/generic/babel
d08789e0
ZU
11414
11415%files tex-german
11416%defattr(644,root,root,755)
26d8eaaa
ZU
11417%doc %{texmfdist}/doc/generic/german
11418%{texmfdist}/tex/generic/german
d08789e0
ZU
11419
11420%files tex-mfpic
11421%defattr(644,root,root,755)
26d8eaaa
ZU
11422%doc %{texmfdist}/doc/generic/mfpic
11423%{texmfdist}/tex/generic/mfpic
d08789e0
ZU
11424
11425%files tex-misc
11426%defattr(644,root,root,755)
26d8eaaa
ZU
11427%doc %{texmfdist}/doc/latex/localloc
11428%doc %{texmfdist}/doc/generic/multido
11429%doc %{texmfdist}/doc/generic/tap
d08789e0 11430
26d8eaaa
ZU
11431%{texmfdist}/tex/generic/eijkhout
11432%{texmfdist}/tex/generic/multido
11433%{texmfdist}/tex/generic/misc
d08789e0
ZU
11434
11435%files tex-pictex
11436%defattr(644,root,root,755)
2677a8b0
ZU
11437%doc %{texmfdist}/doc/generic/pictex
11438%{texmfdist}/tex/generic/pictex
d08789e0
ZU
11439
11440%files tex-pstricks
11441%defattr(644,root,root,755)
26d8eaaa
ZU
11442%doc %{texmfdist}/doc/generic/pstricks
11443%{texmfdist}/dvips/pstricks
11444%{texmfdist}/tex/generic/pstricks
d08789e0 11445
26d8eaaa
ZU
11446# %files tex-qpx
11447# %defattr(644,root,root,755)
11448# %doc %{texmf}/doc/fonts/polish/qpx
11449# %{texmf}/tex/generic/qpx
d08789e0 11450
31bd2c4a 11451%files tex-qpxqtx
d08789e0 11452%defattr(644,root,root,755)
26d8eaaa
ZU
11453%doc %{texmfdist}/doc/fonts/qpxqtx
11454%{texmfdist}/fonts/tfm/public/qpxqtx
11455%{texmfdist}/fonts/vf/public/qpxqtx
11456%{texmfdist}/tex/generic/qpxqtx
d08789e0
ZU
11457
11458%files tex-ruhyphen
11459%defattr(644,root,root,755)
26d8eaaa
ZU
11460%{texmfdist}/tex/generic/ruhyphen
11461%{texmfdist}/source/generic/ruhyphen
d08789e0
ZU
11462
11463%files tex-spanish
11464%defattr(644,root,root,755)
26d8eaaa 11465%doc %{texmfdist}/doc/latex/spanish-mx
21c69d95 11466%dir %{texmfdist}/source/latex/mapcodes
04123363 11467%dir %{texmfdist}/source/latex/polyglot
21c69d95
ZU
11468%dir %{texmfdist}/source/latex/polyglot/langs
11469%dir %{texmfdist}/tex/latex/apacite
11470%dir %{texmfdist}/tex/latex/babelbib
11471%dir %{texmfdist}/tex/latex/dvdcoll/dcl
04123363 11472%dir %{texmfdist}/tex/texsis
21c69d95 11473%dir %{texmfdist}/tex/texsis/base
26d8eaaa
ZU
11474%{texmfdist}/source/generic/babel/spanish.ins
11475%{texmfdist}/source/generic/babel/spanish.dtx
11476%{texmfdist}/source/latex/polyglot/langs/spanish.ld
11477%{texmfdist}/source/latex/polyglot/langs/spanish.ot1
11478%{texmfdist}/source/latex/mapcodes/spanish.map
11479%{texmfdist}/source/latex/mapcodes/spanish.dtx
11480%{texmfdist}/tex/texsis/base/Spanish.txs
26d8eaaa
ZU
11481%{texmfdist}/tex/generic/babel/spanish.sty
11482%{texmfdist}/tex/generic/babel/spanish.ldf
11483%{texmfdist}/tex/latex/spanish-mx
26d8eaaa
ZU
11484%{texmfdist}/tex/latex/custom-bib/spanish.mbs
11485%{texmfdist}/tex/latex/babelbib/spanish.bdf
11486%{texmfdist}/tex/latex/apacite/spanish.apc
11487%{texmfdist}/tex/latex/dvdcoll/dcl/spanish.dcl
d08789e0
ZU
11488
11489%files tex-texdraw
11490%defattr(644,root,root,755)
26d8eaaa
ZU
11491%doc %{texmfdist}/doc/texdraw
11492%{texmfdist}/tex/generic/texdraw
d08789e0
ZU
11493
11494%files tex-thumbpdf
11495%defattr(644,root,root,755)
26d8eaaa 11496%doc %{texmfdist}/doc/generic/thumbpdf
d08789e0 11497%attr(755,root,root) %{_bindir}/thumbpdf
26d8eaaa
ZU
11498%{texmfdist}/tex/generic/thumbpdf
11499%{texmfdist}/scripts/thumbpdf
d08789e0
ZU
11500%{_mandir}/man1/thumbpdf.1*
11501
11502%files tex-ukrhyph
11503%defattr(644,root,root,755)
26d8eaaa
ZU
11504%doc %{texmfdist}/doc/generic/ukrhyph
11505%{texmfdist}/tex/generic/ukrhyph
d08789e0
ZU
11506
11507%files latex-vietnam
11508%defattr(644,root,root,755)
26d8eaaa
ZU
11509%doc %{texmfdist}/doc/generic/vntex
11510%{texmfdist}/tex/latex/vntex
d08789e0
ZU
11511
11512%files tex-xypic
11513%defattr(644,root,root,755)
26d8eaaa
ZU
11514%doc %{texmfdist}/doc/generic/xypic
11515%{texmfdist}/tex/generic/xypic
d08789e0
ZU
11516
11517%files tex-xkeyval
11518%defattr(644,root,root,755)
4a09ae1a
ZU
11519%doc %{texmfdist}/doc/latex/xkeyval
11520%{texmfdist}/source/latex/xkeyval
11521%{texmfdist}/tex/generic/xkeyval
11522%{texmfdist}/tex/latex/xkeyval
d08789e0
ZU
11523
11524%files fonts-adobe
11525%defattr(644,root,root,755)
4a09ae1a
ZU
11526%{texmfdist}/fonts/type1/adobe
11527%{texmfdist}/fonts/afm/adobe
11528%{texmfdist}/fonts/tfm/adobe
11529%{texmfdist}/fonts/vf/adobe
d08789e0
ZU
11530
11531%files fonts-ae
11532%defattr(644,root,root,755)
4a09ae1a
ZU
11533%doc %{texmfdist}/doc/fonts/ae
11534%{texmfdist}/fonts/tfm/public/ae
11535%{texmfdist}/fonts/vf/public/ae
11536%{texmfdist}/source/fonts/ae
d08789e0
ZU
11537
11538%files fonts-ams
11539%defattr(644,root,root,755)
4a09ae1a
ZU
11540%{texmfdist}/bibtex/bst/ams
11541%{texmfdist}/bibtex/bib/ams
11542%{texmfdist}/dvips/ams
11543%{texmfdist}/fonts/source/public/ams
11544%{texmfdist}/fonts/type1/bluesky/ams
11545%{texmfdist}/fonts/afm/bluesky/ams
11546%{texmfdist}/fonts/tfm/public/ams
11547%{texmfdist}/fonts/map/dvips/ams
d08789e0
ZU
11548
11549%files fonts-antp
11550%defattr(644,root,root,755)
26d8eaaa 11551%doc %{texmfdist}/doc/fonts/antp
7179ac92
ZU
11552%{texmfdist}/fonts/enc/dvips/antp
11553%{texmfdist}/fonts/map/dvips/antp
11554%{texmfdist}/fonts/afm/public/antp
11555%{texmfdist}/fonts/tfm/public/antp
26d8eaaa 11556%{texmfdist}/dvips/antp
d08789e0
ZU
11557
11558%files fonts-antt
11559%defattr(644,root,root,755)
4a09ae1a
ZU
11560%doc %{texmfdist}/doc/fonts/antt
11561%{texmfdist}/fonts/afm/public/antt
11562%{texmfdist}/fonts/opentype/public/antt
11563%{texmfdist}/fonts/enc/dvips/antt
11564%{texmfdist}/fonts/tfm/public/antt
11565%{texmfdist}/fonts/map/dvips/antt
11566%{texmfdist}/tex/plain/antt
11567%{texmfdist}/tex/latex/antt
d08789e0 11568
5bc70a92
MB
11569%files fonts-arphic
11570%defattr(644,root,root,755)
11571%doc %{texmfdist}/doc/fonts/arphic
11572%{texmfdist}/fonts/afm/arphic
11573%{texmfdist}/fonts/tfm/arphic
11574%{texmfdist}/fonts/vf/arphic
11575
d08789e0
ZU
11576%files fonts-bbm
11577%defattr(644,root,root,755)
4a09ae1a
ZU
11578%doc %{texmfdist}/doc/fonts/bbm
11579%{texmfdist}/fonts/source/public/bbm
11580%{texmfdist}/fonts/tfm/public/bbm
11581%{texmfdist}/source/latex/bbm
11582%{texmfdist}/tex/latex/bbm
d08789e0
ZU
11583
11584%files fonts-bbold
11585%defattr(644,root,root,755)
4a09ae1a
ZU
11586%{texmfdist}/fonts/source/public/bbold
11587%{texmfdist}/fonts/tfm/public/bbold
d08789e0 11588
4a09ae1a
ZU
11589# %files fonts-bh
11590# %defattr(644,root,root,755)
11591# %doc %{texmf}/doc/fonts/bh
11592# %{texmf}/fonts/tfm/bh
11593# %{texmf}/fonts/vf/bh
d08789e0
ZU
11594
11595%files fonts-bitstream
11596%defattr(644,root,root,755)
4a09ae1a
ZU
11597%{texmfdist}/fonts/afm/bitstrea
11598%{texmfdist}/fonts/tfm/bitstrea
11599%{texmfdist}/fonts/vf/bitstrea
d08789e0 11600
5b7eba8e
MB
11601#%files fonts-cbgreek
11602#%defattr(644,root,root,755)
d08789e0
ZU
11603
11604%files fonts-cc-pl
11605%defattr(644,root,root,755)
4a09ae1a
ZU
11606%{texmfdist}/fonts/source/public/cc-pl
11607%{texmfdist}/fonts/enc/dvips/cc-pl
11608%{texmfdist}/fonts/tfm/public/cc-pl
11609%{texmfdist}/fonts/map/dvips/cc-pl
4a09ae1a 11610
d08789e0
ZU
11611%files fonts-cg
11612%defattr(644,root,root,755)
4a09ae1a
ZU
11613%{texmfdist}/fonts/tfm/cg
11614%{texmfdist}/fonts/vf/cg
d08789e0
ZU
11615
11616%files fonts-cm
11617%defattr(644,root,root,755)
ffd94364 11618%doc %{texmfdist}/doc/fonts/cm
165b9d73
ZU
11619%dir %{texmfdist}/doc/fonts
11620%dir %{texmfdist}/dvips
11621%dir %{texmfdist}/fonts/afm/bluesky
11622%dir %{texmfdist}/fonts/map/dvips
11623%dir %{texmfdist}/fonts/pk/ljfour/public
4a09ae1a
ZU
11624%{texmfdist}/dvips/cm
11625%{texmfdist}/fonts/source/public/cm
11626%{texmfdist}/fonts/afm/bluesky/cm
11627%{texmfdist}/fonts/tfm/public/cm
11628%{texmfdist}/fonts/pk/ljfour/public/cm
11629%{texmfdist}/fonts/map/dvips/cm
d08789e0
ZU
11630
11631%files fonts-cmbright
11632%defattr(644,root,root,755)
4a09ae1a
ZU
11633%doc %{texmfdist}/doc/latex/cmbright
11634%{texmfdist}/fonts/source/public/cmbright
11635%{texmfdist}/fonts/tfm/public/cmbright
11636%{texmfdist}/source/latex/cmbright
11637%{texmfdist}/tex/latex/cmbright
d08789e0
ZU
11638
11639%files fonts-cmcyr
11640%defattr(644,root,root,755)
4a09ae1a
ZU
11641%doc %{texmfdist}/doc/fonts/cmcyr
11642%{texmfdist}/fonts/source/public/cmcyr
11643%{texmfdist}/fonts/type1/public/cmcyr
11644%{texmfdist}/fonts/tfm/public/cmcyr
11645%{texmfdist}/fonts/vf/public/cmcyr
11646%{texmfdist}/fonts/map/dvips/cmcyr
d08789e0
ZU
11647
11648%files fonts-cmextra
11649%defattr(644,root,root,755)
4a09ae1a
ZU
11650%{texmfdist}/fonts/source/public/cmextra
11651%{texmfdist}/fonts/tfm/public/cmextra
d08789e0 11652
5d7e11d7
ZU
11653%files fonts-cmsuper
11654%defattr(644,root,root,755)
11655%doc %{texmfdist}/doc/fonts/cm-super
11656%{texmfdist}/fonts/afm/public/cm-super
11657%{texmfdist}/fonts/enc/dvips/cm-super
11658%{texmfdist}/fonts/map/dvips/cm-super
11659%{texmfdist}/fonts/map/vtex/cm-super
11660%{texmfdist}/fonts/type1/public/cm-super
11661
d08789e0
ZU
11662%files fonts-concmath
11663%defattr(644,root,root,755)
4a09ae1a
ZU
11664%doc %{texmfdist}/doc/fonts/concmath
11665%doc %{texmfdist}/doc/latex/concmath
11666%{texmfdist}/fonts/source/public/concmath
11667%{texmfdist}/fonts/tfm/public/concmath
11668%{texmfdist}/source/latex/concmath
11669%{texmfdist}/tex/latex/concmath
d08789e0
ZU
11670
11671%files fonts-concrete
11672%defattr(644,root,root,755)
4a09ae1a
ZU
11673%doc %{texmfdist}/doc/fonts/concrete
11674%{texmfdist}/fonts/source/public/concrete
11675%{texmfdist}/fonts/tfm/public/concrete
d08789e0
ZU
11676
11677%files fonts-cs
11678%defattr(644,root,root,755)
4a09ae1a
ZU
11679%{texmfdist}/dvips/cs
11680%{texmfdist}/fonts/source/public/cs
11681%{texmfdist}/fonts/enc/dvips/cs
11682%{texmfdist}/fonts/tfm/public/cs
11683%{texmfdist}/fonts/map/dvips/cs
d08789e0 11684
5b7eba8e
MB
11685#%files fonts-dstroke
11686#%defattr(644,root,root,755)
d08789e0
ZU
11687
11688%files fonts-ecc
11689%defattr(644,root,root,755)
4a09ae1a
ZU
11690%doc %{texmfdist}/doc/fonts/ecc
11691%{texmfdist}/fonts/source/public/ecc
11692%{texmfdist}/fonts/tfm/public/ecc
d08789e0
ZU
11693
11694%files fonts-eurosym
11695%defattr(644,root,root,755)
4a09ae1a
ZU
11696%doc %{texmfdist}/doc/fonts/eurosym
11697%{texmfdist}/fonts/source/public/eurosym
11698%{texmfdist}/fonts/tfm/public/eurosym
11699%{texmfdist}/fonts/map/dvips/eurosym
11700%{texmfdist}/source/fonts/eurosym
11701%{texmfdist}/tex/latex/eurosym
d08789e0
ZU
11702
11703%files fonts-eulervm
11704%defattr(644,root,root,755)
7179ac92
ZU
11705%doc %{texmfdist}/doc/latex/eulervm
11706%{texmfdist}/fonts/tfm/public/eulervm
11707%{texmfdist}/fonts/vf/public/eulervm
11708%{texmfdist}/source/latex/eulervm
11709%{texmfdist}/tex/latex/eulervm
d08789e0
ZU
11710
11711%files fonts-euxm
11712%defattr(644,root,root,755)
7179ac92
ZU
11713%{texmfdist}/fonts/source/public/euxm
11714%{texmfdist}/fonts/tfm/public/euxm
d08789e0
ZU
11715
11716%files fonts-gothic
11717%defattr(644,root,root,755)
7179ac92
ZU
11718%{texmfdist}/doc/fonts/gothic
11719%{texmfdist}/dvips/gothic
11720%{texmfdist}/fonts/source/public/gothic
11721%{texmfdist}/fonts/type1/public/gothic
11722%{texmfdist}/fonts/afm/public/gothic
11723%{texmfdist}/fonts/tfm/public/gothic
11724%{texmfdist}/fonts/vf/public/gothic
11725%{texmfdist}/fonts/map/dvips/gothic
d08789e0
ZU
11726
11727%files fonts-hoekwater
11728%defattr(644,root,root,755)
7179ac92
ZU
11729%{texmfdist}/fonts/afm/hoekwater
11730%{texmfdist}/fonts/tfm/hoekwater
26d8eaaa 11731%{texmfdist}/fonts/truetype/hoekwater
d08789e0
ZU
11732
11733%files fonts-jknappen
11734%defattr(644,root,root,755)
7179ac92
ZU
11735%{texmfdist}/fonts/source/jknappen
11736%{texmfdist}/fonts/tfm/jknappen
d08789e0
ZU
11737
11738%files fonts-latex
11739%defattr(644,root,root,755)
7179ac92 11740%doc %{texmfdist}/doc/latex/esint
1489b005
ZU
11741%dir %{texmfdist}/fonts/source/public/latex-fonts
11742%dir %{texmfdist}/fonts/type1/bluesky/latex-fonts
11743%dir %{texmfdist}/fonts/afm/bluesky/latex-fonts
11744%dir %{texmfdist}/fonts/tfm/public/latex-fonts
11745%dir %{texmfdist}/fonts/map/dvips/latex-fonts
7179ac92
ZU
11746%{texmfdist}/fonts/source/public/esint
11747%{texmfdist}/fonts/tfm/public/esint
11748%{texmfdist}/source/latex/esint
11749%{texmfdist}/tex/latex/esint
f2555868
ZU
11750%{texmfdist}/fonts/source/public/latex-fonts/*
11751%{texmfdist}/fonts/type1/bluesky/latex-fonts/*
11752%{texmfdist}/fonts/afm/bluesky/latex-fonts/*
11753%{texmfdist}/fonts/tfm/public/latex-fonts/*
11754%{texmfdist}/fonts/map/dvips/latex-fonts/*
d08789e0
ZU
11755
11756%files fonts-lh
11757%defattr(644,root,root,755)
7179ac92
ZU
11758%doc %{texmfdist}/doc/fonts/lh
11759%{texmfdist}/fonts/source/lh
11760%{texmfdist}/metapost/support/charlib/LH
11761%{texmfdist}/source/fonts/lh
11762%{texmfdist}/source/latex/lh
d08789e0
ZU
11763
11764%files fonts-lm
11765%defattr(644,root,root,755)
7179ac92
ZU
11766%doc %{texmfdist}/doc/fonts/lm
11767%{texmfdist}/fonts/type1/public/lm
11768%{texmfdist}/fonts/afm/public/lm
11769%{texmfdist}/fonts/opentype/public/lm
11770%{texmfdist}/fonts/enc/dvips/lm
11771%{texmfdist}/fonts/tfm/public/lm
11772%{texmfdist}/fonts/map/dvips/lm
11773%{texmfdist}/fonts/map/dvipdfm/lm
11774%{texmfdist}/source/fonts/lm
11775%{texmfdist}/tex/latex/lm
d08789e0
ZU
11776
11777%files fonts-marvosym
11778%defattr(644,root,root,755)
7179ac92 11779%doc %{texmfdist}/doc/latex/marvosym
63399af2
ZU
11780%dir %{texmfdist}/source/fonts/eurofont
11781%dir %{texmfdist}/source/fonts/eurofont/marvosym
d3f501b8 11782%dir %{texmfdist}/tex/latex
7179ac92
ZU
11783%{texmfdist}/fonts/type1/public/marvosym
11784%{texmfdist}/fonts/afm/public/marvosym
11785%{texmfdist}/fonts/tfm/public/marvosym
11786%{texmfdist}/fonts/map/dvips/marvosym
f2555868 11787%{texmfdist}/source/fonts/eurofont/marvosym/*
7179ac92 11788%{texmfdist}/tex/latex/marvosym
d08789e0
ZU
11789
11790%files fonts-mflogo
11791%defattr(644,root,root,755)
7179ac92
ZU
11792%doc %{texmfdist}/doc/latex/mflogo
11793%{texmfdist}/fonts/source/public/mflogo
11794%{texmfdist}/fonts/type1/hoekwater/mflogo
11795%{texmfdist}/fonts/afm/hoekwater/mflogo
11796%{texmfdist}/fonts/tfm/public/mflogo
11797%{texmfdist}/fonts/map/dvips/mflogo
11798%{texmfdist}/source/latex/mflogo
11799%{texmfdist}/tex/latex/mflogo
d08789e0
ZU
11800
11801%files fonts-misc
11802%defattr(644,root,root,755)
7179ac92
ZU
11803%doc %{texmfdist}/doc/latex/marvosym/mac/oztex/tex-font/misc
11804%{texmfdist}/fonts/source/public/misc
11805%{texmfdist}/fonts/tfm/public/misc
11806%{texmfdist}/fonts/misc
d08789e0
ZU
11807
11808%files fonts-monotype
11809%defattr(644,root,root,755)
7179ac92
ZU
11810%{texmfdist}/fonts/tfm/monotype
11811%{texmfdist}/fonts/vf/monotype
d08789e0 11812
745facc7 11813
f1ba8563
ZU
11814%files fonts-other
11815%defattr(644,root,root,755)
745facc7
ZU
11816
11817%doc %{texmfdist}/doc/fonts/yi4latex
11818%{texmfdist}/fonts/source/public/yi4latex
11819%{texmfdist}/fonts/tfm/public/yi4latex
11820
11821%{texmfdist}/fonts/tfm/public/pslatex
11822%{texmfdist}/fonts/map/dvips/pslatex
11823%{texmfdist}/fonts/vf/public/pslatex
11824
f1ba8563
ZU
11825%doc %{texmfdist}/doc/fonts/allrunes
11826%{texmfdist}/fonts/source/public/allrunes
11827%{texmfdist}/fonts/tfm/public/allrunes
11828%{texmfdist}/fonts/type1/public/allrunes
11829%{texmfdist}/source/fonts/allrunes
11830
11831%doc %{texmfdist}/doc/fonts/antiqua
11832%{texmfdist}/fonts/map/dvips/antiqua
11833
11834%{texmfdist}/fonts/source/public/apl
11835%{texmfdist}/fonts/tfm/public/apl
11836%{texmfdist}/source/fonts/apl
11837
8affbd2c
ZU
11838%{texmfdist}/fonts/afm/arabi
11839%{texmfdist}/fonts/tfm/arabi
11840%{texmfdist}/fonts/type1/arabi
f1ba8563
ZU
11841%{texmfdist}/fonts/enc/dvips/arabi
11842%{texmfdist}/fonts/map/dvips/arabi
11843
11844%{texmfdist}/fonts/map/dvips/arabtex
11845%{texmfdist}/fonts/source/public/arabtex
11846%{texmfdist}/fonts/tfm/public/arabtex
11847%{texmfdist}/fonts/type1/public/arabtex
11848
11849%doc %{texmfdist}/doc/fonts/archaic
11850%{texmfdist}/fonts/afm/public/archaic
11851%{texmfdist}/fonts/map/dvips/archaic
11852%{texmfdist}/fonts/source/public/archaic
11853%{texmfdist}/fonts/tfm/public/archaic
11854%{texmfdist}/fonts/type1/public/archaic
11855%{texmfdist}/source/fonts/archaic
11856
11857%doc %{texmfdist}/doc/fonts/arev
11858%{texmfdist}/fonts/afm/public/arev
11859%{texmfdist}/fonts/enc/dvips/arev
11860%{texmfdist}/fonts/map/dvips/arev
11861%{texmfdist}/fonts/tfm/public/arev
11862%{texmfdist}/fonts/type1/public/arev
11863%{texmfdist}/fonts/vf/public/arev
11864%{texmfdist}/source/fonts/arev
11865
11866%{texmfdist}/fonts/tfm/vntex/arevvn
11867%{texmfdist}/fonts/type1/vntex/arevvn
11868
11869%{texmfdist}/fonts/source/public/ar
11870%{texmfdist}/fonts/tfm/public/ar
11871
11872%doc %{texmfdist}/doc/fonts/armenian
11873%{texmfdist}/fonts/source/public/armenian
11874%{texmfdist}/fonts/tfm/public/armenian
11875
11876%{texmfdist}/fonts/map/dvips/arphic
11877
11878%doc %{texmfdist}/doc/fonts/malayalam
11879%doc %{texmfdist}/doc/fonts/Asana-Math
11880%{texmfdist}/fonts/opentype/public/Asana-Math
11881
11882%doc %{texmfdist}/doc/fonts/ascii
11883%{texmfdist}/fonts/map/dvips/ascii
11884%{texmfdist}/fonts/tfm/public/ascii
11885%{texmfdist}/fonts/type1/public/ascii
11886
11887%doc %{texmfdist}/doc/fonts/astro
11888%{texmfdist}/fonts/source/public/astro
11889%{texmfdist}/fonts/tfm/public/astro
11890
11891%{texmfdist}/fonts/afm/public/augie
11892%{texmfdist}/fonts/map/dvips/augie
11893%{texmfdist}/fonts/tfm/public/augie
11894%{texmfdist}/fonts/type1/public/augie
11895%{texmfdist}/fonts/vf/public/augie
11896
11897%doc %{texmfdist}/doc/fonts/auncial-new
11898%{texmfdist}/fonts/afm/public/auncial-new
11899%{texmfdist}/fonts/map/dvips/auncial-new
11900%{texmfdist}/fonts/tfm/public/auncial-new
11901%{texmfdist}/fonts/type1/public/auncial-new
11902%{texmfdist}/source/fonts/auncial-new
11903
11904%{texmfdist}/fonts/afm/public/aurical
11905%{texmfdist}/fonts/map/dvips/aurical
11906%{texmfdist}/fonts/source/public/aurical
11907%{texmfdist}/fonts/tfm/public/aurical
11908%{texmfdist}/fonts/type1/public/aurical
11909
11910%{texmfdist}/fonts/map/dvips/avantgar
f1ba8563
ZU
11911
11912%{texmfdist}/fonts/source/public/backgammon
11913%{texmfdist}/fonts/tfm/public/backgammon
11914
11915%{texmfdist}/fonts/source/public/bangtex
11916%{texmfdist}/fonts/tfm/public/bangtex
11917
11918%{texmfdist}/fonts/source/public/barcodes
11919%{texmfdist}/fonts/tfm/public/barcodes
11920
11921%{texmfdist}/fonts/source/public/bayer
11922%{texmfdist}/fonts/tfm/public/bayer
11923
11924%{texmfdist}/fonts/source/public/bbding
11925%{texmfdist}/fonts/tfm/public/bbding
11926
11927%{texmfdist}/fonts/map/dvips/belleek
198c241e 11928%{texmfdist}/fonts/truetype/public
f1ba8563
ZU
11929
11930%{texmfdist}/fonts/source/public/bengali
11931%{texmfdist}/fonts/tfm/public/bengali
11932
11933%doc %{texmfdist}/doc/fonts/bera
11934%{texmfdist}/fonts/afm/public/bera
11935%{texmfdist}/fonts/map/dvips/bera
11936%{texmfdist}/fonts/map/vtex/bera
11937%{texmfdist}/fonts/tfm/public/bera
11938%{texmfdist}/fonts/type1/public/bera
11939%{texmfdist}/fonts/vf/public/bera
11940
11941%doc %{texmfdist}/doc/fonts/blacklettert1
11942%{texmfdist}/fonts/tfm/public/blacklettert1
11943%{texmfdist}/fonts/vf/public/blacklettert1
11944%{texmfdist}/source/fonts/blacklettert1
11945
11946%doc %{texmfdist}/doc/fonts/boisik
11947%{texmfdist}/fonts/source/public/boisik
11948
11949%doc %{texmfdist}/doc/fonts/bookhands
11950%{texmfdist}/fonts/source/public/bookhands
11951
11952%{texmfdist}/fonts/map/dvips/bookman
f1ba8563
ZU
11953
11954%{texmfdist}/fonts/afm/public/brushscr
11955%{texmfdist}/fonts/map/dvips/brushscr
11956%{texmfdist}/fonts/tfm/public/brushscr
11957%{texmfdist}/fonts/type1/public/brushscr
11958%{texmfdist}/fonts/vf/public/brushscr
11959
11960%doc %{texmfdist}/doc/fonts/burmese
11961%{texmfdist}/fonts/map/dvips/burmese
11962%{texmfdist}/fonts/tfm/public/burmese
11963%{texmfdist}/fonts/type1/public/burmese
11964
8affbd2c
ZU
11965%doc %{texmfdist}/doc/fonts/cns
11966%{texmfdist}/fonts/tfm/cns
f1ba8563
ZU
11967
11968%{texmfdist}/fonts/enc/dvips/c90enc
11969
11970%{texmfdist}/fonts/source/public/calligra
11971%{texmfdist}/fonts/tfm/public/calligra
11972
11973%doc %{texmfdist}/doc/fonts/carolmin-ps
11974%{texmfdist}/fonts/afm/public/carolmin-ps
11975%{texmfdist}/fonts/map/dvips/carolmin-ps
11976%{texmfdist}/fonts/type1/public/carolmin-ps
11977
11978%{texmfdist}/fonts/source/public/casyl
11979%{texmfdist}/fonts/tfm/public/casyl
11980
11981%{texmfdist}/fonts/source/public/cbcoptic
11982%{texmfdist}/fonts/tfm/public/cbcoptic
11983%{texmfdist}/fonts/type1/public/cbcoptic
11984
11985%doc %{texmfdist}/doc/fonts/cbfonts
11986%{texmfdist}/fonts/enc/dvips/cbfonts
11987%{texmfdist}/fonts/map/dvips/cbfonts
11988%{texmfdist}/fonts/source/public/cbfonts
11989%{texmfdist}/fonts/tfm/public/cbfonts
11990%{texmfdist}/fonts/type1/public/cbfonts
11991
11992%{texmfdist}/fonts/source/public/cchess
11993%{texmfdist}/fonts/tfm/public/cchess
11994
11995%{texmfdist}/fonts/afm/vntex/chartervn
11996%{texmfdist}/fonts/tfm/vntex/chartervn
11997%{texmfdist}/fonts/type1/vntex/chartervn
11998%{texmfdist}/fonts/vf/vntex/chartervn
11999
12000%doc %{texmfdist}/doc/fonts/chemarrow
12001%{texmfdist}/fonts/afm/public/chemarrow
12002%{texmfdist}/fonts/map/dvips/chemarrow
12003%{texmfdist}/fonts/source/public/chemarrow
12004%{texmfdist}/fonts/tfm/public/chemarrow
12005%{texmfdist}/fonts/type1/public/chemarrow
12006
12007%{texmfdist}/fonts/source/public/cherokee
12008%{texmfdist}/fonts/tfm/public/cherokee
12009
12010%{texmfdist}/fonts/source/public/chess
12011
12012%{texmfdist}/fonts/enc/dvips/chessfss
12013
12014%{texmfdist}/fonts/source/public/china2e
12015%{texmfdist}/fonts/tfm/public/china2e
12016
12017%{texmfdist}/fonts/source/public/circ
12018%{texmfdist}/fonts/tfm/public/circ
12019
12020%doc %{texmfdist}/doc/fonts/cirth
12021%{texmfdist}/fonts/source/public/cirth
12022%{texmfdist}/fonts/tfm/public/cirth
12023
12024%doc %{texmfdist}/doc/fonts/cjhebrew
12025%{texmfdist}/fonts/afm/public/cjhebrew
12026%{texmfdist}/fonts/enc/dvips/cjhebrew
12027%{texmfdist}/fonts/map/dvips/cjhebrew
12028%{texmfdist}/fonts/tfm/public/cjhebrew
12029%{texmfdist}/fonts/type1/public/cjhebrew
12030%{texmfdist}/fonts/vf/public/cjhebrew
12031
12032%{texmfdist}/fonts/source/public/clock
12033%{texmfdist}/fonts/tfm/public/clock
12034
12035%doc %{texmfdist}/doc/fonts/cmastro
12036%{texmfdist}/fonts/source/public/cmastro
12037%{texmfdist}/fonts/tfm/public/cmastro
12038
12039%{texmfdist}/fonts/tfm/vntex/cmbrightvn
12040%{texmfdist}/fonts/type1/vntex/cmbrightvn
12041
12042%{texmfdist}/fonts/type1/public/cmex
12043
12044%{texmfdist}/fonts/afm/public/cm-lgc
12045%{texmfdist}/fonts/enc/dvips/cm-lgc
12046%{texmfdist}/fonts/map/dvips/cm-lgc
12047%{texmfdist}/fonts/ofm/public/cm-lgc
12048%{texmfdist}/fonts/ovf/public/cm-lgc
12049%{texmfdist}/fonts/tfm/public/cm-lgc
12050%{texmfdist}/fonts/type1/public/cm-lgc
12051%{texmfdist}/fonts/vf/public/cm-lgc
12052
12053%{texmfdist}/fonts/map/dvips/cmll
12054%{texmfdist}/fonts/source/public/cmll
12055%{texmfdist}/fonts/tfm/public/cmll
12056%{texmfdist}/fonts/type1/public/cmll
12057
12058%doc %{texmfdist}/doc/fonts/cmpica
12059%{texmfdist}/fonts/source/public/cmpica
12060%{texmfdist}/fonts/tfm/public/cmpica
12061
f1ba8563 12062
f1ba8563
ZU
12063%{texmfdist}/fonts/tfm/vntex/comicsansvn
12064%{texmfdist}/fonts/type1/vntex/comicsansvn
12065%{texmfdist}/fonts/vf/vntex/comicsansvn
12066
12067%{texmfdist}/fonts/tfm/vntex/concretevn
12068%{texmfdist}/fonts/type1/vntex/concretevn
12069
8affbd2c
ZU
12070%{texmfdist}/fonts/afm/ibm
12071%{texmfdist}/fonts/tfm/ibm
12072%{texmfdist}/fonts/vf/ibm
f1ba8563 12073%{texmfdist}/fonts/map/dvips/courier
8affbd2c
ZU
12074%{texmfdist}/fonts/tfm/cspsfonts-adobe
12075%{texmfdist}/fonts/vf/cspsfonts-adobe
f1ba8563
ZU
12076
12077%doc %{texmfdist}/doc/fonts/croatian
12078%{texmfdist}/fonts/source/public/croatian
12079
12080%{texmfdist}/fonts/afm/public/cryst
12081%{texmfdist}/fonts/source/public/cryst
12082%{texmfdist}/fonts/tfm/public/cryst
12083%{texmfdist}/fonts/type1/public/cryst
12084
12085%{texmfdist}/fonts/source/public/ctib
12086%{texmfdist}/fonts/tfm/public/ctib
12087
12088%doc %{texmfdist}/doc/fonts/cyklop
12089%{texmfdist}/fonts/afm/public/cyklop
12090%{texmfdist}/fonts/enc/dvips/cyklop
12091%{texmfdist}/fonts/map/dvips/cyklop
12092%{texmfdist}/fonts/opentype/public/cyklop
12093%{texmfdist}/fonts/tfm/public/cyklop
12094%{texmfdist}/fonts/type1/public/cyklop
12095
12096%{texmfdist}/fonts/source/public/dancers
12097%{texmfdist}/fonts/tfm/public/dancers
12098
12099%doc %{texmfdist}/doc/fonts/dice
12100%{texmfdist}/fonts/source/public/dice
12101%{texmfdist}/fonts/tfm/public/dice
12102
12103%doc %{texmfdist}/doc/fonts/dictsym
12104%{texmfdist}/fonts/afm/public/dictsym
12105%{texmfdist}/fonts/map/dvips/dictsym
12106%{texmfdist}/fonts/map/vtex/dictsym
12107%{texmfdist}/fonts/tfm/public/dictsym
12108%{texmfdist}/fonts/type1/public/dictsym
12109
12110%doc %{texmfdist}/doc/fonts/dingbat
12111%{texmfdist}/fonts/tfm/public/dingbat
12112%{texmfdist}/source/fonts/dingbat
12113
f1ba8563
ZU
12114%doc %{texmfdist}/doc/fonts/doublestroke
12115%{texmfdist}/fonts/map/dvips/doublestroke
12116%{texmfdist}/fonts/source/public/doublestroke
12117%{texmfdist}/fonts/tfm/public/doublestroke
12118%{texmfdist}/fonts/type1/public/doublestroke
12119
12120%doc %{texmfdist}/doc/fonts/duerer
12121%{texmfdist}/fonts/source/public/duerer
12122%{texmfdist}/fonts/tfm/public/duerer
12123
12124%doc %{texmfdist}/doc/fonts/ean
12125%{texmfdist}/fonts/source/public/ean
12126%{texmfdist}/fonts/tfm/public/ean
12127
12128%doc %{texmfdist}/doc/fonts/eco
12129%{texmfdist}/fonts/tfm/public/eco
12130%{texmfdist}/fonts/vf/public/eco
12131%{texmfdist}/source/fonts/eco
12132
12133%doc %{texmfdist}/doc/fonts/eiad
12134%{texmfdist}/fonts/source/public/eiad
12135%{texmfdist}/fonts/tfm/public/eiad
12136
12137%doc %{texmfdist}/doc/fonts/elvish
12138%{texmfdist}/fonts/source/public/elvish
12139%{texmfdist}/fonts/tfm/public/elvish
12140
12141%doc %{texmfdist}/doc/fonts/epigrafica
12142%{texmfdist}/fonts/afm/public/epigrafica
12143%{texmfdist}/fonts/enc/dvips/epigrafica
12144%{texmfdist}/fonts/map/dvips/epigrafica
12145%{texmfdist}/fonts/tfm/public/epigrafica
12146%{texmfdist}/fonts/type1/public/epigrafica
12147%{texmfdist}/fonts/vf/public/epigrafica
12148
12149%{texmfdist}/fonts/map/dvips/epiolmec
12150%{texmfdist}/fonts/tfm/public/epiolmec
12151%{texmfdist}/fonts/type1/public/epiolmec
12152
12153%doc %{texmfdist}/doc/fonts/esint-type1
12154%{texmfdist}/fonts/map/dvips/esint-type1
12155%{texmfdist}/fonts/type1/public/esint-type1
12156
12157%{texmfdist}/fonts/map/dvips/esvect
12158%{texmfdist}/fonts/source/public/esvect
12159%{texmfdist}/fonts/tfm/public/esvect
12160%{texmfdist}/fonts/type1/public/esvect
12161
12162%{texmfdist}/fonts/ofm/public/ethiop
12163%{texmfdist}/fonts/ovf/public/ethiop
12164%{texmfdist}/fonts/ovp/public/ethiop
12165%{texmfdist}/fonts/source/public/ethiop
12166%{texmfdist}/fonts/tfm/public/ethiop
12167
12168%{texmfdist}/fonts/map/dvips/ethiop-t1
12169%{texmfdist}/fonts/type1/public/ethiop-t1
12170
12171%doc %{texmfdist}/doc/fonts/euro-ce
12172%{texmfdist}/fonts/source/public/euro-ce
12173%{texmfdist}/fonts/tfm/public/euro-ce
12174
12175%doc %{texmfdist}/doc/fonts/eurofont
12176%{texmfdist}/fonts/map/dvips/eurofont
12177%{texmfdist}/source/fonts/eurofont
12178
f1ba8563
ZU
12179%doc %{texmfdist}/doc/fonts/feyn
12180%{texmfdist}/fonts/source/public/feyn
12181%{texmfdist}/fonts/tfm/public/feyn
12182%{texmfdist}/source/fonts/feyn
12183
12184%doc %{texmfdist}/doc/fonts/fge
12185%{texmfdist}/fonts/source/public/fge
12186%{texmfdist}/fonts/tfm/public/fge
12187%{texmfdist}/source/fonts/fge
12188
12189%{texmfdist}/fonts/map/dvips/foekfont
12190%{texmfdist}/fonts/tfm/public/foekfont
12191%{texmfdist}/fonts/type1/public/foekfont
12192
12193%doc %{texmfdist}/doc/fonts/fonetika
12194%{texmfdist}/fonts/afm/public/fonetika
12195%{texmfdist}/fonts/map/dvips/fonetika
12196%{texmfdist}/fonts/tfm/public/fonetika
12197%{texmfdist}/fonts/type1/public/fonetika
12198
12199%doc %{texmfdist}/doc/fonts/fourier
12200%{texmfdist}/fonts/afm/public/fourier
12201%{texmfdist}/fonts/map/dvips/fourier
12202%{texmfdist}/fonts/tfm/public/fourier
12203%{texmfdist}/fonts/type1/public/fourier
12204%{texmfdist}/fonts/vf/public/fourier
12205%{texmfdist}/source/fonts/fourier
12206
12207%doc %{texmfdist}/doc/fonts/fouriernc
12208%{texmfdist}/fonts/afm/public/fouriernc
12209%{texmfdist}/fonts/tfm/public/fouriernc
12210%{texmfdist}/fonts/vf/public/fouriernc
12211
12212%doc %{texmfdist}/doc/fonts/frcursive
12213%{texmfdist}/fonts/source/public/frcursive
12214%{texmfdist}/fonts/tfm/public/frcursive
12215%{texmfdist}/source/fonts/frcursive
12216
12217%doc %{texmfdist}/doc/fonts/futhark
12218%{texmfdist}/fonts/source/public/futhark
12219%{texmfdist}/fonts/tfm/public/futhark
12220
12221%{texmfdist}/fonts/afm/public/garuda
12222%{texmfdist}/fonts/map/dvips/garuda
12223%{texmfdist}/fonts/tfm/public/garuda
12224%{texmfdist}/fonts/type1/public/garuda
12225
12226%doc %{texmfdist}/doc/fonts/genealogy
12227%{texmfdist}/fonts/source/public/genealogy
12228%{texmfdist}/fonts/tfm/public/genealogy
12229
12230%doc %{texmfdist}/doc/fonts/gfsartemisia
12231%{texmfdist}/fonts/afm/public/gfsartemisia
12232%{texmfdist}/fonts/enc/dvips/gfsartemisia
12233%{texmfdist}/fonts/map/dvips/gfsartemisia
12234%{texmfdist}/fonts/opentype/public/gfsartemisia
12235%{texmfdist}/fonts/tfm/public/gfsartemisia
12236%{texmfdist}/fonts/type1/public/gfsartemisia
12237%{texmfdist}/fonts/vf/public/gfsartemisia
12238
12239%doc %{texmfdist}/doc/fonts/gfsbaskerville
12240%{texmfdist}/fonts/afm/public/gfsbaskerville
12241%{texmfdist}/fonts/enc/dvips/gfsbaskerville
12242%{texmfdist}/fonts/map/dvips/gfsbaskerville
12243%{texmfdist}/fonts/opentype/public/gfsbaskerville
12244%{texmfdist}/fonts/tfm/public/gfsbaskerville
12245%{texmfdist}/fonts/type1/public/gfsbaskerville
12246%{texmfdist}/fonts/vf/public/gfsbaskerville
12247
12248%doc %{texmfdist}/doc/fonts/gfsbodoni
12249%{texmfdist}/fonts/afm/public/gfsbodoni
12250%{texmfdist}/fonts/enc/dvips/gfsbodoni
12251%{texmfdist}/fonts/map/dvips/gfsbodoni
12252%{texmfdist}/fonts/opentype/public/gfsbodoni
12253%{texmfdist}/fonts/tfm/public/gfsbodoni
12254%{texmfdist}/fonts/type1/public/gfsbodoni
12255%{texmfdist}/fonts/vf/public/gfsbodoni
12256
12257%doc %{texmfdist}/doc/fonts/gfscomplutum
12258%{texmfdist}/fonts/afm/public/gfscomplutum
12259%{texmfdist}/fonts/enc/dvips/gfscomplutum
12260%{texmfdist}/fonts/map/dvips/gfscomplutum
12261%{texmfdist}/fonts/opentype/public/gfscomplutum
12262%{texmfdist}/fonts/tfm/public/gfscomplutum
12263%{texmfdist}/fonts/type1/public/gfscomplutum
12264%{texmfdist}/fonts/vf/public/gfscomplutum
12265
12266%doc %{texmfdist}/doc/fonts/gfsdidot
12267%{texmfdist}/fonts/afm/public/gfsdidot
12268%{texmfdist}/fonts/enc/dvips/gfsdidot
12269%{texmfdist}/fonts/map/dvips/gfsdidot
12270%{texmfdist}/fonts/opentype/public/gfsdidot
12271%{texmfdist}/fonts/tfm/public/gfsdidot
12272%{texmfdist}/fonts/type1/public/gfsdidot
12273%{texmfdist}/fonts/vf/public/gfsdidot
12274
12275%doc %{texmfdist}/doc/fonts/gfsneohellenic
12276%{texmfdist}/fonts/afm/public/gfsneohellenic
12277%{texmfdist}/fonts/enc/dvips/gfsneohellenic
12278%{texmfdist}/fonts/map/dvips/gfsneohellenic
12279%{texmfdist}/fonts/opentype/public/gfsneohellenic
12280%{texmfdist}/fonts/tfm/public/gfsneohellenic
12281%{texmfdist}/fonts/type1/public/gfsneohellenic
12282%{texmfdist}/fonts/vf/public/gfsneohellenic
12283
12284%doc %{texmfdist}/doc/fonts/gfsporson
12285%{texmfdist}/fonts/afm/public/gfsporson
12286%{texmfdist}/fonts/enc/dvips/gfsporson
12287%{texmfdist}/fonts/map/dvips/gfsporson
12288%{texmfdist}/fonts/opentype/public/gfsporson
12289%{texmfdist}/fonts/tfm/public/gfsporson
12290%{texmfdist}/fonts/type1/public/gfsporson
12291%{texmfdist}/fonts/vf/public/gfsporson
12292
12293%doc %{texmfdist}/doc/fonts/gfssolomos
12294%{texmfdist}/fonts/afm/public/gfssolomos
12295%{texmfdist}/fonts/enc/dvips/gfssolomos
12296%{texmfdist}/fonts/map/dvips/gfssolomos
12297%{texmfdist}/fonts/opentype/public/gfssolomos
12298%{texmfdist}/fonts/tfm/public/gfssolomos
12299%{texmfdist}/fonts/type1/public/gfssolomos
12300%{texmfdist}/fonts/vf/public/gfssolomos
12301
12302%{texmfdist}/fonts/source/public/go
12303%{texmfdist}/fonts/tfm/public/go
12304
12305%doc %{texmfdist}/doc/fonts/greenpoint
12306%{texmfdist}/fonts/source/public/greenpoint
12307%{texmfdist}/fonts/tfm/public/greenpoint
12308
12309%{texmfdist}/fonts/afm/groff
12310%{texmfdist}/fonts/enc/dvips/groff
12311%{texmfdist}/fonts/map/dvips/groff
12312%{texmfdist}/fonts/tfm/groff
12313%{texmfdist}/fonts/type1/groff
12314
12315%doc %{texmfdist}/doc/fonts/grotesq
12316%{texmfdist}/fonts/map/dvips/grotesq
12317
12318%{texmfdist}/fonts/afm/vntex/grotesqvn
12319%{texmfdist}/fonts/tfm/vntex/grotesqvn
12320%{texmfdist}/fonts/type1/vntex/grotesqvn
12321
12322%{texmfdist}/fonts/afm/public/grverb
12323%{texmfdist}/fonts/map/dvips/grverb
12324%{texmfdist}/fonts/tfm/public/grverb
12325%{texmfdist}/fonts/type1/public/grverb
12326%{texmfdist}/fonts/vf/public/grverb
12327
12328%{texmfdist}/fonts/source/public/hands
12329%{texmfdist}/fonts/tfm/public/hands
12330
8affbd2c
ZU
12331%{texmfdist}/fonts/afm/jmn
12332%{texmfdist}/fonts/tfm/jmn
12333%{texmfdist}/fonts/type1/jmn
f1ba8563
ZU
12334
12335%{texmfdist}/fonts/map/dvips/helvetic
f1ba8563
ZU
12336
12337%doc %{texmfdist}/doc/fonts/hfbright
12338%{texmfdist}/fonts/afm/public/hfbright
12339%{texmfdist}/fonts/enc/dvips/hfbright
12340%{texmfdist}/fonts/map/dvips/hfbright
12341%{texmfdist}/fonts/type1/public/hfbright
12342%{texmfdist}/source/fonts/hfbright
12343
12344%doc %{texmfdist}/doc/fonts/hfoldsty
12345%{texmfdist}/fonts/tfm/public/hfoldsty
12346%{texmfdist}/fonts/vf/public/hfoldsty
12347%{texmfdist}/source/fonts/hfoldsty
12348
12349%doc %{texmfdist}/doc/fonts/ibygrk
80fa261c 12350%{texmfdist}/tex/generic/ibygrk
f1ba8563
ZU
12351%{texmfdist}/fonts/afm/public/ibygrk
12352%{texmfdist}/fonts/enc/dvips/ibygrk
12353%{texmfdist}/fonts/map/dvips/ibygrk
12354%{texmfdist}/fonts/source/public/ibygrk
12355%{texmfdist}/fonts/tfm/public/ibygrk
12356%{texmfdist}/fonts/type1/public/ibygrk
12357
12358%doc %{texmfdist}/doc/fonts/ifsym
12359%{texmfdist}/fonts/source/public/ifsym
12360%{texmfdist}/fonts/tfm/public/ifsym
12361
12362%doc %{texmfdist}/doc/fonts/initials
12363%{texmfdist}/fonts/afm/public/initials
12364%{texmfdist}/fonts/map/dvips/initials
12365%{texmfdist}/fonts/tfm/public/initials
12366%{texmfdist}/fonts/type1/public/initials
12367
745facc7 12368%doc %{texmfdist}/doc/fonts/itrans
f1ba8563
ZU
12369%{texmfdist}/fonts/afm/public/itrans
12370%{texmfdist}/fonts/source/public/itrans
12371%{texmfdist}/fonts/tfm/public/itrans
f1ba8563
ZU
12372%{texmfdist}/fonts/type1/public/itrans
12373
745facc7 12374%doc %{texmfdist}/doc/fonts/iwona
f1ba8563
ZU
12375%{texmfdist}/fonts/afm/public/iwona
12376%{texmfdist}/fonts/enc/dvips/iwona
12377%{texmfdist}/fonts/map/dvips/iwona
12378%{texmfdist}/fonts/opentype/public/iwona
12379%{texmfdist}/fonts/tfm/public/iwona
12380%{texmfdist}/fonts/type1/public/iwona
12381
12382%{texmfdist}/fonts/enc/dvips/jmn
12383%{texmfdist}/fonts/map/dvips/jmn
12384
745facc7 12385%doc %{texmfdist}/doc/fonts/kdgreek
f1ba8563
ZU
12386%{texmfdist}/fonts/source/public/kdgreek
12387%{texmfdist}/fonts/tfm/public/kdgreek
12388
12389%{texmfdist}/fonts/afm/public/kerkis
12390%{texmfdist}/fonts/enc/dvips/kerkis
12391%{texmfdist}/fonts/map/dvips/kerkis
12392%{texmfdist}/fonts/tfm/public/kerkis
12393%{texmfdist}/fonts/type1/public/kerkis
12394%{texmfdist}/fonts/vf/public/kerkis
12395
12396%doc %{texmfdist}/doc/fonts/kixfont
12397%{texmfdist}/fonts/source/public/kixfont
12398%{texmfdist}/fonts/tfm/public/kixfont
12399
12400%doc %{texmfdist}/doc/fonts/kpfonts
8affbd2c 12401%dir %{texmfdist}/fonts/map/public
f1ba8563
ZU
12402%{texmfdist}/fonts/afm/public/kpfonts
12403%{texmfdist}/fonts/map/public/kpfonts
12404%{texmfdist}/fonts/source/public/kpfonts
12405%{texmfdist}/fonts/tfm/public/kpfonts
12406%{texmfdist}/fonts/type1/public/kpfonts
12407%{texmfdist}/fonts/vf/public/kpfonts
12408
745facc7 12409%doc %{texmfdist}/doc/fonts/kurier
f1ba8563
ZU
12410%{texmfdist}/fonts/afm/public/kurier
12411%{texmfdist}/fonts/enc/dvips/kurier
12412%{texmfdist}/fonts/map/dvips/kurier
12413%{texmfdist}/fonts/opentype/public/kurier
12414%{texmfdist}/fonts/tfm/public/kurier
12415%{texmfdist}/fonts/type1/public/kurier
12416
12417%doc %{texmfdist}/doc/fonts/levy
12418%{texmfdist}/fonts/source/public/levy
12419
12420%doc %{texmfdist}/doc/fonts/lfb
12421%{texmfdist}/fonts/source/public/lfb
12422%{texmfdist}/fonts/tfm/public/lfb
12423
12424%doc %{texmfdist}/doc/fonts/libertine
12425%{texmfdist}/fonts/afm/public/libertine
12426%{texmfdist}/fonts/enc/dvips/libertine
12427%{texmfdist}/fonts/map/dvips/libertine
12428%{texmfdist}/fonts/tfm/public/libertine
12429%{texmfdist}/fonts/type1/public/libertine
12430%{texmfdist}/fonts/vf/public/libertine
12431
12432%doc %{texmfdist}/doc/fonts/linearA
12433%{texmfdist}/fonts/afm/public/linearA
12434%{texmfdist}/fonts/map/dvips/linearA
12435%{texmfdist}/fonts/tfm/public/linearA
12436%{texmfdist}/fonts/type1/public/linearA
12437%{texmfdist}/source/fonts/linearA
12438
12439%{texmfdist}/fonts/source/public/logic
12440%{texmfdist}/fonts/tfm/public/logic
12441
12442%doc %{texmfdist}/doc/fonts/lxfonts
12443%{texmfdist}/fonts/map/dvips/lxfonts
12444%{texmfdist}/fonts/source/public/lxfonts
12445%{texmfdist}/fonts/tfm/public/lxfonts
12446%{texmfdist}/fonts/type1/public/lxfonts
12447
12448%doc %{texmfdist}/doc/fonts/ly1
12449%{texmfdist}/fonts/map/dvips/ly1
12450
12451%{texmfdist}/fonts/source/public/malayalam
12452%{texmfdist}/fonts/tfm/public/malayalam
12453
12454%{texmfdist}/fonts/map/dvips/manfnt
12455
12456%{texmfdist}/fonts/map/dvips/mathdesign
12457
12458%{texmfdist}/fonts/tfm/public/mathpazo
12459%{texmfdist}/fonts/vf/public/mathpazo
12460
8affbd2c
ZU
12461%{texmfdist}/fonts/afm/mathdesign
12462%{texmfdist}/fonts/tfm/mathdesign
12463%{texmfdist}/fonts/type1/mathdesign
12464%{texmfdist}/fonts/vf/mathdesign
f1ba8563
ZU
12465
12466%{texmfdist}/fonts/enc/dvips/mnsymbol
12467%{texmfdist}/fonts/map/dvips/mnsymbol
8affbd2c 12468%dir %{texmfdist}/fonts/map/vtex
f1ba8563
ZU
12469%{texmfdist}/fonts/map/vtex/mnsymbol
12470%{texmfdist}/fonts/opentype/public/mnsymbol
12471%{texmfdist}/fonts/source/public/mnsymbol
12472%{texmfdist}/fonts/tfm/public/mnsymbol
12473%{texmfdist}/fonts/type1/public/mnsymbol
12474
12475%{texmfdist}/fonts/map/dvips/montex
12476%{texmfdist}/fonts/source/public/montex
12477%{texmfdist}/fonts/tfm/public/montex
12478%{texmfdist}/fonts/type1/public/montex
12479
12480%{texmfdist}/fonts/tfm/vntex/mscorevn
12481%{texmfdist}/fonts/vf/vntex/mscorevn
12482
12483%{texmfdist}/fonts/source/public/musixps
12484%{texmfdist}/fonts/tfm/public/musixps
12485
12486%doc %{texmfdist}/doc/generic/musixtex
12487%{texmfdist}/fonts/map/dvips/musixtex
12488%{texmfdist}/fonts/source/public/musixtex
12489%{texmfdist}/fonts/tfm/public/musixtex
12490%{texmfdist}/fonts/type1/public/musixtex
12491
12492%{texmfdist}/fonts/source/public/mxd
12493%{texmfdist}/fonts/tfm/public/mxd
12494
12495%{texmfdist}/fonts/source/public/mxedruli
12496%{texmfdist}/fonts/tfm/public/mxedruli
12497
12498%{texmfdist}/fonts/map/dvips/ncntrsbk
f1ba8563
ZU
12499
12500%{texmfdist}/fonts/source/public/niceframe
12501%{texmfdist}/fonts/tfm/public/niceframe
12502
12503%doc %{texmfdist}/doc/fonts/nkarta
12504%{texmfdist}/fonts/source/public/nkarta
12505%{texmfdist}/fonts/tfm/public/nkarta
12506
12507%{texmfdist}/fonts/afm/public/norasi
12508%{texmfdist}/fonts/map/dvips/norasi
12509%{texmfdist}/fonts/tfm/public/norasi
12510%{texmfdist}/fonts/type1/public/norasi
12511
12512%{texmfdist}/fonts/source/public/oca
12513
12514%{texmfdist}/fonts/afm/public/ocherokee
12515%{texmfdist}/fonts/map/dvips/ocherokee
12516%{texmfdist}/fonts/ofm/public/ocherokee
12517%{texmfdist}/fonts/ovf/public/ocherokee
12518%{texmfdist}/fonts/ovp/public/ocherokee
12519%{texmfdist}/fonts/tfm/public/ocherokee
12520%{texmfdist}/fonts/type1/public/ocherokee
12521
12522%{texmfdist}/fonts/source/public/ogham
12523%{texmfdist}/fonts/tfm/public/ogham
12524
12525%doc %{texmfdist}/doc/fonts/oinuit
12526%{texmfdist}/fonts/map/dvips/oinuit
12527%{texmfdist}/fonts/ofm/public/oinuit
12528%{texmfdist}/fonts/ovf/public/oinuit
12529%{texmfdist}/fonts/tfm/public/oinuit
12530%{texmfdist}/fonts/type1/public/oinuit
12531
12532%{texmfdist}/fonts/source/public/osmanian
12533
12534%doc %{texmfdist}/doc/fonts/ot2cyr
12535%{texmfdist}/fonts/map/dvips/ot2cyr
12536%{texmfdist}/source/fonts/ot2cyr
12537
12538%{texmfdist}/fonts/source/public/othello
12539%{texmfdist}/fonts/tfm/public/othello
12540
12541%{texmfdist}/fonts/ofm/public/otibet
12542%{texmfdist}/fonts/ovf/public/otibet
12543%{texmfdist}/fonts/ovp/public/otibet
12544%{texmfdist}/fonts/source/public/otibet
12545%{texmfdist}/fonts/tfm/public/otibet
12546
12547%doc %{texmfdist}/doc/fonts/pacioli
12548%{texmfdist}/fonts/source/public/pacioli
12549%{texmfdist}/fonts/tfm/public/pacioli
12550
12551%{texmfdist}/fonts/map/dvips/palatino
f1ba8563
ZU
12552
12553%doc %{texmfdist}/doc/fonts/phaistos
12554%{texmfdist}/fonts/afm/public/phaistos
12555%{texmfdist}/fonts/map/dvips/phaistos
12556%{texmfdist}/fonts/opentype/public/phaistos
12557%{texmfdist}/fonts/tfm/public/phaistos
12558%{texmfdist}/fonts/type1/public/phaistos
12559%{texmfdist}/source/fonts/phaistos
12560
12561%{texmfdist}/fonts/opentype/public/philokalia
12562
12563%doc %{texmfdist}/doc/fonts/phonetic
12564%{texmfdist}/fonts/source/public/phonetic
12565%{texmfdist}/fonts/tfm/public/phonetic
12566%{texmfdist}/source/fonts/phonetic
12567
8affbd2c 12568%{texmfdist}/source/fonts/malayalam
f1ba8563
ZU
12569
12570%{texmfdist}/fonts/source/public/punk
12571%{texmfdist}/fonts/tfm/public/punk
12572
12573%{texmfdist}/fonts/tfm/public/relenc
12574%{texmfdist}/fonts/vf/public/relenc
12575
12576%doc %{texmfdist}/doc/fonts/rsfs
12577%{texmfdist}/fonts/map/dvips/rsfs
12578
12579%{texmfdist}/fonts/map/dvips/sanskrit
12580%{texmfdist}/fonts/source/public/sanskrit
12581%{texmfdist}/fonts/tfm/public/sanskrit
12582%{texmfdist}/fonts/type1/public/sanskrit
12583
12584%{texmfdist}/fonts/source/public/sauter
12585
12586%doc %{texmfdist}/doc/fonts/semaphor
12587%{texmfdist}/fonts/afm/public/semaphor
12588%{texmfdist}/fonts/enc/dvips/semaphor
12589%{texmfdist}/fonts/map/dvips/semaphor
12590%{texmfdist}/fonts/opentype/public/semaphor
12591%{texmfdist}/fonts/source/public/semaphor
12592%{texmfdist}/fonts/tfm/public/semaphor
12593%{texmfdist}/fonts/type1/public/semaphor
12594
12595%{texmfdist}/fonts/source/public/simpsons
12596
12597%{texmfdist}/fonts/map/dvips/skak
12598%{texmfdist}/fonts/source/public/skak
12599%{texmfdist}/fonts/tfm/public/skak
12600
12601%doc %{texmfdist}/doc/fonts/skaknew
12602%{texmfdist}/fonts/afm/public/skaknew
12603%{texmfdist}/fonts/map/dvips/skaknew
12604%{texmfdist}/fonts/map/vtex/skaknew
12605%{texmfdist}/fonts/tfm/public/skaknew
12606%{texmfdist}/fonts/type1/public/skaknew
12607
12608%{texmfdist}/fonts/source/public/skull
12609
12610%{texmfdist}/fonts/source/public/soyombo
12611%{texmfdist}/fonts/tfm/public/soyombo
12612
12613%doc %{texmfdist}/doc/fonts/staves
12614%{texmfdist}/fonts/map/dvips/staves
12615%{texmfdist}/fonts/tfm/public/staves
12616%{texmfdist}/fonts/type1/public/staves
12617
12618%{texmfdist}/fonts/map/dvips/stmaryrd
12619%{texmfdist}/fonts/source/public/stmaryrd
12620
12621%{texmfdist}/fonts/map/dvips/symbol
f1ba8563
ZU
12622
12623%{texmfdist}/fonts/afm/public/tabvar
12624%{texmfdist}/fonts/map/dvips/tabvar
12625%{texmfdist}/fonts/tfm/public/tabvar
12626%{texmfdist}/fonts/type1/public/tabvar
12627
f1ba8563
ZU
12628
12629%{texmfdist}/fonts/source/public/tapir
12630%{texmfdist}/fonts/type1/public/tapir
12631
12632%{texmfdist}/fonts/enc/dvips/tengwarscript
12633%{texmfdist}/fonts/map/dvips/tengwarscript
12634%{texmfdist}/fonts/tfm/public/tengwarscript
12635%{texmfdist}/fonts/vf/public/tengwarscript
12636
80fa261c 12637%{texmfdist}/doc/fonts/pclnfss
198c241e 12638%{texmfdist}/source/fonts/pclnfss
f1ba8563
ZU
12639
12640%doc %{texmfdist}/doc/fonts/tex-gyre
12641%{texmfdist}/fonts/afm/public/tex-gyre
12642%{texmfdist}/fonts/enc/dvips/tex-gyre
12643%{texmfdist}/fonts/map/dvips/tex-gyre
12644%{texmfdist}/fonts/opentype/public/tex-gyre
12645%{texmfdist}/fonts/tfm/public/tex-gyre
12646%{texmfdist}/fonts/type1/public/tex-gyre
12647
f1ba8563 12648%{texmfdist}/fonts/map/dvips/times
f1ba8563 12649
f1ba8563
ZU
12650
12651%doc %{texmfdist}/doc/fonts/timing
12652%{texmfdist}/fonts/source/public/timing
12653%{texmfdist}/fonts/tfm/public/timing
12654
12655%doc %{texmfdist}/doc/fonts/tipa
12656%{texmfdist}/fonts/map/dvips/tipa
12657%{texmfdist}/fonts/source/public/tipa
12658%{texmfdist}/fonts/tfm/public/tipa
12659%{texmfdist}/fonts/type1/public/tipa
12660
12661%{texmfdist}/fonts/afm/public/trajan
12662%{texmfdist}/fonts/map/dvips/trajan
12663%{texmfdist}/fonts/tfm/public/trajan
12664%{texmfdist}/fonts/type1/public/trajan
12665
12666%{texmfdist}/fonts/source/public/trsym
12667%{texmfdist}/fonts/tfm/public/trsym
12668
12669%{texmfdist}/fonts/tfm/vntex/txttvn
12670%{texmfdist}/fonts/type1/vntex/txttvn
12671
12672%{texmfdist}/fonts/map/dvips/uhc
12673
12674%{texmfdist}/fonts/source/public/ulsy
12675%{texmfdist}/fonts/tfm/public/ulsy
12676
12677%doc %{texmfdist}/doc/fonts/umrand
12678%{texmfdist}/fonts/source/public/umrand
12679%{texmfdist}/fonts/tfm/public/umrand
12680
12681%doc %{texmfdist}/doc/fonts/umtypewriter
12682%{texmfdist}/fonts/opentype/public/umtypewriter
12683
12684%doc %{texmfdist}/doc/fonts/universa
12685%{texmfdist}/fonts/source/public/universa
12686%{texmfdist}/fonts/tfm/public/universa
12687%{texmfdist}/source/fonts/universa
12688
12689%{texmfdist}/fonts/afm/public/velthuis
12690%{texmfdist}/fonts/map/dvips/velthuis
12691%{texmfdist}/fonts/source/public/velthuis
12692%{texmfdist}/fonts/tfm/public/velthuis
12693%{texmfdist}/fonts/type1/public/velthuis
12694
12695%{texmfdist}/fonts/enc/dvips/vntex
f1ba8563
ZU
12696
12697%{texmfdist}/fonts/afm/vntex/vntopia
12698%{texmfdist}/fonts/tfm/vntex/vntopia
12699%{texmfdist}/fonts/type1/vntex/vntopia
12700%{texmfdist}/fonts/vf/vntex/vntopia
12701
12702%{texmfdist}/fonts/map/dvips/wadalab
12703
12704%doc %{texmfdist}/doc/fonts/wasy
12705%{texmfdist}/fonts/afm/public/wasy
12706%{texmfdist}/fonts/map/dvips/wasy
12707%{texmfdist}/fonts/type1/public/wasy
12708
12709%{texmfdist}/fonts/source/public/wnri
12710%{texmfdist}/fonts/tfm/public/wnri
12711
12712%{texmfdist}/fonts/source/public/wsuipa
12713%{texmfdist}/fonts/tfm/public/wsuipa
12714
12715%{texmfdist}/fonts/source/public/xbmc
12716%{texmfdist}/fonts/tfm/public/xbmc
12717
f1ba8563
ZU
12718%doc %{texmfdist}/doc/fonts/xq
12719%{texmfdist}/fonts/source/public/xq
12720%{texmfdist}/fonts/tfm/public/xq
12721
12722%{texmfdist}/fonts/source/public/yannisgr
12723
12724%{texmfdist}/fonts/map/dvips/yhmath
12725%{texmfdist}/fonts/source/public/yhmath
12726%{texmfdist}/fonts/tfm/public/yhmath
12727%{texmfdist}/fonts/type1/public/yhmath
12728%{texmfdist}/fonts/vf/public/yhmath
12729
12730%{texmfdist}/fonts/map/dvips/zapfchan
198c241e 12731%{texmfdist}/fonts/tfm/urw35vf
f1ba8563
ZU
12732
12733%{texmfdist}/fonts/map/dvips/zapfding
f1ba8563
ZU
12734
12735%{texmfdist}/dvips/zefonts
12736%{texmfdist}/fonts/map/dvips/zefonts
12737%{texmfdist}/fonts/tfm/public/zefonts
12738%{texmfdist}/fonts/vf/public/zefonts
12739
12740
d08789e0 12741%files fonts-omega
489714ae 12742%defattr(644,root,root,755)
7179ac92 12743%doc %{texmfdist}/doc/omega
2677a8b0
ZU
12744%dir %{texmfdist}/omega
12745%dir %{texmfdist}/omega/otp
12746%dir %{texmfdist}/omega/ocp
7179ac92
ZU
12747%{texmfdist}/dvips/omega
12748%{texmfdist}/fonts/ofm/public/omega
12749%{texmfdist}/fonts/type1/public/omega
12750%{texmfdist}/fonts/afm/public/omega
12751%{texmfdist}/fonts/ovp/public/omega
12752%{texmfdist}/fonts/tfm/public/omega
12753%{texmfdist}/fonts/ovf/public/omega
12754%{texmfdist}/fonts/map/dvips/omega
7179ac92
ZU
12755%{texmfdist}/omega/ocp/omega
12756%{texmfdist}/omega/otp/omega
12757%{texmfdist}/tex/plain/omega
d08789e0 12758
5b7eba8e
MB
12759#%files fonts-pazo
12760#%defattr(644,root,root,755)
d08789e0
ZU
12761
12762%files fonts-pl
12763%defattr(644,root,root,755)
7179ac92 12764%doc %{texmfdist}/doc/fonts/pl
04123363
ZU
12765%dir %{texmf}/scripts/texlive
12766%dir %{texmf}/scripts/texlive/tlmgrgui
12767%dir %{texmf}/scripts/texlive/tlmgrgui/lang
7179ac92
ZU
12768%{texmfdist}/dvips/pl
12769%{texmfdist}/fonts/source/public/pl
12770%{texmfdist}/fonts/type1/public/pl
12771%{texmfdist}/fonts/afm/public/pl
12772%{texmfdist}/fonts/enc/dvips/pl
12773%{texmfdist}/fonts/tfm/public/pl
12774%{texmfdist}/fonts/map/dvips/pl
31bd2c4a 12775%{texmf}/scripts/texlive/tlmgrgui/lang/pl
d08789e0
ZU
12776
12777%files fonts-px
12778%defattr(644,root,root,755)
7179ac92 12779%doc %{texmfdist}/doc/fonts/pxfonts
f37ff31b
ZU
12780# %doc %{texmf}/doc/doc/english/free-math-font-survey/source/pxfonts.tex
12781# %doc %{texmf}/doc/doc/english/free-math-font-survey/images/pxfonts.png
7179ac92
ZU
12782%dir %{texmfdist}/fonts/map/dvips/pxfonts
12783%dir %{texmfdist}/tex/latex/pxfonts
12784%{texmfdist}/fonts/map/dvips/pxfonts/pxfonts.map
12785%{texmfdist}/fonts/afm/public/pxfonts
12786%{texmfdist}/fonts/tfm/public/pxfonts
12787%{texmfdist}/fonts/type1/public/pxfonts
12788%{texmfdist}/fonts/vf/public/pxfonts
7179ac92 12789%{texmfdist}/tex/latex/pxfonts/pxfonts.sty
d08789e0 12790
5b7eba8e
MB
12791#%files fonts-qfonts
12792#%defattr(644,root,root,755)
31bd2c4a
ZU
12793# %doc %{texmf}/doc/fonts/polish/qfonts
12794# %{texmf}/fonts/enc/dvips/qfonts
12795# %{texmf}/fonts/map/dvips/qfonts
12796# %{texmf}/dvips/qfonts
12797# %{texmf}/fonts/afm/public/qfonts
12798# %{texmf}/fonts/tfm/public/qfonts
d08789e0 12799
74dbda3f
ZU
12800# %files fonts-qpx
12801# %defattr(644,root,root,755)
12802# %{texmf}/fonts/tfm/public/qpx
12803# %{texmf}/fonts/vf/public/qpx
d08789e0 12804
31bd2c4a 12805%files fonts-qpxqtx
d08789e0 12806%defattr(644,root,root,755)
7179ac92
ZU
12807%{texmfdist}/fonts/tfm/public/qpxqtx
12808%{texmfdist}/fonts/vf/public/qpxqtx
d08789e0
ZU
12809
12810%files fonts-rsfs
12811%defattr(644,root,root,755)
7179ac92
ZU
12812%{texmfdist}/fonts/source/public/rsfs
12813%{texmfdist}/fonts/tfm/public/rsfs
d08789e0
ZU
12814
12815%files fonts-stmaryrd
12816%defattr(644,root,root,755)
7179ac92
ZU
12817%doc %{texmfdist}/doc/fonts/stmaryrd
12818%{texmfdist}/source/fonts/stmaryrd
12819%{texmfdist}/fonts/tfm/public/stmaryrd
d08789e0
ZU
12820
12821%files fonts-tx
12822%defattr(644,root,root,755)
7179ac92
ZU
12823%{texmfdist}/fonts/map/dvips/txfonts/txfonts.map
12824%{texmfdist}/fonts/afm/public/txfonts
12825%{texmfdist}/fonts/tfm/public/txfonts
12826%{texmfdist}/fonts/vf/public/txfonts
d08789e0 12827
5bc70a92
MB
12828%files fonts-uhc
12829%defattr(644,root,root,755)
12830%doc %{texmfdist}/doc/fonts/uhc
12831%{texmfdist}/fonts/afm/uhc
12832%{texmfdist}/fonts/tfm/uhc
12833%{texmfdist}/fonts/vf/uhc
12834
d08789e0
ZU
12835%files fonts-urw
12836%defattr(644,root,root,755)
7179ac92 12837%{texmfdist}/fonts/afm/urw
5bc70a92
MB
12838%{texmfdist}/fonts/tfm/urw
12839%{texmfdist}/fonts/vf/urw
d08789e0
ZU
12840
12841%files fonts-urwvn
12842%defattr(644,root,root,755)
26d8eaaa 12843%{texmfdist}/fonts/afm/vntex/urwvn
7179ac92
ZU
12844%{texmfdist}/fonts/tfm/vntex/urwvn
12845%{texmfdist}/fonts/type1/vntex/urwvn
12846%{texmfdist}/fonts/vf/vntex/urwvn
d08789e0
ZU
12847
12848%files fonts-vnr
12849%defattr(644,root,root,755)
7179ac92
ZU
12850%{texmfdist}/fonts/map/dvips/vntex
12851%{texmfdist}/fonts/source/vntex/vnr
12852%{texmfdist}/fonts/tfm/vntex/vnr
d08789e0 12853
e67df411
ZU
12854%files fonts-urw35vf
12855%defattr(644,root,root,755)
12856%{texmfdist}/fonts/vf/urw35vf
12857
5bc70a92
MB
12858%files fonts-wadalab
12859%defattr(644,root,root,755)
12860%doc %{texmfdist}/doc/fonts/wadalab
12861%{texmfdist}/fonts/afm/wadalab
12862%{texmfdist}/fonts/tfm/wadalab
12863%{texmfdist}/fonts/vf/wadalab
12864
d08789e0
ZU
12865%files fonts-wasy
12866%defattr(644,root,root,755)
7179ac92
ZU
12867%{texmfdist}/fonts/source/public/wasy
12868%{texmfdist}/fonts/tfm/public/wasy
d08789e0
ZU
12869
12870%files fonts-xypic
12871%defattr(644,root,root,755)
7179ac92
ZU
12872%{texmfdist}/fonts/map/dvips/xypic
12873# %{texmfdist}/fonts/afm/public/xypic
12874%{texmfdist}/fonts/source/public/xypic
12875%{texmfdist}/fonts/tfm/public/xypic
d08789e0
ZU
12876
12877%files fonts-yandy
12878%defattr(644,root,root,755)
adbd04dd 12879# %{texmf}/fonts/afm/yandy
7179ac92 12880%{texmfdist}/source/fonts/eurofont/marvosym/tfmfiles/yandy
adbd04dd
ZU
12881# %{texmf}/fonts/tfm/yandy
12882# %{texmf}/fonts/vf/yandy
d08789e0
ZU
12883
12884%files fonts-type1-antp
12885%defattr(644,root,root,755)
7179ac92
ZU
12886%{texmfdist}/dvips/antp
12887%{texmfdist}/fonts/type1/public/antp
d08789e0
ZU
12888
12889%files fonts-type1-antt
12890%defattr(644,root,root,755)
adbd04dd 12891# %{texmf}/dvips/antt
7179ac92 12892%{texmfdist}/fonts/type1/public/antt
d08789e0 12893
5bc70a92
MB
12894%files fonts-type1-arphic
12895%defattr(644,root,root,755)
12896%{texmfdist}/fonts/type1/arphic
12897
d08789e0
ZU
12898%files fonts-type1-belleek
12899%defattr(644,root,root,755)
7179ac92
ZU
12900%doc %{texmfdist}/doc/fonts/belleek
12901%{texmfdist}/fonts/type1/public/belleek
d08789e0
ZU
12902
12903%files fonts-type1-bitstream
12904%defattr(644,root,root,755)
7179ac92 12905%{texmfdist}/fonts/type1/bitstrea
d08789e0
ZU
12906
12907%files fonts-type1-bluesky
12908%defattr(644,root,root,755)
04eb4e68
ZU
12909# %doc %{texmf}/doc/fonts/bluesky
12910# %{texmf}/dvips/bluesky
7179ac92 12911%{texmfdist}/fonts/type1/bluesky
d08789e0
ZU
12912
12913%files fonts-type1-cc-pl
12914%defattr(644,root,root,755)
7179ac92
ZU
12915%doc %{texmfdist}/doc/fonts/cc-pl
12916%{texmfdist}/fonts/type1/public/cc-pl
d08789e0
ZU
12917
12918%files fonts-type1-cmcyr
12919%defattr(644,root,root,755)
7179ac92 12920%{texmfdist}/fonts/type1/public/cmcyr
d08789e0
ZU
12921
12922%files fonts-type1-cs
12923%defattr(644,root,root,755)
7179ac92 12924%{texmfdist}/fonts/type1/public/cs
d08789e0 12925
04eb4e68
ZU
12926# %files fonts-type1-dstroke
12927# %defattr(644,root,root,755)
12928# %{texmf}/fonts/type1/public/dstroke
d08789e0
ZU
12929
12930%files fonts-type1-eurosym
12931%defattr(644,root,root,755)
7179ac92 12932%{texmfdist}/fonts/type1/public/eurosym
d08789e0
ZU
12933
12934%files fonts-type1-hoekwater
12935%defattr(644,root,root,755)
7179ac92 12936%{texmfdist}/fonts/type1/hoekwater
d08789e0
ZU
12937
12938%files fonts-type1-fpl
12939%defattr(644,root,root,755)
7179ac92
ZU
12940%doc %{texmfdist}/doc/fonts/fpl
12941%{texmfdist}/fonts/afm/public/fpl
12942%{texmfdist}/fonts/type1/public/fpl
d08789e0
ZU
12943
12944%files fonts-type1-lm
12945%defattr(644,root,root,755)
7179ac92
ZU
12946%{texmfdist}/fonts/afm/public/lm
12947%{texmfdist}/fonts/type1/public/lm
d08789e0
ZU
12948
12949%files fonts-type1-marvosym
12950%defattr(644,root,root,755)
7179ac92 12951%{texmfdist}/fonts/type1/public/marvosym
d08789e0
ZU
12952
12953%files fonts-type1-mathpazo
12954%defattr(644,root,root,755)
04eb4e68 12955# %doc %{texmf}/doc/fonts/mathpazo
7179ac92
ZU
12956%{texmfdist}/fonts/afm/public/mathpazo
12957%{texmfdist}/fonts/type1/public/mathpazo
d08789e0
ZU
12958
12959%files fonts-type1-omega
12960%defattr(644,root,root,755)
7179ac92 12961%{texmfdist}/fonts/type1/public/omega
d08789e0
ZU
12962
12963%files fonts-type1-pl
12964%defattr(644,root,root,755)
04eb4e68 12965# %doc %{texmf}/doc/fonts/polish/plpsfont
7179ac92 12966%{texmfdist}/fonts/type1/public/pl
d08789e0
ZU
12967
12968%files fonts-type1-px
12969%defattr(644,root,root,755)
7179ac92 12970%{texmfdist}/fonts/type1/public/pxfonts
d08789e0 12971
04eb4e68
ZU
12972# %files fonts-type1-qfonts
12973# %defattr(644,root,root,755)
7179ac92 12974# %{texmfdist}/fonts/type1/public/qfonts
d08789e0
ZU
12975
12976%files fonts-type1-tx
12977%defattr(644,root,root,755)
7179ac92 12978%{texmfdist}/fonts/type1/public/txfonts
d08789e0 12979
04eb4e68
ZU
12980# %files fonts-type1-tt2001
12981# %defattr(644,root,root,755)
12982# %{texmf}/fonts/type1/public/tt2001
d08789e0 12983
5bc70a92
MB
12984%files fonts-type1-uhc
12985%defattr(644,root,root,755)
12986%{texmfdist}/fonts/type1/uhc
12987
d08789e0
ZU
12988%files fonts-type1-urw
12989%defattr(644,root,root,755)
7179ac92 12990%{texmfdist}/fonts/type1/urw
d08789e0
ZU
12991
12992%files fonts-type1-vnr
12993%defattr(644,root,root,755)
7179ac92 12994%{texmfdist}/fonts/type1/vntex/vnr
d08789e0 12995
5bc70a92
MB
12996%files fonts-type1-wadalab
12997%defattr(644,root,root,755)
12998%{texmfdist}/fonts/type1/wadalab
12999
d08789e0
ZU
13000%files fonts-type1-xypic
13001%defattr(644,root,root,755)
7179ac92 13002%{texmfdist}/fonts/type1/public/xypic
489714ae
ZU
13003
13004# TeXLive-specific
13005
13006%files afm2pl
13007%defattr(644,root,root,755)
13008%attr(755,root,root) %{_bindir}/afm2pl
13009%{_mandir}/man1/afm2pl*
13010
13011%files bbox
13012%defattr(644,root,root,755)
13013%attr(755,root,root) %{_bindir}/bbox
13014%{_mandir}/man1/bbox*
13015
13016%files cefutils
13017%defattr(644,root,root,755)
13018%attr(755,root,root) %{_bindir}/cef*
2677a8b0 13019%dir %{texmfdist}/tex/latex/cjk
21c69d95
ZU
13020%dir %{texmfdist}/doc/latex/cjk
13021%dir %{texmfdist}/source/latex/cjk
13022%dir %{texmfdist}/source/latex/cjk/utils
2677a8b0 13023%{texmfdist}/tex/latex/cjk/CEF
489714ae
ZU
13024%doc %{texmfdist}/doc/latex/cjk/doc
13025%doc %{texmfdist}/doc/latex/cjk/examples
13026%{texmfdist}/source/latex/cjk/utils/CEFconv
13027
13028%files detex
13029%defattr(644,root,root,755)
13030%attr(755,root,root) %{_bindir}/detex
13031%{_mandir}/man1/detex*
13032
7ffd1967
ZU
13033
13034%files dviutils
13035%defattr(644,root,root,755)
13036%attr(755,root,root) %{_bindir}/dt2dv
13037%attr(755,root,root) %{_bindir}/dv2dt
13038%attr(755,root,root) %{_bindir}/dvi2tty
13039%attr(755,root,root) %{_bindir}/dviasm
13040%attr(755,root,root) %{_bindir}/dvibook
13041%attr(755,root,root) %{_bindir}/dviconcat
13042%attr(755,root,root) %{_bindir}/dvidvi
13043%attr(755,root,root) %{_bindir}/dvigif
13044%attr(755,root,root) %{_bindir}/dvipdfmx
13045%attr(755,root,root) %{_bindir}/dvipos
13046%attr(755,root,root) %{_bindir}/dviselect
13047%attr(755,root,root) %{_bindir}/dvitodvi
13048%{_mandir}/man1/dt2dv*
13049%{_mandir}/man1/dv2dt*
13050%{_mandir}/man1/dvi2tty*
13051%{_mandir}/man1/dvibook*
13052%{_mandir}/man1/dviconcat*
13053%{_mandir}/man1/dvidvi*
13054%{_mandir}/man1/dvigif*
13055%{_mandir}/man1/dvipos*
13056%{_mandir}/man1/dviselect*
13057%{_mandir}/man1/dvitodvi*
13058
13059%files epsutils
13060%defattr(644,root,root,755)
13061%attr(755,root,root) %{_bindir}/epsffit
13062%attr(755,root,root) %{_bindir}/epspdf
13063%attr(755,root,root) %{_bindir}/epspdftk
5fef92c1 13064%attr(755,root,root) %{_bindir}/pst2pdf
7ffd1967
ZU
13065%{texmfdist}/scripts/epspdf
13066%{_mandir}/man1/epsffit*
13067%doc %{texmfdist}/doc/epspdf
13068
13069%files filters
13070%defattr(644,root,root,755)
13071%attr(755,root,root) %{_bindir}/fix*
13072%{_mandir}/man1/fix*
13073
faa40f44
ZU
13074%files psutils
13075%defattr(644,root,root,755)
13076%attr(755,root,root) %{_bindir}/extractres
13077%attr(755,root,root) %{_bindir}/getafm
13078%attr(755,root,root) %{_bindir}/includeres
13079%attr(755,root,root) %{_bindir}/psbook
13080%attr(755,root,root) %{_bindir}/psmerge
13081%attr(755,root,root) %{_bindir}/psnup
13082%attr(755,root,root) %{_bindir}/psresize
13083%attr(755,root,root) %{_bindir}/psselect
5fef92c1 13084%attr(755,root,root) %{_bindir}/ps2eps
faa40f44
ZU
13085%attr(755,root,root) %{_bindir}/pstops
13086%attr(755,root,root) %{_bindir}/showchar
13087%{_mandir}/man1/extractres*
13088%{_mandir}/man1/getafm*
13089%{_mandir}/man1/includeres*
13090%{_mandir}/man1/psbook*
13091%{_mandir}/man1/psmerge*
13092%{_mandir}/man1/psnup*
13093%{_mandir}/man1/psresize*
13094%{_mandir}/man1/psselect*
13095%{_mandir}/man1/pstops*
13096%{texmf}/dvips/psutils
13097
489714ae
ZU
13098%files uncategorized-utils
13099%defattr(644,root,root,755)
13100%attr(755,root,root) %{_bindir}/devnag
13101%attr(755,root,root) %{_bindir}/disdvi
5b7eba8e
MB
13102
13103%files tex4ht
13104%defattr(644,root,root,755)
add234d3
MB
13105%attr(755,root,root) %{_bindir}/ht
13106%attr(755,root,root) %{_bindir}/htcontext
13107%attr(755,root,root) %{_bindir}/htlatex
13108%attr(755,root,root) %{_bindir}/htmex
13109%attr(755,root,root) %{_bindir}/httex
13110%attr(755,root,root) %{_bindir}/httexi
13111%attr(755,root,root) %{_bindir}/htxelatex
13112%attr(755,root,root) %{_bindir}/htxetex
13113%attr(755,root,root) %{_bindir}/mk4ht
13114%attr(755,root,root) %{_bindir}/t4ht
13115%attr(755,root,root) %{_bindir}/tex4ht
4224ae6d 13116%{texmf}/scripts/tex4ht
5b7eba8e 13117%{texmfdist}/tex/generic/tex4ht
add234d3
MB
13118%dir %{texmfdist}/scripts/tex4ht
13119%attr(755,root,root) %{texmfdist}/scripts/tex4ht/ht.sh
13120%attr(755,root,root) %{texmfdist}/scripts/tex4ht/htcontext.sh
13121%attr(755,root,root) %{texmfdist}/scripts/tex4ht/htlatex.sh
13122%attr(755,root,root) %{texmfdist}/scripts/tex4ht/htmex.sh
13123%attr(755,root,root) %{texmfdist}/scripts/tex4ht/httex.sh
13124%attr(755,root,root) %{texmfdist}/scripts/tex4ht/httexi.sh
13125%attr(755,root,root) %{texmfdist}/scripts/tex4ht/htxelatex.sh
13126%attr(755,root,root) %{texmfdist}/scripts/tex4ht/htxetex.sh
13127%attr(755,root,root) %{texmfdist}/scripts/tex4ht/mk4ht.pl
5fef92c1 13128%doc %{texmfdist}/doc/generic/tex4ht
5b7eba8e 13129%{texmfdist}/tex4ht
4224ae6d
MB
13130
13131%files xetex
13132%defattr(644,root,root,755)
13133%attr(755,root,root) %{_bindir}/xdvipdfmx
13134%attr(755,root,root) %{_bindir}/xelatex
13135%attr(755,root,root) %{_bindir}/xetex
13136%{texmf}/fmtutil/format.xetex.cnf
13137%doc %{texmfdist}/doc/xelatex
13138%doc %{texmfdist}/doc/xetex
13139%{texmfdist}/scripts/xetex
13140%{texmfdist}/tex/generic/ifxetex
13141%{texmfdist}/tex/generic/xetexconfig
13142%{texmfdist}/tex/latex/latexconfig/xelatex.ini
13143%{texmfdist}/tex/plain/config/xetex.ini
13144%{texmfdist}/tex/xelatex
13145%{texmfdist}/tex/xetex
13146
13147%files xmltex
13148%defattr(644,root,root,755)
13149%doc %{texmfdist}/doc/xmltex
13150%attr(755,root,root) %{_bindir}/pdfxmltex
13151%attr(755,root,root) %{_bindir}/xmltex
13152%{texmfdist}/tex/xmltex
13153%{texmf}/fmtutil/format.xmltex.cnf
This page took 2.199406 seconds and 4 git commands to generate.