]> git.pld-linux.org Git - packages/texlive.git/blame - texlive.spec
- added summaries (comments)
[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
247457ba 44Release: 0.9.9
096dca83 45Epoch: 1
d08789e0
ZU
46License: distributable
47Group: Applications/Publishing/TeX
48Source0: http://tug.org/svn/texlive/branches/branch2008/Master/source/%{name}-%{version}-source.tar.lzma
49# Source0-md5: 554287c3e458da776edd684506048d45
e19e6777
ZU
50Source1: ftp://tug.org/texlive/historic/2008/%{name}-20080822-texmf.tar.lzma
51# Source1-md5: fa74072e1344e8390eb156bcda61a8b2
d08789e0
ZU
52Source4: %{name}.cron
53Source5: xdvi.desktop
54Source6: xdvi.png
c48c077b 55Patch0: %{name}-am.patch
2c9c6c5b 56Patch1: %{name}-20080816-kpathsea-ar.patch
d08789e0 57URL: http://www.tug.org/texlive/
c48c077b 58BuildRequires: autoconf
d08789e0
ZU
59BuildRequires: automake
60BuildRequires: bison
a784d38e 61BuildRequires: clisp
d08789e0 62BuildRequires: ed
a784d38e 63BuildRequires: expat-devel
4c9dc995 64BuildRequires: ffcall-devel
97b079ad 65BuildRequires: flex
a784d38e 66BuildRequires: fontconfig-devel
e671f712
AM
67BuildRequires: freetype-devel
68BuildRequires: freetype1-devel
d08789e0
ZU
69BuildRequires: gd-devel >= 2.0.33
70BuildRequires: libpng-devel >= 1.2.8
97b079ad 71BuildRequires: libtool
c48c077b
AM
72# should this be somewhere in clisp?
73BuildRequires: libsigsegv
d08789e0
ZU
74BuildRequires: libstdc++-devel
75BuildRequires: ncurses-devel
76BuildRequires: rpm-perlprov
77BuildRequires: rpm-pythonprov
d062bbe0 78BuildRequires: sed >= 4.0
d08789e0
ZU
79BuildRequires: t1lib-devel >= 5.0.2
80BuildRequires: texinfo
ca4b56d2
AM
81%if %{with bootstrap}
82BuildRequires: tetex-format-latex
83BuildRequires: tetex-format-pdflatex
ca4b56d2 84BuildRequires: tetex-latex-cyrillic
97b079ad 85BuildRequires: tetex-tex-babel
ca4b56d2 86%else
ca4b56d2
AM
87BuildRequires: texlive-format-latex
88BuildRequires: texlive-format-pdflatex
ca4b56d2 89BuildRequires: texlive-latex-cyrillic
97b079ad
ZU
90BuildRequires: texlive-tex-babel
91# fill with future texlive BR. guesses ones for now
ca4b56d2 92%endif
d08789e0 93BuildRequires: unzip
a784d38e 94BuildRequires: xorg-lib-libICE-devel
d08789e0 95BuildRequires: xorg-lib-libXaw-devel
a784d38e 96BuildRequires: xorg-lib-libXext-devel
a784d38e 97BuildRequires: xorg-lib-libXmu-devel
97b079ad 98BuildRequires: xorg-lib-libXpm-devel
d08789e0 99BuildRequires: zlib-devel >= 1.2.1
78d53d8c 100Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
101Requires: %{name}-fonts-cm = %{epoch}:%{version}-%{release}
102Requires: %{name}-fonts-misc = %{epoch}:%{version}-%{release}
103Requires: %{name}-metafont = %{epoch}:%{version}-%{release}
104Requires: awk
105Requires: dialog
0b6bcf85 106Requires: kpathsea = %{epoch}:%{version}-%{release}
d08789e0
ZU
107Requires: sed
108Requires: sh-utils
d3f501b8 109Requires: texconfig = %{epoch}:%{version}-%{release}
e88b5dcf 110Requires: textutils
d08789e0
ZU
111Suggests: tmpwatch
112Obsoletes: tetex
113Obsoletes: tetex-afm
114Obsoletes: tetex-doc
115Obsoletes: tetex-doc-latex2e-html
116Obsoletes: tetex-fontinst
117Obsoletes: tetex-fontname
118Obsoletes: tetex-fonts
119Obsoletes: tetex-fonts-pandora
120Obsoletes: tetex-fonts-vcm
121Obsoletes: tetex-format-elatex
122Obsoletes: tetex-format-pdfelatex
123Obsoletes: tetex-format-pdfemex
124Obsoletes: tetex-latex-vnps
125Obsoletes: tetex-latex-vnr
126Obsoletes: tetex-oxdvi
127Obsoletes: tetex-oxdvi
128Obsoletes: tetex-plain-dvips
129Obsoletes: tetex-plain-dvips
130Obsoletes: tetex-plain-mathtime
131Obsoletes: tetex-plain-mathtime
132Obsoletes: tetex-plain-misc
133Obsoletes: tetex-plain-misc
134Obsoletes: tetex-plain-plnfss
135Obsoletes: tetex-plain-plnfss
136Obsoletes: tetex-tex-hyphen
137Obsoletes: tetex-tex-vietnam
138BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
139
f37ff31b 140%define texmf %{_datadir}/texmf
8b5eed5e 141%define texmfdist %{texmf}-dist
1a192771 142%define texmfdoc %{texmf}-doc
d08789e0
ZU
143%define fmtdir /var/lib/texmf/web2c
144%define texhash [ ! -x %{_bindir}/texhash ] || %{_bindir}/texhash 1>&2;
145%define _localstatedir /var/lib/texmf
146%define fixinfodir [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1 ;
147%define fmtutil(f:) [ ! \\\( -f %{_localstatedir}/web2c/%{-f*}.fmt.rpmnew -o -f %{_localstatedir}/web2c/%{-f*}.efmt.rpmnew \\\) ] || %{_bindir}/fmtutil-sys --byfmt %{-f*} >/dev/null 2>/dev/null || echo "Regenerating %{-f*} failed. See %{_localstatedir}/web2c/%{-f*}.log for details" 1>&2 && exit 0 ;
148
149%define _noautoreq 'perl(path_tre)'
150
151%description
97b079ad
ZU
152TeXLive is an implementation of TeX for Linux or UNIX systems. TeX
153takes a text file and a set of formatting commands as input and
154creates a typesetter independent .dvi (DeVice Independent) file as
155output. Usually, TeX is used in conjunction with a higher level
156formatting package like LaTeX or PlainTeX, since TeX by itself is not
157very user-friendly.
d08789e0
ZU
158
159%description -l es.UTF-8
160Tex formata archivos de texto y órdenes para una salida independiente
161de dispositivo (que se llama DVI - DeVice Independent). En The TeXbook
162de Knut se describen las capacidades y el lenguaje TeX.
163
164%description -l de.UTF-8
165TeX formatiert eine Datei, die abwechselnd Text und Befehle enthält
166und gibt eine geräteunabhängige Datei aus (DVI genannt, Abk. für
167DeVice Independent). Die Funktionen und Sprache von TeX werden in The
168TeXbook von Knuth beschrieben.
169
170%description -l fr.UTF-8
171TeX formate un fichier de commandes et de texte mélandés, et produit
172un fichier de indépendant de toute plate-forme (appelé DVI, qui est un
173raccourci pour Device Independant). Les possibilités de TeX et son
174langage sont décrites dans l'ouvrage TeXbook, de Knuth.
175
97b079ad
ZU
176%description -l hu.UTF-8
177TeXLive a TeX egy implementációja Linux és UNIX rendszerekre. TeX egy
178egyszerű szövegfájlt fogad bemenetként, és formázó parancsok
179segítségével a szövegszedő egy független .dvi (DeVice Independent)
180fájlt készít. A TeX-et leginkább magasabb szintű formázó parancsokkal
181kiegészítve használják, mint pl. LaTeX-hel vagy PlainTeX-hel, mivel a
182TeX önmaga nem túlzottan "felhasználóbarát".
183
d08789e0
ZU
184%description -l pl.UTF-8
185TeX formatuje przygotowany tekst oraz komendy i produkuje niezależny
186od urządzenia plik wynikowy (tzw. DVI -- skrót od DeVice Independent).
187Możliwości TeXa, oraz jego język zostały opisane w ,,The TeXbook''
188Donalda E. Knutha.
189
190%description -l pt_BR.UTF-8
191Tex formata arquivos de texto e comandos para uma saída independente
192de dispositivo (chamado DVI - DeVice Independent). As capacidades e a
193linguagem TeX são descritas no The TeXbook, de Knuth.
194
195%description -l tr.UTF-8
196TeX, içinde metin ve komutların yer aldığı bir dosyayı okur ve dizgi
197aygıtından bağımsız bir çıktı (DeVice Independent - DVI) oluşturur.
198TeX'in becerileri ve dizgi dili, dili geliştiren Knuth'un 'The
199TeXbook' başlıklı kitabında anlatılmaktadır.
200
80fa261c
ZU
201%package other-utils
202Summary: Other utilities
203Group: Applications/Publishing/TeX
204
205%description other-utils
206Other utilities.
207
830ca960
ZU
208%package other-utils-doc
209Summary: Other utilities documentation
210Group: Applications/Publishing/TeX
211
212%description other-utils-doc
213Other utilities documentation.
214
5b7eba8e
MB
215%package doc
216Summary: Documentation for TeX Live
217Group: Documentation
218
219%description doc
220Assorted useful documentation for TeX Live.
221
222%package doc-bg
223Summary: Bulgarian documentation for TeX Live
224Group: Documentation
225
226%description doc-bg
227Assorted useful Bulgarian documentation for TeX Live.
228
229%package doc-cs
230Summary: Czech documentation for TeX Live
231Group: Documentation
232
233%description doc-cs
234Assorted useful Czech documentation for TeX Live.
235
236%package doc-de
237Summary: German documentation for TeX Live
238Group: Documentation
239
240%description doc-de
241Assorted useful German documentation for TeX Live.
242
243%package doc-el
244Summary: Greek documentation for TeX Live
245Group: Documentation
246
247%description doc-el
248Assorted useful Greek documentation for TeX Live.
249
250%package doc-es
251Summary: Spanish documentation for TeX Live
252Group: Documentation
253
254%description doc-es
255Assorted useful Spanish documentation for TeX Live.
256
257%package doc-fi
258Summary: Finnish documentation for TeX Live
259Group: Documentation
260
261%description doc-fi
262Assorted useful Finnish documentation for TeX Live.
263
264%package doc-fr
265Summary: French documentation for TeX Live
266Group: Documentation
267
268%description doc-fr
269Assorted useful French documentation for TeX Live.
270
271%package doc-it
272Summary: Italian documentation for TeX Live
273Group: Documentation
274
275%description doc-it
276Assorted useful Italian documentation for TeX Live.
277
278%package doc-ja
279Summary: Japanese documentation for TeX Live
280Group: Documentation
281
282%description doc-ja
283Assorted useful Japanese documentation for TeX Live.
284
285%package doc-ko
286Summary: Korean documentation for TeX Live
287Group: Documentation
288
289%description doc-ko
290Assorted useful Korean documentation for TeX Live.
291
292%package doc-mn
293Summary: Mongolian documentation for TeX Live
294Group: Documentation
295
296%description doc-mn
297Assorted useful Mongolian documentation for TeX Live.
298
299%package doc-nl
300Summary: Dutch documentation for TeX Live
301Group: Documentation
302
303%description doc-nl
304Assorted useful Dutch documentation for TeX Live.
305
306%package doc-pl
307Summary: Polish documentation for TeX Live
308Group: Documentation
309
310%description doc-pl
311Assorted useful Polish documentation for TeX Live.
312
313%package doc-pt
314Summary: Portuguese documentation for TeX Live
315Group: Documentation
316
317%description doc-pt
318Assorted useful Portuguese documentation for TeX Live.
319
320%package doc-ru
321Summary: Russian documentation for TeX Live
322Group: Documentation
323
324%description doc-ru
325Assorted useful Russian documentation for TeX Live.
326
327%package doc-sk
328Summary: Slovak documentation for TeX Live
329Group: Documentation
330
331%description doc-sk
332Assorted useful Slovak documentation for TeX Live.
333
334%package doc-sl
335Summary: Slovenian documentation for TeX Live
336Group: Documentation
337
338%description doc-sl
339Assorted useful Slovenian documentation for TeX Live.
340
341%package doc-th
342Summary: Thai documentation for TeX Live
343Group: Documentation
344
345%description doc-th
346Assorted useful Thai documentation for TeX Live.
347
348%package doc-tr
349Summary: Turkish documentation for TeX Live
350Group: Documentation
351
352%description doc-tr
353Assorted useful Turkish documentation for TeX Live.
354
355%package doc-uk
356Summary: Ukrainian documentation for TeX Live
357Group: Documentation
358
359%description doc-uk
360Assorted useful Ukrainian documentation for TeX Live.
361
362%package doc-vi
363Summary: Vietnamese documentation for TeX Live
364Group: Documentation
365
366%description doc-vi
367Assorted useful Vietnamese documentation for TeX Live.
368
369%package doc-zh_CN
370Summary: Chinese documentation for TeX Live
371Group: Documentation
372
373%description doc-zh_CN
374Assorted useful Chinese documentation for TeX Live.
489714ae 375
d08789e0
ZU
376%package doc-Catalogue
377Summary: TeX Catalogue
378Summary(pl.UTF-8): Katalog TeXa
379Group: Applications/Publishing/TeX
380Requires(post,postun): %{_bindir}/texhash
381Requires: %{name} = %{epoch}:%{version}-%{release}
382
383%description doc-Catalogue
384TeX Catalogue.
385
386%description doc-Catalogue -l pl.UTF-8
387Katalog TeXa.
388
389%package doc-tug-faq
390Summary: TeX User Group FAQ
489714ae 391Summary(hu.UTF-8): TeX felhasználók FAQ-ja
d08789e0
ZU
392Summary(pl.UTF-8): FAQ Grupy Użytkowników TeXa
393Group: Applications/Publishing/TeX
394Requires(post,postun): %{_bindir}/texhash
395Requires: %{name} = %{epoch}:%{version}-%{release}
396Obsoletes: tetex-doc-LaTeX-FAQ-francaise
397Obsoletes: tetex-doc-de-tex-faq
398Obsoletes: tetex-doc-uktug-faq
399
400%description doc-tug-faq
401TeX User Group FAQ.
402
74eeb8ec
ZU
403%description doc-tug-faq -l hu.UTF8
404TeX felhasználók FAQ-ja.
405
d08789e0
ZU
406%description doc-tug-faq -l pl.UTF-8
407FAQ Grupy Użytkowników TeXa.
408
409%package doc-latex
410Summary: Basic LaTeX packages documentation
489714ae 411Summary(hu.UTF-8): Az alap LaTeX csomagok dokumentációja
d08789e0
ZU
412Summary(pl.UTF-8): Podstawowa dokumentacja do pakietów LaTeXa
413Group: Applications/Publishing/TeX
414Requires(post,postun): %{_bindir}/texhash
415Requires: %{name} = %{epoch}:%{version}-%{release}
416
417%description doc-latex
418Basic LaTeX packages documentation.
419
74eeb8ec
ZU
420%description doc-latex -l hu.UTF-8
421Az alap LaTeX csomagok dokumentációja
422
d08789e0
ZU
423%description doc-latex -l pl.UTF-8
424Podstawowa dokumentacja do pakietów LaTeXa.
425
426# # libraries #
096dca83 427%package -n kpathsea
d08789e0 428Summary: File name lookup library
489714ae 429Summary(hu.UTF-8): Fájlnév-kereső könyvtár
d08789e0
ZU
430Summary(pl.UTF-8): Biblioteka szukająca nazw plików
431Group: Applications/Publishing/TeX
432Requires(post,postun): %{_bindir}/texhash
433Requires: %{name} = %{epoch}:%{version}-%{release}
434
096dca83 435%description -n kpathsea
d08789e0
ZU
436File name lookup library.
437
096dca83 438%description -n kpathsea -l hu.UTF-8
74eeb8ec
ZU
439Fájlnév-kereső könyvtár.
440
096dca83 441%description -n kpathsea -l pl.UTF-8
d08789e0
ZU
442Biblioteka szukająca nazw plików.
443
096dca83 444%package -n kpathsea-devel
d08789e0
ZU
445Summary: Kpathsea library filename lookup header files and documentation
446Summary(es.UTF-8): Bibliotecas y archivos de inclusión para desarrollo TeX
489714ae 447Summary(hu.UTF-8): Kpathsea fájlnév-kereső könyvtár header fájljai és dokumentációja
d08789e0
ZU
448Summary(pl.UTF-8): Pliki nagłówkowe oraz dokumetacja kpathsea
449Summary(pt_BR.UTF-8): Bibliotecas e headers para desenvolvimento TeX
450Group: Development/Libraries
096dca83 451Requires: kpathsea = %{epoch}:%{version}-%{release}
d08789e0 452
096dca83 453%description -n kpathsea-devel
d08789e0
ZU
454Kpathsea library filename lookup header files and documentation.
455
096dca83 456%description -n kpathsea-devel -l es.UTF-8
d08789e0
ZU
457Bibliotecas, archivos de inclusión, etc, para que puedas desarrollar
458aplicaciones TeX.
459
096dca83 460%description -n kpathsea-devel -l hu.UTF-8
74eeb8ec
ZU
461Kpathsea fájlnév-kereső könyvtár header fájljai és dokumentációja.
462
096dca83 463%description -n kpathsea-devel -l pl.UTF-8
d08789e0
ZU
464Pliki nagłówkowe oraz dokumentacja biblioteki kpathsea.
465
096dca83 466%description -n kpathsea-devel -l pt_BR.UTF-8
d08789e0
ZU
467Bibliotecas, headers e outros componentes que podem ser utilizados
468para desenvolver aplicações TeX.
469
470# # programs #
471%package dvips
472Summary: DVI to PostScript converter
473Summary(de.UTF-8): dvi-Postscript-Konvertierungsprogramm
474Summary(es.UTF-8): Convertidor dvi para postscript
475Summary(fr.UTF-8): Convertisseur dvi vers PostScript
40664f43 476Summary(hu.UTF-8): DVI-ből PosctScript-be konvertáló
d08789e0
ZU
477Summary(pl.UTF-8): Konwerter plików DVI do PostScriptu
478Summary(pt_BR.UTF-8): Conversor dvi para postscript
479Summary(tr.UTF-8): dvi'dan postscript'e dönüştürücü
480Group: Applications/Publishing/TeX
481Requires(post,postun): %{_bindir}/texhash
482Requires: %{name} = %{epoch}:%{version}-%{release}
483
484%description dvips
485The program dvips takes a DVI file file[.dvi] produced by TeX (or by
486some other processor such as GFtoDVI) and converts it to PostScript,
487normally sending the result directly to the laserprinter.
488
489%description dvips -l de.UTF-8
490Das dvips-Programm nimmt eine dvi-Datei ([.dvi]), die von TeX bzw.
491durch einen anderen Prozessor wie GFtoDVI) erzeugt wurde, und
492konvertiert diese in PostScript, wobei das Ergebnis in der Regel
493direkt an einen Laserdrucker gesandt wird.
494
495%description dvips -l es.UTF-8
496El programa dvips coge un archivo DVI (.dvi) producido por TeX (o por
497otro procesador como GFtoDVI) y lo convierte a PostScript, normalmente
498enviando el resultado directamente a la impresora láser.
499
500%description dvips -l fr.UTF-8
501Le programme dvips convertit les fichiers DVI en PostScript, en
502envoyant normalement le résultat directement sur une imprimante Laser.
503
40664f43
ZU
504%description dvips -l hu.UTF-8
505A dvips program egy TeX által készített DVI-fájlból PostScript
489714ae 506állományt készít, amelyet a legtöbb esetben közvetlenül a
40664f43
ZU
507lézernyomtatóra küldhetsz.
508
d08789e0
ZU
509%description dvips -l pl.UTF-8
510Program dvips bierze plik DVI wygenerowany przez TeXa (lub jakiś inny
511program, jak na przykład GFtoDVI) i konwertuje go do PostScriptu.
512Domyślnie wynik jest wysyłany bezpośrednio do drukarki.
513
514%description dvips -l pt_BR.UTF-8
515O programa dvips toma um arquivo DVI (.dvi) produzido pelo TeX (ou por
516outro processador como o GFtoDVI) e o converte para PostScript,
517normalmente enviando o resultado diretamente para a impressora laser.
518
519%description dvips -l tr.UTF-8
520dvips programı, dvi biçiminde bir girdi dosyası alır ve onu
521PostScript'e dönüştürür. Kaynak dosya TeX tarafından oluşturulmuş
522olabileceği gibi başka işleyiciler tarafından da (GFtoDVI gibi)
523üretilmiş olabilir.
524
525%package dvilj
526Summary: DVI to PCL converter
527Summary(de.UTF-8): Ein dvi-->Laserjet-Konvertierer
528Summary(es.UTF-8): Convertidor dvi para laserjet
529Summary(fr.UTF-8): convertisseur dvi vers laserjet
6b25593c 530Summary(hu.UTF-8): DVI-ből PCL-be konvertáló
d08789e0
ZU
531Summary(pl.UTF-8): Konwerter plików DVI do języka PCL
532Summary(pt_BR.UTF-8): Conversor dvi para laserjet
533Summary(tr.UTF-8): dvi'dan laserjet'e dönüştürücü
534Group: Applications/Publishing/TeX
535Requires(post,postun): %{_bindir}/texhash
536Requires: %{name} = %{epoch}:%{version}-%{release}
537
538%description dvilj
539Dvilj and dvilj's siblings (included in this package) will convert TeX
540text formatting system output .dvi files to HP PCL (HP Printer Control
541Language) commands. Using dvilj, you can print TeX files to HP
542LaserJet+ and fully compatible printers. With dvilj2p, you can print
543to HP LaserJet IIP and fully compatible printers. And with dvilj4, you
544can print to HP LaserJet4 and fully compatible printers.
545
546%description dvilj -l de.UTF-8
547Dvilj und Gebrüder konvertieren TeX-Ausgabe-.dvi-Dateien in HP PCL (HP
548Printer Control Language) Befehle zum Drucken auf HP LaserJet+, HP
549LaserJet IIP (mit dvilj2p), HP LaserJet 4 (mit dvilj4) und vollständig
550kompatiblen Druckern.
551
552%description dvilj -l es.UTF-8
553Dvilj y semejantes convierten archivos de salida TeX.dvi en comandos
554HP PCL (i.e. Lenguaje de Control de Impresoras HP) adecuados a
555impresión de impresoras HP LaserJEt+, HP LaserJet IIP (usando
556dvilj2p), HP LaserJet 4 (usando dvilj4) y compatibles.
557
558%description dvilj -l fr.UTF-8
559dvilj et ses cousins convertissent les fichiers dvi en commandes HPPCL
560(le langage des imprimantes HP) pour les imprimer sur HP LaserJet+, HP
561LaserJet IIP (avec dvilj2p), HP LaserJet 4 (avec dvilj4), et autres
562imprimantes totalement compatibles.
563
6b25593c
ZU
564%description dvilj -l hu.UTF-8
565Dvilj a TeX által előállított .dvi fájlokat konvertálja HP PCL (HP
566Printer Control Language) parancsokká. A dvilj használatával TeX
567fájlokat tudsz nyomtatni HP LaserJet+ és a vele kompatibilis
568nyomtatókon. A dvilj2p-vel HP LaserJet IIP és kompatibilis
569nyomtatókra. És végül a dvilj4-gyel HP LaserJet4 és kompatibilisekre.
570
d08789e0
ZU
571%description dvilj -l pl.UTF-8
572dvilj oraz pokrewne narzędzia (załączone w tym pakiecie) konwertują
573pliki wyjściowe .dvi systemu formatującego tekst TeX na polecenia HP
574PCL (HP Printer Control Language). Przy użyciu dvilj można drukować
575pliki TeXa na drukarkach HP LaserJet+ i w pełni kompatybilnych. Przy
576użyciu dvilj2p można drukować na drukarkach HP LaserJet IIP i w pełni
577kompatybilnych. Przy użyciu dvilj4 można drukować na drukarkach HP
578LaserJet4 i w pełni kompatybilnych.
579
580%description dvilj -l pt_BR.UTF-8
581Dvilj e semelhantes convertem arquivos de saída TeX .dvi em comandos
582HP PCL (i.e. Linguagem de Controle de Impressoras HP) adequados para
583impressão em impressoras HP LaserJet+, HP LaserJet IIP (usando
584dvilj2p), HP LaserJet 4 (usando dvilj4) e compatíveis.
585
586%description dvilj -l tr.UTF-8
587TeX çıktısı dvi dosyalarını HP PCL (HP'nin geliştirdiği bir yazıcı
588denetim dili) komutlarına çevirir ve böylece bir LaserJet+, HP
589LaserJet IIP (dvilj2p ile), HP LaserJet4 (dvilj4 ile) ve tam
590uyumlularından yazıcı çıktısı alınabilir.
591
592%package makeindex
593Summary: A general purpose hierarchical index generator
6b25593c 594Summary(hu.UTF-8): Egy általános célú hierarchikus index generáló
d08789e0
ZU
595Summary(pl.UTF-8): Generator hierarchicznych indeksów ogólnego przeznaczenia
596Group: Applications/Publishing/TeX
597Requires(post,postun): %{_bindir}/texhash
598Requires: %{name} = %{epoch}:%{version}-%{release}
599Obsoletes: tetex-rumakeindex
600
601%description makeindex
602A general purpose hierarchical index generator; it accepts one or more
603input files (often produced by a text formatter such as TeX or troff),
604sorts the entries, and produces an output file which can be formatted.
605The formats of the input and output files are specified in a style
606file; by default, input is assumed to be an idx file, as generated by
607LaTeX.
608
6b25593c
ZU
609%description makeindex -l hu.UTF-8
610Egy általános célű hierarchikus index generáló; elfogad egy vagy több
611bemeneti fájlt (gyakran szövegformázótól, mint a TeX vagy a troff),
612rendezi a bejegyzéseket, és egy kimeneti, megfelelő formátumú fájlt
613készit. A be- és kimeneti fájlok formátumai stílus fájlokban van
614definiálva; alapértelmezetten a bemeneti fájl egy idx fájl, amit a
615LaTeX generál.
616
d08789e0
ZU
617%description makeindex -l pl.UTF-8
618Generator hierarchicznych indeksów ogólnego przeznaczenia; przyjmuje
619jeden lub więcej plików wejściowych (zazwyczaj zrobionych przez
620narzędzie formatujące tekst, takie jak TeX lub troff), sortuje
621elementy i tworzy plik wyjściowy, który może być sformatowany. Formaty
622plików wejściowych i wyjściowych podaje się w pliku stylu; domyślnie
623przyjmowany jest plik wejściowy w formacie idx, wygenerowany przez
624LaTeX.
625
783773ac
ZU
626%package tex-arrayjob
627Summary: Array data structures for (La)TeX
628Summary(hu.UTF-8): Tömb adatstruktúra (La)TeX-hez
629Group: Applications/Publishing/TeX
630Requires(post,postun): %{_bindir}/texhash
631Requires: %{name} = %{epoch}:%{version}-%{release}
632
633%description tex-arrayjob
634Array data structures for (La)TeX.
635
636%description tex-arrayjob -l hu.UTF-8
637Tömb adatstruktúra (La)TeX-hez.
638
e67df411
ZU
639%package tex-mathdots
640Summary: Commands to produce dots in math that respect font size
641Summary(hu.UTF-8): Pontok előállítása matematikai módban a font méret figyelmbevételével
642Group: Applications/Publishing/TeX
643Requires(post,postun): %{_bindir}/texhash
644Requires: %{name} = %{epoch}:%{version}-%{release}
645
646%description tex-mathdots
647Commands to produce dots in math that respect font size.
648
649%description tex-mathdots -l hu.UTF-8
650Pontok előállítása matematikai módban a font méret figyelmbevételével.
651
783773ac
ZU
652%package tex-midnight
653Summary: A set of useful macro tools
654Summary(hu.UTF-8): Hasznos makrók gyűjteménye
655Group: Applications/Publishing/TeX
656Requires(post,postun): %{_bindir}/texhash
657Requires: %{name} = %{epoch}:%{version}-%{release}
658
659%description tex-midnight
660A set of useful macro tools.
661
662%description tex-midnight -l hu.UTF-8
663Hasznos makrók gyűjteménye.
664
665%package tex-ofs
666Summary: Olsak's Font System
667Group: Applications/Publishing/TeX
668Requires(post,postun): %{_bindir}/texhash
669Requires: %{name} = %{epoch}:%{version}-%{release}
670
671%description tex-ofs
672Olsak's Font System.
673
e149bdb4
ZU
674%package tex-physe
675Summary: The PHYSE format
676Summary(hu.UTF-8): PHYSE formátum
677Group: Applications/Publishing/TeX
678Requires(post,postun): %{_bindir}/texhash
679Requires: %{name} = %{epoch}:%{version}-%{release}
680
681%description tex-physe
682The PHYSE format.
683
684%description tex-physe -l hu.UTF-8
685PHYSE formátum.
686
687%package tex-velthuis
688Summary: This package provides support for typesetting texts in Devanagari script (Sanskrit and Hindi)
689Summary(hu.UTF-8): Ezzel a csomaggal lehetőséged nyílik Devanagari szövegek szedésére (Sanskrit és Hindi)
690Group: Applications/Publishing/TeX
691Requires(post,postun): %{_bindir}/texhash
692Requires: %{name} = %{epoch}:%{version}-%{release}
693
694%description tex-velthuis
695This package provides support for typesetting texts in Devanagari
696script (Sanskrit and Hindi).
697
698%description tex-velthuis -l hu.UTF-8
699Ezzel a csomaggal lehetőséged nyílik Devanagari szövegek szedésére
700(Sanskrit és Hindi).
701
783773ac
ZU
702%package tex-ytex
703Summary: Macro package developed at MIT
704Summary(hu.UTF-8): MIT-en fejlesztett makrócsomag
705Group: Applications/Publishing/TeX
706Requires(post,postun): %{_bindir}/texhash
707Requires: %{name} = %{epoch}:%{version}-%{release}
708
709%description tex-ytex
710Macro package developed at MIT.
711
712%description tex-ytex -l hu.UTF-8
713MIT-en fejlesztett makrócsomag.
714
d08789e0
ZU
715%package metafont
716Summary: MetaFont
6b25593c 717Summary(hu.UTF-8): MetaFont
d08789e0
ZU
718Summary(pl.UTF-8): Zestaw narzędzi MetaFont
719Group: Applications/Publishing/TeX
720Requires(post,postun): %{_bindir}/texhash
721Requires: %{name} = %{epoch}:%{version}-%{release}
722
723%description metafont
724MetaFont.
725
726%description metafont -l pl.UTF-8
727Zestaw narzędzi MetaFont.
728
729%package metapost
730Summary: MetaPost
6b25593c 731Summary(hu.UTF-8): MetaPost
d08789e0
ZU
732Summary(pl.UTF-8): Zestaw narzędzi MetaPost
733Group: Applications/Publishing/TeX
734Requires(post,postun): %{_bindir}/texhash
735Requires: %{name} = %{epoch}:%{version}-%{release}
43a061cf 736Obsoletes: tetex-matapost
d08789e0
ZU
737
738%description metapost
739MetaPost.
740
6b25593c
ZU
741%description metapost -l hu.UTF-8
742MetaPost.
743
d08789e0
ZU
744%description metapost -l pl.UTF-8
745Zestaw narzędzi MetaPost.
746
43a061cf
ZU
747%package metapost-other
748Summary: Various MetaPost utils
749Summary(hu.UTF-8): Különböző MetaPost eszközök
786ebdb1 750Group: Applications/Publishing/TeX
786ebdb1 751Requires(post,postun): %{_bindir}/texhash
43a061cf 752Requires: %{name} = %{epoch}:%{version}-%{release}
786ebdb1 753
43a061cf
ZU
754%description metapost-other
755Various MetaPost utils.
786ebdb1 756
43a061cf
ZU
757%description metapost-other -l hu.UTF-8
758Különböző MetaPost eszközök.
786ebdb1 759
d08789e0
ZU
760%package mptopdf
761Summary: MetaPost to PDF converter
6b25593c 762Summary(hu.UTF-8): MetaPost-ból PDF-be konvertáló
d08789e0
ZU
763Summary(pl.UTF-8): Konwerter MetaPost do PDF
764Group: Applications/Publishing/TeX
765Requires(post,postun): %{_bindir}/texhash
766Requires: %{name}-metapost = %{epoch}:%{version}-%{release}
767
768%description mptopdf
769MetaPost to PDF converter.
770
6b25593c
ZU
771%description mptopdf -l hu.UTF-8
772MetaPost-ból PDF-be konvertáló.
773
d08789e0
ZU
774%description mptopdf -l pl.UTF-8
775Konwerter MetaPost do PDF.
776
777%package texdoctk
778Summary: Easy access to TeX documentation
779Summary(pl.UTF-8): Łatwy dostęp do dokumentacji TeXa
780Group: Applications/Publishing/TeX
781Requires(post,postun): %{_bindir}/texhash
782Requires: %{name} = %{epoch}:%{version}-%{release}
783
784%description texdoctk
785A Perl/Tk-based GUI for easy access to package documentation for TeX
786on Unix platforms; the databases it uses are based on the texmf/doc
787subtrees of teTeX v.1.0.x, but database files for local configurations
788with modified/extended directories can be derived from them. Note that
789texdoctk is not a viewer itself, but an interface for finding
790documentation files and opening them with the appropriate viewer; so
791it relies on appropriate programs to be installed on the system.
792However, the choice of these programs can be configured by the
793sysadmin or user.
794
795%description texdoctk -l pl.UTF-8
796Oparty na Perlu i Tk graficzny interfejs dający łatwy dostęp do
797dokumentacji pakietów TeXowych na platformach uniksowych; używa baz
798danych opartych na poddrzewach texmf/doc z teTeXa 1.0.x, ale może
799używać konfiguracji ze zmodyfikowanymi lub rozszerzonymi katalogami.
800Należy zauważyć, że texdoctk sam w sobie nie jest przeglądarką, ale
801interfejsem do wyszukiwania plików dokumentacji i otwierania ich we
802właściwej przeglądarce; tak więc wymaga on odpowiednich programów
803zainstalowanych w systemie. Wybór tych programów może być dokonany
804przez administratora lub użytkownika.
805
806%package -n texconfig
807Summary: TeX typesetting system configurator
808Summary(pl.UTF-8): Konfigurator systemu składu TeX
809Group: Applications/Publishing/TeX
810Requires: %{name} = %{epoch}:%{version}-%{release}
811Requires: %{name}-dvips = %{epoch}:%{version}-%{release}
812Requires: %{name}-metafont = %{epoch}:%{version}-%{release}
813Requires: xdvi = %{epoch}:%{version}-%{release}
814Obsoletes: tetex-texconfig
815
816%description -n texconfig
817TeX typesetting system configurator.
818
819%description -n texconfig -l pl.UTF-8
820Konfigurator systemu składu TeX.
821
822%package -n xdvi
823Summary: X11 previewer
824Summary(de.UTF-8): X11-Previewer
825Summary(es.UTF-8): Visualizador TeX X11
826Summary(fr.UTF-8): Prévisualisateur X11
827Summary(pl.UTF-8): Przeglądarka DVI dla X11
828Summary(pt_BR.UTF-8): Visualizador TeX X11
829Summary(tr.UTF-8): X11 öngörüntüleyici
830Group: Applications/Publishing/TeX
831Requires(post,postun): %{_bindir}/texhash
832Requires: %{name} = %{epoch}:%{version}-%{release}
833Requires: %{name}-metafont = %{epoch}:%{version}-%{release}
834Suggests: %{name}-dvips
835Obsoletes: tetex-xdvi
836
837%description -n xdvi
838xdvi is a program which runs under the X window system. It is used to
839preview dvi files, such as are produced by tex and latex.
840
841%description -n xdvi -l de.UTF-8
842xdvi ist ein Programm, das unter dem X-Window-System läuft und gewohnt
843ist, dvi-Dateien als Vorschau anzuzeigen, etwa solche, die von tex und
844latex erzeugt wurden.
845
846%description -n xdvi -l es.UTF-8
847xdvi es un programa que se ejecuta en el sistema X Window. Se usa para
848visualizar archivos dvi, como los producidos por tex y latex.
849
850%description -n xdvi -l fr.UTF-8
851xdvi est un programme s'exécutant sous le système X Window. Il sert à
852visualiser les fichiers dvi tels que ceux produits par tex et latex.
853
854%description -n xdvi -l pl.UTF-8
855Xdvi jest programem (działającym w X Window System) do przeglądania
856plików DVI, produkowanych przez TeXa i LaTeXa.
857
858%description -n xdvi -l pt_BR.UTF-8
859xdvi é um programa que roda no sistema X Window. É usado para
860visualizar arquivos dvi, como os produzidos por tex e latex.
861
624ed2f9
ZU
862%package -n xindy
863Summary: Xindy creates sorted and tagged index from raw index
864Summary(hu.UTF-8): Xindy rendezett és cimkézett indexet készít nyers indexekből
865Group: Applications/Publishing/TeX
866
867%description -n xindy
868Xindy creates sorted and tagged index from raw index.
869
870%description -n xindy -l hu.UTF-8
871Xindy rendezett és cimkézett indexet készít nyers indexekből.
872
873%package -n xindy-albanian
874Summary: Xindy albanian language
875Summary(hu.UTF-8): Xindy albán nyelv
876Group: Applications/Publishing/TeX
877
878%description -n xindy-albanian
879Xindy albanian language
880
881%description -n xindy-albanian -l hu.UTF-8
882Xindy albán nyelv
883
884%package -n xindy-belarusian
885Summary: Xindy belarusian language
886Summary(hu.UTF-8): Xindy belorusz nyelv
887Group: Applications/Publishing/TeX
888
889%description -n xindy-belarusian
890Xindy belarusian language
891
892%description -n xindy-belarusian -l hu.UTF-8
893Xindy belorusz nyelv
894
895%package -n xindy-bulgarian
896Summary: Xindy bulgarian language
897Summary(hu.UTF-8): Xindy bolgár nyelv
898Group: Applications/Publishing/TeX
899
900%description -n xindy-bulgarian
901Xindy bulgarian language
902
903%description -n xindy-bulgarian -l hu.UTF-8
904Xindy bolgár nyelv
905
906%package -n xindy-croatian
907Summary: Xindy croatian language
908Summary(hu.UTF-8): Xindy horvát nyelv
909Group: Applications/Publishing/TeX
910
911%description -n xindy-croatian
912Xindy croatian language
913
914%description -n xindy-croatian -l hu.UTF-8
915Xindy horvát nyelv
916
917%package -n xindy-czech
918Summary: Xindy czech language
919Summary(hu.UTF-8): Xindy cseh nyelv
920Group: Applications/Publishing/TeX
921
922%description -n xindy-czech
923Xindy czech language
924
925%description -n xindy-czech -l hu.UTF-8
926Xindy cseh nyelv
927
928%package -n xindy-danish
929Summary: Xindy danish language
930Summary(hu.UTF-8): Xindy dán nyelv
931Group: Applications/Publishing/TeX
932
933%description -n xindy-danish
934Xindy danish language
935
936%description -n xindy-danish -l hu.UTF-8
937Xindy dán nyelv
938
939%package -n xindy-dutch
940Summary: Xindy dutch language
941Summary(hu.UTF-8): Xindy holland nyelv
942Group: Applications/Publishing/TeX
943
944%description -n xindy-dutch
945Xindy dutch language
946
947%description -n xindy-dutch -l hu.UTF-8
948Xindy holland nyelv
949
950%package -n xindy-english
951Summary: Xindy english language
952Summary(hu.UTF-8): Xindy angol nyelv
953Group: Applications/Publishing/TeX
954
955%description -n xindy-english
956Xindy english language
957
958%description -n xindy-english -l hu.UTF-8
959Xindy angol nyelv
960
961%package -n xindy-esperanto
962Summary: Xindy esperanto language
963Summary(hu.UTF-8): Xindy eszperantó nyelv
964Group: Applications/Publishing/TeX
965
966%description -n xindy-esperanto
967Xindy esperanto language
968
969%description -n xindy-esperanto -l hu.UTF-8
970Xindy eszperantó nyelv
971
972%package -n xindy-estonian
973Summary: Xindy estonian language
974Summary(hu.UTF-8): Xindy észt nyelv
975Group: Applications/Publishing/TeX
976
977%description -n xindy-estonian
978Xindy estonian language
979
980%description -n xindy-estonian -l hu.UTF-8
981Xindy észt nyelv
982
983%package -n xindy-finnish
984Summary: Xindy finnish language
985Summary(hu.UTF-8): Xindy finn nyelv
986Group: Applications/Publishing/TeX
987
988%description -n xindy-finnish
989Xindy finnish language
990
991%description -n xindy-finnish -l hu.UTF-8
992Xindy finn nyelv
993
994%package -n xindy-french
995Summary: Xindy french language
996Summary(hu.UTF-8): Xindy francia nyelv
997Group: Applications/Publishing/TeX
998
999%description -n xindy-french
1000Xindy french language
1001
1002%description -n xindy-french -l hu.UTF-8
1003Xindy francia nyelv
1004
1005%package -n xindy-general
1006Summary: Xindy general language
1007Summary(hu.UTF-8): Xindy általános nyelv
1008Group: Applications/Publishing/TeX
1009
1010%description -n xindy-general
1011Xindy general language
1012
1013%description -n xindy-general -l hu.UTF-8
1014Xindy általános nyelv
1015
1016%package -n xindy-georgian
1017Summary: Xindy georgian language
1018Summary(hu.UTF-8): Xindy georgian nyelv
1019Group: Applications/Publishing/TeX
1020
1021%description -n xindy-georgian
1022Xindy georgian language
1023
1024%description -n xindy-georgian -l hu.UTF-8
1025Xindy georgian nyelv
1026
1027%package -n xindy-german
1028Summary: Xindy german language
1029Summary(hu.UTF-8): Xindy német nyelv
1030Group: Applications/Publishing/TeX
1031
1032%description -n xindy-german
1033Xindy german language
1034
1035%description -n xindy-german -l hu.UTF-8
1036Xindy német nyelv
1037
1038%package -n xindy-greek
1039Summary: Xindy greek language
1040Summary(hu.UTF-8): Xindy görög nyelv
1041Group: Applications/Publishing/TeX
1042
1043%description -n xindy-greek
1044Xindy greek language
1045
1046%description -n xindy-greek -l hu.UTF-8
1047Xindy görög nyelv
1048
1049%package -n xindy-gypsy
1050Summary: Xindy gypsy language
1051Summary(hu.UTF-8): Xindy cigány nyelv
1052Group: Applications/Publishing/TeX
1053
1054%description -n xindy-gypsy
1055Xindy gypsy language
1056
1057%description -n xindy-gypsy -l hu.UTF-8
1058Xindy cigány nyelv
1059
1060%package -n xindy-hausa
1061Summary: Xindy hausa language
1062Summary(hu.UTF-8): Xindy hausa nyelv
1063Group: Applications/Publishing/TeX
1064
1065%description -n xindy-hausa
1066Xindy hausa language
1067
1068%description -n xindy-hausa -l hu.UTF-8
1069Xindy hausa nyelv
1070
1071%package -n xindy-hebrew
1072Summary: Xindy hebrew language
1073Summary(hu.UTF-8): Xindy héber nyelv
1074Group: Applications/Publishing/TeX
1075
1076%description -n xindy-hebrew
1077Xindy hebrew language
1078
1079%description -n xindy-hebrew -l hu.UTF-8
1080Xindy héber nyelv
1081
1082%package -n xindy-hungarian
1083Summary: Xindy hungarian language
1084Summary(hu.UTF-8): Xindy magyar nyelv
1085Group: Applications/Publishing/TeX
1086
1087%description -n xindy-hungarian
1088Xindy hungarian language
1089
1090%description -n xindy-hungarian -l hu.UTF-8
1091Xindy magyar nyelv
1092
1093%package -n xindy-icelandic
1094Summary: Xindy icelandic language
1095Summary(hu.UTF-8): Xindy izlandi nyelv
1096Group: Applications/Publishing/TeX
1097
1098%description -n xindy-icelandic
1099Xindy icelandic language
1100
1101%description -n xindy-icelandic -l hu.UTF-8
1102Xindy izlandi nyelv
1103
1104%package -n xindy-italian
1105Summary: Xindy italian language
1106Summary(hu.UTF-8): Xindy olasz nyelv
1107Group: Applications/Publishing/TeX
1108
1109%description -n xindy-italian
1110Xindy italian language
1111
1112%description -n xindy-italian -l hu.UTF-8
1113Xindy olasz nyelv
1114
1115%package -n xindy-klingon
1116Summary: Xindy klingon language
1117Summary(hu.UTF-8): Xindy klingon nyelv
1118Group: Applications/Publishing/TeX
1119
1120%description -n xindy-klingon
1121Xindy klingon language
1122
1123%description -n xindy-klingon -l hu.UTF-8
1124Xindy klingon nyelv
1125
1126%package -n xindy-kurdish
1127Summary: Xindy kurdish language
1128Summary(hu.UTF-8): Xindy kurd nyelv
1129Group: Applications/Publishing/TeX
1130
1131%description -n xindy-kurdish
1132Xindy kurdish language
1133
1134%description -n xindy-kurdish -l hu.UTF-8
1135Xindy kurd nyelv
1136
1137%package -n xindy-latin
1138Summary: Xindy latin language
1139Summary(hu.UTF-8): Xindy latin nyelv
1140Group: Applications/Publishing/TeX
1141
1142%description -n xindy-latin
1143Xindy latin language
1144
1145%description -n xindy-latin -l hu.UTF-8
1146Xindy latin nyelv
1147
1148%package -n xindy-latvian
1149Summary: Xindy latvian language
1150Summary(hu.UTF-8): Xindy lett nyelv
1151Group: Applications/Publishing/TeX
1152
1153%description -n xindy-latvian
1154Xindy latvian language
1155
1156%description -n xindy-latvian -l hu.UTF-8
1157Xindy lett nyelv
1158
1159%package -n xindy-lithuanian
1160Summary: Xindy lithuanian language
1161Summary(hu.UTF-8): Xindy litván nyelv
1162Group: Applications/Publishing/TeX
1163
1164%description -n xindy-lithuanian
1165Xindy lithuanian language
1166
1167%description -n xindy-lithuanian -l hu.UTF-8
1168Xindy litván nyelv
1169
1170%package -n xindy-lower-sorbian
1171Summary: Xindy lower-sorbian language
1172Summary(hu.UTF-8): Xindy lower-sorbian nyelv
1173Group: Applications/Publishing/TeX
1174
1175%description -n xindy-lower-sorbian
1176Xindy lower-sorbian language
1177
1178%description -n xindy-lower-sorbian -l hu.UTF-8
1179Xindy lower-sorbian nyelv
1180
1181%package -n xindy-macedonian
1182Summary: Xindy macedonian language
1183Summary(hu.UTF-8): Xindy macedón nyelv
1184Group: Applications/Publishing/TeX
1185
1186%description -n xindy-macedonian
1187Xindy macedonian language
1188
1189%description -n xindy-macedonian -l hu.UTF-8
1190Xindy macedón nyelv
1191
1192%package -n xindy-mongolian
1193Summary: Xindy mongolian language
1194Summary(hu.UTF-8): Xindy mongol nyelv
1195Group: Applications/Publishing/TeX
1196
1197%description -n xindy-mongolian
1198Xindy mongolian language
1199
1200%description -n xindy-mongolian -l hu.UTF-8
1201Xindy mongol nyelv
1202
1203%package -n xindy-norwegian
1204Summary: Xindy norwegian language
1205Summary(hu.UTF-8): Xindy norvég nyelv
1206Group: Applications/Publishing/TeX
1207
1208%description -n xindy-norwegian
1209Xindy norwegian language
1210
1211%description -n xindy-norwegian -l hu.UTF-8
1212Xindy norvég nyelv
1213
1214%package -n xindy-polish
1215Summary: Xindy polish language
1216Summary(hu.UTF-8): Xindy lengyel nyelv
1217Group: Applications/Publishing/TeX
1218
1219%description -n xindy-polish
1220Xindy polish language
1221
1222%description -n xindy-polish -l hu.UTF-8
1223Xindy lengyel nyelv
1224
1225%package -n xindy-portuguese
1226Summary: Xindy portuguese language
1227Summary(hu.UTF-8): Xindy portugál nyelv
1228Group: Applications/Publishing/TeX
1229
1230%description -n xindy-portuguese
1231Xindy portuguese language
1232
1233%description -n xindy-portuguese -l hu.UTF-8
1234Xindy portugál nyelv
1235
1236%package -n xindy-romanian
1237Summary: Xindy romanian language
1238Summary(hu.UTF-8): Xindy román nyelv
1239Group: Applications/Publishing/TeX
1240
1241%description -n xindy-romanian
1242Xindy romanian language
1243
1244%description -n xindy-romanian -l hu.UTF-8
1245Xindy román nyelv
1246
1247%package -n xindy-russian
1248Summary: Xindy russian language
1249Summary(hu.UTF-8): Xindy orosz nyelv
1250Group: Applications/Publishing/TeX
1251
1252%description -n xindy-russian
1253Xindy russian language
1254
1255%description -n xindy-russian -l hu.UTF-8
1256Xindy orosz nyelv
1257
1258%package -n xindy-serbian
1259Summary: Xindy serbian language
1260Summary(hu.UTF-8): Xindy szerb nyelv
1261Group: Applications/Publishing/TeX
1262
1263%description -n xindy-serbian
1264Xindy serbian language
1265
1266%description -n xindy-serbian -l hu.UTF-8
1267Xindy szerb nyelv
1268
1269%package -n xindy-slovak
1270Summary: Xindy slovak language
1271Summary(hu.UTF-8): Xindy szlovák nyelv
1272Group: Applications/Publishing/TeX
1273
1274%description -n xindy-slovak
1275Xindy slovak language
1276
1277%description -n xindy-slovak -l hu.UTF-8
1278Xindy szlovák nyelv
1279
1280%package -n xindy-slovenian
1281Summary: Xindy slovenian language
1282Summary(hu.UTF-8): Xindy szlovén nyelv
1283Group: Applications/Publishing/TeX
1284
1285%description -n xindy-slovenian
1286Xindy slovenian language
1287
1288%description -n xindy-slovenian -l hu.UTF-8
1289Xindy szlovén nyelv
1290
1291%package -n xindy-spanish
1292Summary: Xindy spanish language
1293Summary(hu.UTF-8): Xindy spanyol nyelv
1294Group: Applications/Publishing/TeX
1295
1296%description -n xindy-spanish
1297Xindy spanish language
1298
1299%description -n xindy-spanish -l hu.UTF-8
1300Xindy spanyol nyelv
1301
1302%package -n xindy-swedish
1303Summary: Xindy swedish language
1304Summary(hu.UTF-8): Xindy svéd nyelv
1305Group: Applications/Publishing/TeX
1306
1307%description -n xindy-swedish
1308Xindy swedish language
1309
1310%description -n xindy-swedish -l hu.UTF-8
1311Xindy svéd nyelv
1312
1313%package -n xindy-turkish
1314Summary: Xindy turkish language
1315Summary(hu.UTF-8): Xindy török nyelv
1316Group: Applications/Publishing/TeX
1317
1318%description -n xindy-turkish
1319Xindy turkish language
1320
1321%description -n xindy-turkish -l hu.UTF-8
1322Xindy török nyelv
1323
1324%package -n xindy-ukrainian
1325Summary: Xindy ukrainian language
1326Summary(hu.UTF-8): Xindy ukrán nyelv
1327Group: Applications/Publishing/TeX
1328
1329%description -n xindy-ukrainian
1330Xindy ukrainian language
1331
1332%description -n xindy-ukrainian -l hu.UTF-8
1333Xindy ukrán nyelv
1334
1335%package -n xindy-upper-sorbian
1336Summary: Xindy upper-sorbian language
1337Summary(hu.UTF-8): Xindy upper-sorbian nyelv
1338Group: Applications/Publishing/TeX
1339
1340%description -n xindy-upper-sorbian
1341Xindy upper-sorbian language
1342
1343%description -n xindy-upper-sorbian -l hu.UTF-8
1344Xindy upper-sorbian nyelv
1345
1346%package -n xindy-vietnamese
1347Summary: Xindy vietnamese language
04123363 1348Summary(hu.UTF-8): Xindy vietnámi nyelv
624ed2f9
ZU
1349Group: Applications/Publishing/TeX
1350
1351%description -n xindy-vietnamese
1352Xindy vietnamese language
1353
1354%description -n xindy-vietnamese -l hu.UTF-8
1355Xindy vietnám nyelv
1356
1357
d08789e0
ZU
1358%package pdftex
1359Summary: TeX generating PDF files instead DVI
04123363 1360Summary(hu.UTF-8): PDF fájlok készítése DVI helyett TeX-ből
d08789e0
ZU
1361Summary(pl.UTF-8): TeX generujący pliki PDF zamiast DVI
1362Group: Applications/Publishing/TeX
60597425 1363Requires(post,postun): %{_bindir}/texhash
d08789e0
ZU
1364Requires: %{name} = %{epoch}:%{version}-%{release}
1365Requires: %{name}-fonts-type1-bluesky = %{epoch}:%{version}-%{release}
1366
1367%description pdftex
1368TeX generating PDF files instead DVI.
1369
1370%description pdftex -l pl.UTF-8
1371TeX generujący pliki PDF zamiast DVI.
1372
faa40f44
ZU
1373%package psutils
1374Summary: PostScript Utilities
1375Summary(hu.UTF-8): PostScript eszközök
1376Summary(pl.UTF-8): Narzędzia do PostScriptu
faa40f44 1377Group: Applications/Printing
8affbd2c 1378Obsoletes: psutils
faa40f44
ZU
1379
1380%description psutils
1381This archive contains some utilities for manipulating PostScript
1382documents. Page selection and rearrangement are supported, including
1383arrangement into signatures for booklet printing, and page merging for
1384n-up printing.
1385
1386%description psutils -l hu.UTF-8
1387Ez a csomag jónéhány eszközt tartalmaz, amellyel a PostScript
1388dokumentumok manipulálhatók. Oldal kijelölés és átrendezés támogatott,
1389beleértve a booklet nyomtatáshoz való átrendezést is.
1390
1391%description psutils -l pl.UTF-8
1392PSutils zawiera programy pomagające manipulować plikami PostScript,
8affbd2c
ZU
1393wybierać strony przeznaczone do wydruku, ich kolejność, układ. Pozwala
1394także na łączenie różnych plików PostScript w całość.
faa40f44 1395
04123363
ZU
1396%package phyzzx
1397Summary: A TeX format for physicists
1398Summary(hu.UTF-8): TeX formátum fizikusoknak
1399Group: Applications/Publishing/TeX
1400Requires(post,postun): %{_bindir}/texhash
1401Requires: %{name} = %{epoch}:%{version}-%{release}
1402
1403%description phyzzx
1404A TeX format for physicists.
1405
1406%description phyzzx -l hu.UTF-8
1407TeX formátum fizikusoknak.
1408
d08789e0
ZU
1409%package omega
1410Summary: Extended unicode TeX
1411Summary(pl.UTF-8): Omega - TeX ze wsparciem dla unikodu
1412Group: Applications/Publishing/TeX
1413Requires(post,postun): %{_bindir}/texhash
1414Requires: %{name} = %{epoch}:%{version}-%{release}
1415Requires: %{name}-fonts-omega = %{epoch}:%{version}-%{release}
1416Requires: %{name}-plain = %{epoch}:%{version}-%{release}
1417
1418%description omega
1419Omega is a version of the TeX program modified for multilingual
1420typesetting. It uses unicode, and has additional primitives for (among
1421other things) bidirectional typesetting.
1422
1423%description omega -l pl.UTF-8
1424Omega to wersja TeXa zmodyfikowana dla potrzeb składu wielojęzycznego.
1425Używa unikodu i ma dodatkowe prymitywy do (między innymi) składania
1426tekstu pisanego w obu kierunkach.
1427
1428# # formats #
1429
1430# Plain format.
1431
1432%package plain
1433Summary: Plain TeX format basic files
1434Summary(pl.UTF-8): Podstawowe pliki dla formatu Plain TeX
1435Group: Applications/Publishing/TeX
60597425 1436Requires(post,postun): %{_bindir}/texhash
d08789e0
ZU
1437Requires: %{name} = %{epoch}:%{version}-%{release}
1438
1439%description plain
1440Plain TeX format basic files.
1441
1442%description plain -l pl.UTF-8
1443Podstawowe pliki dla formatu Plain TeX.
1444
1445%package format-plain
1446Summary: TeX Plain format
1447Summary(pl.UTF-8): Format TeX Plain
1448Group: Applications/Publishing/TeX
1449Requires(post,postun): %{_bindir}/texhash
1450Requires: %{name}-plain = %{epoch}:%{version}-%{release}
1451
1452%description format-plain
1453TeX Plain format.
1454
1455%description format-plain -l pl.UTF-8
1456Format TeX Plain.
1457
1458%package format-pdftex
1459Summary: PDFTeX Plain format
1460Summary(pl.UTF-8): Format PDFTeX Plain
1461Group: Applications/Publishing/TeX
1462Requires(post,postun): %{_bindir}/texhash
1463Requires: %{name}-pdftex = %{epoch}:%{version}-%{release}
1464Requires: %{name}-plain = %{epoch}:%{version}-%{release}
1465# for epstopdf to work
1466Requires: fonts-Type1-urw
1467Requires: ghostscript
1468
1469%description format-pdftex
1470PDFTeX Plain format.
1471
1472%description format-pdftex -l pl.UTF-8
1473Format PDFTeX Plain.
1474
1475%package format-pdfetex
1476Summary: PDFTeX EPlain format
1477Summary(pl.UTF-8): Format PDFTeX EPlain
1478Group: Applications/Publishing/TeX
1479Requires(post,postun): %{_bindir}/texhash
1480Requires: %{name}-pdftex = %{epoch}:%{version}-%{release}
1481Requires: %{name}-plain = %{epoch}:%{version}-%{release}
1482
1483%description format-pdfetex
1484PDFTeX EPlain format.
1485
1486%description format-pdfetex -l pl.UTF-8
1487Format PDFTeX EPlain.
1488
1489# MeX Plain format
1490
1491%package mex
1492Summary: MeX Plain Format basic files
1493Summary(pl.UTF-8): Podstawowe pliki dla format MeX Plain
1494Group: Applications/Publishing/TeX
1495Requires(post,postun): %{_bindir}/texhash
1496Requires: %{name} = %{epoch}:%{version}-%{release}
f6a96d15
ZU
1497Requires: texlive-fonts-pl = %{epoch}:%{version}-%{release}
1498Requires: texlive-plain = %{epoch}:%{version}-%{release}
d08789e0
ZU
1499
1500%description mex
1501MeX Plain Format basic files.
1502
1503%description mex -l pl.UTF-8
1504Podstawowe pliki dla formatu MeX Plain.
1505
1506%package format-mex
1507Summary: MeX Plain Format
1508Summary(pl.UTF-8): Format MeX Plain
1509Group: Applications/Publishing/TeX
1510Requires(post,postun): %{_bindir}/texhash
f6a96d15 1511Requires: texlive-mex = %{epoch}:%{version}-%{release}
d08789e0
ZU
1512
1513%description format-mex
1514MeX Plain Format.
1515
1516%description format-mex -l pl.UTF-8
1517Format MeX Plain.
1518
1519%package format-pdfmex
1520Summary: PDFMeX Plain Format
1521Summary(pl.UTF-8): Format PDFMeX Plain
1522Group: Applications/Publishing/TeX
1523Requires(post,postun): %{_bindir}/texhash
1524Requires: %{name}-mex = %{epoch}:%{version}-%{release}
1525Requires: %{name}-pdftex = %{epoch}:%{version}-%{release}
1526
1527%description format-pdfmex
1528PDFMeX Plain Format.
1529
1530%description format-pdfmex -l pl.UTF-8
1531Format PDFMeX Plain.
1532
1533%package format-utf8mex
1534Summary: MeX Plain Format with UTF-8 encoded source files
1535Summary(pl.UTF-8): Format MeX Plain z plikami źródłowymi kodowanymi UTF-8
1536Group: Applications/Publishing/TeX
1537Requires(post,postun): %{_bindir}/texhash
1538Requires: %{name}-mex = %{epoch}:%{version}-%{release}
1539
1540%description format-utf8mex
1541MeX Plain Format with UTF-8 encoded source files.
1542
1543%description format-utf8mex -l pl.UTF-8
1544Format MeX Plain z plikami źródłowymi kodowanymi UTF-8.
1545
1546# AMS TeX format
1547
1548%package amstex
1549Summary: AMS macros for Plain TeX basic files
1550Summary(pl.UTF-8): Podstawowe pliki makr AMS dla formatu Plain TeX
1551Group: Applications/Publishing/TeX
1552Requires(post,postun): %{_bindir}/texhash
1553Requires: %{name}-fonts-ams = %{epoch}:%{version}-%{release}
1554Requires: %{name}-plain = %{epoch}:%{version}-%{release}
1555Obsoletes: tetex-ams
1556Obsoletes: tetex-plain-amsfonts
1557
1558%description amstex
1559American Mathematical Society macros for Plain TeX basic files.
1560
1561%description amstex -l pl.UTF-8
1562Podstawowe pliki makr AMS (American Mathematical Society) dla formatu
1563Plain TeX.
1564
1565%package format-amstex
1566Summary: AMS macros for Plain TeX
1567Summary(pl.UTF-8): Makra AMS dla formatu Plain TeX
1568Group: Applications/Publishing/TeX
1569Requires(post,postun): %{_bindir}/texhash
1570Requires: %{name}-amstex = %{epoch}:%{version}-%{release}
1571Obsoletes: tetex-ams
1572
1573%description format-amstex
1574American Mathematical Society macros for Plain TeX.
1575
1576%description format-amstex -l pl.UTF-8
1577Makra AMS (American Mathematical Society) dla formatu Plain TeX.
1578
1579%package format-pdfamstex
1580Summary: AMS macros for PDFTeX
1581Summary(pl.UTF-8): Makra AMS dla formatu PDFTeX
1582Group: Applications/Publishing/TeX
1583Requires(post,postun): %{_bindir}/texhash
1584Requires: %{name}-amstex = %{epoch}:%{version}-%{release}
1585Requires: %{name}-pdftex = %{epoch}:%{version}-%{release}
1586
1587%description format-pdfamstex
1588American Mathematical Society macros for PDFTeX.
1589
1590%description format-pdfamstex -l pl.UTF-8
1591Makra AMS (American Mathematical Society) dla formatu PDFTeX.
1592
1593# CSPlain format
1594
1595%package csplain
1596Summary: TeX CSPlain format basic files
1597Summary(pl.UTF-8): Podstawowe pliki dla formatu TeX CSPlain
1598Group: Applications/Publishing/TeX
1599Requires(post,postun): %{_bindir}/texhash
1600Requires: %{name}-fonts-cs = %{epoch}:%{version}-%{release}
1601Requires: %{name}-plain = %{epoch}:%{version}-%{release}
1602
1603%description csplain
1604TeX CSPlain format basic files.
1605
1606%description csplain -l pl.UTF-8
1607Podstawowe pliki dla formatu TeX CSPlain.
1608
1609%package format-csplain
1610Summary: TeX CSPlain format
1611Summary(pl.UTF-8): Format TeX CSPlain
1612Group: Applications/Publishing/TeX
1613Requires(post,postun): %{_bindir}/texhash
1614Requires: %{name}-csplain = %{epoch}:%{version}-%{release}
1615
1616%description format-csplain
1617TeX CSPlain format.
1618
1619%description format-csplain -l pl.UTF-8
1620Format TeX CSPlain.
1621
1622%package format-pdfcsplain
1623Summary: PDFTeX CSPlain format
1624Summary(pl.UTF-8): Format PDFTeX CSPlain
1625Group: Applications/Publishing/TeX
1626Requires(post,postun): %{_bindir}/texhash
1627Requires: %{name}-csplain = %{epoch}:%{version}-%{release}
1628
1629%description format-pdfcsplain
1630PDFTeX CSPlain format.
1631
1632%description format-pdfcsplain -l pl.UTF-8
1633Format PDFTeX CSPlain.
1634
1635# CSLaTeX format
1636
1637%package cslatex
1638Summary: CSLaTeX format basic files
1639Summary(pl.UTF-8): Podstawowe pliki dla formatu CSLaTeX
1640Group: Applications/Publishing/TeX
1641Requires(post,postun): %{_bindir}/texhash
1642Requires: %{name}-fonts-cs = %{epoch}:%{version}-%{release}
1643Requires: %{name}-plain = %{epoch}:%{version}-%{release}
1644
1645%description cslatex
1646CSLaTeX format basic files.
1647
1648%description cslatex -l pl.UTF-8
1649Podstawowe pliki dla formatu CSLaTeX.
1650
1651%package format-cslatex
1652Summary: CSLaTeX format
1653Summary(pl.UTF-8): Format CSLaTeX
1654Group: Applications/Publishing/TeX
1655Requires(post,postun): %{_bindir}/texhash
1656Requires: %{name}-cslatex = %{epoch}:%{version}-%{release}
1657
1658%description format-cslatex
1659CSLaTeX format.
1660
1661%description format-cslatex -l pl.UTF-8
1662Format CSLaTeX.
1663
1664%package format-pdfcslatex
1665Summary: PDF CSLaTeX format
1666Summary(pl.UTF-8): Format PDF CSLaTeX
1667Group: Applications/Publishing/TeX
1668Requires(post,postun): %{_bindir}/texhash
1669Requires: %{name}-cslatex = %{epoch}:%{version}-%{release}
1670
1671%description format-pdfcslatex
1672PDF CSLaTeX format.
1673
1674%description format-pdfcslatex -l pl.UTF-8
1675Format PDF CSLaTeX.
1676
1677# Cyrillic Plain format
1678
1679%package cyrplain
1680Summary: Cyrillic Plain format basic files
1681Summary(pl.UTF-8): Podstawowe pliki dla formatu Cyrillic Plain
1682Group: Applications/Publishing/TeX
1683Requires(post,postun): %{_bindir}/texhash
1684Requires: %{name}-plain = %{epoch}:%{version}-%{release}
1685
1686%description cyrplain
1687Cyrillic Plain format basic files.
1688
1689%description cyrplain -l pl.UTF-8
1690Podstawowe pliki dla formatu Cyrillic Plain.
1691
1692%package format-cyrplain
1693Summary: Cyrillic Plain format
1694Summary(pl.UTF-8): Format Cyrillic Plain
1695Group: Applications/Publishing/TeX
1696Requires(post,postun): %{_bindir}/texhash
1697Requires: %{name}-cyrplain = %{epoch}:%{version}-%{release}
1698
1699%description format-cyrplain
1700Cyrillic Plain format.
1701
1702%description format-cyrplain -l pl.UTF-8
1703Format Cyrillic Plain.
1704
1705%package format-cyramstex
1706Summary: Cyrillic AMSTeX format
1707Summary(pl.UTF-8): Format Cyrillic AMSTeX
1708Group: Applications/Publishing/TeX
1709Requires(post,postun): %{_bindir}/texhash
1710Requires: %{name}-plain = %{epoch}:%{version}-%{release}
1711Obsoletes: tetex-cyramstex
1712
1713%description format-cyramstex
1714Cyrillic AMSTeX format.
1715
1716%description format-cyramstex -l pl.UTF-8
1717Format Cyrillic AMSTeX.
1718
1719%package format-cyrtexinfo
1720Summary: Cyrillic TeXInfo format
1721Summary(pl.UTF-8): Format Cyrillic TeXInfo
1722Group: Applications/Publishing/TeX
1723Requires(post,postun): %{_bindir}/texhash
1724Requires: %{name}-plain = %{epoch}:%{version}-%{release}
1725Obsoletes: tetex-cyrtexinfo
1726
1727%description format-cyrtexinfo
1728Cyrillic TeXInfo format.
1729
1730%description format-cyrtexinfo -l pl.UTF-8
1731Format Cyrillic TeXInfo.
1732
1733# EPlain format
1734
1735%package eplain
1736Summary: EPlain format basic files
1737Summary(pl.UTF-8): Podstawowe pliki dla formatu EPlain
1738Group: Applications/Publishing/TeX
1739Requires(post,postun): %{_bindir}/texhash
1740Requires: %{name}-plain = %{epoch}:%{version}-%{release}
1741Obsoletes: tetex-etex
1742
1743%description eplain
1744EPlain format basic files.
1745
1746%description eplain -l pl.UTF-8
1747Podstawowe pliki dla formatu EPlain.
1748
1749%package format-eplain
1750Summary: EPlain format
1751Summary(pl.UTF-8): Format EPlain
1752Group: Applications/Publishing/TeX
1753Requires(post,postun): %{_bindir}/texhash
1754Requires: %{name}-eplain = %{epoch}:%{version}-%{release}
1755
1756%description format-eplain
1757EPlain format.
1758
1759%description format-eplain -l pl.UTF-8
1760Format EPlain.
1761
1762# ConTeXt format.
1763
1764%package context
1765Summary: ConTeXt macro package basic files
1766Summary(pl.UTF-8): Podstawowe pliki pakietu makr ConTeXt
1767Group: Applications/Publishing/TeX
1768Requires(post,postun): %{_bindir}/texhash
1769Requires: %{name} = %{epoch}:%{version}-%{release}
1770Obsoletes: tetex-latex-context
1771
1772%define _noautoreq 'perl(path_tre)'
1773
1774%description context
1775A full featured, parameter driven macro package, which fully supports
1776advanced interactive documents.
1777
1778This package contains basic files.
1779
1780%description context -l pl.UTF-8
1781Pakiet makr sterowanych przez parametry o pełnych możliwościach,
1782całkowicie obsługujący zaawansowane dokumenty interaktywne.
1783
1784Ten pakiet zawiera podstawowe pliki.
1785
1786%package format-context-de
1787Summary: German ConTeXt format
1788Summary(pl.UTF-8): Niemiecka wersja formatu ConTeXt
1789Group: Applications/Publishing/TeX
1790Requires(post,postun): %{_bindir}/texhash
1791Requires: %{name}-context = %{epoch}:%{version}-%{release}
1792
1793%description format-context-de
1794German ConTeXt format.
1795
1796%description format-context-de -l pl.UTF-8
1797Niemiecka wersja formatu ConTeXt.
1798
1799%package format-context-en
1800Summary: English ConTeXt format
1801Summary(pl.UTF-8): Angielska wersja formatu ConTeXt
1802Group: Applications/Publishing/TeX
1803Requires(post,postun): %{_bindir}/texhash
1804Requires: %{name}-context = %{epoch}:%{version}-%{release}
1805
1806%description format-context-en
1807English ConTeXt format.
1808
1809%description format-context-en -l pl.UTF-8
1810Angielska wersja formatu ConTeXt.
1811
1812%package format-context-nl
1813Summary: Dutch ConTeXt format
1814Summary(pl.UTF-8): Holenderska wersja formatu ConTeXt
1815Group: Applications/Publishing/TeX
1816Requires(post,postun): %{_bindir}/texhash
1817Requires: %{name}-context = %{epoch}:%{version}-%{release}
1818
1819%description format-context-nl
1820Dutch ConTeXt format.
1821
1822%description format-context-nl -l pl.UTF-8
1823Holenderska wersja formatu ConTeXt.
1824
1825# LaTeX format.
1826
1827%package latex
1828Summary: LaTeX macro package basic files
1829Summary(pl.UTF-8): Podstawowe pliki pakietu makr LaTeX
1830Group: Applications/Publishing/TeX
60597425 1831Requires(post,postun): %{_bindir}/texhash
d08789e0
ZU
1832Requires: %{name} = %{epoch}:%{version}-%{release}
1833Requires: %{name}-fonts-latex = %{epoch}:%{version}-%{release}
78d53d8c
ER
1834Requires: %{name}-tex-ruhyphen = %{epoch}:%{version}-%{release}
1835Requires: %{name}-tex-ukrhyph = %{epoch}:%{version}-%{release}
d08789e0
ZU
1836# for misc/eurosym:
1837Requires: %{name}-fonts-eurosym = %{epoch}:%{version}-%{release}
2496d461 1838Requires: %{name}-pdftex = %{epoch}:%{version}-%{release}
fb2a8613 1839Requires: %{name}-tex-babel = %{epoch}:%{version}-%{release}
e67df411 1840Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
5ff30b02 1841Suggests: %{name}-fonts-jknappen
fb2a8613 1842Suggests: %{name}-latex-ucs = %{epoch}:%{version}-%{release}
d08789e0
ZU
1843Obsoletes: tetex-bibtex-koma-script
1844Obsoletes: tetex-latex-SIunits
1845Obsoletes: tetex-latex-caption
1846Obsoletes: tetex-latex-curves
1847Obsoletes: tetex-latex-dinbrief
1848Obsoletes: tetex-latex-draftcopy
1849Obsoletes: tetex-latex-dvilj
1850Obsoletes: tetex-latex-eepic
1851Obsoletes: tetex-latex-endfloat
1852Obsoletes: tetex-latex-fancyhdr
1853Obsoletes: tetex-latex-fancyheadings
1854Obsoletes: tetex-latex-fancyvrb
1855Obsoletes: tetex-latex-fp
1856Obsoletes: tetex-latex-graphics
1857Obsoletes: tetex-latex-hyperref
1858Obsoletes: tetex-latex-koma-script
1859Obsoletes: tetex-latex-labels
1860Obsoletes: tetex-latex-listings
1861Obsoletes: tetex-latex-misc
1862Obsoletes: tetex-latex-ms
1863Obsoletes: tetex-latex-multirow
1864Obsoletes: tetex-latex-mwcls
1865Obsoletes: tetex-latex-mwdtools
1866Obsoletes: tetex-latex-natbib
1867Obsoletes: tetex-latex-ntgclass
1868Obsoletes: tetex-latex-oberdiek
1869Obsoletes: tetex-latex-pb-diagram
188cb15d 1870Obsoletes: tetex-latex-pstricks
d08789e0
ZU
1871Obsoletes: tetex-latex-revtex4
1872Obsoletes: tetex-latex-seminar
1873Obsoletes: tetex-latex-t2
1874Obsoletes: tetex-latex-titlesec
1875Obsoletes: tetex-latex-tools
1876Obsoletes: tetex-latex-units
1877Obsoletes: tetex-mwcls
1878Obsoletes: tetex-revtex4
1879
1880%description latex
1881LaTeX is a front end for the TeX text formatting system. Easier to use
1882than TeX, LaTeX is essentially a set of TeX macros which provide
1883convenient, predefined document formats for users.
1884
1885This package contains basic files.
1886
1887%description latex -l pl.UTF-8
1888LaTeX jest frontendem do systemu formatującego tekst TeX. Jest
1889łatwiejszy w użyciu niż TeX. Jest właściwie zestawem makr TeXowych,
1890dających użytkownikom wygodne, predefiniowane formaty dokumentów.
1891
1892Ten pakiet zawiera podstawowe pliki.
1893
783773ac
ZU
1894%package latex-colortab
1895Summary: Shade cells of tables and halign
1896Group: Applications/Publishing/TeX
1897Requires(post,postun): %{_bindir}/texhash
1898Requires: %{name}-latex = %{epoch}:%{version}-%{release}
1899
1900%description latex-colortab
1901Shade cells of tables and halign.
1902
6c82f497
ZU
1903%package latex-12many
1904Summary: Generalising mathematical index sets
1905Summary(hu.UTF-8): A matematikai halmazok indexelésének általánosítása
1906Group: Applications/Publishing/TeX
6c82f497 1907Requires(post,postun): %{_bindir}/texhash
b4d68b39 1908Requires: %{name}-latex = %{epoch}:%{version}-%{release}
6c82f497
ZU
1909
1910%description latex-12many
1911Generalising mathematical index sets.
1912
1913%description latex-12many -l hu.UTF-8
1914A matematikai halmazok indexelésének általánosítása.
1915
a8b381b0
ZU
1916%package latex-abstract
1917Summary: Control the typesetting of the abstract environment
1918Summary(hu.UTF-8): Az "abstract" környezet szedésének irányítása
1919Group: Applications/Publishing/TeX
fe66da27 1920Requires(post,postun): %{_bindir}/texhash
b4d68b39 1921Requires: %{name}-latex = %{epoch}:%{version}-%{release}
a8b381b0
ZU
1922
1923%description latex-abstract
1924Control the typesetting of the abstract environment.
1925
1926%description latex-abstract -l hu.UTF-8
1927Az "abstract" környezet szedésének irányítása.
1928
f1f5d194
ZU
1929%package latex-accfonts
1930Summary: Utilities to derive new fonts from existing ones
1931Summary(hu.UTF-8): Eszközök új betűtípusok származtatására már létezőkből
1932Group: Applications/Publishing/TeX
1933Requires(post,postun): %{_bindir}/texhash
1934
1935%description latex-accfonts
1936Utilities to derive new fonts from existing ones.
1937
1938%description latex-accfonts -l hu.UTF-8
1939Eszközök új betűtípusok származtatására már létezőkből.
1940
e88b5dcf
ZU
1941%package latex-adrconv
1942Summary: BibTeX styles to implement an address database
1943Summary(hu.UTF-8): BibTeX stílusok cím-adatbázis megvalósításához
1944Group: Applications/Publishing/TeX
2fede27b 1945Requires(post,postun): %{_bindir}/texhash
78d53d8c 1946Requires: %{name}-latex = %{epoch}:%{version}-%{release}
e88b5dcf
ZU
1947
1948%description latex-adrconv
1949BibTeX styles to implement an address database.
1950
1951%description latex-adrconv -l hu.UTF-8
1952BibTeX stílusok cím-adatbázis megvalósításához.
1953
1954
d08789e0
ZU
1955%package latex-ae
1956Summary: Virtual fonts for PDF-files with T1 encoded CMR-fonts
1957Summary(pl.UTF-8): Wirtualne fonty dla plików PDF z fontami CMR o kodowaniu T1
1958Group: Applications/Publishing/TeX
1959Requires(post,postun): %{_bindir}/texhash
1960Requires: %{name}-fonts-ae = %{epoch}:%{version}-%{release}
1961Requires: %{name}-latex = %{epoch}:%{version}-%{release}
1962
1963%description latex-ae
1964A set of virtual fonts which emulates T1 coded fonts using the
1965standard CM fonts. The package is called AE fonts (for Almost
1966European). The main use of the package is to produce PDF files using
1967versions of the CM fonts instead of the bitmapped EC fonts.
1968
1969%description latex-ae -l pl.UTF-8
1970Zestaw wirtualnych fontów emulujących fonty o kodowaniu T1 przy użyciu
1971standardowych fontów CM. Ten pakiet został nazwany AE (Almost European
1972- prawie europejskie). Głównym przeznaczeniem tego pakietu jest
1973 produkowanie plików PDF przy użyciu wersji fontów CM zamiast
1974 bitmapowych fontów EC.
1975
1976%package latex-algorithms
1977Summary: Floating algorithm environment
1978Summary(pl.UTF-8): Pływające środowisko dla algorytmów
1979Group: Applications/Publishing/TeX
1980Requires(post,postun): /usr/bin/texhash
1981Requires: %{name}-latex = %{epoch}:%{version}-%{release}
1982
1983%description latex-algorithms
1984Defines a floating algorithm environment designed to work with the
1985algorithmic package.
1986
1987%description latex-algorithms -l pl.UTF-8
1988Pakiet definiujący pływające środowisko dla algorytmów zaprojektowane
1989do pracy z pakietem algorithmic.
1990
1991%package latex-ams
1992Summary: AMS math facilities for LaTeX
1993Summary(pl.UTF-8): Udogodnienia matematyczne AMS dla LaTeXa
1994Group: Applications/Publishing/TeX
1995Requires(post,postun): %{_bindir}/texhash
1996Requires: %{name}-fonts-ams = %{epoch}:%{version}-%{release}
1997Requires: %{name}-latex = %{epoch}:%{version}-%{release}
1998Obsoletes: tetex-latex-amscls
1999Obsoletes: tetex-latex-amsfonts
2000Obsoletes: tetex-latex-amsmath
2001
2002%description latex-ams
2003This package is the principal package in the AMS-LaTeX distribution.
2004It adapts for use in LaTeX most of the mathematical features found in
2005AMS-TeX.
2006
2007%description latex-ams -l pl.UTF-8
2008To jest główny pakiet dystrybucji AMS-LaTeX. Jest adaptacją większości
2009możliwości matematycznych AMS-TeXa do używania w LaTeXu.
2010
2011%package latex-antp
2012Summary: Antykwa Poltawskiego, a Type 1 family of Polish traditional type
2013Summary(pl.UTF-8): Antykwa Półtawskiego - rodzina tradycyjnych czcionek polskich jako Type 1
2014Group: Applications/Publishing/TeX
2015Requires(post,postun): %{_bindir}/texhash
2016Requires: %{name}-fonts-antp = %{epoch}:%{version}-%{release}
2017Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2018
2019%description latex-antp
2020A replica of Antykwa Poltawskiego font in PostScript Type 1 format
2021- -- preliminary version. This font was designed in the 'twenties and
2022 the 'thirties of XX century by a Polish graphic artist and a
2023 typographer Adam Poltawski. It was widely used by Polish printing
2024 houses as long as metal types were in use (until ca the 'sixties).
2025 Perhaps the first complete font family programmed and parametrized in
2026 METAPOST.
2027
2028%description latex-antp -l pl.UTF-8
2029Wstępna wersja repliki kroju Antykwa Półtawskiego w formacie
2030PostScript Type 1. Ten krój został opracowany w latach 30-tych i
203140-tych XX wieku przez polskiego grafika i typografa Adama
2032Półtawskiego. Była szeroko używana przez polskie drukarnie dopóki
2033używano metalowych czcionek (do lat 60-tych). Prawdopodobnie pierwsza
2034kompletna rodzina fontów zaprogramowana i zparametryzowana w
2035METAPOSCIE.
2036
2037%package latex-antt
2038Summary: Antykwa Torunska, a Type 1 family of a Polish traditional type
2039Summary(pl.UTF-8): Antykwa Turuńska - rodzina tradycyjnych czcionek polskich jako Type 1
2040Group: Applications/Publishing/TeX
2041Requires(post,postun): %{_bindir}/texhash
2042Requires: %{name}-fonts-antt = %{epoch}:%{version}-%{release}
2043Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2044
2045%description latex-antt
2046Antykwa Torunska is a serif font designed by the late Polish
2047typographer Zygfryd Gardzielewski, reconstructed and digitized as Type
20481.
2049
2050%description latex-antt -l pl.UTF-8
2051Antykwa Toruńska to krój szeryfowy opracowany niedawno przez polskiego
2052typografa Zygfryda Gardzielewskiego, zrekonstruowany i przerobiony na
2053postać cyfrową jako Type 1.
2054
e88b5dcf
ZU
2055%package latex-appendix
2056Summary: Extra control of appendices
2057Summary(hu.UTF-8): Az appendixek nagyobb irányítása
2058Group: Applications/Publishing/TeX
2059Requires(post,postun): %{_bindir}/texhash
78d53d8c 2060Requires: %{name}-latex = %{epoch}:%{version}-%{release}
e88b5dcf
ZU
2061
2062%description latex-appendix
2063Extra control of appendices.
2064
2065%description latex-appendix -l hu.UTF-8
2066Az appendixek nagyobb irányítása.
2067
b4d68b39
ZU
2068%package latex-backgammon
2069Summary: LaTeX package to documenting backgammon games
2070Summary(hu.UTF-8): LaTeX csomag backgammon játékok dokumentálására
2071Group: Applications/Publishing/TeX
2072Requires(post,postun): %{_bindir}/texhash
2073Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2074
2075%description latex-backgammon
2076LaTeX package to documenting backgammon games.
2077
2078%description latex-backgammon -l hu.UTF-8
2079LaTeX csomag backgammon játékok dokumentálására
2080
d08789e0
ZU
2081%package latex-bbm
2082Summary: Blackboard variant fonts for Computer Modern, with LaTeX support
2083Summary(pl.UTF-8): Tablicowy wariant fontów Computer Modern z obsługą LaTeXa
2084Group: Applications/Publishing/TeX
2085Requires(post,postun): %{_bindir}/texhash
2086Requires: %{name}-fonts-bbm = %{epoch}:%{version}-%{release}
2087Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2088
2089%description latex-bbm
2090Blackboard variant fonts for Computer Modern, with LaTeX support.
2091
2092%description latex-bbm -l pl.UTF-8
2093Tablicowy wariant fontów Computer Modern z obsługą LaTeXa.
2094
6c82f497
ZU
2095%package latex-bardiag
2096Summary: LateX package for drawing bar diagrams
2097Summary(pl.UTF-8): LaTeX csomag oszlopdiagramok rajzolására
2098Group: Applications/Publishing/TeX
2099Requires(post,postun): %{_bindir}/texhash
2100
2101%description latex-bardiag
2102LateX package for drawing bar diagrams.
2103
2104%description latex-bardiag -l hu.UTF-8
2105LaTeX csomag oszlopdiagramok rajzolására.
2106
d08789e0
ZU
2107%package latex-bbold
2108Summary: Sans serif blackboard bold for LaTeX
2109Summary(pl.UTF-8): Tablicowy tłusty font sans serif dla LaTeXa
2110Group: Applications/Publishing/TeX
2111Requires(post,postun): %{_bindir}/texhash
2112Requires: %{name}-fonts-bbold = %{epoch}:%{version}-%{release}
2113Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2114
2115%description latex-bbold
2116A geometric sans serif blackboard bold font, for use in mathematics.
2117
2118%description latex-bbold -l pl.UTF-8
2119Geometryczny tablicowy tłusty font sans serif, do używania w
2120matematyce.
2121
2122%package latex-bibtex
2123Summary: Bibliography management for LaTeX
2124Summary(pl.UTF-8): Zarządzenie bibliografią dla LaTeXa
2125Group: Applications/Publishing/TeX
2126Requires(post,postun): %{_bindir}/texhash
2127Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2128Obsoletes: tetex-bibtex
2129Obsoletes: tetex-natbib
2130Obsoletes: tetex-rubibtex
2131
2132%description latex-bibtex
2133Bibliography management for LaTeX.
2134
2135%description latex-bibtex -l pl.UTF-8
2136Zarządzanie bibliografią dla LaTeXa.
2137
b4d68b39
ZU
2138%package latex-beamer
2139Summary: A LaTeX class for producing presentations and slides
2140Summary(hu.UTF-8): LaTeX dokumentumosztály prezentációk és fóliák készítéséhez
2141Group: Applications/Publishing/TeX
2142Requires(post,postun): %{_bindir}/texhash
2143Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2144
2145%description latex-beamer
2146A LaTeX class for producing presentations and slides.
2147
2148%description latex-beamer -l hu.UTF-8
2149LaTeX dokumentumosztály prezentációk és fóliák készítéséhez.
2150
2fede27b
ZU
2151%package latex-bezos
2152Summary: Packages by Javier Bezos (additional math tools)
2153Summary(hu.UTF-8): Javier Bezos csomagjai (további matematikai eszközök)
2154Group: Applications/Publishing/TeX
2155Requires(post,postun): %{_bindir}/texhash
78d53d8c 2156Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2fede27b
ZU
2157
2158%description latex-bezos
2159Packages by Javier Bezos (additional math tools).
2160
2161%description latex-bezos
2162Javier Bezos csomagjai (további matematikai eszközök).
2163
d08789e0
ZU
2164%package latex-bibtex-ams
2165Summary: BibTeX style files for American Mathematical Society publications
2166Summary(pl.UTF-8): Pliki stylów BibTeXa do publikacji American Mathematical Society
2167Group: Applications/Publishing/TeX
2168Requires(post,postun): %{_bindir}/texhash
2169Requires: %{name}-latex-ams = %{epoch}:%{version}-%{release}
2170Requires: %{name}-latex-bibtex = %{epoch}:%{version}-%{release}
2171Obsoletes: tetex-bibtex-ams
2172
2173%description latex-bibtex-ams
2174BibTeX style files for American Mathematical Society publications.
2175
2176%description latex-bibtex-ams -l pl.UTF-8
2177Pliki stylów BibTeXa do publikacji American Mathematical Society.
2178
2179%package latex-bibtex-dk
2180Summary: Danish variants of the standard BibTeX styles
2181Summary(pl.UTF-8): Duńskie warianty standardowych stylów BibTeXa
2182Group: Applications/Publishing/TeX
2183Requires(post,postun): /usr/bin/texhash
2184Requires: %{name}-latex-bibtex = %{epoch}:%{version}-%{release}
2185
2186%description latex-bibtex-dk
2187Dk-bib is a translation of the four standard BibTeX style files
2188(abbrv, alpha, plain and unsrt) into Danish. The files have been
2189extended with ISBN, ISSN and URL fields which can be enabled through a
2190LaTeX style file.
2191
2192%description latex-bibtex-dk -l pl.UTF-8
2193Dk-bib to tłumaczenie czterech standardowych plików stylów BibTeXa
2194(abbrv, alpha, plain i unsrt) na język duński. Pliki zostały
2195rozszerzone o pola ISBN, ISSN i URL, które można włączyć poprzez plik
2196stylu LaTeXa.
2197
2198%package latex-bibtex-nor
2199Summary: Norwegian variants of the standard BibTeX styles
2200Summary(pl.UTF-8): Norweskie warianty standardowych stylów BibTeXa
2201Group: Applications/Publishing/TeX
2202Requires(post,postun): /usr/bin/texhash
2203Requires: %{name}-latex-bibtex = %{epoch}:%{version}-%{release}
2204
2205%description latex-bibtex-nor
2206Norwegian variants of the standard BibTeX styles.
2207
2208%description latex-bibtex-nor -l pl.UTF-8
2209Norweskie warianty standardowych stylów BibTeXa.
2210
2211%package latex-bibtex-pl
2212Summary: Polish bibliography management for LaTeX
2213Summary(pl.UTF-8): Polska wersja zarządzania bibliografią dla LaTeXa
2214Group: Applications/Publishing/TeX
2215Requires(post,postun): %{_bindir}/texhash
2216Requires: %{name}-latex-bibtex = %{epoch}:%{version}-%{release}
2217Obsoletes: tetex-bibtex-plbib
2218
2219%description latex-bibtex-pl
2220Polish bibliography management for LaTeX.
2221
2222%description latex-bibtex-pl -l pl.UTF-8
2223Polska wersja zarządzania bibliografią dla LaTeXa.
2224
2225%package latex-bibtex-german
2226Summary: German variants of standard BibTeX styles
2227Summary(pl.UTF-8): Niemieckie wersje standardowych stylów BibTeXa
2228Group: Applications/Publishing/TeX
2229Requires(post,postun): %{_bindir}/texhash
2230Requires: %{name}-latex-bibtex = %{epoch}:%{version}-%{release}
2231Obsoletes: tetex-bibtex-germbib
2232
2233%description latex-bibtex-german
2234German variants of standard BibTeX styles.
2235
2236%description latex-bibtex-german -l pl.UTF-8
2237Niemieckie wersje standardowych stylów BibTeXa.
2238
2239%package latex-bibtex-revtex4
2240Summary: BibTeX styles for REVTeX4
2241Summary(pl.UTF-8): Style BibTeXa dla REVTeX4
2242Group: Applications/Publishing/TeX
2243Requires(post,postun): %{_bindir}/texhash
2244Requires: %{name} = %{epoch}:%{version}-%{release}
2245Obsoletes: tetex-bibtex-revtex4
2246
2247%description latex-bibtex-revtex4
2248BibTeX styles for REVTeX4.
2249
2250%description latex-bibtex-revtex4 -l pl.UTF-8
2251Style BibTeXa dla REVTeX4.
2252
2253%package latex-bibtex-jurabib
2254Summary: Extended BibTeX citation support for the humanities and legal texts
2255Summary(pl.UTF-8): Rozszerzona obsługa cytowania BibTeXa do tekstów humanistycznych i prawniczych
2256Group: Applications/Publishing/TeX
2257Requires(post,postun): %{_bindir}/texhash
2258Requires: %{name} = %{epoch}:%{version}-%{release}
2259Obsoletes: tetex-bibtex-jurabib
2260
2261%description latex-bibtex-jurabib
2262Extended BibTeX citation support for the humanities and legal texts.
2263
2264%description latex-bibtex-jurabib -l pl.UTF-8
2265Rozszerzona obsługa cytowania BibTeXa do tekstów humanistycznych i
2266prawniczych.
2267
33b3b483
ZU
2268%package latex-bibtex-styles
2269Summary: Various BibTeX styles
2270Summary(hu.UTF-8): Vegyes BibTeX stílusok
2271Group: Applications/Publishing/TeX
2272Requires(post,postun): %{_bindir}/texhash
2273Requires: %{name}-latex-bibtex = %{epoch}:%{version}-%{release}
2274
2275%description latex-bibtex-styles
2276Various BibTeX styles.
2277
2278%description latex-bibtex-styles -l hu.UTF-8
2279Vegyes BibTeX stílusok.
2280
435dbdfa
ZU
2281%package latex-bibtex-vancouver
2282Summary: Bibliographic style file for Biomedical Journals
b5f33174 2283Summary(hu.UTF-8): Irodalomjegyzék-stílus a Biomedical Journal-hoz
4224ae6d 2284Group: Applications/Publishing/TeX
435dbdfa 2285Requires(post,postun): %{_bindir}/texhash
33b3b483 2286Requires: %{name}-latex-bibtex = %{epoch}:%{version}-%{release}
435dbdfa 2287
b5f33174 2288%description latex-bibtex-vancouver
435dbdfa 2289Bibliographic style file for Biomedical Journals.
2fede27b 2290
b5f33174
ZU
2291%description latex-bibtex-vancouver -l hu.UTF-8
2292Irodalomjegyzék-stílus a Biomedical Journal-hoz.
2293
2fede27b
ZU
2294%package latex-booktabs
2295Summary: Publication quality tables in LaTeX
2296Summary(hu.UTF-8): Nyomdai minőségű táblázatok LaTeX-ben
2297Group: Applications/Publishing/TeX
2298Requires(post,postun): %{_bindir}/texhash
78d53d8c 2299Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2fede27b
ZU
2300
2301%description latex-booktabs
2302Publication quality tables in LaTeX.
2303
2304%description latex-booktabs -l hu.UTF-8
2305Nyomdai minőségű táblázatok LaTeX-ben.
2306
2307
2308%package latex-caption
2309Summary: Customising captions in floating environments
2310Summary(hu.UTF-8): Feliratok testreszabása úszó környezetekben
2311Group: Applications/Publishing/TeX
2312Requires(post,postun): %{_bindir}/texhash
78d53d8c 2313Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2fede27b
ZU
2314
2315%description latex-caption
2316Customising captions in floating environments.
2317
2318%description latex-caption -l hu.UTF-8
2319Feliratok testreszabása úszó környezetekben.
2320
d08789e0
ZU
2321%package latex-carlisle
2322Summary: Miscellaneous small packages by David Carlisle
2323Summary(pl.UTF-8): Różne małe pakiety autorstwa Davida Carlisle
2324Group: Applications/Publishing/TeX
2325Requires(post,postun): %{_bindir}/texhash
2326Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2327
2328%description latex-carlisle
2329Miscellaneous small packages by David Carlisle.
2330
2331%description latex-carlisle -l pl.UTF-8
2332Różne małe pakiety autorstwa Davida Carlisle.
2333
2334%package latex-ccfonts
2335Summary: Support for Concrete text and math fonts in LaTeX
2336Summary(pl.UTF-8): Obsługa fontów tekstowych i matematycznych Concrete w LaTeXu
2337Group: Applications/Publishing/TeX
2338Requires(post,postun): %{_bindir}/texhash
2339Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2340
2341%description latex-ccfonts
2342LaTeX font definition files for the Concrete fonts and a LaTeX package
2343for typesetting documents using Concrete as the default font family.
2344The files support OT1, T1, TS1, and Concrete math including AMS fonts
2345(Ulrik Vieth's concmath).
2346
2347%description latex-ccfonts -l pl.UTF-8
2348Pliki definicji fontów LaTeXowych dla fontów Concrete oraz pakiet
2349LaTeXa do składania dokumentów przy użyciu Concrete jako domyślnej
2350rodziny fontów. Pliki obsługują fonty OT1, T1, TS1 oraz matematyczny
2351Concrete wraz z AMS (concmath Ulrika Vietha).
2352
2353%package latex-cite
2354Summary: Supports compressed, sorted lists of numerical citations
2355Summary(pl.UTF-8): Obsługa kompresowanych, sortowanych list numerowanych cytatów
2356Group: Applications/Publishing/TeX
2357Requires(post,postun): %{_bindir}/texhash
2358Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2359
2360%description latex-cite
2361Supports compressed, sorted lists of numerical citations.
2362
2363%description latex-cite -l pl.UTF-8
2364Obsługa kompresowanych, sortowanych list numerowanych cytatów.
2365
2366%package latex-cmbright
2367Summary: Support for CM Bright fonts in LaTeX
2368Summary(pl.UTF-8): Obsługa fontów CM Bright w LaTeXu
2369Group: Applications/Publishing/TeX
2370Requires(post,postun): %{_bindir}/texhash
2371Requires: %{name}-fonts-cmbright = %{epoch}:%{version}-%{release}
2372Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2373
2374%description latex-cmbright
2375A family of sans serif fonts for TeX and LaTeX, based on Donald
2376Knuth's CM fonts. It comprises OT1, T1 and TS1 encoded text fonts of
2377various shapes as well as all the fonts necessary for mathematical
2378typesetting, incl. AMS symbols. This collection provides all the
2379necessary files for using the fonts with LaTeX.
2380
2381%description latex-cmbright -l pl.UTF-8
2382Rodzina fontów sans serif dla TeXa i LaTeXa, oparta na fontach CM
2383Donalda Knutha. Obejmuje fonty dla kodowań OT1, T1 i TS1 różnych
2384kształtów oraz fonty niezbędne do składu matematycznego, włącznie z
2385symbolami AMS. Ten zestaw dostarcza wszystkie niezbędne pliki do
2386używania fontów w LaTeXu.
2387
2fede27b
ZU
2388%package latex-comment
2389Summary: Selectively include/excludes portions of text
2390Summary(hu.UTF-8): A szöveg részeinek beillesztése/kihagyása
2391Group: Applications/Publishing/TeX
2392Requires(post,postun): %{_bindir}/texhash
78d53d8c 2393Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2fede27b
ZU
2394
2395%description latex-comment
2396Selectively include/excludes portions of text.
2397
2398%description latex-comment -l hu.UTF-8
2399A szöveg részeinek beillesztése/kihagyása.
2400
d08789e0
ZU
2401%package latex-concmath
2402Summary: LaTeX package and font definition files to access the Concrete math fonts
2403Summary(pl.UTF-8): Pakiet LaTeXa i pliki definicji fontów udostępniające fonty matematyczne Concrete
2404Group: Applications/Publishing/TeX
2405Requires(post,postun): %{_bindir}/texhash
2406Requires: %{name}-fonts-concmath = %{epoch}:%{version}-%{release}
2407Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2408
2409%description latex-concmath
2410LaTeX package and font definition files to access the Concrete math
2411fonts, which were derived from Computer Modern math fonts using
2412parameters from Concrete Roman text fonts.
2413
2414%description latex-concmath -l pl.UTF-8
2415Pakiet LaTeXa i pliki definicji fontów udostępniające fonty
2416matematyczne Concrete wywodzące się z fontów matematycznych Computer
2417Modern poprzez zastosowanie parametrów fontów tekstowych Concrete
2418Roman.
2419
2fede27b
ZU
2420%package latex-currvita
2421Summary: Typeset a curriculum vitae
2422Summary(hu.UTF-8): Önéletrajzok írása
2423Group: Applications/Publishing/TeX
2424Requires(post,postun): %{_bindir}/texhash
78d53d8c 2425Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2fede27b
ZU
2426
2427%description latex-currvita
2428Typeset a curriculum vitae.
2429
2430%description latex-currvita -l hu.UTF-8
2431Önéletrajzok írása.
2432
2433%package latex-curves
2434Summary: Curves for LaTeX picture environment
2435Summary(hu.UTF-8): Görbék LaTeX picture környezetébe
2436Group: Applications/Publishing/TeX
2437Requires(post,postun): %{_bindir}/texhash
78d53d8c 2438Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2fede27b
ZU
2439
2440%description latex-curves
2441Curves for LaTeX picture environment.
2442
2443%description latex-curves -l hu.UTF-8
2444Görbék LaTeX picture környezetébe.
2445
d08789e0
ZU
2446%package latex-custom-bib
2447Summary: Customized BibTeX styles for LaTeX
2448Summary(pl.UTF-8): Dostosowywanie stylów BibTeXa dla LaTeXa
2449Group: Applications/Publishing/TeX
2450Requires(post,postun): %{_bindir}/texhash
2451Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2452
2453%description latex-custom-bib
2454Package generating customized BibTeX bibliography styles from a
2455generic file using docstrip. Includes support for the Harvard style.
2456
2457%description latex-custom-bib -l pl.UTF-8
2458Pakiet generujący dostosowane style bibliografii BibTeXa z ogólnego
2459pliki przy użyciu docstrip. Zawiera obsługę stylu Harvard.
2460
2461%package latex-cyrillic
2462Summary: LaTeX Cyrillic support
2463Summary(pl.UTF-8): Obsługa cyrylicy dla LaTeXa
2464Group: Applications/Publishing/TeX
2465Requires(post,postun): %{_bindir}/texhash
2466Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2467
2468%description latex-cyrillic
2469LaTeX Cyrillic support.
2470
2471%description latex-cyrillic -l pl.UTF-8
2472Obsługa cyrylicy dla LaTeXa.
2473
b280f158
ZU
2474%package latex-dstroke
2475Summary: LaTeX doublestroke font
2476Summary(pl.UTF-8): Podwójnie kreślony font dla LaTeXa
2477Group: Applications/Publishing/TeX
2478Requires(post,postun): %{_bindir}/texhash
2479Requires: %{name}-fonts-dstroke = %{epoch}:%{version}-%{release}
2480Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2481
2482%description latex-dstroke
2483Doublestroke font for typesetting the mathematical symbols for the
2484natural numbers, whole numbers, rational numbers, real numbers and
2485complex numbers.
2486
2487%description latex-dstroke -l pl.UTF-8
2488Podwójnie kreślony font do składania symboli matematycznych liczb
2489naturalnych, całkowitych, wymiernych, rzeczywistych i zespolonych.
d08789e0 2490
60597425
ZU
2491%package latex-enumitem
2492Summary: A package to customize the three basic lists
2493Summary(hu.UTF-8): Egy csomag, amivel testreszabhatod a három alapvető listát
2494Group: Applications/Publishing/TeX
2495Requires(post,postun): %{_bindir}/texhash
78d53d8c 2496Requires: %{name}-latex = %{epoch}:%{version}-%{release}
60597425
ZU
2497
2498%description latex-enumitem
2499A package to customize the three basic lists (enumerate, itemize and
2500description).
2501
2502%description latex-enumitem
2503Egy csomag, amivel testreszabhatod a három alapvető listakörnyezetet
2504(enumerate, itemize, description).
2505
2b453bda
ZU
2506%package latex-exam
2507Summary: The exam document class attempts to make it easy for even a LaTeX novice to prepare exams
2508Summary(hu.UTF-8): Az exam dokumentumosztály segítségével könnyűvé válik LaTeX-ben a feladatsorok készítése
2509Group: Applications/Publishing/TeX
fe66da27 2510Requires(post,postun): %{_bindir}/texhash
78d53d8c 2511Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2b453bda
ZU
2512
2513%description latex-exam
2514The exam document class attempts to make it easy for even a LaTeX
2515novice to prepare exams.
2516
2517%description latex-exam -l hu.UTF-8
2518Az exam dokumentumosztály segítségével könnyűvé válik LaTeX-ben a
2519feladatsorok készítése.
2520
247457ba
ZU
2521%package latex-formlett
2522Summary: Letters to multiple recipients
2523Summary(hu.UTF-8): Levél több címzettnek ("körlevél")
2524Group: Applications/Publishing/TeX
2525Requires(post,postun): %{_bindir}/texhash
2526Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2527
2528%description latex-formlett
2529Letters to multiple recipients.
2530
2531%description latex-formlett -l hu.UTF-8
2532Levél több címzettnek ("körlevél").
2533
c9ddaf2d
ZU
2534%package latex-formular
2535Summary: Create forms containing field for manual entry
2536Summary(hu.UTF-8): Kézzel kitöltendő űrlapok készítése
2537Group: Applications/Publishing/TeX
2538Requires(post,postun): %{_bindir}/texhash
2539Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2540
2541%description latex-formular
2542Create forms containing field for manual entry.
2543
2544%description latex-formular -l hu.UTF-8
2545Kézzel kitöltendő űrlapok készítése.
2546
247457ba
ZU
2547%package latex-examdesign
2548Summary: LaTeX class for typesetting exams
2549Summary(hu.UTF-8): LaTeX osztály dolgozatok szedésére
2550Group: Applications/Publishing/TeX
2551Requires(post,postun): %{_bindir}/texhash
2552Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2553
2554%description latex-examdesign
2555LaTeX class for typesetting exams.
2556
187f5494 2557%description latex-examdesign -l hu.UTF-8
247457ba
ZU
2558LaTeX osztály dolgozatok szedésére.
2559
f1f5d194
ZU
2560%package latex-gbrief
2561Summary: Letter document class
2562Summary(hu.UTF-8): Levél dokumentumosztály
2563Group: Applications/Publishing/TeX
2564Requires(post,postun): %{_bindir}/texhash
2565Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2566
2567%description latex-gbrief
2568Letter document class.
2569
2570%description latex-gbrief -l hu.UTF-8
2571Levél dokumentumosztály.
2572
2b453bda 2573
d08789e0
ZU
2574%package latex-jknappen
2575Summary: Miscellaneous packages by Joerg Knappen
2576Summary(pl.UTF-8): Różne pakiety autorstwa Joerga Knappena
2577Group: Applications/Publishing/TeX
2578Requires(post,postun): %{_bindir}/texhash
2579Requires: %{name}-fonts-jknappen = %{epoch}:%{version}-%{release}
2580Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2581
2582%description latex-jknappen
2583Miscellaneous macros, mostly for making use of extra fonts, by Joerg
2584Knappen, including sgmlcmpt.
2585
2586%description latex-jknappen -l pl.UTF-8
2587Różne makra, głównie do używania dodatkowych fontów autorstwa Joerga
2588Knappena. Zawiera sgmlcmpt.
2589
d19eaaab
ZU
2590%package latex-keystroke
2591Summary: Graphical representation of keys on keyboard
2592Summary(hu.UTF-8): A billentyűk grafikus megjelenítése
2593Group: Applications/Publishing/TeX
2594Requires(post,postun): %{_bindir}/texhash
2595Requires: %{name}-latex
2596
2597%description latex-keystroke
2598Graphical representation of keys on keyboard.
2599
2600%description latex-keystroke -l hu.UTF-8
2601A billentyűk grafikus megjelenítése.
2602
2603
2604%package latex-labbook
2605Summary: Typeset laboratory journals
2606Summary(hu.UTF-8): Laborjegyzőkönyvek szedése
2607Group: Applications/Publishing/TeX
2608Requires(post,postun): %{_bindir}/texhash
2609Requires: %{name}-latex
2610
2611%description latex-labbook
2612Typeset laboratory journals.
2613
2614%description latex-labbook -l hu.UTF-8
2615Laborjegyzőkönyvek szedése.
2616
2617%package latex-lcd
2618Summary: Alphanumerical LCD-style displays
f65b3398 2619Summary(hu.UTF-8): Alfanumerikus LCD-szerű kijelzés
d19eaaab
ZU
2620Group: Applications/Publishing/TeX
2621Requires(post,postun): %{_bindir}/texhash
2622Requires: %{name}-latex
2623
2624%description latex-lcd
2625Alphanumerical LCD-style displays.
2626
2627%description latex-lcd -l hu.UTF-8
f65b3398 2628Alfanumerikus LCD-szerű kijelzés.
d19eaaab
ZU
2629
2630%package latex-leaflet
2631Summary: Create small handouts (flyers)
2632Summary(hu.UTF-8): Kis "kézikönyvek" készítése (brossúrák)
2633Group: Applications/Publishing/TeX
2634Requires(post,postun): %{_bindir}/texhash
2635Requires: %{name}-latex
2636
2637%description latex-leaflet
2638Create small handouts (flyers).
2639
2640%description latex-leaflet -l hu.UTF-8
2641Kis "kézikönyvek" készítése (brossúrák).
2642
f1f5d194
ZU
2643%package latex-leftidx
2644Summary: Left and right subscripts and superscripts in math mode
2645Summary(hu.UTF-8): Bal és jobboldali alsó és felső indexek matematikai módban
2646Group: Applications/Publishing/TeX
2647Requires(post,postun): %{_bindir}/texhash
2648Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2649
7b6c7caa
ZU
2650%description latex-leftidx
2651Left and right subscripts and superscripts in math mode.
2652
2653%description latex-leftidx -l hu.UTF-8
2654Bal és jobboldali alsó és felső indexek matematikai módban.
2655
d19eaaab
ZU
2656
2657%package latex-lewis
2658Summary: Draw Lewis structures (chemistry)
2659Summary(hu.UTF-8): Lewis struktúrák készítése (kémia)
2660Group: Applications/Publishing/TeX
2661Requires(post,postun): %{_bindir}/texhash
2662Requires: %{name}-latex
2663
2664%description latex-lewis
2665Draw Lewis structures (chemistry).
2666
2667%description latex-lewis -l hu.UTF-8
2668Lewis struktúrák készítése (kémia).
2669
d08789e0
ZU
2670%package latex-lm
2671Summary: LaTeX styles for Latin Modern family fonts
2672Summary(pl.UTF-8): Style LaTeXa dla fontów z rodziny Latin Modern
2673Group: Applications/Publishing/TeX
2674Requires(post,postun): /usr/bin/texhash
2675Requires: %{name}-fonts-lm = %{epoch}:%{version}-%{release}
2676Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2677
2678%description latex-lm
2679Latin Modern family of fonts, based on the Computer Modern fonts
2680released into public domain by AMS (copyright (C) 1997 AMS). Contain a
2681lot of additional characters, mainly accented ones, but not only.
2682There is a one set of PostScript fonts and four sets of TeX Font
2683Metric files, corresponding to: Cork encoding (cork-*.tfm); QX
2684encoding (qx-*.tfm); TeX'n'ANSI aka LY1 encoding (texnansi-*.tfm); and
2685Text Companion for EC fonts aka TS1 (ts1-*.tfm). It is presumed that a
2686potential user knows what to do with all these files. The author is
2687Boguslaw Jackowski.
2688
2689%description latex-lm -l pl.UTF-8
2690Rodzina fontów Latin Modern, oparta na fontach Computer Modern
2691przekazanych do domeny publicznej przez AMS (copyright (C) 1997 AMS).
2692Zawiera wiele dodatkowych znaków, głównie z akcentami, ale nie tylko.
2693Jest jeden zbiór fontów postscriptowych oraz cztery zbiory plików TeX
2694Font Metric, odpowiadających: kodowaniu Cork (cork-*.tfm); kodowaniu
2695QX (qx-*.tfm); kodowaniu TeX'n'ANSI zwanemu także LY1
2696(texnansi-*.tfm); oraz Text Companion dla fontów EC zwanemu także TS1
2697(ts1-*.tfm). Zakłada się, że potencjalny użytkownik wie, co zrobić z
2698tymi wszystkimi plikami. Autorem jest Bogusław Jackowski.
2699
a8b381b0
ZU
2700%package latex-lastpage
2701Summary: Reference last page for "Page N of M" type footers
2702Summary(hu.UTF-8): Az utolsó oldalra hivatkozás "N/M. oldal" típusú lábfejekhez
2703Group: Applications/Publishing/TeX
fe66da27 2704Requires(post,postun): %{_bindir}/texhash
a8b381b0
ZU
2705
2706%description latex-lastpage
2707Reference last page for Page N of M type footers.
2708
2709%description latex-lastpage -l hu.UTF-8
2710Az utolsó oldalra hivatkozás "N/M. oldal" típusú lábfejekhez.
2711
d08789e0
ZU
2712%package latex-lineno
2713Summary: Line numbers on paragraphs
2714Summary(pl.UTF-8): Numery linii dla paragrafów
2715Group: Applications/Publishing/TeX
2716Requires(post,postun): /usr/bin/texhash
2717Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2718
2719%description latex-lineno
2720The LaTeX package lineno.sty provides line numbers on paragraphs.
2721After TeX has broken a paragraph into lines there will be line numbers
2722attached to them, with the possibility to make references through the
2723LaTeX \ref, \pageref cross reference mechanism.
2724
2725%description latex-lineno -l pl.UTF-8
2726Pakiet LaTeXa lineno.sty daje numery linii dla paragrafów. Po podziale
2727paragrafu na linie przez TeXa do linii dołączane są ich numery z
2728możliwością tworzenia odnośników poprzez mechanizm odnośników LaTeXa
2729\ref i \pageref.
2730
2e9c3e45
ZU
2731%package latex-games
2732Summary: Packages for typesetting games
2733Summary(hu.UTF-8): Játékok szedése
2734Group: Applications/Publishing/TeX
2735Requires(post,postun): %{_bindir}/texhash
2736Requires: %{name}-latex
2737
2738%description latex-games
2739Chess, chinese chess and backgammon.
2740
2741%description latex-games -l hu.UTF-8
2742Sakk, kínai sakk és backgammon.
2743
2744%package latex-math
2745Summary: Mathematical packages
2746Summary(hu.UTF-8): Matematikai csomagok
2747Group: Applications/Publishing/TeX
2748Requires(post,postun): %{_bindir}/texhash
2749Requires: %{name}-latex
2750
2751%description latex-math
2752This package contains:
2753- bez123: Support for Bezier curves.
2754- binomexp: Calculate Pascal's triangle
2755- coordsys: draw cartesian coordinate systems.
2756- egplot: encapsulate Gnuplot sources in LaTeX documents.
2757- eqlist: description lists with equal indentation.
2758- eqnarray: more generalised equation arrays with numbering.
2759- esdiff: simplify typesetting of derivatives.
2760- esvect: vector arrows.
2761- extpfeil: extensible arrows in mathematics
2762- faktor: typeset quotient structures with LaTeX.
2763- permute: support for symmetric groups.
2764
2765%description latex-math -l hu.UTF-8
2766Ez a csomag a következőket tartalmazza:
2767- bez123: Bezier-görbék
2768- binomexp: Pascal-háromszög számítása
2769- coordsys: Descartes-féle koordinátarendszerek rajzolása
2770- egplot: Gnuplot források LaTeX dokumentumokba ágyazása
2771- eqlist: leíró lista egyenlő behúzással
2772- eqnarray: általánosabb egyenlet-rendszer sorszámozással
2773- esdiff: deriváltak bevitele
2774- esvect: vektornyilak
2775- extpfeil: bővíthető nyilak matematikában
2776- faktor: hányados struktúrák LaTeX-hel
2777- permute: szimmetriacsoportok
2778
2779%package latex-physics
2780Summary: Physical packages
2781Summary(hu.UTF-8): Fizikai csomagok
2782Group: Applications/Publishing/TeX
2783Requires(post,postun): %{_bindir}/texhash
2784Requires: %{name}-latex
2785
2786%description latex-physics
2787This package contains:
2788- circ: macros for typesetting circuit diagrams.
2789- colorwav: colours by wavelength of visible light.
2790- dyntree: construct Dynkin tree diagrams.
2791- feynmf: macros and fonts for creating Feynman (and other) diagrams.
2792
2793%description latex-physics -l hu.UTF-8
2794Ez a csomag a következőket tartalmazza:
2795- circ: áramkörök szedése
2796- colorwav: a látható fény színei hullámhossz szerint
2797- dyntree: Dynkin fadiagramok készítése
2798- feynmf: makrók és fontok Feynman (és más) diagramok készítésére
2799
2800%package latex-biology
2801Summary: Biological packages
2802Summary(hu.UTF-8): Biológiai csomagok
2803Group: Applications/Publishing/TeX
2804Requires(post,postun): %{_bindir}/texhash
2805Requires: %{name}-latex
2806
2807%description latex-biology
2808This package contains:
2809- biocon: typesetting biological species names
2810- dnaseq: format DNA base sequences.
2811
2812%description latex-biology -l hu.UTF-8
2813Ez a csomag a következőket tartalmazza:
2814- biocon: biológiai fajnevek szedése
2815- dnaseq: DNS szekvenciák szedése
2816
2817%package latex-chem
2818Summary: Chemical packages
2819Summary(hu.UTF-8): Kémiai csomagok
2820Group: Applications/Publishing/TeX
2821Requires(post,postun): %{_bindir}/texhash
2822Requires: %{name}-latex
2823
2824%description latex-chem
2825This package contains:
2826- achemso: support for American Chemical Society journal submissions.
2827- bpchem: typeset chemical names, formulae, etc.
2828- chemarrow: arrows for use in chemistry.
2829- chemcompounds: simple consecutive numbering of chemical compounds.
2830- chemcono: support for compound numbers in chemistry documents.
2831- chemstyle: writing chemistry with style.
2832- mhchem: typeset chemical formulae/equations and Risk and Safety
2833 phrases
2834
2835%description latex-chem -l hu.UTF-8
2836Ez a csomag a következőket tartalmazza:
2837- achemso: American Chemical Society formátuma
2838- bpchem: kémiai nevek, formulák, stb. szedése
2839- chemarrow: kémiában használatos nyilak
2840- chemcompounds: kémiai vegyületek számozása
2841- chemcono: kémiai vegyületek kémiai dokumentumokbam
2842- chemstyle: kémiai dokumentum írása
2843- mhchem: kémiai formulák/egyenletek szedése
2844
2845%package latex-informatic
2846Summary: Informatical packages
2847Summary(hu.UTF-8): Informatikai csomagok
2848Group: Applications/Publishing/TeX
2849Requires(post,postun): %{_bindir}/texhash
2850Requires: %{name}-latex
2851
2852%description latex-informatic
2853This package contains:
2854- alg: LaTeX environments for typesetting algorithms.
2855- bytefield: Create illustrations for network protocol specifications.
2856
2857%description latex-informatic -l hu.UTF-8
2858Ez a csomag a következőket tartalmazza:
2859- alg: LaTeX környezetek algoritmusok szedésére
2860- bytefield: hálózati protokoll specifikációk szemléltetése
2861
2862%package latex-pdftools
2863Summary: Various tools to pdf output
2864Summary(hu.UTF-8): Különböző eszközök pdf output-hoz
2865Group: Applications/Publishing/TeX
2866Requires(post,postun): %{_bindir}/texhash
2867Requires: %{name}-latex
2868
2869%description latex-pdftools
2870This package contains:
2871- attachfile: attach arbitrary files to a PDF document
2872- cooltooltips: associate a pop-up window and tooltip with PDF
2873 hyperlinks
2874
2875%description latex-pdftools -l hu.UTF-8
2876Ez a csomag a következőket tartalmazza:
2877- attachfile: fájlok csatolása PDF dokumentumokba
2878- cooltooltips: felugró ablakok és súgók társítása PDF linkekhez
d19eaaab
ZU
2879
2880%package latex-mathexam
2881Summary: Package for typesetting exams
2882Summary(hu.UTF-8): Vizsgák szedése
2883Group: Applications/Publishing/TeX
2884Requires(post,postun): %{_bindir}/texhash
2885Requires: %{name}-latex
2886
2887%description latex-mathexam
2888Package for typesetting exams.
2889
2890%description latex-mathexam -l hu.UTF-8
2891Vizsgák szedése.
2892
d08789e0
ZU
2893%package latex-microtype
2894Summary: An interface to the micro-typographic extensions of pdfTeX
2895Summary(pl.UTF-8): Interfejs do rozszerzeń mikrotypograficznych pdfTeXa
2896Group: Applications/Publishing/TeX
2897Requires(post,postun): /usr/bin/texhash
2898Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2899
2900%description latex-microtype
2901The `microtype' package provides a LaTeX interface to pdfTeX's
2902micro-typographic extensions: character protrusion and font expansion.
2903It allows to restrict character protrusion and/or font expansion to a
2904definable set of fonts, and to configure micro-typographic aspects of
2905the fonts in a straight-forward and flexible way. Settings for various
2906fonts are provided.
2907
2908%description latex-microtype -l pl.UTF-8
2909Pakiet microtype dodaje do LaTeXa mechanizm do rozszerzeń
2910mikrotypograficznych pdfTeXa: wysuwania znaków i rozszerzania fontów.
2911Pozwala ograniczyć wysuwanie znaku i/lub rozszerzanie fontu do
2912określonego zbioru fontów oraz skonfigurować mikrotypograficzne
2913aspekty fontów w prosty i elastyczny sposób. Dostarczone są ustawienia
2914dla różnych fontów.
2915
8ed039e0
ZU
2916%package latex-musictex
2917Summary: Typesetting music with TeX
2918Summary(hu.UTF-8): Zenék szedése TeX-hel
2919Group: Applications/Publishing/TeX
2920Requires(post,postun): %{_bindir}/texhash
2921Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2922
2923%description latex-musictex
2924Typesetting music with TeX.
2925
2926%description latex-musictex -l hu.UTF-8
2927Zenék szedése TeX-hel.
2928
d08789e0
ZU
2929%package latex-lucidabr
2930Summary: Package to make Lucida Bright fonts usable with LaTeX
2931Summary(pl.UTF-8): Pakiet umożliwiający używanie fontów Lucida Bright w LaTeXu
2932Group: Applications/Publishing/TeX
2933Requires(post,postun): %{_bindir}/texhash
2934Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2935
2936%description latex-lucidabr
2937Package to make Lucida Bright fonts usable with LaTeX.
2938
2939%description latex-lucidabr -l pl.UTF-8
2940Pakiet umożliwiający używanie fontów Lucida Bright w LaTeXu.
2941
2942%package latex-marvosym
2943Summary: Styles for Martin Vogel's Symbol (marvosym) font
2944Summary(pl.UTF-8): Style dla fontu Symbol Martina Vogela (marvosym)
2945Group: Applications/Publishing/TeX
2946Requires(post,postun): /usr/bin/texhash
2947Requires: %{name}-fonts-marvosym = %{epoch}:%{version}-%{release}
2948Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2949
2950%description latex-marvosym
2951Martin Vogel's Symbol (marvosym) font is a font containing: the Euro
2952currency symbol as defined by the European commission; Euro currency
2953symbols in typefaces Times, Helvetica and Courier; Symbols for
2954structural engineering; Symbols for steel cross-sections; Astronomy
2955signs (Sun, Moon, planets); The 12 signs of the zodiac; Scissor
2956symbols; CE sign and others.
2957
2958%description latex-marvosym -l pl.UTF-8
2959Font Martin Vogel's Symbol (marvosym) to font zawierający: symbol
2960waluty Euro zdefiniowany przez Komisję Europejską; symbole Euro w
2961krojach Times, Helvetica i Courier; symbole do inżynierii
2962strukturalnej; symbole do przekrojów stalowych; znaki astronomiczne
2963(Słońce, Księżyc, planety); 12 znaków Zodiaku; symbole nożyczek; znak
2964CE i inne.
2965
2966%package latex-mathpple
2967Summary: Use PostScript Palatino for typesetting maths
2968Summary(pl.UTF-8): Używanie postscriptowych fontów Palatino do składania wzorów matematycznych
2969Group: Applications/Publishing/TeX
2970Requires(post,postun): %{_bindir}/texhash
2971Requires: %{name}-fonts-adobe = %{epoch}:%{version}-%{release}
2972Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2973
2974%description latex-mathpple
2975The package defines the PostScript font family `Palatino' (ppl) as the
2976default roman font and then uses the `mathpple' fonts for typesetting
2977math. These virtual fonts have been created for typesetting math in a
2978style that suits the Palatino text fonts. The AMS fonts, when used
2979additionally, will be scaled to fit Palatino.
2980
2981%description latex-mathpple -l pl.UTF-8
2982Pakiet definiuje rodzinę fontów postscriptowych Palatino (ppl) jako
2983domyślny font roman i używa fontów mathpple do składania wzorów
2984matematycznych. Te wirtualne fonty zostały stworzone do składania
2985wzorów matematycznych w stylu pasującym do fontów tekstowych Palatino.
2986Fonty AMS, jeśli są dodatkowo używane, zostaną przeskalowane tak, by
2987pasować do Palatino.
2988
2989%package latex-mathtime
2990Summary: Mathtime fonts for LaTeX
2991Summary(pl.UTF-8): Fonty Mathtime dla LaTeXa
2992Group: Applications/Publishing/TeX
2993Requires(post,postun): %{_bindir}/texhash
2994Requires: %{name}-latex = %{epoch}:%{version}-%{release}
2995
2996%description latex-mathtime
2997The Mathtime fonts have a number of characters remapped to positions
2998different from the ones normally used by the corresponding TeX
2999CM-fonts. For the symbol font ``operators'' the corresponding mathtime
3000style files use the Times Roman font (often called something like:
3001ptmr or ptmr7t or ptmrq).
3002
3003%description latex-mathtime -l pl.UTF-8
3004Fonty Mathtime zawierają wiele znaków przemapowanych na pozycje
3005różniące się od tych normalnie używanych w odpowiadających im TeXowych
3006fontach CM. Dla fontu symboli "operators" odpowiadający styl mathtime
3007używa fontu Times Roman (zazwyczaj nazywanego w stylu ptmr, ptmr7t lub
3008ptmrq).
3009
3010%package latex-mflogo
3011Summary: LaTeX support for MetaFont and logo fonts
3012Summary(pl.UTF-8): Obsługa LaTeXa dla MetaFonta i fontów logo
3013Group: Applications/Publishing/TeX
3014Requires(post,postun): %{_bindir}/texhash
3015Requires: %{name}-fonts-mflogo = %{epoch}:%{version}-%{release}
3016Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3017
3018%description latex-mflogo
3019LaTeX package and font definition file to access the Knuthian `logo'
3020fonts described in `The MetaFontbook' and the MetaFont and logos in
3021LaTeX documents.
3022
3023%description latex-mflogo -l pl.UTF-8
3024Pakiet LaTeXa i plik definicji fontów udostępniający fonty logo Knutha
3025opisane w "The MetaFontbook" oraz MetaFont i loga w dokumentach
3026LaTeXa.
3027
3028%package latex-mfnfss
3029Summary: Font description files to use extra fonts like yinit and ygoth
3030Summary(pl.UTF-8): Pliki opisów fontów udostępniające dodatkowe fonty, jak yinit i ygoth
3031Group: Applications/Publishing/TeX
3032Requires(post,postun): %{_bindir}/texhash
3033Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3034
3035%description latex-mfnfss
3036Font description files to use extra fonts like yinit and ygoth.
3037
3038%description latex-mfnfss -l pl.UTF-8
3039Pliki opisów fontów udostępniające dodatkowe fonty, jak yinit i ygoth.
3040
3041%package latex-minitoc
3042Summary: Produce a table of contents for each chapter
3043Summary(pl.UTF-8): Tworzenie spisów treści dla każdego rozdziału
3044Group: Applications/Publishing/TeX
3045Requires(post,postun): %{_bindir}/texhash
3046Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3047
3048%description latex-minitoc
3049Produce a table of contents for each chapter.
3050
3051%description latex-minitoc -l pl.UTF-8
3052Tworzenie spisów treści dla każdego rozdziału.
3053
3054%package latex-mltex
3055Summary: Support for MLTeX
3056Summary(pl.UTF-8): Wsparcie dla MLTeXa
3057Group: Applications/Publishing/TeX
3058Requires(post,postun): %{_bindir}/texhash
3059Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3060
3061%description latex-mltex
3062Support for MLTeX, the multilingual TeX extension from Michael J.
3063Ferguson.
3064
3065%description latex-mltex -l pl.UTF-8
3066Wsparcie dla MLTeXa - rozszerzenia TeXa z obsługą wielu języków,
3067autorstwa Michaela J. Fergusona.
3068
d34bfb7f
ZU
3069%package latex-multienum
3070Summary: Multi-column enumerated lists
3071Summary(hu.UTF-8): Többoszlopos számozott listák
3072Group: Applications/Publishing/TeX
3073Requires(post,postun): %{_bindir}/texhash
3074Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3075
3076%description latex-multienum
3077Multi-column enumerated lists.
3078
3079%description latex-multienum -l hu.UTF-8
3080Többoszlopos számozott listák.
3081
f1f5d194
ZU
3082
3083%package latex-moreverb
3084Summary: Extended verbatim
3085Summary(hu.UTF-8): Kiterjesztett verbatim
3086Group: Applications/Publishing/TeX
3087Requires(post,postun): %{_bindir}/texhash
3088Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3089
3090%description latex-moreverb
3091Extended verbatim.
3092
3093%description latex-moreverb -l hu.UTF-8
3094Kiterjesztett verbatim.
3095
a8b381b0
ZU
3096%package latex-ntheorem
3097Summary: Enhanced theorem environment
3098Summary(hu.UTF-8): Bővített tétel környezet
3099Group: Applications/Publishing/TeX
fe66da27 3100Requires(post,postun): %{_bindir}/texhash
78d53d8c 3101Requires: %{name}-latex = %{epoch}:%{version}-%{release}
a8b381b0
ZU
3102
3103%description latex-ntheorem
3104Enhanced theorem environment.
3105
3106%description latex-ntheorem -l hu.UTF-8
3107Bővített tétel környezet
3108
f65b3398
ZU
3109%package latex-other
3110Summary: Other LaTeX packages
3111Summary(hu.UTF-8): Néhány további LaTeX csomag
3112Group: Applications/Publishing/TeX
3113Requires(post,postun): %{_bindir}/texhash
3114Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3115
3116%description latex-other
3117Other LaTeX packages.
3118
3119%description latex-other -l hu.UTF-8
3120Néhány további LaTeX csomag.
3121
3122%package latex-other-doc
3123Summary: Other LaTeX packages documentation
3124Summary(hu.UTF-8): Néhány további LaTeX csomag dokumentációja
3125Group: Applications/Publishing/TeX
3126Requires(post,postun): %{_bindir}/texhash
3127Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3128
3129%description latex-other-doc
3130Other LaTeX packages documentation.
3131
3132%description latex-other-doc -l hu.UTF-8
3133Néhány további LaTeX csomag dokumentációja.
3134
d08789e0
ZU
3135%package latex-palatcm
3136Summary: Palatino + Computer Modern math fonts for LaTeX
3137Summary(pl.UTF-8): Fonty matematyczne Palatino i Computer Modern dla LaTeXa
3138Group: Applications/Publishing/TeX
3139Requires(post,postun): %{_bindir}/texhash
3140Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3141
3142%description latex-palatcm
3143Palatino + Computer Modern math fonts for LaTeX.
3144
3145%description latex-palatcm -l pl.UTF-8
3146Fonty matematyczne Palatino i Computer Modern dla LaTeXa.
3147
f65b3398
ZU
3148
3149%package latex-pdfslide
3150Summary: Presentation slides using pdftex
3151Summary(hu.UTF-8): Prezentáció készítése pdftex-hel
3152Group: Applications/Publishing/TeX
3153Requires(post,postun): %{_bindir}/texhash
3154Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3155
3156%description latex-pdfslide
3157Presentation slides using pdftex.
3158
3159%description latex-pdfslide -l hu.UTF-8
3160Prezentáció készítése pdftex-hel.
3161
03d9d5fa
ZU
3162%package latex-pgf
3163Summary: The TeX Portable Graphic Format
3164Summary(hu.UTF-8): TeX Portable Graphic Formátum
3165Summary(pl.UTF-8): Przenośny format grafiki dla TeXa
3166Group: Applications/Publishing/TeX
3167Requires(post,postun): %{_bindir}/texhash
03d9d5fa
ZU
3168Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3169Requires: %{name}-latex-xcolor = %{epoch}:%{version}-%{release}
33b3b483 3170Obsoletes: tetex-pgf
03d9d5fa
ZU
3171
3172%description latex-pgf
3173A macro package for creating graphics directly in TeX and LaTeX.
3174
3175%description latex-pgf -l hu.UTF-8
3176Makró csomag rajzok készítéséhez közvetlenül TeX-ben és LaTeX-ben.
3177
3178%description latex-pgf -l pl.UTF-8
3179Pakiet makr do tworzenia grafiki bezpośrednio z TeXa i LaTeXa.
3180
f65b3398
ZU
3181%package latex-polynom
3182Summary: Macros for manipulating polynomials
3183Summary(hu.UTF-8): Makrók polinomokkal való műveletekre
3184Group: Applications/Publishing/TeX
3185Requires(post,postun): %{_bindir}/texhash
3186Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3187
3188%description latex-polynom
3189Macros for manipulating polynomials.
3190
3191%description latex-polynom -l hu.UTF-8
3192Makrók polinomokkal való műveletekre.
3193
3194%package latex-polynomial
3195Summary: Typeset (univariate) polynomials
3196Summary(hu.UTF-8): Egyváltozós polinomok szedése
3197Group: Applications/Publishing/TeX
3198Requires(post,postun): %{_bindir}/texhash
3199Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3200
3201%description latex-polynomial
3202Typeset (univariate) polynomials.
3203
3204%description latex-polynomial -l hu.UTF-8
3205Egyváltozós polinomok szedése.
3206
b7b4a109
ZU
3207%package latex-prosper
3208Summary: LaTeX class for high quality slides
3209Summary(hu.UTF-8): LaTeX osztály jó minőségű fóliák készítéséhez
3210Group: Applications/Publishing/TeX
3211Requires(post,postun): %{_bindir}/texhash
3212Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3213
3214%description latex-prosper
3215LaTeX class for high quality slides.
3216
3217%description latex-prosper -l hu.UTF-8
3218LaTeX osztály jó minőségű fóliák készítéséhez.
3219
3220%package latex-pseudocode
3221Summary: LaTeX enviroment for specifying algorithms in a natural way
3222Summary(hu.UTF-8): LaTeX környezet algoritmusok bevitelére
3223Group: Applications/Publishing/TeX
3224Requires(post,postun): %{_bindir}/texhash
3225Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3226
3227%description latex-pseudocode
3228LaTeX enviroment for specifying algorithms in a natural way.
3229
3230%description latex-pseudocode -l hu.UTF-8
3231LaTeX környezet algoritmusok bevitelére.
3232
d08789e0
ZU
3233%package latex-psnfss
3234Summary: LaTeX font support for common PostScript fonts
3235Summary(pl.UTF-8): Obsługa popularnych fontów postscriptowych w LaTeXu
3236Group: Applications/Publishing/TeX
3237Requires(post,postun): %{_bindir}/texhash
3238Requires: %{name}-fonts-adobe = %{epoch}:%{version}-%{release}
3239Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3240Obsoletes: tetex-latex-mathptm
3241Obsoletes: tetex-latex-mathptmx
3242
3243%description latex-psnfss
3244LaTeX font definition files, macros and font metrics for common
3245PostScript fonts.
3246
3247%description latex-psnfss -l pl.UTF-8
3248LaTeXowe pliki definicji fontów, makra i metryki fontów dla
3249popularnych fontów postscriptowych.
3250
8efa6a9c
ZU
3251%package latex-pst-2dplot
3252Summary: A PSTricks package for drawing 2D curves
3253Summary(hu.UTF-8): PSTricks csomag kétdimenziós görbék rajzolásához
3254Group: Applications/Publishing/TeX
3255Requires(post,postun): %{_bindir}/texhash
3256Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3257
3258%description latex-pst-2dplot
3259A PSTricks package for drawing 2D curves.
3260
3261%description latex-pst-2dplot -l hu.UTF-8
3262PSTricks csomag kétdimenziós görbék rajzolásához.
3263
3264%package latex-pst-3dplot
3265Summary: Draw 3d curves and graphs using PSTricks
3266Summary(hu.UTF-8): 3D-s görbék és grafikonok PSTricks-szel
3267Group: Applications/Publishing/TeX
3268Requires(post,postun): %{_bindir}/texhash
3269Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3270
3271%description latex-pst-3dplot
3272Draw 3d curves and graphs using PSTricks.
3273
3274%description latex-pst-3dplot -l hu.UTF-8
32753D-s görbék és grafikonok PSTricks-szel.
3276
3277
3278%package latex-pst-bar
3279Summary: Produces bar charts using pstricks
3280Summary(hu.UTF-8): Oszlopdiagramok pstricks-szel
3281Group: Applications/Publishing/TeX
3282Requires(post,postun): %{_bindir}/texhash
3283Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3284
3285%description latex-pst-bar
3286Produces bar charts using pstricks.
3287
3288%description latex-pst-bar -l hu.UTF-8
3289Oszlopdiagramok pstricks-szel.
3290
3291%package latex-pst-circ
3292Summary: PSTricks package for drawing electric circuits
3293Summary(hu.UTF-8): PSTricks csomag elektromos áramkörök rajzolásához
3294Group: Applications/Publishing/TeX
3295Requires(post,postun): %{_bindir}/texhash
3296Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3297
3298%description latex-pst-circ
3299PSTricks package for drawing electric circuits.
3300
3301%description latex-pst-circ -l hu.UTF-8
3302PSTricks csomag elektromos áramkörök rajzolásához.
3303
3304%package latex-pst-diffraction
3305Summary: Print diffraction patterns from various apertures
3306Summary(hu.UTF-8): Diffrakciós képek különböző eszközökön
3307Group: Applications/Publishing/TeX
3308Requires(post,postun): %{_bindir}/texhash
3309Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3310
3311%description latex-pst-diffraction
3312Print diffraction patterns from various apertures.
3313
3314%description latex-pst-diffraction -l hu.UTF-8
3315Diffrakciós képek különböző eszközökön.
3316
b7b4a109
ZU
3317%package latex-pst-eucl
3318Summary: Euclidian geometry with pstricks
3319Summary(hu.UTF-8): Euklidészi geometria a pstricks használatával
3320Group: Applications/Publishing/TeX
3321Requires(post,postun): %{_bindir}/texhash
3322Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3323
3324%description latex-pst-eucl
3325Euclidian geometry with pstricks.
3326
3327%description latex-pst-eucl -l hu.UTF-8
3328Euklidészi geometria a pstricks használatával.
3329
8efa6a9c
ZU
3330
3331%package latex-pst-fun
3332Summary: Draw "funny" objects with PSTricks
3333Summary(hu.UTF-8): "Vicces" rajzok PSTricks-szel
3334Group: Applications/Publishing/TeX
3335Requires(post,postun): %{_bindir}/texhash
3336Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3337
3338%description latex-pst-fun
3339Draw "funny" objects with PSTricks.
3340
3341%description latex-pst-fun -l hu.UTF-8
3342"Vicces" rajzok PSTricks-szel
3343
3344%package latex-pst-func
3345Summary: PSTricks package for plotting mathematical functions
3346Summary(hu.UTF-8): PSTricks csomag matematikai függvények ábrázolásához
3347Group: Applications/Publishing/TeX
3348Requires(post,postun): %{_bindir}/texhash
3349Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3350
3351%description latex-pst-func
3352PSTricks package for plotting mathematical functions.
3353
3354%description latex-pst-eucl -l hu.UTF-8
3355PSTricks csomag matematikai függvények ábrázolásához.
3356
b7b4a109
ZU
3357%package latex-pst-fr3d
3358Summary: Draw 3-dimensional framed boxes using PSTricks
3359Summary(hu.UTF-8): Háromdimenziós dobozok PSTricks segítségével
3360Group: Applications/Publishing/TeX
3361Requires(post,postun): %{_bindir}/texhash
3362Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3363
3364%description latex-pst-fr3d
3365Draw 3-dimensional framed boxes using PSTricks.
3366
3367%description latex-pst-fr3d -l hu.UTF-8
3368Háromdimenziós dobozok PSTricks segítségével.
3369
3370%package latex-pst-fractal
3371Summary: Draw fractal sets using PSTricks
3372Summary(hu.UTF-8): Fraktálok rajzolása PSTricks segítségével
3373Group: Applications/Publishing/TeX
3374Requires(post,postun): %{_bindir}/texhash
3375Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3376
3377%description latex-pst-fractal
3378Draw fractal sets using PSTricks.
3379
3380%description latex-pst-fractal -l hu.UTF-8
3381Fraktálok rajzolása PSTricks segítségével.
3382
8efa6a9c
ZU
3383%package latex-pst-infixplot
3384Summary: Using pstricks plotting capacities with infix expressions rather than RPN
3385Summary(hu.UTF-8): Infix kifejezések ábrázolása
3386Group: Applications/Publishing/TeX
3387Requires(post,postun): %{_bindir}/texhash
3388Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3389
3390%description latex-pst-infixplot
3391Using pstricks plotting capacities with infix expressions rather than
3392RPN.
3393
3394%description latex-pst-infixplot -l hu.UTF-8
3395Infix kifejezések ábrázolása.
3396
3397%package latex-pst-math
3398Summary: Enhancement of PostScript math operators to use with pstricks
3399Summary(hu.UTF-8): PostScript matematikai operátorok bővítése pstricks-szel
3400Group: Applications/Publishing/TeX
3401Requires(post,postun): %{_bindir}/texhash
3402Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3403
3404%description latex-pst-math
3405Enhancement of PostScript math operators to use with pstricks.
3406
3407%description latex-pst-math -l hu.UTF-8
3408PostScript matematikai operátorok bővítése pstricks-szel.
3409
3410%package latex-pst-ob3d
3411Summary: Three dimensional objects using PSTricks
3412Summary(hu.UTF-8): Háromdimenziós objektumok PSTricks-szel
3413Group: Applications/Publishing/TeX
3414Requires(post,postun): %{_bindir}/texhash
3415Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3416
3417%description latex-pst-ob3d
3418Three dimensional objects using PSTricks.
3419
3420%description latex-pst-ob3d -l hu.UTF-8
3421Háromdimenziós objektumok PSTricks-szel.
3422
3423%package latex-pst-optexp
3424Summary: Drawing optical experimental setups
3425Summary(hu.UTF-8): Optikai összeállítások rajzolása
3426Group: Applications/Publishing/TeX
3427Requires(post,postun): %{_bindir}/texhash
3428Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3429
3430%description latex-pst-optexp
3431Drawing optical experimental setups.
3432
3433%description latex-pst-optexp -l hu.UTF-8
3434Optikai összeállítások rajzolása.
3435
3436%package latex-pst-optic
3437Summary: Drawing optics diagrams
3438Summary(hu.UTF-8): Optikai ábrák rajzolása
3439Group: Applications/Publishing/TeX
3440Requires(post,postun): %{_bindir}/texhash
3441Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3442
3443%description latex-pst-optic
3444Drawing optics diagrams.
3445
3446%description latex-pst-optic -l hu.UTF-8
3447Optikai ábrák rajzolása.
3448
3449%package latex-pst-text
3450Summary: Text and character manipulation in PSTricks
3451Summary(hu.UTF-8): Szöveg és karakter manipulációk PSTricks-szel
3452Group: Applications/Publishing/TeX
3453Requires(post,postun): %{_bindir}/texhash
3454Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3455
3456%description latex-pst-text
3457Text and character manipulation in PSTricks.
3458
3459%description latex-pst-text -l hu.UTF-8
3460Szöveg és karakter manipulációk PSTricks-szel.
3461
1024ab0e
ZU
3462%package latex-pst-uncategorized
3463Summary: Other uncategorized PSTricks packages
3464Summary(hu.UTF-8): Néhány kategorizálatlan PSTricks csomag
3465Group: Applications/Publishing/TeX
3466Requires(post,postun): %{_bindir}/texhash
3467Requires: %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3468
3469%description latex-pst-uncategorized
3470Other uncategorized PSTricks packages.
3471
3472%description latex-pst-uncategorized -l hu.UTF-8
3473Néhány kategorizálatlan PSTricks csomag.
3474
d08789e0
ZU
3475%package latex-pxfonts
3476Summary: PX fonts LaTeX support
3477Summary(pl.UTF-8): Obsługa fontów PX w LaTeXu
3478Group: Applications/Publishing/TeX
3479Requires(post,postun): %{_bindir}/texhash
3480Requires: %{name}-fonts-px = %{epoch}:%{version}-%{release}
3481Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3482
3483%description latex-pxfonts
3484PX fonts LaTeX support.
3485
3486%description latex-pxfonts -l pl.UTF-8
3487Obsługa fontów PX w LaTeXu.
3488
3489%package latex-qfonts
3490Summary: A collection of PostScript (Adobe Type 1) fonts in QX layout
3491Summary(pl.UTF-8): Zestaw fontów postscriptowych (Adobe Type 1) w układzie QX
3492Group: Applications/Publishing/TeX
3493Requires(post,postun): %{_bindir}/texhash
3494Requires: %{name}-fonts-qfonts = %{epoch}:%{version}-%{release}
3495Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3496
3497%description latex-qfonts
3498A collection of Type 1 fonts; include QuasiBookman, QuasiChancery,
3499QuasiCourier, QuasiPalatino, QuasiSwiss, QuasiSwissCondensed, and
3500QuasiTimes (regular, italic, bold and bold italic), based on URW++
3501fonts distributed with Ghostscript. The fonts are encoded according to
3502QX layout which facilitates multilingual and technical typesetting
3503using TeX, preserving usability in Windows applications.
3504
3505%description latex-qfonts -l pl.UTF-8
3506Zestaw fontów Type 1; zawiera QuasiBookman, QuasiChancery,
3507QuasiCourier, QuasiPalatino, QuasiSwiss, QuasiSwissCondensed oraz
3508QuasiTimes (zwykłe, pochyłe, tłuste i tłuste pochyłe), oparte na
3509fontach URW++ rozpowszechnianych z Ghostscriptem. Fonty są kodowane
3510zgodnie z układem QX, który ułatwia skład wielojęzyczny i techniczny w
3511TeXu, zachowując przydatność dla aplikacji windowsowych.
3512
6c82f497
ZU
3513%package latex-SIstyle
3514Summary: Package to typeset SI units, numbers and angles
3515Summary(hu.UTF-8): Csomag SI egységek, számok és szögek szedésére
3516Group: Applications/Publishing/TeX
6c82f497 3517Requires(post,postun): /usr/bin/texhash
b4d68b39 3518Requires: %{name}-latex-ams = %{epoch}:%{version}-%{release}
6c82f497
ZU
3519
3520%description latex-SIstyle
3521Package to typeset SI units, numbers and angles.
3522
3523%description latex-SIstyle -l hu.UTF-8
3524Csomag SI egységek, számok és szögek szedésére.
3127b522
ZU
3525
3526%package latex-SIunits
3527Summary: The SIunits package can be used to standardise the use of units in your writings
3528Summary(hu.UTF-8): Az SIunits csomag a mennyiségek egységes írásában nyújt segítséget
3529Group: Applications/Publishing/TeX
fe66da27 3530Requires(post,postun): /usr/bin/texhash
78d53d8c 3531Requires: %{name}-latex-ams = %{epoch}:%{version}-%{release}
3127b522
ZU
3532
3533%description latex-SIunits
2b453bda
ZU
3534The SIunits package can be used to standardise the use of units in
3535your writings.
3127b522
ZU
3536
3537%description latex-SIunits -l hu.UTF-8
3538Az SIunits csomag a mennyiségek egységes írásában nyújt segítséget.
3539
f65b3398
ZU
3540%package latex-siunitx
3541Summary: A comprehensive (SI) units package
3542Summary(hu.UTF-8): Egy minden részletre kiterjedő (SI) egységek kezelését végző csomag
3543Group: Applications/Publishing/TeX
3544Requires(post,postun): /usr/bin/texhash
3545Requires: %{name}-latex
3546
3547%description latex-siunitx
3548A comprehensive (SI) units package.
3549
3550%description latex-siunitx -l hu.UTF-8
3551Egy minden részletre kiterjedő (SI) egységek kezelését végző csomag.
3552
6c82f497
ZU
3553%package latex-Tabbing
3554Summary: Tabbing with accented letters
3555Summary(hu.UTF-8): Tabbing környezet ékezetes betűk használatával
3556Group: Applications/Publishing/TeX
3557Requires(post,postun): /usr/bin/texhash
3558
3559%description latex-Tabbing
3560Tabbing with accented letters.
3561
3562%description latex-Tabbing -l hu.UTF-8
3563Tabbing környezet ékezetes betűk használatával.
3127b522 3564
d08789e0
ZU
3565%package latex-urwvn
3566Summary: URWVN fonts
3567Summary(pl.UTF-8): Fonty URWVN
3568Group: Applications/Publishing/TeX
3569Requires(post,postun): /usr/bin/texhash
3570Requires: %{name}-fonts-urwvn = %{epoch}:%{version}-%{release}
3571Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3572
3573%description latex-urwvn
3574URWVN fonts.
3575
3576%description latex-urwvn -l pl.UTF-8
3577Fonty URWVN.
3578
3579%package latex-txfonts
3580Summary: TX fonts LaTeX support
3581Summary(pl.UTF-8): Obsługa fontów TX w LaTeXu
3582Group: Applications/Publishing/TeX
3583Requires(post,postun): %{_bindir}/texhash
3584Requires: %{name}-fonts-tx = %{epoch}:%{version}-%{release}
3585Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3586
3587%description latex-txfonts
3588TX fonts LaTeX support.
3589
3590%description latex-txfonts -l pl.UTF-8
3591Obsługa fontów TX w LaTeXu.
3592
7ea3a98b
ZU
3593%package latex-ucs
3594Summary: This package contains support for using UTF-8 as input encoding in LaTeX documents
3595Summary(hu.UTF-8): Ez a csomag lehetővé teszi UTF-8 kódolást a LaTeX dokumentumokban
d34bfb7f 3596Group: Applications/Publishing/TeX
7ea3a98b 3597Requires(post,postun): %{_bindir}/texhash
78d53d8c 3598Requires: %{name}-latex = %{epoch}:%{version}-%{release}
7ea3a98b
ZU
3599
3600%description latex-ucs
d34bfb7f
ZU
3601This package contains support for using UTF-8 as input encoding in
3602LaTeX documents.
7ea3a98b
ZU
3603
3604%description latex-ucs -l hu.UTF-8
3605Ez a csomag lehetővé teszi UTF-8 kódolást a LaTeX dokumentumokban.
3606
d08789e0
ZU
3607%package latex-umlaute
3608Summary: An interface to inputenc for using alternate input encodings
3609Summary(pl.UTF-8): Interfejs inputenc do używania alternatywnych kodowań wejściowych
3610Group: Applications/Publishing/TeX
3611Requires(post,postun): %{_bindir}/texhash
3612Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3613
3614%description latex-umlaute
3615An interface to inputenc for using alternate input encodings.
3616
3617%description latex-umlaute -l pl.UTF-8
3618Interfejs inputenc do używania alternatywnych kodowań wejściowych.
3619
3620%package latex-wasysym
3621Summary: Extra characters from the Waldis symbol fonts
3622Summary(pl.UTF-8): Dodatkowe znaki z fontów Waldis symbol
3623Group: Applications/Publishing/TeX
3624Requires(post,postun): %{_bindir}/texhash
3625Requires: %{name}-fonts-wasy = %{epoch}:%{version}-%{release}
3626Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3627
3628%description latex-wasysym
3629Makes some additional characters available that come from the wasy
3630fonts (Waldis symbol fonts). These fonts are not automatically
3631included in NFSS2/LaTeX2e since they take up important space and often
3632aren't necessary if one makes use of the packages amsfonts or amssymb.
3633Symbols include: join box, diamond, leadsto, sqsubset, lhd, rhd,
3634apple, ocircle invneg, logof, varint, male, female, phone, clock,
3635lightning, pointer, sun, bell, permil, smiley, various electrical
3636symbols, shapes, music notes, circles, signs, astronomy, etc.
3637
3638%description latex-wasysym -l pl.UTF-8
3639Pakiet udostępniający dodatkowe symbole pochodzące z fontów wasy
3640(Waldis symbol). Te fonty nie są automatycznie dołączane w
3641NFSS2/LaTeX2e, ponieważ zajmują miejsce i zazwyczaj nie są potrzebne
3642jeśli używa się pakietów amsfonts lub amssymb. Zestaw symboli zawiera
3643m.in.: symbole join box, diamond, leadsto, sqsubset, lhd, rhd, apple,
3644ocircle invneg, logof, varint, male, female, phone, clock, lightning,
3645pointer, sun, bell, permil, smiley oraz różne symbole elektryczne,
3646kształty, nuty, okręgi, znaki, symbole astronomiczne itp.
3647
03d9d5fa
ZU
3648%package latex-xcolor
3649Summary: Allows for access to color tints, shades, tones etc
3650Summary(hu.UTF-8): Hozzáférés színekhez, tónusokhoz, átmenetekhez, stb.
3651Summary(pl.UTF-8): Pozwala na dostęp do odcieni, gradientów itp.
3652Group: Applications/Publishing/TeX
3653Obsoletes: tetex-latex-xcolor
3654
3655%description
3656`xcolor' provides easy driver-independent access to several kinds of
3657color tints, shades, tones, and mixes of arbitrary colors. It allows
3658to select a document-wide target color model and offers tools for
3659automatic color schemes, conversion between eight color models, and
3660alternating table row colors.
3661
3662%description latex-xcolor -l hu.UTF-8
3663`xcolor' egy egyszerű meghajtó-független hozzáférést biztosít
3664színekhez, átmenetekhez, tónusokhóz, és a színek korlátlan
3665keverékéhez. Lehetőséged van a teljes dokumentumra érvényes szín
3666modell kiválasztásához és a színmodellek közötti konverzióra.
3667
3668%description latex-xcolor -l pl.UTF-8
3669`xcolor' dostarcza łatwego, niezależnego od urządzenia dostępu do
3670wielu rodzai cieniowania, tonów i połączeń dowolnych kolorów. Pozwala
3671na wybór modelu koloru dla całego dokumentu i oferuje narzędzia dla
3672schematów kolorów, konwersji między ośmioma modelami kolorów oraz
3673naprzemiennych kolorów w tabelach.
3674
d08789e0
ZU
3675%package format-latex
3676Summary: LaTeX macro package
3677Summary(pl.UTF-8): Pakiet makr LaTeX
3678Group: Applications/Publishing/TeX
3679Requires(post,postun): %{_bindir}/texhash
3680Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3681Obsoletes: hugelatex
3682
3683%description format-latex
3684LaTeX is a front end for the TeX text formatting system. Easier to use
3685than TeX, LaTeX is essentially a set of TeX macros which provide
3686convenient, predefined document formats for users.
3687
3688This package contains LaTeX format.
3689
3690%description format-latex -l pl.UTF-8
3691LaTeX jest frontendem do systemu formatującego tekst TeX. Jest
3692łatwiejszy w użyciu niż TeX. Jest właściwie zestawem makr TeXowych,
3693dających użytkownikom wygodne, predefiniowane formaty dokumentów.
3694
3695Ten pakiet zawiera format LaTeX.
3696
3697%package format-pdflatex
3698Summary: PDF LaTeX macro package
3699Summary(pl.UTF-8): Pakiet makr PDF LaTeX
3700Group: Applications/Publishing/TeX
3701Requires(post,postun): %{_bindir}/texhash
3702Requires: %{name}-fonts-jknappen = %{epoch}:%{version}-%{release}
3703Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3704Requires: %{name}-latex-psnfss = %{epoch}:%{version}-%{release}
3705Requires: %{name}-metafont = %{epoch}:%{version}-%{release}
3706Requires: %{name}-pdftex = %{epoch}:%{version}-%{release}
3707
3708%description format-pdflatex
3709LaTeX is a front end for the TeX text formatting system. Easier to use
3710than TeX, LaTeX is essentially a set of TeX macros which provide
3711convenient, predefined document formats for users.
3712
3713This package contains PDF LaTeX format.
3714
3715%description format-pdflatex -l pl.UTF-8
3716LaTeX jest frontendem do systemu formatującego tekst TeX. Jest
3717łatwiejszy w użyciu niż TeX. Jest właściwie zestawem makr TeXowych,
3718dających użytkownikom wygodne, predefiniowane formaty dokumentów.
3719
3720Ten pakiet zawiera format PDF LaTeX.
3721
3722# PLaTeX format
3723
3724%package platex
3725Summary: PLaTeX format basic files
3726Summary(pl.UTF-8): Podstawowe pliki dla formatu PLaTeX
3727Group: Applications/Publishing/TeX
3728Requires(post,postun): %{_bindir}/texhash
3729Requires: %{name}-fonts-pl = %{epoch}:%{version}-%{release}
3730Requires: %{name}-latex = %{epoch}:%{version}-%{release}
3731
3732%description platex
3733PLaTeX format basic files.
3734
3735%description platex -l pl.UTF-8
3736Podstawowe pliki dla formatu PLaTeX.
3737
3738%package format-platex
3739Summary: PLaTeX format
3740Summary(pl.UTF-8): Format PLaTeX
3741Group: Applications/Publishing/TeX
3742Requires(post,postun): %{_bindir}/texhash
3743Requires: %{name}-platex = %{epoch}:%{version}-%{release}
3744
3745%description format-platex
3746PLaTeX format.
3747
3748%description format-platex -l pl.UTF-8
3749Format PLaTeX.
3750
3751%package format-pdfplatex
3752Summary: PDF PLaTeX format
3753Summary(pl.UTF-8): Format PDF PLaTeX
3754Group: Applications/Publishing/TeX
3755Requires(post,postun): %{_bindir}/texhash
3756Requires: %{name}-fonts-type1-pl = %{epoch}:%{version}-%{release}
3757Requires: %{name}-pdftex = %{epoch}:%{version}-%{release}
3758Requires: %{name}-platex = %{epoch}:%{version}-%{release}
3759
3760%description format-pdfplatex
3761PDF PLaTeX format.
3762
3763%description format-pdfplatex -l pl.UTF-8
3764Format PDF PLaTeX.
3765
29d720fe
ZU
3766%package scripts
3767Summary: Various scripts
3768Summary(hu.UTF-8): Néhány szkript
3769Group: Applications/Publishing/TeX
3770Requires(post,postun): %{_bindir}/texhash
3771Requires: %{name} = %{epoch}:%{version}-%{release}
3772
3773%description scripts
3774Various scripts.
3775
3776%description scripts -l hu.UTF-8
3777Néhány szkript.
3778
d08789e0
ZU
3779# # TeX generic macros #
3780
3781%package tex-babel
3782Summary: Multilingual support for TeX
3783Summary(pl.UTF-8): Obsługa wielu języków dla TeXa
3784Group: Applications/Publishing/TeX
3785Requires(post,postun): %{_bindir}/texhash
3786Requires: %{name} = %{epoch}:%{version}-%{release}
3787
3788%description tex-babel
3789Multilingual support for TeX.
3790
3791%description tex-babel -l pl.UTF-8
3792Obsługa wielu języków dla TeXa.
3793
3794%package tex-german
3795Summary: Supports the new German orthography (neue deutsche Rechtschreibung)
3796Summary(pl.UTF-8): Obsługa nowej ortografii niemieckiej (neue deutsche Rechtschreibung)
3797Group: Applications/Publishing/TeX
3798Requires(post,postun): %{_bindir}/texhash
3799Requires: %{name} = %{epoch}:%{version}-%{release}
3800
3801%description tex-german
3802Supports the new German orthography (neue deutsche Rechtschreibung).
3803
3804%description tex-german -l pl.UTF-8
3805Obsługa nowej ortografii niemieckiej (neue deutsche Rechtschreibung).
3806
783773ac
ZU
3807%package tex-insbox
3808Summary: A TeX macro for inserting pictures/boxes into paragraphs
3809Summary(hu.UTF-8): TeX makró képek/dobozok beszúrására bekezdésekbe
3810Group: Applications/Publishing/TeX
3811Requires(post,postun): %{_bindir}/texhash
3812Requires: %{name} = %{epoch}:%{version}-%{release}
3813
3814%description tex-insbox
3815A TeX macro for inserting pictures/boxes into paragraphs.
3816
3817%description tex-insbox -l hu.UTF-8
3818TeX makró képek/dobozok beszúrására bekezdésekbe.
3819
d08789e0
ZU
3820%package tex-mfpic
3821Summary: Macros which generate Metafont or Metapost for drawing pictures
3822Summary(pl.UTF-8): Makra generujące Metafont lub Metapost do rysowania obrazków
3823Group: Applications/Publishing/TeX
3824Requires(post,postun): %{_bindir}/texhash
3825Requires: %{name} = %{epoch}:%{version}-%{release}
3826
3827%description tex-mfpic
3828Macros which generate Metafont or Metapost for drawing pictures.
3829
3830%description tex-mfpic -l pl.UTF-8
3831Makra generujące Metafont lub Metapost do rysowania obrazków.
3832
3833%package tex-misc
3834Summary: Miscellaneous TeX macros
3835Summary(pl.UTF-8): Różne makra TeXowe
3836Group: Applications/Publishing/TeX
3837Requires(post,postun): %{_bindir}/texhash
3838Requires: %{name} = %{epoch}:%{version}-%{release}
3839Obsoletes: tetex-tex-eijkhout
3840
3841%description tex-misc
3842Miscellaneous TeX macros.
3843
3844%description tex-misc -l pl.UTF-8
3845Różne makra TeXowe.
3846
3847%package tex-pictex
3848Summary: Picture drawing macros for TeX and LaTeX
3849Summary(pl.UTF-8): Makra do rysowania obrazków dla TeXa i LaTeXa
3850Group: Applications/Publishing/TeX
3851Requires(post,postun): %{_bindir}/texhash
3852Requires: %{name} = %{epoch}:%{version}-%{release}
3853
3854%description tex-pictex
3855Picture drawing macros for TeX and LaTeX.
3856
3857%description tex-pictex -l pl.UTF-8
3858Makra do rysowania obrazków dla TeXa i LaTeXa.
3859
29d720fe
ZU
3860%package tex-psizzl
3861Summary: A TeX format for physics papers
3862Summary(hu.UTF-8): TeX formátum fizikai kiadványokhoz
3863Group: Applications/Publishing/TeX
3864Requires(post,postun): %{_bindir}/texhash
3865Requires: %{name} = %{epoch}:%{version}-%{release}
3866
3867%description tex-psizzl
3868A TeX format for physics papers.
3869
3870%description tex-psizzl -l hu.UTF-8
3871TeX formátum fizikai kiadványokhoz.
3872
d08789e0
ZU
3873%package tex-pstricks
3874Summary: PostScript macros for TeX
3875Summary(pl.UTF-8): Makra postscriptowe dla TeXa
3876Group: Applications/Publishing/TeX
3877Requires(post,postun): %{_bindir}/texhash
188cb15d 3878Requires: %{name}-tex-misc = %{epoch}:%{version}-%{release}
d08789e0
ZU
3879
3880%description tex-pstricks
3881An extensive collection of PostScript macros that is compatible with
3882most TeX macro packages, including Plain TeX, LaTeX, AMS-TeX, and
3883AMS-LaTeX. Included are macros for color, graphics, pie charts,
3884rotation, trees and overlays. It has many special features, including:
3885a wide variety of graphics (picture drawing) macros, with a flexible
3886interface and with color support. There are macros for coloring or
3887shading the cells of tables.
3888
3889%description tex-pstricks -l pl.UTF-8
3890Duży zestaw makr postscriptowych kompatybilny z większością pakietów
3891makr TeXowych, w tym: Plain TeX, LaTeX, AMS-TeX i AMS-LaTeX. Załączono
3892makra obsługujące kolory, grafikę, wykresy kołowe, obroty, drzewa i
3893nakładanie. Mają wiele możliwości, w tym dużo makr graficznych (do
3894rysowania obrazków) z elastycznym interfejsem i obsługą koloru. Są też
3895makra do kolorowania lub cieniowania komórek tabel.
3896
3897%package tex-qpx
3898Summary: QuasiPalatino and PX fonts typesetting support
3899Summary(pl.UTF-8): Wsparcie dla składu fontami QuasiPalatino i PX
3900Group: Applications/Publishing/TeX
3901Requires(post,postun): %{_bindir}/texhash
3902Requires: %{name} = %{epoch}:%{version}-%{release}
3903Requires: %{name}-fonts-qpx = %{epoch}:%{version}-%{release}
3904
3905%description tex-qpx
3906QuasiPalatino and PX fonts typesetting support.
3907
3908%description tex-qpx -l pl.UTF-8
3909Wsparcie dla składu fontami QuasiPalatino i PX.
3910
31bd2c4a 3911%package tex-qpxqtx
d08789e0
ZU
3912Summary: QuasiTimes and TX fonts typesetting support
3913Summary(pl.UTF-8): Wsparcie dla składu fontami QuasiTimes i TX
3914Group: Applications/Publishing/TeX
3915Requires(post,postun): %{_bindir}/texhash
3916Requires: %{name} = %{epoch}:%{version}-%{release}
31bd2c4a 3917Requires: %{name}-fonts-qpxqtx = %{epoch}:%{version}-%{release}
d08789e0 3918
31bd2c4a 3919%description tex-qpxqtx
d08789e0
ZU
3920QuasiTimes and TX fonts typesetting support.
3921
31bd2c4a 3922%description tex-qpxqtx -l pl.UTF-8
d08789e0
ZU
3923Wsparcie dla składu fontami QuasiTimes i TX.
3924
3925%package tex-ruhyphen
3926Summary: Russian hyphenation
3927Summary(pl.UTF-8): Rosyjskie reguły przenoszenia wyrazów
3928Group: Applications/Publishing/TeX
3929Requires(post,postun): %{_bindir}/texhash
3930Requires: %{name} = %{epoch}:%{version}-%{release}
3931
3932%description tex-ruhyphen
3933A collection of Russian hyphenation patterns supporting a number of
3934Cyrillic font encodings, including T2, UCY (Omega Unicode Cyrillic),
3935LCY, LWN (OT2), and koi8-r.
3936
3937%description tex-ruhyphen -l pl.UTF-8
3938Zestaw rosyjskich wzorców przenoszenia wyrazów obsługujący wiele
3939kodowań fontów w cyrylicy, włącznie z T2, UCY (Omega Unicode
3940Cyrillic), LCY, LWN (OT2) i koi8-r.
3941
3942%package tex-spanish
3943Summary: Various TeX related files for typesetting documents written in Spanish
3944Summary(pl.UTF-8): Różne pliki TeXowe służące do składu dokumentów w języku hiszpańskim
3945Group: Applications/Publishing/TeX
3946Requires(post,postun): %{_bindir}/texhash
3947Requires: %{name} = %{epoch}:%{version}-%{release}
3948Obsoletes: tetex-tex-spanishb
3949
3950%description tex-spanish
3951Various TeX related files for typesetting documents written in
3952Spanish, including hyphenation and dictionaries.
3953
3954%description tex-spanish -l pl.UTF-8
3955Różne pliki TeXowe służące do składu dokumentów napisanych w języku
3956hiszpańskim - w tym reguły przenoszenia wyrazów i słowniki.
3957
3958%package tex-texdraw
3959Summary: Graphical macros, using embedded PostScript
3960Summary(pl.UTF-8): Makra graficzne używające osadzanego PostScriptu
3961Group: Applications/Publishing/TeX
3962Requires(post,postun): %{_bindir}/texhash
3963Requires: %{name} = %{epoch}:%{version}-%{release}
3964
3965%description tex-texdraw
3966Graphical macros, using embedded PostScript.
3967
3968%description tex-texdraw -l pl.UTF-8
3969Makra graficzne używające osadzanego PostScriptu.
3970
3971%package tex-thumbpdf
3972Summary: Thumbnails for PDFTeX and dvips/ps2pdf
3973Summary(pl.UTF-8): Ikonki dla PDFTeXa i dvips/ps2pdf
3974Group: Applications/Publishing/TeX
3975Requires(post,postun): %{_bindir}/texhash
3976Requires: %{name} = %{epoch}:%{version}-%{release}
3977
3978%description tex-thumbpdf
3979Provides support, using Perl, for thumbnails in pdfTeX and
3980dvips/ps2pdf, using ghostscript to generate the thumbnails which get
3981represented in a TeX readable file that is read by the package
3982thumbpdf.sty to automatically include the thumbnails. Works with both
3983plain TeX and LaTeX.
3984
3985%description tex-thumbpdf -l pl.UTF-8
3986Pakiet przy pomocy Perla dodaje ikonki w pdfTeXu i dvips/ps2pdf przy
3987użyciu ghostscripta. Ikonki są reprezentowane w pliku czytanym przez
3988TeXa, który jest wywoływany z thumbpdf.sty, aby automatycznie dołączyć
3989ikonki. Działa z formatami plain TeX i LaTeX.
3990
3991%package tex-ukrhyph
3992Summary: Ukranian hyphenation
3993Summary(pl.UTF-8): Ukraińskie zasady przenoszenia wyrazów
3994Group: Applications/Publishing/TeX
3995Requires(post,postun): %{_bindir}/texhash
3996Requires: %{name} = %{epoch}:%{version}-%{release}
3997
3998%description tex-ukrhyph
3999This package allows the use of different hyphenation patterns for the
4000Ukrainian language for various Cyrillic font encodings. Contains
4001packages implementing traditional rules, modern rules, and combined
4002English-Ukrainian hyphenation.
4003
4004%description tex-ukrhyph -l pl.UTF-8
4005Ten pakiet pozwala na używanie różnych wzorców przenoszenia wyrazów
4006dla języka ukraińskiego z różnymi kodowaniami fontów z cyrylicą.
4007Zawiera pakiety z implementacją reguł tradycyjnych, współczesnych i
4008łączonych angielsko-ukraińskich.
4009
e67df411
ZU
4010%package latex-variations
4011Summary: Typeset tables of variations of functions
4012Group: Applications/Publishing/TeX
4013Requires(post,postun): %{_bindir}/texhash
4014Requires: %{name} = %{epoch}:%{version}-%{release}
4015
4016%description latex-variations
4017Typeset tables of variations of functions.
4018
d08789e0
ZU
4019%package latex-vietnam
4020Summary: Vietnamese language support
4021Summary(pl.UTF-8): Wsparcie dla języka wietnamskiego
4022Group: Applications/Publishing/TeX
4023Requires(post,postun): %{_bindir}/texhash
4024Requires: %{name} = %{epoch}:%{version}-%{release}
4025Obsoletes: tetex-tex-vietnam
4026
4027%description latex-vietnam
4028Vietnamese language support.
4029
4030%description latex-vietnam -l pl.UTF-8
4031Wsparcie dla języka wietnamskiego.
4032
4033%package tex-xypic
4034Summary: Package for typesetting a variety of graphs and diagrams with TeX
4035Summary(pl.UTF-8): Pakiet do składania w TeXu różnych wykresów i diagramów
4036Group: Applications/Publishing/TeX
4037Requires(post,postun): %{_bindir}/texhash
4038Requires: %{name} = %{epoch}:%{version}-%{release}
4039Requires: %{name}-fonts-xypic = %{epoch}:%{version}-%{release}
4040
4041%description tex-xypic
4042A package for typesetting a variety of graphs and diagrams with TeX.
4043Xy-pic works with most formats (including LaTeX, AMS-LaTeX, AMS-TeX,
4044and plain TeX), in particular Xy-pic is provided as a LaTeX2e
4045`supported package'.
4046
4047%description tex-xypic -l pl.UTF-8
4048Pakiet do składania w TeXu różnych wykresów i diagramów. Xy-pic działa
4049z większością formatów (w tym LaTeX, AMS-LaTeX, AMS-TeX i plain TeX),
4050w szczególności jest dołączany jako "wspierany pakiet" LaTeX2e.
4051
4052%package tex-xkeyval
4053Summary: Extension to keyval package
4054Summary(pl.UTF-8): Rozszerzenie do pakietu keyval
4055Group: Applications/Publishing/TeX
4056Requires(post,postun): /usr/bin/texhash
4057Requires: %{name} = %{epoch}:%{version}-%{release}
4058
4059%description tex-xkeyval
4060Extension to keyval package.
4061
4062%description tex-xkeyval -l pl.UTF-8
4063Rozszerzenie do pakietu keyval.
4064
4065%package dirs-fonts
4066Summary: TeX font directories
4067Summary(pl.UTF-8): Katalogi fontów TeXa
4068Group: Fonts
5ff30b02 4069Obsoletes: tetex-dirs-fonts
d08789e0
ZU
4070
4071%description dirs-fonts
4072TeX font directories.
4073
4074%description dirs-fonts -l pl.UTF-8
4075Katalogi fontów TeXa.
4076
4077# # Fonts packages #
4078
4079%package fonts-adobe
4080Summary: Adobe fonts
4081Summary(pl.UTF-8): Fonty Adobe
4082Group: Fonts
78d53d8c 4083Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4084
4085%description fonts-adobe
4086Adobe fonts.
4087
4088%description fonts-adobe -l pl.UTF-8
4089Fonty Adobe.
4090
4091%package fonts-ae
4092Summary: Virtual fonts for PDF-files with T1 encoded CMR-fonts
4093Summary(pl.UTF-8): Wirtualne fonty do plików PDF z fontami CMR o kodowaniu T1
4094Group: Fonts
78d53d8c 4095Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4096
4097%description fonts-ae
4098Virtual fonts for PDF-files with T1 encoded CMR-fonts.
4099
4100%description fonts-ae -l pl.UTF-8
4101Wirtualne fonty do plików PDF z fontami CMR o kodowaniu T1.
4102
4103%package fonts-ams
4104Summary: AMS fonts
4105Summary(pl.UTF-8): Fonty AMS
4106Group: Fonts
78d53d8c 4107Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4108
4109%description fonts-ams
4110AMS fonts.
4111
4112%description fonts-ams -l pl.UTF-8
4113Fonty AMS.
4114
4115%package fonts-antp
4116Summary: Antykwa Poltawskiego, a Type 1 family of Polish traditional type
4117Summary(pl.UTF-8): Antykwa Półtawskiego - rodzina tradycyjnych polskich czcionek jako Type 1
4118Group: Fonts
78d53d8c 4119Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4120
4121%description fonts-antp
4122Antykwa Poltawskiego, a Type 1 family of Polish traditional type.
4123
4124%description fonts-antp -l pl.UTF-8
4125Antykwa Półtawskiego - rodzina tradycyjnych polskich czcionek jako
4126Type 1.
4127
4128%package fonts-antt
4129Summary: Antykwa Torunska, a Type 1 family of a Polish traditional type
4130Summary(pl.UTF-8): Antykwa Toruńska - rodzina tradycyjnych polskich czcionek jako Type 1
4131Group: Fonts
78d53d8c 4132Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4133
4134%description fonts-antt
4135Antykwa Torunska, a Type 1 family of a Polish traditional type.
4136
4137%description fonts-antt -l pl.UTF-8
4138Antykwa Toruńska - rodzina tradycyjnych polskich czcionek jako Type 1.
4139
5bc70a92
MB
4140%package fonts-arphic
4141Summary: Arphic fonts
4142Group: Fonts
4143Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4144
4145%description fonts-arphic
4146Arphic fonts.
4147
d08789e0
ZU
4148%package fonts-bbm
4149Summary: Blackboard variant fonts for Computer Modern, with LaTeX support
4150Summary(pl.UTF-8): Tablicowy wariant fontów Computer Modern ze wsparciem dla LaTeXa
4151Group: Fonts
78d53d8c 4152Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4153
4154%description fonts-bbm
4155Blackboard variant fonts for Computer Modern, with LaTeX support.
4156
4157%description fonts-bbm -l pl.UTF-8
4158Tablicowy wariant fontów Computer Modern ze wsparciem dla LaTeXa.
4159
4160%package fonts-bbold
4161Summary: Sans serif blackboard bold for LaTeX
4162Summary(pl.UTF-8): Tablicowy tłusty font sans serif dla LaTeXa
4163Group: Fonts
78d53d8c 4164Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4165
4166%description fonts-bbold
4167Sans serif blackboard bold for LaTeX.
4168
4169%description fonts-bbold -l pl.UTF-8
4170Tablicowy tłusty font sans serif dla LaTeXa.
4171
b280f158
ZU
4172%package fonts-bh
4173Summary: Bold & Heavy Fonts
4174Summary(pl.UTF-8): Fonty Bold i Heavy
4175Group: Fonts
78d53d8c 4176Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0 4177
b280f158
ZU
4178%description fonts-bh
4179Bold & Heavy Fonts.
d08789e0 4180
b280f158
ZU
4181%description fonts-bh -l pl.UTF-8
4182Fonty Bold i Heavy.
d08789e0
ZU
4183
4184%package fonts-bitstream
4185Summary: Bitstream fonts
4186Summary(pl.UTF-8): Fonty Bitstream
4187Group: Fonts
78d53d8c 4188Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4189Obsoletes: tetex-fonts-bitstrea
4190
4191%description fonts-bitstream
4192Bitstream fonts.
4193
4194%description fonts-bitstream -l pl.UTF-8
4195Fonty Bitstream.
4196
4197%package fonts-cbgreek
4198Summary: Complete set of Greek fonts
4199Summary(pl.UTF-8): Pełny zestaw fontów greckich
4200Group: Fonts
78d53d8c 4201Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4202
4203%description fonts-cbgreek
4204Complete set of Greek fonts.
4205
4206%description fonts-cbgreek -l pl.UTF-8
4207Pełny zestaw fontów greckich.
4208
4209%package fonts-cc-pl
4210Summary: Polish version of Computer Concrete fonts
4211Summary(pl.UTF-8): Polska wersja fontów Computer Concrete
4212Group: Fonts
78d53d8c 4213Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4214
4215%description fonts-cc-pl
4216Polish version of Computer Concrete fonts.
4217
4218%description fonts-cc-pl -l pl.UTF-8
4219Polska wersja fontów Computer Concrete.
4220
4221%package fonts-cg
4222Summary: Compugraphic fonts
4223Summary(pl.UTF-8): Fonty Compugraphic
4224Group: Fonts
78d53d8c 4225Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4226
4227%description fonts-cg
4228Compugraphic fonts.
4229
4230%description fonts-cg -l pl.UTF-8
4231Fonty Compugraphic.
4232
4233%package fonts-cm
4234Summary: Computer Modern fonts
4235Summary(pl.UTF-8): Fonty Computer Modern
4236Group: Fonts
78d53d8c 4237Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4238
4239%description fonts-cm
4240Computer Modern fonts.
4241
4242%description fonts-cm -l pl.UTF-8
4243Fonty Computer Modern.
4244
4245%package fonts-cmbright
4246Summary: CM Bright fonts
4247Summary(pl.UTF-8): Fonty CM Bright
4248Group: Fonts
78d53d8c 4249Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4250
4251%description fonts-cmbright
4252CM Bright fonts.
4253
4254%description fonts-cmbright -l pl.UTF-8
4255Fonty CM Bright.
4256
5d7e11d7
ZU
4257%package fonts-cmsuper
4258Summary: CM Super fonts
4259Summary(hu.UTF-8): CM Super betűtípus
4260Group: Fonts
4261Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4262
830ca960 4263%description fonts-cmsuper
5d7e11d7
ZU
4264CM Super fonts.
4265
830ca960 4266%description fonts-cmsuper -l hu.UTF-8
5d7e11d7
ZU
4267CM Super betűtípus
4268
4269
d08789e0
ZU
4270%package fonts-cmcyr
4271Summary: Computer Modern fonts extended with Russian letters
4272Summary(pl.UTF-8): Fonty Computer Modern rozszerzone o litery rosyjskie
4273Group: Fonts
78d53d8c 4274Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4275
4276%description fonts-cmcyr
4277Computer Modern fonts extended with Russian letters.
4278
4279%description fonts-cmcyr -l pl.UTF-8
4280Fonty Computer Modern rozszerzone o litery rosyjskie.
4281
4282%package fonts-cmextra
4283Summary: Extra Computer Modern fonts, from the American Mathematical Society
4284Summary(pl.UTF-8): Dodatkowe fonty Computer Modern z AMS
4285Group: Fonts
78d53d8c 4286Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4287
4288%description fonts-cmextra
4289Extra Computer Modern fonts, from the American Mathematical Society.
4290
4291%description fonts-cmextra -l pl.UTF-8
4292Dodatkowe fonty Computer Modern z AMS (American Mathematical Society).
4293
4294%package fonts-concmath
4295Summary: Concrete Math fonts
4296Summary(pl.UTF-8): Fonty matematyczne Concrete Math
4297Group: Fonts
78d53d8c 4298Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4299
4300%description fonts-concmath
4301Concrete Math fonts.
4302
4303%description fonts-concmath -l pl.UTF-8
4304Fonty matematyczne Concrete Math.
4305
4306%package fonts-concrete
4307Summary: Concrete Roman fonts
4308Summary(pl.UTF-8): Fonty Concrete Roman
4309Group: Fonts
78d53d8c 4310Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4311
4312%description fonts-concrete
4313Concrete Roman fonts, designed by Donald E. Knuth, originally for use
4314with Euler math fonts.
4315
4316%description fonts-concrete -l pl.UTF-8
4317Fonty Concrete Roman, opracowane przez Donalda E. Knutha, oryginalnie
4318przeznaczone do używania z fontami matematycznymi Euler.
4319
4320%package fonts-cs
4321Summary: Czech/Slovak-tuned MetaFont Computer Modern fonts
4322Summary(pl.UTF-8): Fonty MetaFont Computer Modern dla języków czeskiego i słowackiego
4323Group: Fonts
78d53d8c 4324Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4325
4326%description fonts-cs
4327Czech/Slovak-tuned MetaFont Computer Modern fonts.
4328
4329%description fonts-cs -l pl.UTF-8
4330Fonty MetaFont Computer Modern zmodyfikowane pod kątem języków
4331czeskiego i słowackiego.
4332
4a09ae1a
ZU
4333%package fonts-dstroke
4334Summary: Doublestroke font for typesetting the mathematical symbols
4335Summary(pl.UTF-8): Podwójnie kreślony font do składania symboli matematycznych
4336Group: Fonts
78d53d8c 4337Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4a09ae1a
ZU
4338
4339%description fonts-dstroke
4340Doublestroke font for typesetting the mathematical symbols.
4341
4342%description fonts-dstroke -l pl.UTF-8
4343Podwójnie kreślony font do składania symboli matematycznych.
d08789e0
ZU
4344
4345%package fonts-ecc
4346Summary: Sources for the European Concrete fonts
4347Summary(pl.UTF-8): Źródła dla fontów European Concrete
4348Group: Fonts
78d53d8c 4349Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4350
4351%description fonts-ecc
4352The MetaFont sources and tfm files of the European Concrete Fonts.
4353This is the EC implementation of Knuth's Concrete fonts, including
4354also the corresponding text companion fonts.
4355
4356%description fonts-ecc -l pl.UTF-8
4357Źródła MetaFonta i pliki tfm dla fontów European Concrete. Jest to
4358implementacja EC fontów Concrete Knutha, włącznie z odpowiadającymi
4359tekstowymi fontami towarzyszącymi.
4360
4361%package fonts-eurosym
4362Summary: The new European currency symbol for the Euro
4363Summary(pl.UTF-8): Symbol nowej europejskiej waluty Euro
4364Group: Fonts
78d53d8c 4365Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4366
4367%description fonts-eurosym
4368The new European currency symbol for the Euro implemented in Metafont,
4369using the official European Commission dimensions, and providing
4370several shapes (normal, slanted, bold, outline).
4371
4372%description fonts-eurosym -l pl.UTF-8
4373Symbol nowej europejskiej waluty Euro, zaimplementowany w Metafoncie,
4374z użyciem oficjalnych wymiarów wg Komisji Europejskiej, dostarczający
4375różnych kształtów (normalnego, pochylonego, tłustego, szkicowanego).
4376
4377%package fonts-eulervm
4378Summary: The Virtual Euler Math fonts
4379Summary(pl.UTF-8): Fonty Virtual Euler Math
4380Group: Fonts
78d53d8c 4381Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4382
4383%description fonts-eulervm
4384Euler-VM is a set of _virtual_ math fonts based on Euler and CM. This
4385approach has several advantages over immediately using the _real_
4386Euler fonts: Most noticeably, less TeX resources are consumed, the
4387quality of various math symbols is improved, and a usable \hslash
4388symbol can be provided.
4389
4390%description fonts-eulervm -l pl.UTF-8
4391Euler-VM to zbiór _wirtualnych_ fontów matematycznych opartych na
4392fontach Euler i CM. Podejście to ma różne zalety nad bezpośrednim
4393używaniem _prawdziwych_ fontów Euler: najbardziej zauważalnie, używane
4394jest mniej zasobów TeXa, poprawiona jest jakość różnych symboli
4395matematycznych i może być dostępny używalny symbol \hslash.
4396
4397%package fonts-euxm
4398Summary: Fonts similar to EUSM but with two more characters
4399Summary(pl.UTF-8): Fonty podobne do EUSM, ale z dwoma dodatkowymi znakami
4400Group: Fonts
78d53d8c 4401Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4402
4403%description fonts-euxm
4404Fonts like EUSM but with two more characters needed for Concrete Math
4405included in TeXLive distribution in fonts3.
4406
4407%description fonts-euxm -l pl.UTF-8
4408Fonty podobne do EUSM, ale z dwoma dodatkowymi znakami, potrzebnymi
4409dla Concrete Math dołączonego w fonts3 dystrybucji TeXLive.
4410
4411%package fonts-gothic
4412Summary: Gothic and ornamental initial fonts by Yannis Haralambous
4413Summary(pl.UTF-8): Początkowe fonty gotyckie i ornamentowe Yannisa Haralambousa
4414Group: Fonts
78d53d8c 4415Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4416
4417%description fonts-gothic
4418Gothic and ornamental initial fonts by Yannis Haralambous.
4419
4420%description fonts-gothic -l pl.UTF-8
4421Początkowe fonty gotyckie i ornamentowe Yannisa Haralambousa.
4422
4423%package fonts-hoekwater
4424Summary: Converted mflogo font
4425Summary(pl.UTF-8): Przekonwertowany font mflogo
4426Group: Fonts
78d53d8c 4427Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4428
4429%description fonts-hoekwater
4430Fonts originally created in MetaFont, transformed to PostScript by
4431Taco Hoekwater; includes logo, manfnt, rsfs, stmaryrd, wasy, wasy2,
4432xipa.
4433
4434%description fonts-hoekwater -l pl.UTF-8
4435Fonty oryginalnie stworzone w MetaFoncie, przekształcone do
4436PostScriptu przez Taco Hoekwatera; zawierają: logo, manfnt, rsfs,
4437stmaryrd, wasy, wasy2, xipa.
4438
4439%package fonts-jknappen
4440Summary: Miscellaneous packages by Joerg Knappen
4441Summary(pl.UTF-8): Różne pakiety autorstwa Joerga Knappena
4442Group: Fonts
78d53d8c 4443Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4444
4445%description fonts-jknappen
4446Miscellaneous macros, mostly for making use of extra fonts, by Joerg
4447Knappen, including sgmlcmpt.
4448
4449%description fonts-jknappen -l pl.UTF-8
4450Różne makra, głównie do używania dodatkowych fontów autorstwa Joerga
4451Knappena. Zawiera sgmlcmpt.
4452
4453%package fonts-latex
4454Summary: Basic LaTeX fonts
4455Summary(pl.UTF-8): Podstawowe fonty dla LaTeXa
4456Group: Fonts
78d53d8c 4457Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4458
4459%description fonts-latex
4460Basic LaTeX fonts.
4461
4462%description fonts-latex -l pl.UTF-8
4463Podstawowe fonty dla LaTeXa.
4464
4465%package fonts-lh
4466Summary: Olga Lapko's LH fonts
4467Summary(pl.UTF-8): Fonty LH Olgi Lapko
4468Group: Fonts
78d53d8c 4469Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4470
4471%description fonts-lh
4472The lh fonts for the `T2'/X2 encodings (for cyrillic languages).
4473
4474%description fonts-lh -l pl.UTF-8
4475Fonty lh dla kodowań `T2'/X2 (dla języków zapisywanych cyrylicą).
4476
4477%package fonts-lm
4478Summary: Latin Modern family fonts
4479Summary(pl.UTF-8): Fonty z rodziny Latin Modern
4480Group: Applications/Publishing/TeX
78d53d8c 4481Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4482
4483%description fonts-lm
4484Latin Modern family of fonts, based on the Computer Modern fonts
4485released into public domain by AMS (copyright (C) 1997 AMS). Contain a
4486lot of additional characters, mainly accented ones, but not only.
4487There is a one set of PostScript fonts and four sets of TeX Font
4488Metric files, corresponding to: Cork encoding (cork-*.tfm); QX
4489encoding (qx-*.tfm); TeX'n'ANSI aka LY1 encoding (texnansi-*.tfm); and
4490Text Companion for EC fonts aka TS1 (ts1-*.tfm). It is presumed that a
4491potential user knows what to do with all these files. The author is
4492Boguslaw Jackowski.
4493
4494%description fonts-lm -l pl.UTF-8
4495Rodzina fontów Latin Modern, oparta na fontach Computer Modern
4496przekazanych do domeny publicznej przez AMS (copyright (C) 1997 AMS).
4497Zawiera wiele dodatkowych znaków, głównie z akcentami, ale nie tylko.
4498Jest jeden zbiór fontów postscriptowych oraz cztery zbiory plików TeX
4499Font Metric, odpowiadających: kodowaniu Cork (cork-*.tfm); kodowaniu
4500QX (qx-*.tfm); kodowaniu TeX'n'ANSI zwanemu także LY1
4501(texnansi-*.tfm); oraz Text Companion dla fontów EC zwanemu także TS1
4502(ts1-*.tfm). Zakłada się, że potencjalny użytkownik wie, co zrobić z
4503tymi wszystkimi plikami. Autorem jest Bogusław Jackowski.
4504
4505%package fonts-marvosym
4506Summary: Martin Vogel's Symbol (marvosym) font
4507Summary(pl.UTF-8): Font Symbol Martina Vogela (marvosym)
4508Group: Fonts
78d53d8c 4509Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4510
4511%description fonts-marvosym
4512Martin Vogel's Symbol (marvosym) font is a font containing: the Euro
4513currency symbol as defined by the European commission; Euro currency
4514symbols in typefaces Times, Helvetica and Courier; Symbols for
4515structural engineering; Symbols for steel cross-sections; Astronomy
4516signs (Sun, Moon, planets); The 12 signs of the zodiac; Scissor
4517symbols; CE sign and others.
4518
4519%description fonts-marvosym -l pl.UTF-8
4520Font Symbol Martina Vogela (marvosym) to font zawierający: symbol
4521waluty Euro zdefiniowany przez Komisję Europejską; symbole waluty Euro
4522dla krojów Times, Helvetica i Courier; symbole dla inżynierii
4523strukturalnej; symbole dla przekroi poprzecznych; symbole
4524astronomiczne (Słońce, Księżyc, planety); 12 znaków Zodiaku; symbole
4525krawieckie; znak CE i inne.
4526
4527%package fonts-mflogo
4528Summary: Logo fonts
4529Summary(pl.UTF-8): Fonty logo
4530Group: Fonts
78d53d8c 4531Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4532
4533%description fonts-mflogo
4534Logo fonts.
4535
4536%description fonts-mflogo -l pl.UTF-8
4537Fonty logo.
4538
4539%package fonts-misc
4540Summary: Miscellaneous fonts
4541Summary(pl.UTF-8): Różne fonty
4542Group: Fonts
78d53d8c 4543Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4544
4545%description fonts-misc
4546Miscellaneous fonts.
4547
4548%description fonts-misc -l pl.UTF-8
4549Fonty różne.
4550
4551%package fonts-monotype
4552Summary: Monotype fonts
4553Summary(pl.UTF-8): Fonty Monotype
4554Group: Fonts
78d53d8c 4555Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4556
4557%description fonts-monotype
4558Monotype fonts.
4559
4560%description fonts-monotype -l pl.UTF-8
4561Fonty Monotype.
4562
4563%package fonts-omega
4564Summary: Fonts for Omega - extended unicode TeX
4565Summary(pl.UTF-8): Fonty dla Omegi - TeXa ze wsparciem dla unikodu
4566Group: Fonts
78d53d8c 4567Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4568
4569%description fonts-omega
4570Fonts for Omega - extended unicode TeX.
4571
4572%description fonts-omega -l pl.UTF-8
4573Fonty dla Omegi - TeXa ze wsparciem dla unikodu.
4574
f1ba8563
ZU
4575
4576%package fonts-other
4577Summary: Other fonts
4578Summary(hu.UTF-8): További betűtípusok
4579Group: Fonts
4580Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4581
4582%description fonts-other
4583Other fonts.
4584
4585%description fonts-omega -l hu.UTF-8
4586További betűtípusok.
4587
d08789e0
ZU
4588%package fonts-pazo
4589Summary: Pazo fonts
4590Summary(pl.UTF-8): Fonty Pazo
4591Group: Fonts
78d53d8c 4592Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4593
4594%description fonts-pazo
4595Pazo fonts.
4596
4597%description fonts-pazo -l pl.UTF-8
4598Fonty Pazo.
4599
4600%package fonts-pl
4601Summary: Polish fonts
4602Summary(pl.UTF-8): Polskie fonty
4603Group: Fonts
78d53d8c 4604Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4605
4606%description fonts-pl
4607Polish fonts.
4608
4609%description fonts-pl -l pl.UTF-8
4610Polskie fonty.
4611
4612%package fonts-px
4613Summary: PX fonts
4614Summary(pl.UTF-8): Fonty PX
4615Group: Fonts
78d53d8c 4616Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4617
4618%description fonts-px
4619PX fonts.
4620
4621%description fonts-px -l pl.UTF-8
4622Fonty PX.
4623
4624%package fonts-qfonts
4625Summary: Quasi fonts
4626Summary(pl.UTF-8): Fonty Quasi
4627Group: Fonts
78d53d8c 4628Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4629
4630%description fonts-qfonts
4631Quasi fonts.
4632
4633%description fonts-qfonts -l pl.UTF-8
4634Fonty Quasi.
4635
4636%package fonts-qpx
4637Summary: Additional fonts for QPX package
4638Summary(pl.UTF-8): Dodatkowe fonty dla pakietu QPX
4639Group: Fonts
78d53d8c 4640Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4641Requires: %{name}-fonts-px = %{epoch}:%{version}-%{release}
4642Requires: %{name}-fonts-qfonts = %{epoch}:%{version}-%{release}
4643
4644%description fonts-qpx
4645Additional fonts for QPX package.
4646
4647%description fonts-qpx -l pl.UTF-8
4648Dodatkowe fonty dla pakietu QPX.
4649
31bd2c4a 4650%package fonts-qpxqtx
d08789e0
ZU
4651Summary: Additional fonts for QTX package
4652Summary(pl.UTF-8): Dodatkowe fonty dla pakietu QTX
4653Group: Fonts
78d53d8c 4654Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
04123363
ZU
4655# I hope qpxqtx doesn't need qfonts
4656# Requires: %{name}-fonts-qfonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4657Requires: %{name}-fonts-tx = %{epoch}:%{version}-%{release}
4658
31bd2c4a 4659%description fonts-qpxqtx
d08789e0
ZU
4660Additional fonts for QTX package.
4661
31bd2c4a 4662%description fonts-qpxqtx -l pl.UTF-8
d08789e0
ZU
4663Dodatkowe fonty dla pakietu QTX.
4664
4665%package fonts-rsfs
4666Summary: Fonts of uppercase script letters for scientific and mathematical typesetting
4667Summary(pl.UTF-8): Fonty wielkich liter pisanych do składania dokumentów naukowych i matematycznych
4668Group: Fonts
78d53d8c 4669Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4670
4671%description fonts-rsfs
4672Fonts of uppercase script letters for use as symbols in scientific and
4673mathematical typesetting, in contrast to the informal script fonts
4674such as that used for the `calligraphic' symbols in the TeX math
4675symbol font.
4676
4677%description fonts-rsfs -l pl.UTF-8
4678Fonty wielkich liter pisanych do używania jako symbole przy składaniu
4679dokumentów naukowych i matematycznych, w odróżnieniu od nieformalnych
4680fontów pisanych takich jak używane do symboli "kaligraficznych" w
4681matematycznym foncie TeXowym symbol.
4682
4683%package fonts-stmaryrd
4684Summary: St Mary Road symbols for functional programming
4685Summary(pl.UTF-8): Symbole St Mary Road do programowania funkcyjnego
4686Group: Fonts
78d53d8c 4687Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4688
4689%description fonts-stmaryrd
4690St Mary Road symbols for functional programming.
4691
4692%description fonts-stmaryrd -l pl.UTF-8
4693Symbole St Mary Road do programowania funkcyjnego.
4694
4695%package fonts-tx
4696Summary: TX fonts
4697Summary(pl.UTF-8): Fonty TX
4698Group: Fonts
78d53d8c 4699Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4700
4701%description fonts-tx
4702TX fonts.
4703
4704%description fonts-tx -l pl.UTF-8
4705Fonty TX.
4706
5bc70a92
MB
4707%package fonts-uhc
4708Summary: UHC fonts
4709Group: Fonts
4710Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4711
4712%description fonts-uhc
4713UHC fonts.
4714
d08789e0
ZU
4715%package fonts-urw
4716Summary: URW fonts
4717Summary(pl.UTF-8): Fonty URW
4718Group: Fonts
78d53d8c 4719Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4720
4721%description fonts-urw
4722URW fonts.
4723
4724%description fonts-urw -l pl.UTF-8
4725Fonty URW.
4726
4727%package fonts-urwvn
4728Summary: URWVN fonts
4729Summary(pl.UTF-8): Fonty URWVN
4730Group: Fonts
78d53d8c 4731Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4732
4733%description fonts-urwvn
4734URWVN fonts.
4735
4736%description fonts-urwvn -l pl.UTF-8
4737Fonty URWVN.
4738
4739%package fonts-vnr
4740Summary: VNR fonts
4741Summary(pl.UTF-8): Fonty VNR
4742Group: Fonts
78d53d8c 4743Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4744
4745%description fonts-vnr
4746VNR fonts.
4747
4748%description fonts-vnr -l pl.UTF-8
4749Fonty VNR.
4750
e67df411
ZU
4751%package fonts-urw35vf
4752Summary: urw35vf fonts
4753Summary(hu.UTF-8): urw35vf betűtípus
4754Summary(pl.UTF-8): Fonty urw35vf
4755Group: Fonts
4756Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4757
4758%description fonts-urw35vf
4759urw35vf fonts.
4760
4761%description fonts-urw35vf -l hu.UTF-8
4762urw35vf betűtípus.
4763
5bc70a92
MB
4764%package fonts-wadalab
4765Summary: Wadalab fonts
4766Group: Fonts
4767Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4768
4769%description fonts-wadalab
4770Wadalab fonts.
4771
d08789e0
ZU
4772%package fonts-wasy
4773Summary: Waldis symbol fonts
4774Summary(pl.UTF-8): Fonty Waldis symbol
4775Group: Fonts
78d53d8c 4776Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4777
4778%description fonts-wasy
4779Waldis symbol fonts.
4780
4781%description fonts-wasy -l pl.UTF-8
4782Fonty Waldis symbol.
4783
4784%package fonts-xypic
4785Summary: Xy-pic fonts
4786Summary(pl.UTF-8): Fonty Xy-pic
4787Group: Fonts
78d53d8c 4788Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4789
4790%description fonts-xypic
4791Xy-pic fonts.
4792
4793%description fonts-xypic -l pl.UTF-8
4794Fonty Xy-pic.
4795
4796%package fonts-yandy
4797Summary: European Modern fonts from Y&Y
4798Summary(pl.UTF-8): Fonty European Modern od Y&Y
4799Group: Fonts
78d53d8c 4800Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4801
4802%description fonts-yandy
4803European Modern fonts from Y&Y.
4804
4805%description fonts-yandy -l pl.UTF-8
4806Fonty European Modern od Y&Y.
4807
4808%package fonts-type1-antp
4809Summary: Antykwa Poltawskiego, a Type 1 family of Polish traditional type
4810Summary(pl.UTF-8): Antykwa Półtawskiego - rodzina tradycyjnych polskich czcionek jako Type 1
4811Group: Fonts
78d53d8c 4812Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4813
4814%description fonts-type1-antp
4815Antykwa Poltawskiego, a Type 1 family of Polish traditional type.
4816
4817%description fonts-type1-antp -l pl.UTF-8
4818Antykwa Półtawskiego - rodzina tradycyjnych polskich czcionek jako
4819Type 1.
4820
4821%package fonts-type1-antt
4822Summary: Antykwa Torunska, a Type 1 family of a Polish traditional type
4823Summary(pl.UTF-8): Antykwa Toruńska - rodzina tradycyjnych polskich czcionek jako Type 1
4824Group: Fonts
78d53d8c 4825Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4826
4827%description fonts-type1-antt
4828Antykwa Torunska, a Type 1 family of a Polish traditional type.
4829
4830%description fonts-type1-antt -l pl.UTF-8
4831Antykwa Toruńska - rodzina tradycyjnych polskich czcionek jako Type 1.
4832
5bc70a92
MB
4833%package fonts-type1-arphic
4834Summary: Type1 Arphic fonts
4835Group: Fonts
4836Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4837
4838%description fonts-type1-arphic
4839Type1 Arphic fonts.
4840
d08789e0
ZU
4841%package fonts-type1-belleek
4842Summary: Free replacement for basic MathTime fonts
4843Summary(pl.UTF-8): Wolnodostępny zamiennik podstawowych fontów MathTime
4844Group: Fonts
78d53d8c 4845Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4846
4847%description fonts-type1-belleek
4848Free replacement for basic MathTime fonts.
4849
4850%description fonts-type1-belleek -l pl.UTF-8
4851Wolnodostępny zamiennik podstawowych fontów MathTime.
4852
4853%package fonts-type1-bitstream
4854Summary: Bitstream fonts
4855Summary(pl.UTF-8): Fonty Bitstream
4856Group: Fonts
78d53d8c 4857Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4858Obsoletes: tetex-fonts-type1-bitstrea
4859
4860%description fonts-type1-bitstream
4861Bitstream fonts.
4862
4863%description fonts-type1-bitstream -l pl.UTF-8
4864Fonty Bitstream.
4865
4866%package fonts-type1-bluesky
4867Summary: Computer Modern family fonts
4868Summary(pl.UTF-8): Fonty z rodziny Computer Modern
4869Group: Fonts
78d53d8c 4870Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4871
4872%description fonts-type1-bluesky
4873Computer Modern family fonts.
4874
4875%description fonts-type1-bluesky -l pl.UTF-8
4876Fonty z rodzony Computer Modern.
4877
4878%package fonts-type1-cc-pl
4879Summary: Polish version of Computer Concrete fonts
4880Summary(pl.UTF-8): Polska wersja fontów Computer Concrete
4881Group: Fonts
78d53d8c 4882Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4883
4884%description fonts-type1-cc-pl
4885Polish version of Computer Concrete fonts.
4886
4887%description fonts-type1-cc-pl -l pl.UTF-8
4888Polska wersja fontów Computer Concrete.
4889
4890%package fonts-type1-cmcyr
4891Summary: Computer Modern fonts extended with Russian letters
4892Summary(pl.UTF-8): Fonty Computer Modern rozszerzone o litery rosyjskie
4893Group: Fonts
78d53d8c 4894Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4895
4896%description fonts-type1-cmcyr
4897Computer Modern fonts extended with Russian letters.
4898
4899%description fonts-type1-cmcyr -l pl.UTF-8
4900Fonty Computer Modern rozszerzone o litery rosyjskie.
4901
4902%package fonts-type1-cs
4903Summary: Czech/Slovak-tuned MetaFont Computer Modern fonts
4904Summary(pl.UTF-8): Fonty MetaFont Computer Modern dla języków czeskiego i słowackiego
4905Group: Fonts
78d53d8c 4906Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4907
4908%description fonts-type1-cs
4909Czech/Slovak-tuned MetaFont Computer Modern fonts.
4910
4911%description fonts-type1-cs -l pl.UTF-8
4912Fonty MetaFont Computer Modern zmodyfikowane pod kątem języków
4913czeskiego i słowackiego.
4914
b280f158
ZU
4915%package fonts-type1-dstroke
4916Summary: Doublestroke Type1 font for typesetting the mathematical symbols
4917Summary(pl.UTF-8): Podwójnie kreślony font Type1 do składania symboli matematycznych
4918Group: Fonts
78d53d8c 4919Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
b280f158
ZU
4920
4921%description fonts-type1-dstroke
4922Doublestroke Type1 font for typesetting the mathematical symbols.
4923
4924%description fonts-type1-dstroke -l pl.UTF-8
4925Podwójnie kreślony font Type1 do składania symboli matematycznych.
d08789e0
ZU
4926
4927%package fonts-type1-eurosym
4928Summary: The new European currency symbol for the Euro
4929Summary(pl.UTF-8): Symbol nowej europejskiej waluty Euro
4930Group: Fonts
78d53d8c 4931Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4932
4933%description fonts-type1-eurosym
4934The new European currency symbol for the Euro implemented in Metafont,
4935using the official European Commission dimensions, and providing
4936several shapes (normal, slanted, bold, outline).
4937
4938%description fonts-type1-eurosym -l pl.UTF-8
4939Symbol nowej europejskiej waluty Euro, zaimplementowany w Metafoncie,
4940z użyciem oficjalnych wymiarów wg Komisji Europejskiej, dostarczający
4941różnych kształtów (normalnego, pochylonego, tłustego, szkicowanego).
4942
4943%package fonts-type1-hoekwater
4944Summary: Converted mflogo font
4945Summary(pl.UTF-8): Przekonwertowany font mflogo
4946Group: Fonts
78d53d8c 4947Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4948
4949%description fonts-type1-hoekwater
4950Fonts originally created in MetaFont, transformed to PostScript by
4951Taco Hoekwater; includes logo, manfnt, rsfs, stmaryrd, wasy, wasy2,
4952xipa.
4953
4954%description fonts-type1-hoekwater -l pl.UTF-8
4955Fonty oryginalnie stworzone w MetaFoncie, przekształcone do
4956PostScriptu przez Taco Hoekwatera; zawierają: logo, manfnt, rsfs,
4957stmaryrd, wasy, wasy2, xipa.
4958
4959%package fonts-type1-fpl
4960Summary: SC/OsF fonts for URW Palladio L
4961Summary(pl.UTF-8): Fonty SC/OsF dla URW Palladio L
4962Group: Fonts
78d53d8c 4963Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
4964
4965%description fonts-type1-fpl
4966The FPL Fonts provide a set of SC/OsF fonts for URW Palladio L which
4967are compatible with respect to metrics with the Palatino SC/OsF fonts
4968from Adobe. Note that it is not the author's aim to exactly reproduce
4969the outlines of the original Adobe fonts. The SC and OsF in the FPL
4970Fonts were designed with the glyphs from URW Palladio L as starting
4971point. For some glyphs (eg 'o') the author got the best result by
4972scaling and boldening. For others (eg 'h') shifting selected portions
4973of the character gave more satisfying results. All this was done using
4974the free font editor FontForge <http://fontforge.sf.net/>. The kerning
4975data in these fonts comes from Walter Schmidt's improved Palatino
4976metrics.
4977
4978%description fonts-type1-fpl -l pl.UTF-8
4979Fonty FPL dostarczają zbiór fontów SC/OsF dla URW Palladio L, które są
4980kompatybilne co do metryk z fontami Palatino SC/OsF firmy Adobe.
4981Należy jednak zaznaczyć, że celem autora nie jest dokładne odtworzenie
4982kształtów oryginalnych fontów Adobe. SC i OsF w fontach FPL były
4983projektowane w oparciu o glify z URW Palladio L. Dla niektórych glifów
4984(np. 'o') autor uzyskał najlepszy wynik poprzez skalowanie i
4985pogrubianie. Dla innych (np. 'h') przesuwanie wybranych części znaku
4986dało lepsze wyniki. Wszystko to zostało zrobione przy użyciu
4987wolnodostępnego edytora fontów FontForge <http://fontforge.sf.net/>.
4988Dane dla kerningu w tych fontach pochodzą z ulepszonych metryk
4989Palatino Waltera Schmidta.
4990
b280f158
ZU
4991%package fonts-type1-tt2001
4992Summary: Type1 tt2001 family fonts
4993Summary(pl.UTF-8): Fonty Type1 z rodziny tt2001
4994Group: Applications/Publishing/TeX
78d53d8c 4995Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
b280f158
ZU
4996
4997%description fonts-type1-tt2001
4998Type1 tt2001 famliy fonts.
4999
5000%description fonts-type1-tt2001 -l pl.UTF-8
5001Fonty Type1 z rodziny tt2001.
d08789e0
ZU
5002
5003%package fonts-type1-lm
5004Summary: Type1 Latin Modern family fonts
5005Summary(pl.UTF-8): Fonty Type1 z rodziny Latin Modern
5006Group: Applications/Publishing/TeX
78d53d8c 5007Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
5008
5009%description fonts-type1-lm
5010Latin Modern family of fonts, based on the Computer Modern fonts
5011released into public domain by AMS (copyright (C) 1997 AMS). Contain a
5012lot of additional characters, mainly accented ones, but not only.
5013There is a one set of PostScript fonts and four sets of TeX Font
5014Metric files, corresponding to: Cork encoding (cork-*.tfm); QX
5015encoding (qx-*.tfm); TeX'n'ANSI aka LY1 encoding (texnansi-*.tfm); and
5016Text Companion for EC fonts aka TS1 (ts1-*.tfm). It is presumed that a
5017potential user knows what to do with all these files. The author is
5018Boguslaw Jackowski.
5019
5020%description fonts-type1-lm -l pl.UTF-8
5021Rodzina fontów Latin Modern, oparta na fontach Computer Modern
5022przekazanych do domeny publicznej przez AMS (copyright (C) 1997 AMS).
5023Zawiera wiele dodatkowych znaków, głównie z akcentami, ale nie tylko.
5024Jest jeden zbiór fontów postscriptowych oraz cztery zbiory plików TeX
5025Font Metric, odpowiadających: kodowaniu Cork (cork-*.tfm); kodowaniu
5026QX (qx-*.tfm); kodowaniu TeX'n'ANSI zwanemu także LY1
5027(texnansi-*.tfm); oraz Text Companion dla fontów EC zwanemu także TS1
5028(ts1-*.tfm). Zakłada się, że potencjalny użytkownik wie, co zrobić z
5029tymi wszystkimi plikami. Autorem jest Bogusław Jackowski.
5030
5031%package fonts-type1-marvosym
5032Summary: Martin Vogel's Symbol (marvosym) font
5033Summary(pl.UTF-8): Font Symbol Martina Vogela (marvosym)
5034Group: Fonts
78d53d8c 5035Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
5036
5037%description fonts-type1-marvosym
5038Martin Vogel's Symbol (marvosym) font is a font containing: the Euro
5039currency symbol as defined by the European commission; Euro currency
5040symbols in typefaces Times, Helvetica and Courier; Symbols for
5041structural engineering; Symbols for steel cross-sections; Astronomy
5042signs (Sun, Moon, planets); The 12 signs of the zodiac; Scissor
5043symbols; CE sign and others.
5044
5045%description fonts-type1-marvosym -l pl.UTF-8
5046Font Symbol Martina Vogela (marvosym) to font zawierający: symbol
5047waluty Euro zdefiniowany przez Komisję Europejską; symbole waluty Euro
5048dla krojów Times, Helvetica i Courier; symbole dla inżynierii
5049strukturalnej; symbole dla przekroi poprzecznych; symbole
5050astronomiczne (Słońce, Księżyc, planety); 12 znaków Zodiaku; symbole
5051krawieckie; znak CE i inne.
5052
5053%package fonts-type1-mathpazo
5054Summary: Pazo Math fonts
5055Summary(pl.UTF-8): Fonty matematyczne Pazo Math
5056Group: Fonts
78d53d8c 5057Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
5058
5059%description fonts-type1-mathpazo
5060Pazo Math fonts.
5061
5062%description fonts-type1-mathpazo -l pl.UTF-8
5063Fonty matematyczne Pazo Math.
5064
5065%package fonts-type1-omega
5066Summary: Type1 fonts for Omega - extended unicode TeX
5067Summary(pl.UTF-8): Fonty Type1 dla Omegi - TeXa ze wsparciem dla unikodu
5068Group: Fonts
78d53d8c 5069Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
5070
5071%description fonts-type1-omega
5072Type1 fonts for Omega - extended unicode TeX.
5073
5074%description fonts-type1-omega -l pl.UTF-8
5075Fonty Type1 dla Omegi - TeXa ze wsparciem dla unikodu.
5076
5077%package fonts-type1-pl
5078Summary: Polish fonts
5079Summary(pl.UTF-8): Polskie fonty
5080Group: Fonts
78d53d8c 5081Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
5082Requires: %{name}-fonts-type1-bluesky = %{epoch}:%{version}-%{release}
5083
5084%description fonts-type1-pl
5085Polish fonts.
5086
5087%description fonts-type1-pl -l pl.UTF-8
5088Polskie fonty.
5089
5090%package fonts-type1-px
5091Summary: PX fonts
5092Summary(pl.UTF-8): Fonty PX
5093Group: Fonts
78d53d8c 5094Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
5095
5096%description fonts-type1-px
5097PX fonts.
5098
5099%description fonts-type1-px -l pl.UTF-8
5100Fonty PX.
5101
b280f158
ZU
5102%package fonts-type1-qfonts
5103Summary: Quasi fonts
5104Summary(pl.UTF-8): Fonty Quasi
5105Group: Fonts
78d53d8c 5106Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
b280f158
ZU
5107
5108%description fonts-type1-qfonts
5109Quasi fonts.
5110
5111%description fonts-type1-qfonts -l pl.UTF-8
5112Fonty Quasi.
d08789e0
ZU
5113
5114%package fonts-type1-tx
5115Summary: TX fonts
5116Summary(pl.UTF-8): Fonty TX
5117Group: Fonts
78d53d8c 5118Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
5119
5120%description fonts-type1-tx
5121TX fonts.
5122
5123%description fonts-type1-tx -l pl.UTF-8
5124Fonty TX.
5125
5bc70a92
MB
5126%package fonts-type1-uhc
5127Summary: Type1 UHC fonts
5128Group: Fonts
5129Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
5130
5131%description fonts-type1-uhc
5132Type1 UHC fonts.
5133
d08789e0
ZU
5134%package fonts-type1-urw
5135Summary: URW fonts
5136Summary(pl.UTF-8): Fonty URW
5137Group: Fonts
78d53d8c 5138Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
5139
5140%description fonts-type1-urw
5141URW fonts.
5142
5143%description fonts-type1-urw -l pl.UTF-8
5144Fonty URW.
5145
5146%package fonts-type1-vnr
5147Summary: Type1 VNR fonts
5148Summary(pl.UTF-8): Fonty Type1 VNR
5149Group: Fonts
78d53d8c 5150Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
5151
5152%description fonts-type1-vnr
5153Type1 VNR fonts.
5154
5155%description fonts-type1-vnr -l pl.UTF-8
5156Fonty Type1 VNR.
5157
5bc70a92
MB
5158%package fonts-type1-wadalab
5159Summary: Type1 Wadalab fonts
5160Group: Fonts
5161Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
5162
5163%description fonts-type1-wadalab
5164Type1 Wadalab fonts.
5165
d08789e0
ZU
5166%package fonts-type1-xypic
5167Summary: Xy-pic fonts
5168Summary(pl.UTF-8): Fonty Xy-pic
5169Group: Fonts
78d53d8c 5170Requires: %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
d08789e0
ZU
5171
5172%description fonts-type1-xypic
5173Xy-pic fonts.
5174
5175%description fonts-type1-xypic -l pl.UTF-8
5176Fonty Xy-pic.
5177
489714ae
ZU
5178
5179# TeXLive-specific packages - there wasn't before...
5180%package afm2pl
5181Summary: Convert an Adobe font metric file to a TeX font property list
5182Group: Fonts
5183
5184%description afm2pl
5185Convert an Adobe font metric file to a TeX font property list.
5186
5187
5188%package bbox
5189Summary: bbox prints the bounding box of images
5190Group: Applications/Publishing/TeX
5191
5192%description bbox
5193bbox reads a rawppm or rawpbm file and prints out the bounding box of
5194the image.
5195
5196%package cefutils
5197Summary: In cefutils there are CEF-compatible utils
5198Group: Applications/Publishing/TeX
5199
5200%description cefutils
5201In cefutils there are CEF-compatible (Chinese Encoding Framework)
5202utils.
5203
5204%package detex
5205Summary: A filter to strip TeX commands from a .tex file
5206Summary(hu.UTF-8): Egy szűrő, amely .tex fájlokból szűri ki a TeX parancsokat
5207Group: Applications/Publishing/TeX
5208
5209%description detex
5210A filter to strip TeX commands from a .tex file.
5211
5212%description detex -l hu.UTF-8
5213Egy szűrő, amely .tex fájlokból szűri ki a TeX parancsokat.
5214
5215
7ffd1967
ZU
5216%package dviutils
5217Summary: Various DVI utils
5218Summary(hu.UTF-8): Vegyes DVI eszközök
5219Group: Applications/Publishing/TeX
5220
5221%description dviutils
5222This package contains various DVI utils.
5223
5224%description dviutils -l hu.UTF-8
5225Ez a csomag mindenféle DVI eszközt tartalmaz.
5226
5227%package epsutils
5228Summary: Various EPS utils
5229Group: Applications/Publishing/TeX
5230
5231%description epsutils
5232Various EPS (Encapsulated PostScript) utils.
5233
5234
5235%package filters
5236Summary: Various filters
5237Group: Applications/Publishing/TeX
5238
5239%description filters
5240Various filters.
5241
5242
489714ae
ZU
5243%package uncategorized-utils
5244Summary: Uncategorized utils
5245Group: Applications/Publishing/TeX
5246
5247%description uncategorized-utils
5248Uncategorized utilities. Needs check and categorizing.
5249
5b7eba8e
MB
5250%package tex4ht
5251Summary: LaTeX and TeX for hypertext
5252Group: Applications/Publishing/TeX
5253
5254%description tex4ht
5255A converter from TeX and LaTeX to hypertext (HTML, XML, etc.),
5256providing a configurable (La)TeX-based authoring system for hypertext.
5257When converting to XML, you can use MathML instead of images for
5258equation representation.
5259
4224ae6d
MB
5260%package xetex
5261Summary: Extended TeX / LaTeX version for unicode
5262Group: Applications/Publishing/TeX
5263Requires(post,postun): /usr/bin/texhash
5264Requires: %{name}-fonts-misc = %{epoch}:%{version}-%{release}
5265
5266%description xetex
5267XeTeX extends the TeX typesetting system (and macro packages such as
5268LaTeX and ConTeXt) to have native support for the Unicode character
5269set, including complex Asian scripts, and for OpenType and TrueType
5270fonts.
5271
5272%package xmltex
5273Summary: TeX package for processing XML files
5274Group: Applications/Publishing/TeX
5275Requires(post,postun): /usr/bin/texhash
5276
5277%description xmltex
5278XMLTeX is a non-validating, namespace-aware XML parser written in TeX.
5279It allows TeX to directly process XML files.
5280
d08789e0
ZU
5281%prep
5282%setup -q -c -T -n %{name}-%{version}-source
5283lzma -dc %{SOURCE0} | tar xf - -C ..
c48c077b 5284%patch0 -p1
1cc1dae0 5285%patch1 -p1
c48c077b
AM
5286
5287cd libs/teckit
5288cat ax*.m4 > acinclude.m4
5289%{__libtoolize}
5290%{__aclocal}
5291%{__autoconf}
5292%{__automake}
d08789e0
ZU
5293
5294%build
5295find . -name "config.sub" -exec cp /usr/share/automake/config.sub '{}' ';'
d47c034d 5296%{__sed} -i 's@"extend/\(.*\)"@<\1>@' texk/ttf2pk/*.c
9279fab9 5297cd texk/kpathsea
83feaf0d
ZU
5298%{__sed} -i 's@^TEXMFMAIN =.*@TEXMFMAIN = %{texmf}@' texmf.cnf
5299%{__sed} -i 's@^TEXMFDIST =.*@TEXMFDIST = %{texmfdist}@' texmf.cnf
5300%{__sed} -i 's@^TEXMFLOCAL =.*@TEXMFLOCAL = %{texmf}@' texmf.cnf
5301%{__sed} -i 's@^TEXMFSYSVAR =.*@TEXMFSYSVAR = %{_localstatedir}@' texmf.cnf
5302%{__sed} -i 's@^TEXMFSYSCONFIG =.*@TEXMFSYSCONFIG = %{_sysconfdir}/%{name}@' texmf.cnf
03f08501 5303%{__sed} -i 's@^TEXMFVAR =.*@TEXMFVAR = %{_localstatedir}@' texmf.cnf
9279fab9 5304cd ../..
d47c034d 5305
a784d38e 5306%configure \
ca4b56d2
AM
5307%if %{with bootstrap}
5308 --without-xindy \
5309 --without-luatex \
5310%endif
d08789e0
ZU
5311 --disable-multiplatform \
5312 --disable-static \
5313 --enable-a4 \
5314 --enable-gf \
5315 --enable-ipc \
5316 --enable-shared \
a784d38e 5317 --with-fontconfig \
d08789e0
ZU
5318 --with-fonts-dir=/var/cache/fonts \
5319 --with-ncurses \
e671f712 5320 --with-system-freetype \
97b079ad 5321 --with-freetype-include=/usr/include/freetype \
a784d38e 5322 --with-system-freetype2 \
97b079ad 5323 --with-freetype2-include=/usr/include/freetype2 \
d08789e0
ZU
5324 --with-system-gd \
5325 --with-system-ncurses \
5326 --with-system-pnglib \
5327 --with-system-t1lib \
5328 --with-system-zlib \
d08789e0
ZU
5329 --with-xdvi-x-toolkit=xaw \
5330 --without-dialog \
5331 --without-t1utils \
ca4b56d2 5332 --without-texinfo
d08789e0 5333
d08789e0
ZU
5334%{__make}
5335
d08789e0
ZU
5336%install
5337rm -rf $RPM_BUILD_ROOT
5338install -d $RPM_BUILD_ROOT%{_datadir} \
5339 $RPM_BUILD_ROOT%{_desktopdir} \
5340 $RPM_BUILD_ROOT%{_pixmapsdir} \
ce981570 5341 $RPM_BUILD_ROOT%{_mandir}/man5 \
d08789e0
ZU
5342 $RPM_BUILD_ROOT/var/cache/fonts \
5343 $RPM_BUILD_ROOT/etc/cron.daily\
ff42b161 5344 $RPM_BUILD_ROOT/etc/sysconfig/tetex-updmap\
7057740b 5345 $RPM_BUILD_ROOT%{_localstatedir}/fonts/map\
e67df411 5346 $RPM_BUILD_ROOT%{fmtdir}/pdftex
d08789e0 5347
f37ff31b
ZU
5348lzma -dc %{SOURCE1} | tar xf - -C $RPM_BUILD_ROOT%{_datadir}
5349%{__mv} $RPM_BUILD_ROOT%{_datadir}/texlive-20080822-texmf/texmf $RPM_BUILD_ROOT%{texmf}
5350%{__mv} $RPM_BUILD_ROOT%{_datadir}/texlive-20080822-texmf/texmf-dist $RPM_BUILD_ROOT%{texmfdist}
5351%{__mv} $RPM_BUILD_ROOT%{_datadir}/texlive-20080822-texmf/texmf-doc $RPM_BUILD_ROOT%{texmfdoc}
c9ddaf2d
ZU
5352%{__mv} $RPM_BUILD_ROOT%{texmfdist}/doc/generic/pgfplots/* $RPM_BUILD_ROOT%{texmfdist}/doc/latex/pgfplots
5353rmdir $RPM_BUILD_ROOT%{texmfdist}/doc/generic/pgfplots
5354
f37ff31b
ZU
5355# This is an empty directory
5356%{__rm} -r $RPM_BUILD_ROOT%{_datadir}/texlive-20080822-texmf
ef329b0f 5357# Useless binary
5358%{__rm} $RPM_BUILD_ROOT%{_datadir}/texmf-dist/doc/latex/splitindex/splitindex{.exe,-Linux-i386,-OpenBSD-i386}
f37ff31b 5359
d08789e0
ZU
5360# commented out because of following (non-fatal) error:
5361# Can't open texmf/web2c/texmf.cnf: No such file or directory.
5362#perl -pi \
5363# -e "s|\.\./\.\./texmf|$RPM_BUILD_ROOT%{texmf}|g;" \
5364# -e "s|/var/cache/fonts|$RPM_BUILD_ROOT/var/cache/fonts|g;" \
5365# texmf/web2c/texmf.cnf
5366
d08789e0
ZU
5367install -d $RPM_BUILD_ROOT%{texmf}/fonts/opentype/public
5368
5369LD_LIBRARY_PATH=$RPM_BUILD_ROOT%{_libdir}; export LD_LIBRARY_PATH
5370
5371%{__make} install \
5372 prefix=$RPM_BUILD_ROOT%{_prefix} \
5373 bindir=$RPM_BUILD_ROOT%{_bindir} \
5374 mandir=$RPM_BUILD_ROOT%{_mandir} \
5375 libdir=$RPM_BUILD_ROOT%{_libdir} \
5376 datadir=$RPM_BUILD_ROOT%{_datadir} \
5377 infodir=$RPM_BUILD_ROOT%{_infodir} \
5378 includedir=$RPM_BUILD_ROOT%{_includedir} \
5379 sbindir=$RPM_BUILD_ROOT%{_sbindir} \
5380 texmf=$RPM_BUILD_ROOT%{texmf} \
5381 texmfsysvar=$RPM_BUILD_ROOT%{_localstatedir} \
5382 texmfsysconfig=$RPM_BUILD_ROOT%{texmf}
5383
015f9ddb 5384%{__rm} $RPM_BUILD_ROOT%{texmf}/scripts/texlive/uninstall-win32.pl
37bb0d8c 5385# Fix broken symlinks
3702646a
ZU
5386CURDIR=$(pwd)
5387cd $RPM_BUILD_ROOT%{_bindir}
f99b0fea
ZU
5388ln -sf ../share/texmf/scripts/a2ping/a2ping.pl a2ping
5389ln -sf ../share/texmf-dist/scripts/context/stubs/unix/context context
5390ln -sf ../share/texmf-dist/scripts/context/stubs/unix/ctxtools ctxtools
5391ln -sf ../share/texmf-dist/scripts/dviasm/dviasm.py dviasm
5392ln -sf ../share/texmf/scripts/tetex/e2pall.pl e2pall
5393ln -sf ../share/texmf-dist/scripts/bengali/ebong.py ebong
5394ln -sf ../share/texmf-dist/scripts/epspdf/epspdf epspdf
5395ln -sf ../share/texmf-dist/scripts/epspdf/epspdftk epspdftk
5396ln -sf ../share/texmf/scripts/epstopdf/epstopdf.pl epstopdf
5397ln -sf ../share/texmf-dist/scripts/context/stubs/unix/exatools exatools
5398ln -sf ../share/texmf/scripts/texlive/getnonfreefonts.pl getnonfreefonts
5399ln -sf ../share/texmf/scripts/texlive/getnonfreefonts.pl getnonfreefonts-sys
5400ln -sf ../share/texmf-dist/scripts/tex4ht/ht.sh ht
5401ln -sf ../share/texmf-dist/scripts/tex4ht/htcontext.sh htcontext
5402ln -sf ../share/texmf-dist/scripts/tex4ht/htlatex.sh htlatex
5403ln -sf ../share/texmf-dist/scripts/tex4ht/htmex.sh htmex
5404ln -sf ../share/texmf-dist/scripts/tex4ht/httex.sh httex
5405ln -sf ../share/texmf-dist/scripts/tex4ht/httexi.sh httexi
5406ln -sf ../share/texmf-dist/scripts/tex4ht/htxelatex.sh htxelatex
5407ln -sf ../share/texmf-dist/scripts/tex4ht/htxetex.sh htxetex
5408ln -sf ../share/texmf-dist/scripts/context/stubs/unix/luatools luatools
5409ln -sf ../share/texmf-dist/scripts/glossaries/makeglossaries makeglossaries
5410ln -sf ../share/texmf-dist/scripts/context/stubs/unix/makempy makempy
5411ln -sf ../share/texmf-dist/scripts/tex4ht/mk4ht.pl mk4ht
5412ln -sf ../share/texmf-dist/scripts/mkjobtexmf/mkjobtexmf.pl mkjobtexmf
5413ln -sf ../share/texmf-dist/scripts/context/stubs/unix/mpstools mpstools
5414ln -sf ../share/texmf-dist/scripts/context/stubs/unix/mptopdf mptopdf
5415ln -sf ../share/texmf-dist/scripts/context/stubs/unix/mtxrun mtxrun
5416ln -sf ../share/texmf-dist/scripts/context/stubs/unix/mtxtools mtxtools
5417ln -sf ../share/texmf-dist/scripts/oberdiek/pdfatfi.pl pdfatfi
5418ln -sf ../share/texmf-dist/scripts/pdfcrop/pdfcrop.pl pdfcrop
5419ln -sf ../share/texmf-dist/scripts/ppower4/pdfthumb.texlua pdfthumb
5420ln -sf ../share/texmf-dist/scripts/context/stubs/unix/pdftools pdftools
5421ln -sf ../share/texmf-dist/scripts/context/stubs/unix/pdftrimwhite pdftrimwhite
5422ln -sf ../share/texmf-dist/scripts/perltex/perltex.pl perltex
5423ln -sf ../share/texmf/scripts/pkfix/pkfix.pl pkfix
5424ln -sf ../share/texmf-dist/scripts/ppower4/ppower4.texlua ppower4
5425ln -sf ../share/texmf/scripts/ps2eps/ps2eps.pl ps2eps
5426ln -sf ../share/texmf-dist/scripts/pst-pdf/ps4pdf ps4pdf
5427ln -sf ../share/texmf-dist/scripts/pst2pdf/pst2pdf.pl pst2pdf
5428ln -sf ../share/texmf-dist/scripts/context/stubs/unix/pstopdf pstopdf
5429ln -sf ../share/texmf-dist/scripts/context/stubs/unix/rlxtools rlxtools
5430ln -sf ../share/texmf/scripts/texlive/rungs.tlu rungs
5431ln -sf ../share/texmf-dist/scripts/context/stubs/unix/runtools runtools
5432ln -sf ../share/texmf/scripts/simpdftex/simpdftex simpdftex
5433ln -sf ../share/texmf-dist/scripts/texcount/TeXcount.pl texcount
5434ln -sf ../share/texmf/scripts/texlive/texdoc.tlu texdoc
5435ln -sf ../share/texmf/scripts/tetex/texdoctk.pl texdoctk
5436ln -sf ../share/texmf-dist/scripts/context/stubs/unix/texexec texexec
5437ln -sf ../share/texmf-dist/scripts/context/stubs/unix/texfind texfind
5438ln -sf ../share/texmf-dist/scripts/context/stubs/unix/texfont texfont
5439ln -sf ../share/texmf-dist/scripts/context/ruby/texmfstart.rb texmfstart
5440ln -sf ../share/texmf-dist/scripts/context/stubs/unix/texshow texshow
5441ln -sf ../share/texmf-dist/scripts/context/stubs/unix/textools textools
5442ln -sf ../share/texmf-dist/scripts/context/stubs/unix/texutil texutil
5443ln -sf ../share/texmf-dist/scripts/thumbpdf/thumbpdf.pl thumbpdf
5444ln -sf ../share/texmf/scripts/texlive/tlmgr.pl tlmgr
5445ln -sf ../share/texmf-dist/scripts/context/stubs/unix/tmftools tmftools
5446ln -sf ../share/texmf-dist/scripts/vpe/vpe.pl vpe
5447ln -sf ../share/texmf-dist/scripts/context/stubs/unix/xmltools xmltools
3702646a 5448cd $CURDIR
37bb0d8c 5449
d08789e0
ZU
5450#install %{SOURCE7} $RPM_BUILD_ROOT%{_bindir}
5451#touch $RPM_BUILD_ROOT/etc/sysconfig/tetex-updmap/maps.lst
5452
26d8eaaa
ZU
5453# %{__make} init \
5454# prefix=$RPM_BUILD_ROOT%{_prefix} \
5455# bindir=$RPM_BUILD_ROOT%{_bindir} \
5456# mandir=$RPM_BUILD_ROOT%{_mandir} \
5457# libdir=$RPM_BUILD_ROOT%{_libdir} \
5458# datadir=$RPM_BUILD_ROOT%{_datadir} \
5459# infodir=$RPM_BUILD_ROOT%{_infodir} \
5460# includedir=$RPM_BUILD_ROOT%{_includedir} \
5461# sbindir=$RPM_BUILD_ROOT%{_sbindir} \
5462# texmf=$RPM_BUILD_ROOT%{texmf}
d08789e0 5463
489714ae 5464%{__rm} -r $RPM_BUILD_ROOT%{_prefix}/texmf
4aeb46f7 5465%{__rm} -r $RPM_BUILD_ROOT%{_prefix}/texmf-dist
8fef59bb
ZU
5466# We don't need it
5467%{__rm} -r $RPM_BUILD_ROOT%{texmf}/doc/man
c244802e 5468%{__rm} -r $RPM_BUILD_ROOT%{texmfdoc}/source
8e2a2403 5469
d08789e0
ZU
5470perl -pi \
5471 -e "s|$RPM_BUILD_ROOT||g;" \
5472 $RPM_BUILD_ROOT%{texmf}/web2c/texmf.cnf
5473
8175e90e 5474install %{SOURCE4} $RPM_BUILD_ROOT/etc/cron.daily/texlive
d08789e0
ZU
5475
5476install %{SOURCE5} $RPM_BUILD_ROOT%{_desktopdir}
5477install %{SOURCE6} $RPM_BUILD_ROOT%{_pixmapsdir}
5478
ce981570 5479# bzip2 -dc %{SOURCE3} | tar xf - -C $RPM_BUILD_ROOT%{_mandir}
d08789e0
ZU
5480
5481# in separate spec
b4d68b39
ZU
5482# rm -rf $RPM_BUILD_ROOT%{texmf}/tex/latex/{pgf,xcolor}
5483# rm -rf $RPM_BUILD_ROOT%{texmf}/doc/latex/{pgf,xcolor}
d08789e0
ZU
5484
5485# not included in package
5486rm -f $RPM_BUILD_ROOT%{texmf}/doc/fonts/oldgerman/COPYING
5487rm -f $RPM_BUILD_ROOT%{texmf}/doc/Makefile
5488rm -f $RPM_BUILD_ROOT%{texmf}/doc/programs/texinfo.*
5489rm -f $RPM_BUILD_ROOT%{texmf}/doc/helpfile
5490rm -f $RPM_BUILD_ROOT%{texmf}/doc/helpindex.html
5491rm -f $RPM_BUILD_ROOT%{texmf}/fonts/pk/ljfour/lh/lh-lcy/*.600pk
5492rm -f $RPM_BUILD_ROOT%{texmf}/release-tetex-{src,texmf}.txt
5493rm -f $RPM_BUILD_ROOT%{texmf}/scripts/uniqleaf/uniqleaf.pl
5494rm -f $RPM_BUILD_ROOT%{texmf}/doc/help/Catalogue-upd.sh
5495rm -f $RPM_BUILD_ROOT%{texmf}/doc/help/faq/uktug-faq-upd.sh
5496rm -f $RPM_BUILD_ROOT%{texmf}/doc/mkhtml*
5497rm -f $RPM_BUILD_ROOT%{texmf}/doc/index.html
5498rm -f $RPM_BUILD_ROOT%{texmf}/doc/index.php
5499rm -f $RPM_BUILD_ROOT%{_infodir}/dir.gz
5500rm -f $RPM_BUILD_ROOT%{_mandir}/{README.*,hu/man1/readlink.1*}
5501rm -f $RPM_BUILD_ROOT%{_datadir}/texinfo/html/texi2html.html
5502
5503# move format logs to BUILD, so $RPM_BUILD_ROOT is not polluted
5504# and we can still analyze them
ce981570
ZU
5505# install -d format-logs
5506# mv -fv $RPM_BUILD_ROOT%{fmtdir}/*.log format-logs
d08789e0
ZU
5507
5508%clean
5509rm -rf $RPM_BUILD_ROOT
5510
5511%post
5512%fixinfodir
5513%texhash
5514
5515%postun
5516%fixinfodir
5517if [ "$1" = "1" ]; then
5518 %texhash
5519fi
5520
5521%post doc-Catalogue
5522%texhash
5523
5524%postun doc-Catalogue
5525%texhash
5526
5527%post doc-tug-faq
5528%texhash
5529
5530%postun doc-tug-faq
5531%texhash
5532
096dca83 5533%post -n kpathsea
d08789e0
ZU
5534/sbin/ldconfig
5535%fixinfodir
5536%texhash
5537
096dca83 5538%postun -n kpathsea
d08789e0
ZU
5539/sbin/ldconfig
5540%fixinfodir
5541%texhash
5542
096dca83 5543%post -n kpathsea-devel
d08789e0
ZU
5544%texhash
5545
096dca83 5546%postun -n kpathsea-devel
d08789e0
ZU
5547%texhash
5548
5549%post dvips
5550%fixinfodir
5551%texhash
5552
5553%postun dvips
5554%fixinfodir
5555%texhash
5556
5557%post dvilj
5558%texhash
5559
5560%postun dvilj
5561%texhash
5562
5563%post makeindex
5564%texhash
5565
5566%postun makeindex
5567%texhash
5568
29d720fe
ZU
5569%post scripts
5570%texhash
5571
5572%postun scripts
5573%texhash
5574
783773ac
ZU
5575%post tex-arrayjob
5576%texhash
5577
5578%postun tex-arrayjob
5579%texhash
5580
5581%post tex-insbox
5582%texhash
5583
5584%postun tex-insbox
5585%texhash
5586
e67df411
ZU
5587%post tex-mathdots
5588%texhash
5589
5590%postun tex-mathdots
5591%texhash
5592
783773ac
ZU
5593%post tex-midnight
5594%texhash
5595
5596%postun tex-midnight
5597%texhash
5598
5599%post tex-ofs
5600%texhash
5601
5602%postun tex-ofs
5603%texhash
5604
e149bdb4
ZU
5605%post tex-physe
5606%texhash
5607
5608%postun tex-physe
5609%texhash
5610
5611%post tex-velthuis
5612%texhash
5613
5614%postun tex-velthuis
5615%texhash
5616
783773ac
ZU
5617%post tex-ytex
5618%texhash
5619
5620%postun tex-ytex
5621%texhash
5622
d08789e0
ZU
5623%post metafont
5624%texhash
5625
5626%postun metafont
5627%texhash
5628
5629%post metapost
5630%texhash
5631
5632%postun metapost
5633%texhash
5634
43a061cf 5635%post metapost-other
786ebdb1
ZU
5636%texhash
5637
43a061cf 5638%postun metapost-other
786ebdb1
ZU
5639%texhash
5640
d08789e0
ZU
5641%post mptopdf
5642%texhash
5643
5644%postun mptopdf
5645%texhash
5646
5647%post texdoctk
5648%texhash
5649
5650%postun texdoctk
5651%texhash
5652
5653%post -n xdvi
5654%texhash
5655
5656%postun -n xdvi
5657%texhash
5658
5659%post pdftex
5660%texhash
5661
5662%postun pdftex
5663%texhash
5664
04123363
ZU
5665%post phyzzx
5666%texhash
5667
5668%postun phyzzx
5669%texhash
5670
d08789e0
ZU
5671%post omega
5672%texhash
5673
5674%postun omega
5675%texhash
5676
5677%post plain
5678%texhash
5679
5680%postun plain
5681%texhash
5682
5683%post format-plain
5684%texhash
5685
5686%postun format-plain
5687%texhash
5688
5689%post format-pdftex
5690%texhash
5691
5692%postun format-pdftex
5693%texhash
5694
5695%post format-pdfetex
5696%texhash
5697
5698%postun format-pdfetex
5699%texhash
5700
5701%post mex
5702%texhash
5703
5704%postun mex
5705%texhash
5706
5707%post format-mex
5708%texhash
5709
5710%postun format-mex
5711%texhash
5712
5713%post format-pdfmex
5714%texhash
5715
5716%postun format-pdfmex
5717%texhash
5718
5719%postun format-utf8mex
5720%texhash
5721
5722%post amstex
5723%texhash
5724
5725%postun amstex
5726%texhash
5727
5728%post format-amstex
5729%texhash
5730
5731%postun format-amstex
5732%texhash
5733
5734%post format-pdfamstex
5735%texhash
5736
5737%postun format-pdfamstex
5738%texhash
5739
5740%post csplain
5741%texhash
5742
5743%postun csplain
5744%texhash
5745
5746%post format-csplain
5747%texhash
5748
5749%postun format-csplain
5750%texhash
5751
5752%post format-pdfcsplain
5753%texhash
5754
5755%postun format-pdfcsplain
5756%texhash
5757
5758%post cslatex
5759%texhash
5760
5761%postun cslatex
5762%texhash
5763
5764%post format-cslatex
5765%texhash
5766
5767%postun format-cslatex
5768%texhash
5769
5770%post format-pdfcslatex
5771%texhash
5772
5773%postun format-pdfcslatex
5774%texhash
5775
5776%post cyrplain
5777%texhash
5778
5779%postun cyrplain
5780%texhash
5781
5782%post format-cyrplain
5783%texhash
5784
5785%postun format-cyrplain
5786%texhash
5787
5788%post format-cyramstex
5789%texhash
5790
5791%postun format-cyramstex
5792%texhash
5793
5794%post format-cyrtexinfo
5795%texhash
5796
5797%postun format-cyrtexinfo
5798%texhash
5799
5800%post eplain
5801%texhash
5802
5803%postun eplain
5804%texhash
5805
5806%post format-eplain
5807%texhash
5808
5809%postun format-eplain
5810%texhash
5811
5812# ConTeXt format
5813
5814%post context
5815%texhash
5816
5817%postun context
5818%texhash
5819
5820%post format-context-de
5821%texhash
5822
5823%postun format-context-de
5824%texhash
5825
5826%post format-context-en
5827%texhash
5828
5829%postun format-context-en
5830%texhash
5831
5832%post format-context-nl
5833%texhash
5834
5835%postun format-context-nl
5836%texhash
5837
5838# LaTeX format.
5839
5840%post latex
5841%fixinfodir
5842%texhash
5843
5844%postun latex
5845%fixinfodir
5846%texhash
5847
2e9c3e45
ZU
5848%post latex-pdftools
5849%texhash
5850
5851%postun latex-pdftools
5852%texhash
5853
5854%post latex-math
5855%texhash
5856
5857%postun latex-math
5858%texhash
5859
5860%post latex-physics
5861%texhash
5862
5863%postun latex-physics
5864%texhash
5865
5866%post latex-games
5867%texhash
5868
5869%postun latex-games
5870%texhash
5871
5872%post latex-biology
5873%texhash
5874
5875%postun latex-biology
5876%texhash
5877
5878%post latex-chem
5879%texhash
5880
5881%postun latex-chem
5882%texhash
5883
5884%post latex-informatic
5885%texhash
5886
5887%postun latex-informatic
5888%texhash
5889
6c82f497
ZU
5890%post latex-12many
5891%texhash
5892
5893%postun latex-12many
5894%texhash
5895
fe66da27
ZU
5896%post latex-abstract
5897%texhash
5898
5899%postun latex-abstract
5900%texhash
5901
f1f5d194
ZU
5902%post latex-accfonts
5903%texhash
5904
5905%postun latex-accfonts
5906%texhash
5907
e88b5dcf
ZU
5908%post latex-adrconv
5909%texhash
5910
5911%postun latex-adrconv
5912%texhash
5913
d08789e0
ZU
5914%post latex-ae
5915%texhash
5916
5917%postun latex-ae
5918%texhash
5919
5920%post latex-ams
5921%texhash
5922
5923%postun latex-ams
5924%texhash
5925
5926%post latex-antp
5927%texhash
5928
5929%postun latex-antp
5930%texhash
5931
5932%post latex-antt
5933%texhash
5934
5935%postun latex-antt
5936%texhash
5937
e88b5dcf
ZU
5938%post latex-appendix
5939%texhash
5940
5941%postun latex-appendix
5942%texhash
5943
b4d68b39
ZU
5944%post latex-backgammon
5945%texhash
5946
5947%postun latex-backgammon
5948%texhash
5949
6c82f497
ZU
5950%post latex-bardiag
5951%texhash
5952
5953%postun latex-bardiag
5954%texhash
5955
d08789e0
ZU
5956%post latex-bbm
5957%texhash
5958
5959%postun latex-bbm
5960%texhash
5961
5962%post latex-bbold
5963%texhash
5964
5965%postun latex-bbold
5966%texhash
5967
b4d68b39
ZU
5968%post latex-beamer
5969%texhash
5970
5971%postun latex-beamer
5972%texhash
5973
2fede27b
ZU
5974%post latex-bezos
5975%texhash
5976
5977%postun latex-bezos
5978%texhash
5979
d08789e0
ZU
5980%post latex-bibtex
5981%texhash
5982
5983%postun latex-bibtex
5984%texhash
5985
5986%post latex-bibtex-ams
5987%texhash
5988
5989%postun latex-bibtex-ams
5990%texhash
5991
5992%post latex-bibtex-pl
5993%texhash
5994
5995%postun latex-bibtex-pl
5996%texhash
5997
5998%post latex-bibtex-german
5999%texhash
6000
6001%postun latex-bibtex-german
6002%texhash
6003
6004%post latex-bibtex-revtex4
6005%texhash
6006
6007%postun latex-bibtex-revtex4
6008%texhash
6009
6010%post latex-bibtex-jurabib
6011%texhash
6012
6013%postun latex-bibtex-jurabib
6014%texhash
6015
33b3b483
ZU
6016%post latex-bibtex-styles
6017%texhash
6018
6019%postun latex-bibtex-styles
6020%texhash
6021
2fede27b
ZU
6022%post latex-booktabs
6023%texhash
6024
6025%postun latex-booktabs
6026%texhash
6027
2fede27b
ZU
6028%post latex-caption
6029%texhash
6030
6031%postun latex-caption
6032%texhash
6033
d08789e0
ZU
6034%post latex-carlisle
6035%texhash
6036
6037%postun latex-carlisle
6038%texhash
6039
6040%post latex-ccfonts
6041%texhash
6042
6043%postun latex-ccfonts
6044%texhash
6045
6046%post latex-cite
6047%texhash
6048
6049%postun latex-cite
6050%texhash
6051
6052%post latex-cmbright
6053%texhash
6054
6055%postun latex-cmbright
6056%texhash
6057
783773ac
ZU
6058%post latex-colortab
6059%texhash
6060
6061%postun latex-colortab
6062%texhash
2fede27b
ZU
6063
6064%post latex-comment
6065%texhash
6066
6067%postun latex-comment
6068%texhash
6069
d08789e0
ZU
6070%post latex-concmath
6071%texhash
6072
6073%postun latex-concmath
6074%texhash
6075
2fede27b
ZU
6076%post latex-currvita
6077%texhash
6078
6079%postun latex-currvita
6080%texhash
6081
2fede27b
ZU
6082%post latex-curves
6083%texhash
6084
6085%postun latex-curves
6086%texhash
6087
d08789e0
ZU
6088%post latex-custom-bib
6089%texhash
6090
6091%postun latex-custom-bib
6092%texhash
6093
6094%post latex-cyrillic
6095%texhash
6096
6097%postun latex-cyrillic
6098%texhash
6099
04eb4e68
ZU
6100# %post latex-dstroke
6101# %texhash
d08789e0 6102
04eb4e68
ZU
6103# %postun latex-dstroke
6104# %texhash
d08789e0 6105
60597425
ZU
6106%post latex-enumitem
6107%texhash
6108
6109%postun latex-enumitem
6110%texhash
6111
fe66da27
ZU
6112%post latex-exam
6113%texhash
6114
6115%postun latex-exam
6116%texhash
6117
247457ba
ZU
6118%post latex-examdesign
6119%texhash
6120
6121%postun latex-examdesign
6122%texhash
6123
6124%post latex-formlett
6125%texhash
6126
6127%postun latex-formlett
6128%texhash
6129
c9ddaf2d
ZU
6130%post latex-formular
6131%texhash
6132
6133%postun latex-formular
6134%texhash
6135
f1f5d194
ZU
6136%post latex-gbrief
6137%texhash
6138
6139%postun latex-gbrief
6140%texhash
6141
d08789e0
ZU
6142%post latex-jknappen
6143%texhash
6144
6145%postun latex-jknappen
6146%texhash
6147
d19eaaab
ZU
6148%post latex-keystroke
6149%texhash
6150
6151%postun latex-keystroke
6152%texhash
6153
6154%post latex-labbook
6155%texhash
6156
6157%postun latex-labbook
6158%texhash
6159
6160%post latex-lcd
6161%texhash
6162
6163%postun latex-lcd
6164%texhash
6165
6166%post latex-leaflet
6167%texhash
6168
6169%postun latex-leaflet
6170%texhash
6171
f1f5d194
ZU
6172%post latex-leftidx
6173%texhash
6174
6175%postun latex-leftidx
6176%texhash
6177
d19eaaab
ZU
6178%post latex-lewis
6179%texhash
6180
6181%postun latex-lewis
6182%texhash
6183
d08789e0
ZU
6184%post latex-lm
6185%texhash
6186
fe66da27
ZU
6187%post latex-lastpage
6188%texhash
6189
6190%postun latex-lastpage
6191%texhash
6192
d08789e0
ZU
6193%postun latex-lm
6194%texhash
6195
6196%post latex-lucidabr
6197%texhash
6198
6199%postun latex-lucidabr
6200%texhash
6201
6202%post latex-marvosym
6203%texhash
6204
6205%postun latex-marvosym
6206%texhash
6207
d19eaaab
ZU
6208%post latex-mathexam
6209%texhash
6210
6211%postun latex-mathexam
6212%texhash
6213
d08789e0
ZU
6214%post latex-mathpple
6215%texhash
6216
6217%postun latex-mathpple
6218%texhash
6219
6220%post latex-mathtime
6221%texhash
6222
6223%postun latex-mathtime
6224%texhash
6225
6226%post latex-mflogo
6227%texhash
6228
6229%postun latex-mflogo
6230%texhash
6231
6232%post latex-mfnfss
6233%texhash
6234
6235%postun latex-mfnfss
6236%texhash
6237
6238%post latex-minitoc
6239%texhash
6240
6241%postun latex-minitoc
6242%texhash
6243
6244%post latex-mltex
6245%texhash
6246
6247%postun latex-mltex
6248%texhash
6249
f1f5d194
ZU
6250%post latex-moreverb
6251%texhash
6252
6253%postun latex-moreverb
6254%texhash
6255
d34bfb7f
ZU
6256%post latex-multienum
6257%texhash
6258
6259%postun latex-multienum
6260%texhash
6261
8ed039e0
ZU
6262%post latex-musictex
6263%texhash
6264
6265%postun latex-musictex
6266%texhash
6267
fe66da27
ZU
6268%post latex-ntheorem
6269%texhash
6270
6271%postun latex-ntheorem
6272%texhash
6273
f65b3398
ZU
6274%post latex-other
6275%texhash
6276
6277%postun latex-other
6278%texhash
6279
6280%post latex-other-doc
6281%texhash
6282
6283%postun latex-other-doc
6284%texhash
6285
d08789e0
ZU
6286%post latex-palatcm
6287%texhash
6288
6289%postun latex-palatcm
6290%texhash
6291
f65b3398
ZU
6292%post latex-pdfslide
6293%texhash
6294
6295%postun latex-pdfslide
6296%texhash
6297
03d9d5fa
ZU
6298%post latex-pgf
6299%texhash
6300
6301%postun latex-pgf
6302%texhash
6303
f65b3398
ZU
6304%post latex-polynom
6305%texhash
6306
6307%postun latex-polynom
6308%texhash
6309
6310%post latex-polynomial
6311%texhash
6312
6313%postun latex-polynomial
6314%texhash
6315
b7b4a109
ZU
6316%post latex-prosper
6317%texhash
6318
6319%postun latex-prosper
6320%texhash
6321
6322%post latex-pseudocode
6323%texhash
6324
6325%postun latex-pseudocode
6326%texhash
6327
d08789e0
ZU
6328%post latex-psnfss
6329%texhash
6330
6331%postun latex-psnfss
6332%texhash
6333
8efa6a9c
ZU
6334%post latex-pst-2dplot
6335%texhash
6336
6337%postun latex-pst-2dplot
6338%texhash
6339
6340%post latex-pst-3dplot
6341%texhash
6342
6343%postun latex-pst-3dplot
6344%texhash
6345
6346%post latex-pst-bar
6347%texhash
6348
6349%postun latex-pst-bar
6350%texhash
6351
6352%post latex-pst-circ
6353%texhash
6354
6355%postun latex-pst-circ
6356%texhash
6357
b7b4a109
ZU
6358%post latex-pst-eucl
6359%texhash
6360
6361%postun latex-pst-eucl
6362%texhash
6363
8efa6a9c
ZU
6364%post latex-pst-diffraction
6365%texhash
6366
6367%postun latex-pst-diffraction
6368%texhash
6369
6370%post latex-pst-fun
6371%texhash
6372
6373%postun latex-pst-fun
6374%texhash
6375
6376%post latex-pst-func
6377%texhash
6378
6379%postun latex-pst-func
6380%texhash
6381
6382%post latex-pst-infixplot
6383%texhash
6384
6385%postun latex-pst-infixplot
6386%texhash
6387
b7b4a109
ZU
6388%post latex-pst-fr3d
6389%texhash
6390
6391%postun latex-pst-fr3d
6392%texhash
6393
6394%post latex-pst-fractal
6395%texhash
6396
6397%postun latex-pst-fractal
6398%texhash
6399
d08789e0
ZU
6400%post latex-pxfonts
6401%texhash
6402
8efa6a9c
ZU
6403%post latex-pst-math
6404%texhash
6405
6406%postun latex-pst-math
6407%texhash
6408
6409%post latex-pst-ob3d
6410%texhash
6411
6412%postun latex-pst-ob3d
6413%texhash
6414
6415%post latex-pst-optic
6416%texhash
6417
6418%postun latex-pst-optic
6419%texhash
6420
6421%post latex-pst-optexp
6422%texhash
6423
6424%postun latex-pst-optexp
6425%texhash
6426
6427%post latex-pst-text
6428%texhash
6429
6430%postun latex-pst-text
6431%texhash
6432
1024ab0e
ZU
6433%post latex-pst-uncategorized
6434%texhash
6435
6436%postun latex-pst-uncategorized
1024ab0e
ZU
6437%texhash
6438
d08789e0
ZU
6439%postun latex-pxfonts
6440%texhash
6441
6442%post latex-qfonts
6443%texhash
6444
6445%postun latex-qfonts
6446%texhash
6447
6c82f497
ZU
6448%post latex-SIstyle
6449%texhash
6450
6451%postun latex-SIstyle
6452%texhash
6453
fe66da27
ZU
6454%post latex-SIunits
6455%texhash
6456
6457%postun latex-SIunits
6458%texhash
6459
f65b3398
ZU
6460%post latex-siunitx
6461%texhash
6462
6463%postun latex-siunitx
6464%texhash
6465
6c82f497
ZU
6466%post latex-Tabbing
6467%texhash
6468
6469%postun latex-Tabbing
6470%texhash
6471
d08789e0
ZU
6472%post latex-txfonts
6473%texhash
6474
6475%postun latex-txfonts
6476%texhash
6477
7ea3a98b
ZU
6478%post latex-ucs
6479%texhash
6480
6481%postun latex-ucs
6482%texhash
6483
d08789e0
ZU
6484%post latex-umlaute
6485%texhash
6486
6487%postun latex-umlaute
6488%texhash
6489
e67df411
ZU
6490%post latex-variations
6491%texhash
6492
6493%postun latex-variations
6494%texhash
6495
d08789e0
ZU
6496%post latex-wasysym
6497%texhash
6498
6499%postun latex-wasysym
6500%texhash
6501
03d9d5fa
ZU
6502%post latex-xcolor
6503%texhash
6504
6505%postun latex-xcolor
6506%texhash
6507
d08789e0
ZU
6508%post format-latex
6509%texhash
6510
6511%postun format-latex
6512%texhash
6513
6514%post format-pdflatex
6515%texhash
6516
6517%postun format-pdflatex
6518%texhash
6519
6520%post platex
6521%texhash
6522
6523%postun platex
6524%texhash
6525
6526%post format-platex
6527%texhash
6528
6529%postun format-platex
6530%texhash
6531
6532%post format-pdfplatex
6533%texhash
6534
6535%postun format-pdfplatex
6536%texhash
6537
6538%post tex-babel
6539%texhash
6540
6541%postun tex-babel
6542%texhash
6543
6544%post tex-german
6545%texhash
6546
6547%postun tex-german
6548%texhash
6549
6550%post tex-mfpic
6551%texhash
6552
6553%postun tex-mfpic
6554%texhash
6555
6556%post tex-misc
6557%texhash
6558
6559%postun tex-misc
6560%texhash
6561
6562%post tex-pictex
6563%texhash
6564
6565%postun tex-pictex
6566%texhash
6567
29d720fe
ZU
6568%post tex-psizzl
6569%texhash
6570
6571%postun tex-psizzl
6572%texhash
6573
d08789e0
ZU
6574%post tex-pstricks
6575%texhash
6576
6577%postun tex-pstricks
6578%texhash
6579
6580%post tex-qpx
6581%texhash
6582
6583%postun tex-qpx
6584%texhash
6585
31bd2c4a 6586%post tex-qpxqtx
d08789e0
ZU
6587%texhash
6588
31bd2c4a 6589%postun tex-qpxqtx
d08789e0
ZU
6590%texhash
6591
6592%post tex-ruhyphen
6593%texhash
6594
6595%postun tex-ruhyphen
6596%texhash
6597
6598%post tex-spanish
6599%texhash
6600
6601%postun tex-spanish
6602%texhash
6603
6604%post tex-texdraw
6605%texhash
6606
6607%postun tex-texdraw
6608%texhash
6609
6610%post tex-thumbpdf
6611%texhash
6612
6613%postun tex-thumbpdf
6614%texhash
6615
6616%post tex-ukrhyph
6617%texhash
6618
6619%postun tex-ukrhyph
6620%texhash
6621
6622%post latex-vietnam
6623%texhash
6624
6625%postun latex-vietnam
6626%texhash
6627
6628%post tex-xypic
6629%texhash
6630
6631%postun tex-xypic
6632%texhash
6633
6634%post fonts-adobe
6635%texhash
6636
6637%postun fonts-adobe
6638%texhash
6639
6640%post fonts-ae
6641%texhash
6642
6643%postun fonts-ae
6644%texhash
6645
6646%post fonts-ams
6647%texhash
6648
6649%postun fonts-ams
6650%texhash
6651
6652%post fonts-antp
6653%texhash
6654
6655%postun fonts-antp
6656%texhash
6657
6658%post fonts-antt
6659%texhash
6660
6661%postun fonts-antt
6662%texhash
6663
6664%post fonts-bbm
6665%texhash
6666
6667%postun fonts-bbm
6668%texhash
6669
6670%post fonts-bbold
6671%texhash
6672
6673%postun fonts-bbold
6674%texhash
6675
070c5aff
ZU
6676%post fonts-bh
6677%texhash
d08789e0 6678
070c5aff
ZU
6679%postun fonts-bh
6680%texhash
d08789e0
ZU
6681
6682%post fonts-bitstream
6683%texhash
6684
6685%postun fonts-bitstream
6686%texhash
6687
6688%post fonts-cbgreek
6689%texhash
6690
6691%postun fonts-cbgreek
6692%texhash
6693
6694%post fonts-cc-pl
6695%texhash
6696
6697%postun fonts-cc-pl
6698%texhash
6699
6700%post fonts-cg
6701%texhash
6702
6703%postun fonts-cg
6704%texhash
6705
6706%post fonts-cm
6707%texhash
6708
6709%postun fonts-cm
6710%texhash
6711
6712%post fonts-cmbright
6713%texhash
6714
6715%postun fonts-cmbright
6716%texhash
6717
6718%post fonts-cmcyr
6719%texhash
6720
6721%postun fonts-cmcyr
6722%texhash
6723
6724%post fonts-cmextra
6725%texhash
6726
6727%postun fonts-cmextra
6728%texhash
6729
7af5f8bc 6730%post fonts-cmsuper
5d7e11d7
ZU
6731%texhash
6732
7af5f8bc 6733%postun fonts-cmsuper
5d7e11d7
ZU
6734%texhash
6735
d08789e0
ZU
6736%post fonts-concmath
6737%texhash
6738
6739%postun fonts-concmath
6740%texhash
6741
6742%post fonts-concrete
6743%texhash
6744
6745%postun fonts-concrete
6746%texhash
6747
6748%post fonts-cs
6749%texhash
6750
6751%postun fonts-cs
6752%texhash
6753
4a09ae1a
ZU
6754%post fonts-dstroke
6755%texhash
d08789e0 6756
4a09ae1a
ZU
6757%postun fonts-dstroke
6758%texhash
d08789e0
ZU
6759
6760%post fonts-ecc
6761%texhash
6762
6763%postun fonts-ecc
6764%texhash
6765
6766%post fonts-eurosym
6767%texhash
6768
6769%postun fonts-eurosym
6770%texhash
6771
6772%post fonts-euxm
6773%texhash
6774
6775%postun fonts-euxm
6776%texhash
6777
6778%post fonts-gothic
6779%texhash
6780
6781%postun fonts-gothic
6782%texhash
6783
6784%post fonts-hoekwater
6785%texhash
6786
6787%postun fonts-hoekwater
6788%texhash
6789
6790%post fonts-jknappen
6791%texhash
6792
6793%postun fonts-jknappen
6794%texhash
6795
6796%post fonts-latex
6797%texhash
6798
6799%postun fonts-latex
6800%texhash
6801
6802%post fonts-lh
6803%texhash
6804
6805%postun fonts-lh
6806%texhash
6807
6808%post fonts-lm
6809%texhash
6810
6811%postun fonts-lm
6812%texhash
6813
6814%post fonts-marvosym
6815%texhash
6816
6817%postun fonts-marvosym
6818%texhash
6819
6820%post fonts-mflogo
6821%texhash
6822
6823%postun fonts-mflogo
6824%texhash
6825
6826%post fonts-misc
6827%texhash
6828
6829%postun fonts-misc
6830%texhash
6831
6832%post fonts-monotype
6833%texhash
6834
6835%postun fonts-monotype
6836%texhash
6837
6838%post fonts-omega
6839%texhash
6840
6841%postun fonts-omega
6842%texhash
6843
f1ba8563
ZU
6844%post fonts-other
6845%texhash
6846
6847%postun fonts-other
6848%texhash
6849
d08789e0
ZU
6850%post fonts-pazo
6851%texhash
6852
6853%postun fonts-pazo
6854%texhash
6855
6856%post fonts-pl
6857%texhash
6858
6859%postun fonts-pl
6860%texhash
6861
6862%post fonts-px
6863%texhash
6864
6865%postun fonts-px
6866%texhash
6867
6868%post fonts-qfonts
6869%texhash
6870
6871%postun fonts-qfonts
6872%texhash
6873
6874%post fonts-qpx
6875%texhash
6876
6877%postun fonts-qpx
6878%texhash
6879
31bd2c4a 6880%post fonts-qpxqtx
d08789e0
ZU
6881%texhash
6882
31bd2c4a 6883%postun fonts-qpxqtx
d08789e0
ZU
6884%texhash
6885
6886%post fonts-rsfs
6887%texhash
6888
6889%postun fonts-rsfs
6890%texhash
6891
6892%post fonts-stmaryrd
6893%texhash
6894
6895%postun fonts-stmaryrd
6896%texhash
6897
6898%post fonts-tx
6899%texhash
6900
6901%postun fonts-tx
6902%texhash
6903
6904%post fonts-urw
6905%texhash
6906
6907%postun fonts-urw
6908%texhash
6909
e67df411
ZU
6910%post fonts-urw35vf
6911%texhash
6912
6913%postun fonts-urw35vf
6914%texhash
6915
d08789e0
ZU
6916%post fonts-vnr
6917%texhash
6918
6919%postun fonts-vnr
6920%texhash
6921
6922%post fonts-wasy
6923%texhash
6924
6925%postun fonts-wasy
6926%texhash
6927
6928%post fonts-xypic
6929%texhash
6930
6931%postun fonts-xypic
6932%texhash
6933
6934%post fonts-yandy
6935%texhash
6936
6937%postun fonts-yandy
6938%texhash
6939
6940%post fonts-type1-antp
6941%texhash
6942
6943%postun fonts-type1-antp
6944%texhash
6945
6946%post fonts-type1-antt
6947%texhash
6948
6949%postun fonts-type1-antt
6950%texhash
6951
6952%post fonts-type1-belleek
6953%texhash
6954
6955%postun fonts-type1-belleek
6956%texhash
6957
6958%post fonts-type1-bitstream
6959%texhash
6960
6961%postun fonts-type1-bitstream
6962%texhash
6963
6964%post fonts-type1-bluesky
6965%texhash
6966
6967%postun fonts-type1-bluesky
6968%texhash
6969
6970%post fonts-type1-cc-pl
6971%texhash
6972
6973%postun fonts-type1-cc-pl
6974%texhash
6975
6976%post fonts-type1-cmcyr
6977%texhash
6978
6979%postun fonts-type1-cmcyr
6980%texhash
6981
6982%post fonts-type1-cs
6983%texhash
6984
6985%postun fonts-type1-cs
6986%texhash
6987
070c5aff
ZU
6988%post fonts-type1-dstroke
6989%texhash
d08789e0 6990
070c5aff
ZU
6991%postun fonts-type1-dstroke
6992%texhash
d08789e0
ZU
6993
6994%post fonts-type1-eurosym
6995%texhash
6996
6997%postun fonts-type1-eurosym
6998%texhash
6999
7000%post fonts-type1-hoekwater
7001%texhash
7002
7003%postun fonts-type1-hoekwater
7004%texhash
7005
7006%post fonts-type1-lm
7007%texhash
7008
7009%postun fonts-type1-lm
7010%texhash
7011
7012%post fonts-type1-marvosym
7013%texhash
7014
7015%postun fonts-type1-marvosym
7016%texhash
7017
7018%post fonts-type1-mathpazo
7019%texhash
7020
7021%postun fonts-type1-mathpazo
7022%texhash
7023
7024%post fonts-type1-omega
7025%texhash
7026
7027%postun fonts-type1-omega
7028%texhash
7029
7030%post fonts-type1-pl
7031%texhash
7032
7033%postun fonts-type1-pl
7034%texhash
7035
7036%post fonts-type1-px
7037%texhash
7038
7039%postun fonts-type1-px
7040%texhash
7041
070c5aff
ZU
7042%post fonts-type1-qfonts
7043%texhash
d08789e0 7044
070c5aff
ZU
7045%postun fonts-type1-qfonts
7046%texhash
d08789e0
ZU
7047
7048%post fonts-type1-tx
7049%texhash
7050
7051%postun fonts-type1-tx
7052%texhash
7053
7054%post fonts-type1-urw
7055%texhash
7056
7057%postun fonts-type1-urw
7058%texhash
7059
7060%post fonts-type1-vnr
7061%texhash
7062
7063%postun fonts-type1-vnr
7064%texhash
7065
7066%post fonts-type1-xypic
7067%texhash
7068
7069%postun fonts-type1-xypic
7070%texhash
7071
7072%post -n texconfig
7073%texhash
7074
7075%postun -n texconfig
7076%texhash
7077
4224ae6d
MB
7078%post xetex
7079%texhash
7080
7081%postun xetex
7082%texhash
7083
7084%post xmltex
7085%texhash
7086
7087%postun xmltex
7088%texhash
7089
5902e778
ZU
7090# Check the commented lines!!!
7091
d08789e0
ZU
7092%files
7093%defattr(644,root,root,755)
0f6c4baf 7094# %doc %{texmf}/LICENSE.texmf
df343eba 7095# %doc %{texmf}/ChangeLog
df343eba 7096# %doc %{texmf}/doc/README.knuth
efc75a1e 7097# There isn't doc/fonts directory
80fa261c 7098%dir %{texmfdist}/doc/fonts
606c6ab6 7099%doc %{texmfdist}/doc/fontname
efc75a1e 7100# %dir %{texmf}/doc/fonts/polish
df343eba
ZU
7101# %dir %{texmf}/doc/help
7102# %doc %{texmf}/doc/help/csname.txt
7103# %doc %{texmf}/doc/help/ctan
7104# %doc %{texmf}/doc/help/tds.dvi
7105# %doc %{texmf}/doc/help/unixtex.ftp
7106# %dir %{texmf}/doc/help/faq
7107# %doc %{texmf}/doc/images
df343eba
ZU
7108# %dir %{texmf}/doc/polish
7109# %doc %{texmf}/doc/polish/*.html
7110# %dir %{texmf}/doc/programs
7111# %doc %{texmf}/doc/programs/web2c*
7112# %doc %{texmf}/doc/programs/cwebman.dvi
7113# %doc %{texmf}/doc/programs/dvipng.*
7114# %doc %{texmf}/doc/knuth
d08789e0
ZU
7115#%attr(755,root,root) %{_bindir}/MakeTeXPK
7116#%attr(755,root,root) %{_bindir}/access
1a192771
ZU
7117
7118# ***********
7119# executables
7120# ***********
d08789e0
ZU
7121%attr(755,root,root) %{_bindir}/a2ping
7122%attr(755,root,root) %{_bindir}/afm2tfm
7123%attr(755,root,root) %{_bindir}/allcm
7124%attr(755,root,root) %{_bindir}/allec
7125%attr(755,root,root) %{_bindir}/allneeded
7126%attr(755,root,root) %{_bindir}/cweave
7127%attr(755,root,root) %{_bindir}/ctangle
7128%attr(755,root,root) %{_bindir}/ctie
7129%attr(755,root,root) %{_bindir}/dmp
7130%attr(755,root,root) %{_bindir}/dvipng
7131%attr(755,root,root) %{_bindir}/e2pall
7132%attr(755,root,root) %{_bindir}/ebb
df343eba 7133# %attr(755,root,root) %{_bindir}/fdf2tan
d08789e0
ZU
7134%attr(755,root,root) %{_bindir}/fmtutil
7135%attr(755,root,root) %{_bindir}/fmtutil-sys
7136#%attr(755,root,root) %{_bindir}/fontexport
7137#%attr(755,root,root) %{_bindir}/fontimport
7138%attr(755,root,root) %{_bindir}/fontinst
7139%attr(755,root,root) %{_bindir}/gftodvi
7140%attr(755,root,root) %{_bindir}/gftopk
7141%attr(755,root,root) %{_bindir}/gftype
7142%attr(755,root,root) %{_bindir}/gsftopk
7143#%attr(755,root,root) %{_bindir}/initex
7144%attr(755,root,root) %{_bindir}/kpseaccess
7145%attr(755,root,root) %{_bindir}/kpsereadlink
7146%attr(755,root,root) %{_bindir}/kpsewhere
7147%attr(755,root,root) %{_bindir}/mag
7148%attr(755,root,root) %{_bindir}/makempx
d08789e0
ZU
7149#%attr(755,root,root) %{_bindir}/mkfontdesc
7150%attr(755,root,root) %{_bindir}/mktexfmt
7151%attr(755,root,root) %{_bindir}/mktexlsr
7152%attr(755,root,root) %{_bindir}/newer
7153%attr(755,root,root) %{_bindir}/patgen
7154%attr(755,root,root) %{_bindir}/pdfetex
7155%attr(755,root,root) %{_bindir}/pfb2pfa
7156%attr(755,root,root) %{_bindir}/pk2bm
7157%attr(755,root,root) %{_bindir}/pktogf
7158%attr(755,root,root) %{_bindir}/pktype
7159%attr(755,root,root) %{_bindir}/pltotf
7160%attr(755,root,root) %{_bindir}/pooltype
7161%attr(755,root,root) %{_bindir}/ps2frag
7162%attr(755,root,root) %{_bindir}/ps2pk
7163# TODO: move this file to correct subpackage ?
7164%attr(755,root,root) %{_bindir}/ps4pdf
7165#%attr(755,root,root) %{_bindir}/t1mapper
7166%attr(755,root,root) %{_bindir}/tangle
7167#%attr(755,root,root) %{_bindir}/tetex-updmap
7168%attr(755,root,root) %{_bindir}/tex
7169%attr(755,root,root) %{_bindir}/texdoc
d08789e0 7170%attr(755,root,root) %{_bindir}/texhash
df343eba 7171# %attr(755,root,root) %{_bindir}/texi2html
d08789e0
ZU
7172%attr(755,root,root) %{_bindir}/texlinks
7173%attr(755,root,root) %{_bindir}/tftopl
7174%attr(755,root,root) %{_bindir}/tie
7175%attr(755,root,root) %{_bindir}/ttf2afm
7176%attr(755,root,root) %{_bindir}/updmap
7177%attr(755,root,root) %{_bindir}/updmap-sys
7178%attr(755,root,root) %{_bindir}/vftovp
7179#%attr(755,root,root) %{_bindir}/virtex
7180%attr(755,root,root) %{_bindir}/vptovf
7181%attr(755,root,root) %{_bindir}/weave
7182
7183%attr(755,root,root) %{texmf}/web2c/mktexnam
7184%attr(755,root,root) %{texmf}/web2c/mktexdir
7185%attr(755,root,root) %{texmf}/web2c/mktexupd
7186
0edad7f5 7187%attr(750,root,root) /etc/cron.daily/texlive
d08789e0
ZU
7188
7189#%dir /etc/sysconfig/tetex-updmap
7190#%verify(not md5 mtime size) %config(noreplace) /etc/sysconfig/tetex-updmap/maps.lst
7191
7192%ghost %{texmf}/ls-R
7057740b 7193%ghost %{texmfdist}/ls-R
7057740b 7194# %ghost %{_localstatedir}/ls-R
d08789e0 7195
2677a8b0 7196%config(noreplace) %verify(not md5 mtime size) %{texmfdist}/tex/cslatex/base/fonttext.cfg
1a192771 7197%config(noreplace) %verify(not md5 mtime size) %{texmf}/tex/generic/config/language.dat
2677a8b0
ZU
7198%config(noreplace) %verify(not md5 mtime size) %{texmfdist}/tex/latex/base/fontmath.cfg
7199%config(noreplace) %verify(not md5 mtime size) %{texmfdist}/tex/latex/base/fonttext.cfg
7200%config(noreplace) %verify(not md5 mtime size) %{texmfdist}/tex/latex/base/preload.cfg
1a192771 7201
d08789e0
ZU
7202%config(noreplace) %verify(not md5 mtime size) %{texmf}/web2c/fmtutil.cnf
7203%config(noreplace) %verify(not md5 mtime size) %{texmf}/web2c/mktex.cnf
7204%config(noreplace) %verify(not md5 mtime size) %{texmf}/web2c/mktex.opt
7205%config(noreplace) %verify(not md5 mtime size) %{texmf}/web2c/mktexdir.opt
7206%config(noreplace) %verify(not md5 mtime size) %{texmf}/web2c/mktexnam.opt
7207%config(noreplace) %verify(not md5 mtime size) %{texmf}/web2c/texmf.cnf
7208%config(noreplace) %verify(not md5 mtime size) %{texmf}/web2c/updmap.cfg
7209
d08789e0
ZU
7210%attr(1777,root,root) /var/cache/fonts
7211
7212%{_datadir}/info/web2c.info*
df343eba
ZU
7213# %{_datadir}/info/texi2html.info*
7214# %{_datadir}/texi2html
d08789e0
ZU
7215#%{texmf}/updates.dat
7216
df343eba 7217# %{texmf}/aliases
df343eba 7218# %{texmf}/tex/generic/bghyph
1a192771
ZU
7219# %doc %{texmf}/doc/generic/hyphen
7220#%{texmf}/tex/generic/letterspacing
7221
7222# ***********
7223# Directories
7224# ***********
ae4a938c 7225%attr(1777,root,root) %dir %{_localstatedir}
9f3b990b
ZU
7226%attr(1777,root,root) %dir %{_localstatedir}/fonts
7227%attr(1777,root,root) %dir %{_localstatedir}/fonts/map
ae4a938c 7228%attr(1777,root,root) %dir %{fmtdir}
1a192771 7229
b6042de9 7230%dir %{texmfdist}
8ed039e0 7231%doc %{texmfdist}/README
b6042de9
ZU
7232%dir %{texmf}
7233
1a192771
ZU
7234%dir %{texmfdist}/doc
7235%dir %{texmfdist}/doc/generic
7236%dir %{texmfdist}/doc/generic/enctex
7237%dir %{texmfdist}/doc/latex
7238%dir %{texmfdist}/doc/latex/localloc
7239%dir %{texmf}/doc
7240%dir %{texmf}/doc/generic
7241%dir %{texmf}/doc/tetex
04123363 7242%dir %{texmf}/fmtutil
1a192771
ZU
7243
7244%dir %{texmfdist}/tex
2677a8b0 7245%dir %{texmfdist}/tex/cslatex
0b6bcf85 7246%dir %{texmfdist}/tex/cslatex/base
330a8c29 7247%dir %{texmfdist}/tex/fontinst
165b9d73 7248%dir %{texmfdist}/tex/generic
5f841614 7249%dir %{texmfdist}/tex/generic/dehyph-exptl
1a192771 7250%dir %{texmfdist}/tex/generic/enctex
5f841614 7251%dir %{texmfdist}/tex/generic/hyph-utf8
165b9d73 7252%dir %{texmfdist}/tex/generic/misc
a4ad1d2b
ZU
7253%dir %{texmfdist}/tex/latex
7254%dir %{texmfdist}/tex/latex/base
1a192771
ZU
7255%dir %{texmf}/dvips
7256%dir %{texmf}/dvips/config
7257%dir %{texmf}/dvips/tetex
d08789e0
ZU
7258%dir %{texmf}/fonts/enc
7259%dir %{texmf}/fonts/enc/dvips
7260%dir %{texmf}/fonts/enc/dvips/tetex
fb2a8613 7261%dir %{texmf}/fonts/map/dvips/updmap
1a192771
ZU
7262%dir %{texmf}/fonts/map
7263%dir %{texmf}/fonts/map/dvips
7264%dir %{texmf}/fonts/map/dvips/tetex
7265%dir %{texmf}/scripts
7266%dir %{texmf}/tex
1a192771
ZU
7267%dir %{texmf}/tex/generic
7268%dir %{texmf}/tex/generic/config
1a192771
ZU
7269%dir %{texmf}/web2c
7270
7271# Docs
2677a8b0 7272# %doc %{texmf}/doc/README
1a192771
ZU
7273%doc %{texmf}/doc/tetex/TETEXDOC.*
7274%doc %{texmf}/doc/tetex/teTeX-FAQ
c9ddaf2d 7275%doc %{texmfdist}/source/fontinst
1a192771
ZU
7276
7277# %{texmf}/fonts/map/dvips/tetex/contnav.map
7278# %{texmf}/fonts/map/dvips/tetex/lumath-o.map
7279%{texmfdist}/fonts/map/dvips/vntex/urwvn.map
015f9ddb 7280%{texmfdist}/fonts/map/fontname
1a192771
ZU
7281%{texmfdist}/fonts/enc/dvips/vntex/t5.enc
7282
7283# Main fonts from TeTeX
d08789e0
ZU
7284%{texmf}/fonts/enc/dvips/tetex/09fbbfac.enc
7285%{texmf}/fonts/enc/dvips/tetex/0ef0afca.enc
7286%{texmf}/fonts/enc/dvips/tetex/10037936.enc
7287%{texmf}/fonts/enc/dvips/tetex/1b6d048e.enc
7288%{texmf}/fonts/enc/dvips/tetex/71414f53.enc
7289%{texmf}/fonts/enc/dvips/tetex/74afc74c.enc
7290%{texmf}/fonts/enc/dvips/tetex/aae443f0.enc
7291%{texmf}/fonts/enc/dvips/tetex/b6a4d7c7.enc
7292%{texmf}/fonts/enc/dvips/tetex/bbad153f.enc
7293%{texmf}/fonts/enc/dvips/tetex/d9b29452.enc
7294%{texmf}/fonts/enc/dvips/tetex/f7b6d320.enc
1a192771 7295%{texmf}/fonts/map/dvips/tetex/ps2pk35.map
d08789e0 7296
d1c173de 7297%{texmfdist}/tex/fontinst
f2555868 7298%{texmfdist}/tex/generic/dehyph-exptl/*
2677a8b0
ZU
7299%{texmfdist}/tex/generic/encodings
7300%{texmfdist}/tex/generic/epsf
f2555868 7301%{texmfdist}/tex/generic/hyph-utf8/*
80fa261c 7302%{texmfdist}/tex/generic/genmisc
2677a8b0 7303%{texmfdist}/tex/generic/misc/null*
1a192771 7304%{texmfdist}/tex/generic/misc/texnames.sty
2677a8b0
ZU
7305%{texmfdist}/tex/generic/tap
7306%{texmfdist}/tex/generic/tex-ps
2677a8b0 7307%{texmfdist}/tex/texinfo
1a192771 7308%{texmf}/tex/fontinst
1a192771 7309%{texmf}/tex/generic/hyphen
df343eba 7310
c9ddaf2d
ZU
7311%doc %{texmfdist}/doc/generic/epsf
7312%doc %{temxfdist}/doc/generic/tex-ps
7313
1a192771
ZU
7314# %{fmtdir}/metafun.mem
7315#%{texmf}/web2c/tex-pl.pool
7316# %{texmf}/web2c/tex.pool
fb2a8613 7317%{texmf}/fonts/map/dvips/updmap/*
1a192771
ZU
7318
7319%{texmf}/web2c/*.tcx
df343eba
ZU
7320
7321# %lang(fi) %{_mandir}/fi/man1/afm2tfm.1*
7322# %lang(fi) %{_mandir}/fi/man1/allcm.1*
7323# %lang(fi) %{_mandir}/fi/man1/allneeded.1*
7324# %lang(fr) %{_mandir}/fr/man1/access.1*
7325# %lang(hu) %{_mandir}/hu/man1/access.1*
7326# %lang(hu) %{_mandir}/hu/man1/newer.1*
7327# %lang(pl) %{_mandir}/pl/man1/access.1*
7328# %lang(pl) %{_mandir}/pl/man1/newer.1*
d08789e0
ZU
7329#%{_mandir}/man1/MakeTeXPK.1*
7330#%{_mandir}/man1/access.1*
7331#%{_mandir}/man1/fontexport.1*
7332#%{_mandir}/man1/fontimport.1*
7333#%{_mandir}/man1/initex.1*
7334#%{_mandir}/man1/t1mapper.1*
1a192771 7335#%{_mandir}/man1/texdoc.1*
1a192771 7336#%{_mandir}/man1/texi2html.1*
d08789e0 7337#%{_mandir}/man1/virtex.1*
1a192771 7338#%{_mandir}/man8/fmtutil.8*
d08789e0 7339#%{_mandir}/man8/mkfontdesc.8*
1a192771
ZU
7340#%{_mandir}/man8/texlinks.8*
7341
d08789e0
ZU
7342%{_mandir}/man1/afm2tfm.1*
7343%{_mandir}/man1/allcm.1*
fae5faca 7344%{_mandir}/man1/allec.1*
d08789e0 7345%{_mandir}/man1/allneeded.1*
fae5faca 7346%{_mandir}/man1/ctangle.1*
d08789e0 7347%{_mandir}/man1/ctie.1*
fae5faca 7348%{_mandir}/man1/cweave.1*
d08789e0
ZU
7349%{_mandir}/man1/cweb.1*
7350%{_mandir}/man1/dmp.1*
7351%{_mandir}/man1/dvipdft.1*
7352%{_mandir}/man1/dvipng.1*
7353%{_mandir}/man1/e2pall.1*
7354%{_mandir}/man1/ebb.1*
7355%{_mandir}/man1/fmtutil.1*
09deda15 7356%{_mandir}/man1/fmtutil-sys.1*
d08789e0
ZU
7357%{_mandir}/man1/fontinst.1*
7358%{_mandir}/man1/gftodvi.1*
7359%{_mandir}/man1/gftopk.1*
7360%{_mandir}/man1/gftype.1*
7361%{_mandir}/man1/gsftopk.1*
7362%{_mandir}/man1/kpseaccess.1*
7363%{_mandir}/man1/kpsereadlink.1*
7364%{_mandir}/man1/kpsewhere.1*
7365%{_mandir}/man1/mag.1*
7366%{_mandir}/man1/makempx.1*
7367%{_mandir}/man1/makempy.1*
fae5faca 7368%{_mandir}/man1/mktexfmt.1*
d08789e0
ZU
7369%{_mandir}/man1/mktexlsr.1*
7370%{_mandir}/man1/newer.1*
7371%{_mandir}/man1/patgen.1*
7372%{_mandir}/man1/pdfetex.1*
7373%{_mandir}/man1/pfb2pfa.1*
7374%{_mandir}/man1/pk2bm.1*
7375%{_mandir}/man1/pktogf.1*
7376%{_mandir}/man1/pktype.1*
7377%{_mandir}/man1/pltotf.1*
7378%{_mandir}/man1/pooltype.1*
7379%{_mandir}/man1/ps2frag.1*
7380%{_mandir}/man1/ps2pk.1*
7381%{_mandir}/man1/tangle.1*
7382%{_mandir}/man1/tex.1*
d08789e0 7383%{_mandir}/man1/texexec.1*
fae5faca 7384%{_mandir}/man1/texhash.1*
d08789e0 7385%{_mandir}/man1/texlinks.1*
d08789e0 7386%{_mandir}/man1/tftopl.1*
d08789e0 7387%{_mandir}/man1/tie.1*
1a192771 7388%{_mandir}/man1/ttf2afm.1*
d08789e0 7389%{_mandir}/man1/updmap.1*
fae5faca 7390%{_mandir}/man1/updmap-sys.1*
d08789e0
ZU
7391%{_mandir}/man1/vftovp.1*
7392%{_mandir}/man1/vptovf.1*
7393%{_mandir}/man1/weave.1*
7394%{_mandir}/man5/fmtutil.cnf.5*
fae5faca 7395%{_mandir}/man5/updmap.cfg.5*
1a192771 7396
80fa261c
ZU
7397%files other-utils
7398%defattr(644,root,root,755)
7399%attr(755,root,root) %{_bindir}/bg5+latex
7400%attr(755,root,root) %{_bindir}/bg5+pdflatex
7401%attr(755,root,root) %{_bindir}/bg5conv
7402%attr(755,root,root) %{_bindir}/bg5latex
7403%attr(755,root,root) %{_bindir}/bg5pdflatex
7404%attr(755,root,root) %{_bindir}/bibtex8
7405%attr(755,root,root) %{_bindir}/cfftot1
7406%attr(755,root,root) %{_bindir}/ebong
7407%attr(755,root,root) %{_bindir}/extconv
7408%attr(755,root,root) %{_bindir}/extractbb
7409%attr(755,root,root) %{_bindir}/gbklatex
7410%attr(755,root,root) %{_bindir}/gbkpdflatex
7411%attr(755,root,root) %{_bindir}/getnonfreefonts
7412%attr(755,root,root) %{_bindir}/getnonfreefonts-sys
7413%attr(755,root,root) %{_bindir}/hbf2gf
7414%attr(755,root,root) %{_bindir}/jadetex
7415%attr(755,root,root) %{_bindir}/lamed
7416%attr(755,root,root) %{_bindir}/makeglossaries
7417%attr(755,root,root) %{_bindir}/metafun
7418%attr(755,root,root) %{_bindir}/mkjobtexmf
7419%attr(755,root,root) %{_bindir}/mllatex
7420%attr(755,root,root) %{_bindir}/mltex
7421%attr(755,root,root) %{_bindir}/mmafm
7422%attr(755,root,root) %{_bindir}/mmpfb
7423%attr(755,root,root) %{_bindir}/musixflx
7424%attr(755,root,root) %{_bindir}/ofm2opl
7425%attr(755,root,root) %{_bindir}/otfinfo
7426%attr(755,root,root) %{_bindir}/otftotfm
7427%attr(755,root,root) %{_bindir}/oxdvi
7428%attr(755,root,root) %{_bindir}/pdfatfi
7429%attr(755,root,root) %{_bindir}/pdfclose
7430%attr(755,root,root) %{_bindir}/pdfjadetex
7431%attr(755,root,root) %{_bindir}/pdfopen
7432%attr(755,root,root) %{_bindir}/pdftosrc
7433%{__perl}tex
7434%attr(755,root,root) %{_bindir}/physe
7435%attr(755,root,root) %{_bindir}/pkfix
7436%attr(755,root,root) %{_bindir}/ppower4
7437%attr(755,root,root) %{_bindir}/rungs
7438%attr(755,root,root) %{_bindir}/simpdftex
7439%attr(755,root,root) %{_bindir}/sjisconv
7440%attr(755,root,root) %{_bindir}/sjislatex
7441%attr(755,root,root) %{_bindir}/sjispdflatex
7442%attr(755,root,root) %{_bindir}/synctex
7443%attr(755,root,root) %{_bindir}/t1dotlessj
7444%attr(755,root,root) %{_bindir}/t1lint
7445%attr(755,root,root) %{_bindir}/t1reencode
7446%attr(755,root,root) %{_bindir}/t1testpage
7447%attr(755,root,root) %{_bindir}/texcount
7448%attr(755,root,root) %{_bindir}/texsis
7449%attr(755,root,root) %{_bindir}/tlmgr
7450%attr(755,root,root) %{_bindir}/tpic2pdftex
7451%attr(755,root,root) %{_bindir}/ttf2pk
7452%attr(755,root,root) %{_bindir}/ttf2tfm
7453%attr(755,root,root) %{_bindir}/ttftotype42
7454%attr(755,root,root) %{_bindir}/vlna
7455%attr(755,root,root) %{_bindir}/vpe
7456%{_mandir}/man1/cfftot1.1*
7457%{_mandir}/man1/getnonfreefonts-sys.1
7458%{_mandir}/man1/getnonfreefonts.1*
7459%{_mandir}/man1/hbf2gf.1*
7460%{_mandir}/man1/mkjobtexmf.1*
7461%{_mandir}/man1/mmafm.1*
7462%{_mandir}/man1/mmpfb.1*
7463%{_mandir}/man1/otfinfo.1*
7464%{_mandir}/man1/otftotfm.1*
7465%{_mandir}/man1/oxdvi.1
7466%{_mandir}/man1/pdftosrc.1*
7467%{_mandir}/man1/ps2eps.1*
7468%{_mandir}/man1/synctex.1*
7469%{_mandir}/man1/t1dotlessj.1*
7470%{_mandir}/man1/t1lint.1*
7471%{_mandir}/man1/t1reencode.1*
7472%{_mandir}/man1/t1testpage.1*
7473%{_mandir}/man1/ttf2pk.1*
7474%{_mandir}/man1/ttf2tfm.1*
7475%{_mandir}/man1/ttftotype42.1*
7476%{_mandir}/man1/vlna.1*
7477%{_mandir}/man5/synctex.5*
7478%{texmfdist}/source/startex
7479%{texmfdist}/source/jadetex
7480%{texmfdist}/tex/jadetex
7481%{texmfdist}/tex/texsis
7482%{texmfdist}/tex/startex
7483%{texmf}/fmtutil/format.jadetex.cnf
7484%{texmf}/fmtutil/format.mltex.cnf
7485%{texmfdist}/tex/generic/abbr
7486%{texmfdist}/tex/generic/abstyles/
80fa261c
ZU
7487%{texmfdist}/tex/generic/barr
7488%{texmfdist}/tex/generic/borceux
7489%{texmfdist}/tex/generic/c-pascal
7490%{texmfdist}/tex/generic/cirth
80fa261c
ZU
7491%{texmfdist}/tex/generic/dratex
7492%{texmfdist}/tex/generic/ean
7493%{texmfdist}/tex/generic/edmac
7494%{texmfdist}/tex/generic/elvish
7495%{texmfdist}/tex/generic/fenixpar
7496%{texmfdist}/tex/generic/fltpoint
7497%{texmfdist}/tex/generic/musixtex
015f9ddb
ZU
7498%{texmf}/hbf2gf
7499%{texmf}/fmtutil/format.texsis.cnf
80fa261c
ZU
7500
7501%files other-utils-doc
7502%defattr(644,root,root,755)
7503%doc %{texmfdist}/doc/jadetex
7504%doc %{texmfdist}/doc/texsis
7505%doc %{texmfdist}/doc/startex
7506%doc %{texmfdist}/doc/generic/c-pascal
c9ddaf2d
ZU
7507%doc %{texmfdist}/doc/generic/barr
7508%doc %{texmfdist}/doc/generic/borceux
7509%doc %{texmfdist}/doc/generic/dratex
7510%doc %{texmfdist}/doc/generic/mkjobtexmf
d08789e0
ZU
7511
7512%files dirs-fonts
7513%defattr(644,root,root,755)
1a192771 7514%dir %{texmfdist}/doc/latex/marvosym/mac/oztex/tex-font
26d8eaaa
ZU
7515%dir %{texmfdist}/fonts
7516%dir %{texmfdist}/fonts/afm
7517%dir %{texmfdist}/fonts/afm/public
4224ae6d 7518%dir %{texmfdist}/fonts/afm/vntex
1a192771
ZU
7519%dir %{texmfdist}/fonts/enc
7520%dir %{texmfdist}/fonts/enc/dvips
7521%dir %{texmfdist}/fonts/enc/dvips/vntex
4aeb46f7 7522%dir %{texmfdist}/fonts/map
21c69d95 7523%dir %{texmfdist}/fonts/map/dvipdfm
1a192771
ZU
7524%dir %{texmfdist}/fonts/map/dvips
7525%dir %{texmfdist}/fonts/map/dvips/vntex
4aeb46f7 7526%dir %{texmfdist}/fonts/map/fontname
330a8c29 7527%dir %{texmfdist}/fonts/map/vtex
21c69d95
ZU
7528%dir %{texmfdist}/fonts/ofm
7529%dir %{texmfdist}/fonts/ofm/public
7530%dir %{texmfdist}/fonts/ovf
7531%dir %{texmfdist}/fonts/ovf/public
7532%dir %{texmfdist}/fonts/ovp
7533%dir %{texmfdist}/fonts/ovp/public
7534%dir %{texmfdist}/fonts/opentype
7535%dir %{texmfdist}/fonts/opentype/public
26d8eaaa 7536%dir %{texmfdist}/fonts/pk
1a192771 7537%dir %{texmfdist}/fonts/pk/ljfour
26d8eaaa
ZU
7538%dir %{texmfdist}/fonts/source
7539%dir %{texmfdist}/fonts/source/public
21c69d95 7540%dir %{texmfdist}/fonts/source/vntex
26d8eaaa
ZU
7541%dir %{texmfdist}/fonts/tfm
7542%dir %{texmfdist}/fonts/tfm/public
4224ae6d 7543%dir %{texmfdist}/fonts/tfm/vntex
04123363 7544%dir %{texmfdist}/fonts/truetype
26d8eaaa
ZU
7545%dir %{texmfdist}/fonts/type1
7546%dir %{texmfdist}/fonts/type1/public
21c69d95 7547%dir %{texmfdist}/fonts/type1/vntex
26d8eaaa
ZU
7548%dir %{texmfdist}/fonts/vf
7549%dir %{texmfdist}/fonts/vf/public
21c69d95 7550%dir %{texmfdist}/fonts/vf/vntex
4aeb46f7
ZU
7551%dir %{texmfdist}/source
7552%dir %{texmfdist}/source/fonts
7553%dir %{texmfdist}/source/latex
1a192771
ZU
7554%dir %{texmf}/fonts
7555%dir %{texmf}/fonts/opentype
7556%dir %{texmf}/fonts/opentype/public
d08789e0 7557
5b7eba8e
MB
7558%files doc
7559%defattr(644,root,root,755)
80fa261c 7560%doc %{texmfdist}/doc/generic/dehyph-exptl
8affbd2c 7561%dir %{texmfdoc}
04123363 7562%dir %{texmfdoc}/doc
80fa261c
ZU
7563%{texmfdoc}/README
7564%{texmfdoc}/ls-R
5b7eba8e 7565%{texmfdoc}/doc/english
80fa261c 7566%{texmfdist}/doc/fontinst
5b7eba8e
MB
7567
7568%files doc-bg
7569%defattr(644,root,root,755)
7570%{texmfdoc}/doc/bulgarian
7571
7572%files doc-cs
7573%defattr(644,root,root,755)
7574%{texmfdoc}/doc/czechslovak
7575
7576%files doc-de
7577%defattr(644,root,root,755)
7578%{texmfdoc}/doc/german
7579
7580%files doc-el
7581%defattr(644,root,root,755)
7582%{texmfdoc}/doc/greek
7583
7584%files doc-es
7585%defattr(644,root,root,755)
7586%{texmfdoc}/doc/spanish
7587
7588%files doc-fi
7589%defattr(644,root,root,755)
7590%{texmfdoc}/doc/finnish
7591
7592%files doc-fr
7593%defattr(644,root,root,755)
7594%{texmfdoc}/doc/french
7595
7596%files doc-it
7597%defattr(644,root,root,755)
7598%{texmfdoc}/doc/italian
7599
7600%files doc-ja
7601%defattr(644,root,root,755)
7602%{texmfdoc}/doc/japanese
7603
7604%files doc-ko
7605%defattr(644,root,root,755)
7606%{texmfdoc}/doc/korean
7607
7608%files doc-mn
7609%defattr(644,root,root,755)
7610%{texmfdoc}/doc/mongolian
7611
7612%files doc-nl
7613%defattr(644,root,root,755)
7614%{texmfdoc}/doc/dutch
7615
7616%files doc-pl
7617%defattr(644,root,root,755)
7618%{texmfdoc}/doc/polish
7619
7620%files doc-pt
7621%defattr(644,root,root,755)
7622%{texmfdoc}/doc/portuguese
7623
7624%files doc-ru
7625%defattr(644,root,root,755)
7626%{texmfdoc}/doc/russian
7627
7628%files doc-sk
7629%defattr(644,root,root,755)
7630%{texmfdoc}/doc/slovak
7631
7632%files doc-sl
7633%defattr(644,root,root,755)
7634%{texmfdoc}/doc/slovenian
7635
7636%files doc-th
7637%defattr(644,root,root,755)
7638%{texmfdoc}/doc/thai
7639
7640%files doc-tr
7641%defattr(644,root,root,755)
7642%{texmfdoc}/doc/turkish
7643
7644%files doc-uk
7645%defattr(644,root,root,755)
7646%{texmfdoc}/doc/ukrainian
7647
7648%files doc-vi
7649%defattr(644,root,root,755)
7650%{texmfdoc}/doc/vietnamese
7651
7652%files doc-zh_CN
7653%defattr(644,root,root,755)
7654%{texmfdoc}/doc/chinese
7655
0f6c4baf
ZU
7656# %files doc-Catalogue
7657# %defattr(644,root,root,755)
7658# %{texmf}/doc/help/Catalogue
d08789e0 7659
0f6c4baf
ZU
7660# %files doc-tug-faq
7661# %defattr(644,root,root,755)
7662# %{texmf}/doc/help/faq/uktug-faq
d08789e0 7663
5902e778 7664
d08789e0
ZU
7665%files doc-latex
7666%defattr(644,root,root,755)
5902e778
ZU
7667# %{texmfdist}/doc/latex/bar
7668# %{texmfdist}/doc/latex/eclbip
7669# %{texmfdist}/doc/latex/eo
7670# %{texmfdist}/doc/latex/floatflt
7671# %{texmfdist}/doc/latex/general
7672# %{texmfdist}/doc/latex/germbib
7673# %{texmfdist}/doc/latex/images
7674# %{texmfdist}/doc/latex/mathcomp
7675# %{texmfdist}/doc/latex/mt11p
7676# %{texmfdist}/doc/latex/picins
7677# %{texmfdist}/doc/latex/ps4pdf
7678# %{texmfdist}/doc/latex/pslatex
5902e778
ZU
7679# %{texmfdist}/doc/latex/supertab
7680# %{texmfdist}/doc/latex/tex-refs
7681# %{texmfdist}/doc/latex/textmerg
7682# %{texmfdist}/doc/latex/treesvr
c9ddaf2d
ZU
7683%doc %{texmfdist}/doc/generic/shapepar
7684%doc %{texmfdist}/doc/latex/acronym
7685%doc %{texmfdist}/doc/latex/aeguill
7686%doc %{texmfdist}/doc/latex/anysize
7687%doc %{texmfdist}/doc/latex/base
7688%doc %{texmfdist}/doc/latex/beton
7689%doc %{texmfdist}/doc/latex/carlisle
7690%doc %{texmfdist}/doc/latex/ccaption
7691%doc %{texmfdist}/doc/latex/changebar
c9ddaf2d
ZU
7692%doc %{texmfdist}/doc/latex/concmath
7693%doc %{texmfdist}/doc/latex/crop
c9ddaf2d
ZU
7694%doc %{texmfdist}/doc/latex/draftcopy
7695%doc %{texmfdist}/doc/latex/eepic
7696%doc %{texmfdist}/doc/latex/endfloat
7697%doc %{texmfdist}/doc/latex/esint
7698%doc %{texmfdist}/doc/latex/eso-pic
7699%doc %{texmfdist}/doc/latex/euler
7700%doc %{texmfdist}/doc/latex/eulervm
7701%doc %{texmfdist}/doc/latex/extsizes
7702%doc %{texmfdist}/doc/latex/fancybox
7703%doc %{texmfdist}/doc/latex/fancyhdr
7704%doc %{texmfdist}/doc/latex/fancyvrb
7705%doc %{texmfdist}/doc/latex/filecontents
7706%doc %{texmfdist}/doc/latex/float
7707%doc %{texmfdist}/doc/latex/footmisc
7708%doc %{texmfdist}/doc/latex/footnpag
7709%doc %{texmfdist}/doc/latex/fp
7710%doc %{texmfdist}/doc/latex/geometry
7711%doc %{texmfdist}/doc/latex/graphics
7712%doc %{texmfdist}/doc/latex/hyperref
7713%doc %{texmfdist}/doc/latex/hyphenat
7714%doc %{texmfdist}/doc/latex/index
7715%doc %{texmfdist}/doc/latex/koma-script
7716%doc %{texmfdist}/doc/latex/labels
7717%doc %{texmfdist}/doc/latex/layouts
7718%doc %{texmfdist}/doc/latex/lettrine
7719%doc %{texmfdist}/doc/latex/listings
7720%doc %{texmfdist}/doc/latex/ltabptch
7721%doc %{texmfdist}/doc/latex/mdwtools
7722%doc %{texmfdist}/doc/latex/memoir
7723%doc %{texmfdist}/doc/latex/mh
7724%doc %{texmfdist}/doc/latex/mparhack
7725%doc %{texmfdist}/doc/latex/ms
7726%doc %{texmfdist}/doc/latex/multibib
7727%doc %{texmfdist}/doc/latex/mwcls
7728%doc %{texmfdist}/doc/latex/natbib
7729%doc %{texmfdist}/doc/latex/nomencl
7730%doc %{texmfdist}/doc/latex/ntgclass
7731%doc %{texmfdist}/doc/latex/oberdiek
7732%doc %{texmfdist}/doc/latex/overpic
7733%doc %{texmfdist}/doc/latex/paralist
7734%doc %{texmfdist}/doc/latex/pb-diagram
7735%doc %{texmfdist}/doc/latex/pdfpages
7736%doc %{texmfdist}/doc/latex/picinpar
7737%doc %{texmfdist}/doc/latex/pict2e
7738%doc %{texmfdist}/doc/latex/placeins
7739%doc %{texmfdist}/doc/latex/preprint
7740%doc %{texmfdist}/doc/latex/preview
7741%doc %{texmfdist}/doc/latex/program
7742%doc %{texmfdist}/doc/latex/psfrag
7743%doc %{texmfdist}/doc/latex/revtex
7744%doc %{texmfdist}/doc/latex/rotating
7745%doc %{texmfdist}/doc/latex/rotfloat
7746%doc %{texmfdist}/doc/latex/scale
7747%doc %{texmfdist}/doc/latex/sectsty
7748%doc %{texmfdist}/doc/latex/seminar
7749%doc %{texmfdist}/doc/latex/showlabels
7750%doc %{texmfdist}/doc/latex/sidecap
7751%doc %{texmfdist}/doc/latex/slashbox
7752%doc %{texmfdist}/doc/latex/soul
7753%doc %{texmfdist}/doc/latex/stdclsdv
7754%doc %{texmfdist}/doc/latex/subfig
7755%doc %{texmfdist}/doc/latex/subfigure
7756%doc %{texmfdist}/doc/latex/textfit
7757%doc %{texmfdist}/doc/latex/textpos
7758%doc %{texmfdist}/doc/latex/titlesec
7759%doc %{texmfdist}/doc/latex/tocbibind
7760%doc %{texmfdist}/doc/latex/tocloft
7761%doc %{texmfdist}/doc/latex/tools
7762%doc %{texmfdist}/doc/latex/totpages
7763%doc %{texmfdist}/doc/latex/type1cm
7764%doc %{texmfdist}/doc/latex/units
7765%doc %{texmfdist}/doc/latex/vmargin
7766%doc %{texmfdist}/doc/latex/was
7767%doc %{texmfdist}/doc/latex/wrapfig
7768%doc %{texmfdist}/doc/latex/xtab
7769%doc %{texmfdist}/doc/latex/yfonts
7770%doc %{texmfdist}/doc/fonts/calrsfs
7771%doc %{texmfdist}/doc/generic/encxvlna
7772%doc %{texmfdist}/doc/generic/textmerg
df343eba 7773
096dca83 7774%files -n kpathsea
d08789e0 7775%defattr(644,root,root,755)
4aeb46f7 7776%dir %{texmf}/doc/kpathsea
446ab8e0 7777%doc %{texmf}/doc/kpathsea/kpathsea.pdf
d08789e0
ZU
7778%attr(755,root,root) %{_bindir}/kpsepath
7779%attr(755,root,root) %{_bindir}/kpsestat
7780%attr(755,root,root) %{_bindir}/kpsetool
7781%attr(755,root,root) %{_bindir}/kpsewhich
7782%attr(755,root,root) %{_bindir}/kpsexpand
7783%attr(755,root,root) %{_libdir}/libkpathsea.so.*
7784%{_libdir}/libkpathsea.la
fae5faca
ZU
7785%{_mandir}/man1/kpsexpand.1*
7786%{_mandir}/man1/kpsepath.1*
d08789e0
ZU
7787%{_mandir}/man1/kpsestat.1*
7788%{_mandir}/man1/kpsetool.1*
7789%{_mandir}/man1/kpsewhich.1*
d08789e0 7790
096dca83 7791%files -n kpathsea-devel
d08789e0
ZU
7792%defattr(644,root,root,755)
7793%attr(755,root,root) %{_libdir}/libkpathsea.so
7794%{_includedir}/kpathsea
7795%{_infodir}/kpathsea.info*
7796
7797%files dvips
7798%defattr(644,root,root,755)
446ab8e0 7799# %doc %{texmf}/doc/programs/dvips.dvi
446ab8e0 7800# %doc %{texmf}/doc/programs/dvipdfm.dvi
446ab8e0 7801# %doc %{texmf}/doc/latex/psnfssx
5902e778
ZU
7802# %lang(fi) %{_mandir}/fi/man1/dvips.1*
7803# %{texmf}/dvips/misc
7804# %{texmf}/dvips/config/config.generic
7805# %{texmf}/fonts/map/dvips/misc
7806# %{texmf}/fonts/map/dvips/tetex/bsr-interpolated.map
7807# %{texmf}/fonts/map/dvips/tetex/bsr.map
7808# %{_localstatedir}/fonts/map/dvipdfm
7809# %{_localstatedir}/fonts/map/dvips
7810%dir %{texmfdist}/fonts/map/dvips/cmex
7811%dir %{texmf}/dvipdfm
c9ddaf2d
ZU
7812%doc %{texmf}/doc/dvips
7813%doc %{texmf}/doc/dvipdfm
d08789e0
ZU
7814%attr(755,root,root) %{_bindir}/dvips
7815%attr(755,root,root) %{_bindir}/dvired
7816%attr(755,root,root) %{_bindir}/dvitomp
7817%attr(755,root,root) %{_bindir}/dvitype
7818%attr(755,root,root) %{_bindir}/dvicopy
7819%attr(755,root,root) %{_bindir}/dvipdfm
7820%attr(755,root,root) %{_bindir}/dvipdft
7821# dvi2fax requires ghostscript
7822%attr(755,root,root) %{_bindir}/dvi2fax
7823%{_infodir}/dvips.info*
7824%{_mandir}/man1/dvi2fax.1*
7825%{_mandir}/man1/dvicopy.1*
7826%{_mandir}/man1/dvipdfm.1*
7827%{_mandir}/man1/dvips.1*
7828%{_mandir}/man1/dvired.1*
7829%{_mandir}/man1/dvitomp.1*
7830%{_mandir}/man1/dvitype.1*
d08789e0 7831%{texmf}/dvips/base
80fa261c
ZU
7832%{texmf}/dvips/config
7833%{texmf}/dvips/getafm
d08789e0 7834%{texmf}/dvips/gsftopk
606c6ab6 7835# %config(noreplace) %verify(not md5 mtime size) %{texmf}/dvips/config/config.ps
446ab8e0 7836%{texmfdist}/fonts/enc/dvips/base
9b908671 7837%{texmfdist}/fonts/map/dvips/allrunes
5902e778 7838%{texmfdist}/fonts/map/dvips/cmex/ttcmex.map
80fa261c 7839%{texmfdist}/tex/generic/dvips
f7f90954 7840%{texmfdist}/dvips
5902e778
ZU
7841%{texmf}/dvipdfm/config
7842%{texmf}/dvips/tetex/config.*
d08789e0 7843%{texmf}/fonts/enc/dvips/tetex/mtex.enc
80fa261c 7844%{texmf}/fonts/enc/dvips/afm2pl
f2555868
ZU
7845# %{texmf}/fonts/map
7846%dir %{texmf}/fonts/map/dvipdfm
7847%dir %{texmf}/fonts/map/dvips
7848%dir %{texmf}/fonts/map/dvips/tetex
80fa261c
ZU
7849%{texmf}/fonts/map/dvipdfm/updmap
7850%{texmf}/fonts/map/dvipdfm/dvipdfmx
7851%{texmf}/fonts/map/dvipdfm/tetex
d08789e0
ZU
7852%{texmf}/fonts/map/dvips/tetex/dvipdfm35.map
7853%{texmf}/fonts/map/dvips/tetex/dvips35.map
7854%{texmf}/fonts/map/dvips/tetex/mathpple.map
7855%{texmf}/fonts/map/dvips/tetex/mt-belleek.map
7856%{texmf}/fonts/map/dvips/tetex/mt-plus.map
7857%{texmf}/fonts/map/dvips/tetex/mt-yy.map
7858%{texmf}/fonts/map/dvips/tetex/pdftex35.map
8b5eed5e 7859
d08789e0
ZU
7860
7861%files dvilj
7862%defattr(644,root,root,755)
7863%attr(755,root,root) %{_bindir}/dvihp
7864%attr(755,root,root) %{_bindir}/dvilj
7865%attr(755,root,root) %{_bindir}/dvilj2p
7866%attr(755,root,root) %{_bindir}/dvilj4
7867%attr(755,root,root) %{_bindir}/dvilj4l
7868%attr(755,root,root) %{_bindir}/dvilj6
7869%{_mandir}/man1/dvihp.1*
7870%{_mandir}/man1/dvilj.1*
09deda15
ZU
7871%{_mandir}/man1/dvilj2p.1*
7872%{_mandir}/man1/dvilj4.1*
7873%{_mandir}/man1/dvilj4l.1*
7874%{_mandir}/man1/dvilj6.1*
d08789e0
ZU
7875
7876%files makeindex
7877%defattr(644,root,root,755)
446ab8e0 7878%doc %{texmfdist}/doc/makeindex
d08789e0
ZU
7879%attr(755,root,root) %{_bindir}/mkindex
7880%attr(755,root,root) %{_bindir}/makeindex
7881%attr(755,root,root) %{_bindir}/rumakeindex
446ab8e0 7882%{texmfdist}/makeindex
d08789e0
ZU
7883%{_mandir}/man1/makeindex.1*
7884%{_mandir}/man1/mkindex.1*
7885%{_mandir}/man1/rumakeindex.1*
7886
29d720fe
ZU
7887%files scripts
7888%defattr(644,root,root,755)
7889%dir %{texmfdist}/scripts
7890%dir %{texmf}/scripts
7891%dir %{texmf}/scripts/texlive
7892%{texmfdist}/scripts/bengali
7893%{texmfdist}/scripts/dviasm
7894%{texmfdist}/scripts/glossaries
7895%{texmfdist}/scripts/oberdiek
7896%{texmfdist}/scripts/perltex
7897%{texmfdist}/scripts/pgfplots
7898%{texmfdist}/scripts/ppower4
7899%{texmfdist}/scripts/pst2pdf
7900%{texmfdist}/scripts/shipunov
7901%{texmfdist}/scripts/texcount
7902%{texmfdist}/scripts/vpe/vpe.pl
7903%{texmf}/scripts/a2ping
7904%{texmf}/scripts/epstopdf
7905%{texmf}/scripts/pkfix
7906%{texmf}/scripts/ps2eps
7907%{texmf}/scripts/simpdftex
7908%{texmf}/scripts/tetex
7909%{texmf}/scripts/texlive/getnonfreefonts.pl
7910%{texmf}/scripts/texlive/gswin32
7911%{texmf}/scripts/texlive/lua
7912%{texmf}/scripts/texlive/*.tlu
7913%{texmf}/scripts/texlive/tlmgr.pl
7914%{texmf}/scripts/texlive/tlmgrgui
7915
783773ac
ZU
7916%files tex-arrayjob
7917%defattr(644,root,root,755)
7918%doc %{texmfdist}/doc/generic/arrayjob
7919%{texmfdist}/tex/generic/arrayjob
7920
7921%files tex-insbox
7922%defattr(644,root,root,755)
7923%doc %{texmfdist}/doc/generic/insbox
7924%{texmfdist}/tex/generic/insbox
7925
e67df411
ZU
7926%files tex-mathdots
7927%defattr(644,root,root,755)
7928%doc %{texmfdist}/doc/generic/mathdots
7929%{texmfdist}/source/generic/mathdots
7930%{texmfdist}/tex/generic/mathdots
7931
783773ac
ZU
7932%files tex-ofs
7933%defattr(644,root,root,755)
7934%doc %{texmfdist}/doc/generic/ofs
7935%{texmfdist}/tex/generic/ofs
7936
e149bdb4
ZU
7937%files tex-physe
7938%defattr(644,root,root,755)
7939%{texmfdist}/tex/physe
7940%{texmf}/fmtutil/format.physe.cnf
7941
7942%files tex-velthuis
7943%defattr(644,root,root,755)
7944%doc %{texmfdist}/doc/generic/velthuis
7945%{texmfdist}/tex/generic/velthuis
7946
783773ac
ZU
7947%files tex-ytex
7948%defattr(644,root,root,755)
7949%{texmfdist}/tex/ytex
7950
d08789e0
ZU
7951%files metafont
7952%defattr(644,root,root,755)
d08789e0
ZU
7953#%attr(755,root,root) %{_bindir}/mfw
7954#%attr(755,root,root) %{_bindir}/virmf
7955#%attr(755,root,root) %{_bindir}/inimf
446ab8e0
ZU
7956#%{texmf}/mft/cmbase.mft
7957# %{texmf}/mft/e.mft
446ab8e0
ZU
7958# %{texmf}/mft/pl.mft
7959# %{fmtdir}/mf.base
d08789e0 7960#%{texmf}/web2c/mf-nowin.base
446ab8e0 7961# %{texmf}/web2c/mf.pool
d08789e0 7962#%{texmf}/web2c/mfw.base
d08789e0
ZU
7963#%{_mandir}/man1/inimf.1*
7964#%{_mandir}/man1/virmf.1*
5902e778
ZU
7965%dir %{texmfdist}/mft
7966%dir %{texmfdist}/mft/base
7967%attr(755,root,root) %{_bindir}/mf
7968%attr(755,root,root) %{_bindir}/mf-nowin
7969%attr(755,root,root) %{_bindir}/mft
7970%attr(755,root,root) %{_bindir}/mktexmf
9f3b990b 7971%attr(755,root,root) %{_bindir}/mktexpk
5902e778
ZU
7972%attr(755,root,root) %{_bindir}/mktextfm
7973%{texmfdist}/metafont
7974%{texmfdist}/mft/base/mplain.mft
7975%{texmfdist}/mft/base/plain.mft
80fa261c 7976%{texmfdist}/source/metafont
5902e778 7977%{_mandir}/man1/mf.1*
fae5faca 7978%{_mandir}/man1/mf-nowin.1*
5902e778 7979%{_mandir}/man1/mft.1*
d08789e0
ZU
7980%{_mandir}/man1/mktexmf.1*
7981%{_mandir}/man1/mktexpk.1*
7982%{_mandir}/man1/mktextfm.1*
80fa261c 7983%{texmf}/fmtutil/format.metafont.cnf
d08789e0
ZU
7984
7985%files metapost
7986%defattr(644,root,root,755)
d08789e0
ZU
7987#%attr(755,root,root) %{_bindir}/virmpost
7988#%attr(755,root,root) %{_bindir}/inimpost
5902e778
ZU
7989# %{texmf}/web2c/mp.pool
7990# %{fmtdir}/mpost.mem
7991#%{_mandir}/man1/inimpost.1*
7992#%{_mandir}/man1/virmpost.1*
446ab8e0 7993%dir %{texmfdist}/metapost
5902e778
ZU
7994%doc %{texmfdist}/doc/metapost
7995%attr(755,root,root) %{_bindir}/mpost
7996%attr(755,root,root) %{_bindir}/mpto
446ab8e0
ZU
7997%{texmfdist}/metapost/base
7998%{texmfdist}/metapost/config
7999%{texmfdist}/metapost/mfpic
8000%{texmfdist}/metapost/misc
8001%{texmfdist}/metapost/support
80fa261c 8002%{texmfdist}/source/metapost
d08789e0
ZU
8003%{_mandir}/man1/mpost.1*
8004%{_mandir}/man1/mpto.1*
80fa261c 8005%{texmf}/fmtutil/format.metapost.cnf
d08789e0 8006
43a061cf 8007%files metapost-other
786ebdb1
ZU
8008%defattr(644,root,root,755)
8009%{texmfdist}/metapost/automata
8010%{texmfdist}/metapost/bbcard
8011%{texmfdist}/metapost/blockdraw_mp
8012%{texmfdist}/metapost/bpolynomial
8013%{texmfdist}/metapost/cmarrows
8014%{texmfdist}/metapost/dviincl
8015%{texmfdist}/metapost/epsincl
8016%{texmfdist}/metapost/expressg
8017%{texmfdist}/metapost/exteps
8018%{texmfdist}/metapost/featpost
786ebdb1
ZU
8019%{texmfdist}/metapost/frcursive
8020%{texmfdist}/metapost/hatching
8021%{texmfdist}/metapost/metaobj
8022%{texmfdist}/metapost/metaplot
8023%{texmfdist}/metapost/metauml
8024%{texmfdist}/metapost/mp3d
8025%{texmfdist}/metapost/mpattern
8026%{texmfdist}/metapost/nkarta
8027%{texmfdist}/metapost/piechartmp
8028%{texmfdist}/metapost/slideshow
8029%{texmfdist}/metapost/splines
8030%{texmfdist}/metapost/tabvar
8031%{texmfdist}/metapost/textpath
8032%{texmfdist}/metapost/venn
8033
d08789e0
ZU
8034%files mptopdf
8035%defattr(644,root,root,755)
8036%attr(755,root,root) %{_bindir}/mptopdf
fae5faca 8037%{_mandir}/man1/mptopdf.1*
b839a3ce 8038# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/mptopdf.fmt
d08789e0
ZU
8039
8040%files texdoctk
8041%defattr(644,root,root,755)
446ab8e0 8042# %doc %{texmf}/doc/texdoctk
d08789e0
ZU
8043%attr(755,root,root) %{_bindir}/texdoctk
8044%{texmf}/texdoctk
d08789e0
ZU
8045%{_mandir}/man1/texdoctk.1*
8046
8047%files -n texconfig
8048%defattr(644,root,root,755)
5902e778
ZU
8049%dir %{texmf}/texconfig
8050%doc %{texmf}/texconfig/README
d08789e0
ZU
8051%attr(755,root,root) %{_bindir}/texconfig
8052%attr(755,root,root) %{_bindir}/texconfig-dialog
8053%attr(755,root,root) %{_bindir}/texconfig-sys
8054%attr(755,root,root) %{texmf}/texconfig/tcfmgr
8055%{_mandir}/man1/texconfig.1*
fae5faca 8056%{_mandir}/man1/texconfig-sys.1*
5902e778 8057%{texmf}/texconfig/g
d08789e0 8058%{texmf}/texconfig/generic
5902e778 8059%{texmf}/texconfig/tcfmgr.map
d08789e0 8060%{texmf}/texconfig/v
d08789e0
ZU
8061%{texmf}/texconfig/x
8062
624ed2f9
ZU
8063%files -n xindy
8064%defattr(644,root,root,755)
4224ae6d 8065%doc %{texmf}/doc/xindy
624ed2f9 8066%dir %{texmf}/xindy
624ed2f9 8067%dir %{texmf}/xindy/lang
1024ab0e
ZU
8068%dir %{texmf}/scripts
8069%{texmf}/scripts/xindy
4224ae6d
MB
8070%{texmf}/xindy/base
8071%{texmf}/xindy/class
8072%{texmf}/xindy/ord
8073%{texmf}/xindy/rules
8074%{texmf}/xindy/styles
8075%{texmf}/xindy/tex
624ed2f9 8076
1024ab0e 8077
624ed2f9
ZU
8078%files -n xindy-albanian
8079%defattr(644,root,root,755)
4224ae6d 8080%{texmf}/xindy/lang/albanian
624ed2f9
ZU
8081
8082%files -n xindy-belarusian
8083%defattr(644,root,root,755)
4224ae6d 8084%{texmf}/xindy/lang/belarusian
624ed2f9
ZU
8085
8086%files -n xindy-bulgarian
8087%defattr(644,root,root,755)
4224ae6d 8088%{texmf}/xindy/lang/bulgarian
624ed2f9
ZU
8089
8090%files -n xindy-croatian
8091%defattr(644,root,root,755)
4224ae6d 8092%{texmf}/xindy/lang/croatian
624ed2f9
ZU
8093
8094%files -n xindy-czech
8095%defattr(644,root,root,755)
4224ae6d 8096%{texmf}/xindy/lang/czech
624ed2f9
ZU
8097
8098%files -n xindy-danish
8099%defattr(644,root,root,755)
4224ae6d 8100%{texmf}/xindy/lang/danish
624ed2f9
ZU
8101
8102%files -n xindy-dutch
8103%defattr(644,root,root,755)
4224ae6d 8104%{texmf}/xindy/lang/dutch
624ed2f9
ZU
8105
8106%files -n xindy-english
8107%defattr(644,root,root,755)
4224ae6d 8108%{texmf}/xindy/lang/english
624ed2f9
ZU
8109
8110%files -n xindy-esperanto
8111%defattr(644,root,root,755)
4224ae6d 8112%{texmf}/xindy/lang/esperanto
624ed2f9
ZU
8113
8114%files -n xindy-estonian
8115%defattr(644,root,root,755)
4224ae6d 8116%{texmf}/xindy/lang/estonian
624ed2f9
ZU
8117
8118%files -n xindy-finnish
8119%defattr(644,root,root,755)
4224ae6d 8120%{texmf}/xindy/lang/finnish
624ed2f9
ZU
8121
8122%files -n xindy-french
8123%defattr(644,root,root,755)
4224ae6d 8124%{texmf}/xindy/lang/french
624ed2f9
ZU
8125
8126%files -n xindy-general
8127%defattr(644,root,root,755)
4224ae6d 8128%{texmf}/xindy/lang/general
624ed2f9
ZU
8129
8130%files -n xindy-georgian
8131%defattr(644,root,root,755)
4224ae6d 8132%{texmf}/xindy/lang/georgian
624ed2f9
ZU
8133
8134%files -n xindy-german
8135%defattr(644,root,root,755)
4224ae6d 8136%{texmf}/xindy/lang/german
624ed2f9
ZU
8137
8138%files -n xindy-greek
8139%defattr(644,root,root,755)
4224ae6d 8140%{texmf}/xindy/lang/greek
624ed2f9
ZU
8141
8142%files -n xindy-gypsy
8143%defattr(644,root,root,755)
4224ae6d 8144%{texmf}/xindy/lang/gypsy
624ed2f9
ZU
8145
8146%files -n xindy-hausa
8147%defattr(644,root,root,755)
4224ae6d 8148%{texmf}/xindy/lang/hausa
624ed2f9
ZU
8149
8150%files -n xindy-hebrew
8151%defattr(644,root,root,755)
4224ae6d 8152%{texmf}/xindy/lang/hebrew
624ed2f9
ZU
8153
8154%files -n xindy-hungarian
8155%defattr(644,root,root,755)
4224ae6d 8156%{texmf}/xindy/lang/hungarian
624ed2f9
ZU
8157
8158%files -n xindy-icelandic
8159%defattr(644,root,root,755)
4224ae6d 8160%{texmf}/xindy/lang/icelandic
624ed2f9
ZU
8161
8162%files -n xindy-italian
8163%defattr(644,root,root,755)
4224ae6d 8164%{texmf}/xindy/lang/italian
624ed2f9
ZU
8165
8166%files -n xindy-klingon
8167%defattr(644,root,root,755)
4224ae6d 8168%{texmf}/xindy/lang/klingon
624ed2f9
ZU
8169
8170%files -n xindy-kurdish
8171%defattr(644,root,root,755)
4224ae6d 8172%{texmf}/xindy/lang/kurdish
624ed2f9
ZU
8173
8174%files -n xindy-latin
8175%defattr(644,root,root,755)
4224ae6d 8176%{texmf}/xindy/lang/latin
624ed2f9
ZU
8177
8178%files -n xindy-latvian
8179%defattr(644,root,root,755)
4224ae6d 8180%{texmf}/xindy/lang/latvian
624ed2f9
ZU
8181
8182%files -n xindy-lithuanian
8183%defattr(644,root,root,755)
4224ae6d 8184%{texmf}/xindy/lang/lithuanian
624ed2f9
ZU
8185
8186%files -n xindy-lower-sorbian
8187%defattr(644,root,root,755)
4224ae6d 8188%{texmf}/xindy/lang/lower-sorbian
624ed2f9
ZU
8189
8190%files -n xindy-macedonian
8191%defattr(644,root,root,755)
4224ae6d 8192%{texmf}/xindy/lang/macedonian
624ed2f9
ZU
8193
8194%files -n xindy-mongolian
8195%defattr(644,root,root,755)
4224ae6d 8196%{texmf}/xindy/lang/mongolian
624ed2f9
ZU
8197
8198%files -n xindy-norwegian
8199%defattr(644,root,root,755)
4224ae6d 8200%{texmf}/xindy/lang/norwegian
624ed2f9
ZU
8201
8202%files -n xindy-polish
8203%defattr(644,root,root,755)
4224ae6d 8204%{texmf}/xindy/lang/polish
624ed2f9
ZU
8205
8206%files -n xindy-portuguese
8207%defattr(644,root,root,755)
4224ae6d 8208%{texmf}/xindy/lang/portuguese
624ed2f9
ZU
8209
8210%files -n xindy-romanian
8211%defattr(644,root,root,755)
4224ae6d 8212%{texmf}/xindy/lang/romanian
624ed2f9
ZU
8213
8214%files -n xindy-russian
8215%defattr(644,root,root,755)
4224ae6d 8216%{texmf}/xindy/lang/russian
624ed2f9
ZU
8217
8218%files -n xindy-serbian
8219%defattr(644,root,root,755)
4224ae6d 8220%{texmf}/xindy/lang/serbian
624ed2f9
ZU
8221
8222%files -n xindy-slovak
8223%defattr(644,root,root,755)
4224ae6d 8224%{texmf}/xindy/lang/slovak
624ed2f9
ZU
8225
8226%files -n xindy-slovenian
8227%defattr(644,root,root,755)
4224ae6d 8228%{texmf}/xindy/lang/slovenian
624ed2f9
ZU
8229
8230%files -n xindy-spanish
8231%defattr(644,root,root,755)
4224ae6d 8232%{texmf}/xindy/lang/spanish
624ed2f9
ZU
8233
8234%files -n xindy-swedish
8235%defattr(644,root,root,755)
4224ae6d 8236%{texmf}/xindy/lang/swedish
624ed2f9
ZU
8237
8238%files -n xindy-turkish
8239%defattr(644,root,root,755)
4224ae6d 8240%{texmf}/xindy/lang/turkish
624ed2f9
ZU
8241
8242%files -n xindy-ukrainian
8243%defattr(644,root,root,755)
4224ae6d 8244%{texmf}/xindy/lang/ukrainian
624ed2f9
ZU
8245
8246%files -n xindy-upper-sorbian
8247%defattr(644,root,root,755)
4224ae6d 8248%{texmf}/xindy/lang/upper-sorbian
624ed2f9
ZU
8249
8250%files -n xindy-vietnamese
8251%defattr(644,root,root,755)
4224ae6d 8252%{texmf}/xindy/lang/vietnamese/
624ed2f9 8253
d08789e0
ZU
8254%files -n xdvi
8255%defattr(644,root,root,755)
d08789e0 8256#%attr(755,root,root) %{_bindir}/xdvi-motif.bin
446ab8e0 8257# %attr(755,root,root) %{_bindir}/xdvizilla
446ab8e0 8258# %{_mandir}/man1/xdvizilla.1*
9b908671 8259%attr(755,root,root) %{_bindir}/xdvi-xaw
5902e778
ZU
8260%attr(755,root,root) %{_bindir}/xdvi
8261%{_mandir}/man1/xdvi.1*
d08789e0
ZU
8262%{_desktopdir}/xdvi.desktop
8263%{_pixmapsdir}/xdvi.png
8264%{texmf}/xdvi
8265
8266%files pdftex
8267%defattr(644,root,root,755)
446ab8e0 8268# %doc %{texmf}/doc/programs/pdfcrop.txt
446ab8e0 8269# %attr(755,root,root) %{_bindir}/pdfxtex
ff42b161 8270# %{_localstatedir}/fonts/map/pdftex
446ab8e0
ZU
8271# %dir %{texmf}/fonts/map/pdftex
8272# %dir %{texmf}/fonts/map/pdftex/cmttf
8273# %{texmf}/fonts/map/pdftex/cmttf/cmttf.map
8274# %{texmf}/web2c/pdfetex-pl.pool
8275# %{texmf}/web2c/pdfetex.pool
8276# %{texmf}/web2c/pdfxtex.pool
5902e778 8277# %{_mandir}/man1/pdfxtex.1*
28c0ab22 8278%dir %{texmf}/fonts/map/pdftex
5fef92c1 8279%doc %{texmfdist}/doc/pdftex
5902e778
ZU
8280%attr(755,root,root) %{_bindir}/epstopdf
8281%attr(755,root,root) %{_bindir}/pdfcrop
8282%attr(755,root,root) %{_bindir}/pdftex
bf184d85 8283%attr(1777,root,root) %dir %{fmtdir}/pdftex
5902e778 8284%config(noreplace) %verify(not md5 mtime size) %{texmf}/tex/generic/config/pdftexconfig.tex
04123363 8285%{texmf}/fmtutil/format.pdftex.cnf
446ab8e0 8286%{texmfdist}/scripts/pdfcrop
d08789e0
ZU
8287%{_mandir}/man1/epstopdf.1*
8288%{_mandir}/man1/pdftex.1*
80fa261c
ZU
8289%{texmfdist}/fonts/enc/pdftex
8290%{texmfdist}/fonts/map/pdftex
8291%{texmf}/fonts/map/pdftex/updmap
d08789e0 8292
04123363 8293%files phyzzx
f65b3398 8294%defattr(644,root,root,755)
04123363
ZU
8295%attr(755,root,root) %{_bindir}/phyzzx
8296%dir %{texmfdist}/doc/phyzzx
8297%dir %{texmfdist}/tex/phyzzx
8298%doc %{texmfdist}/doc/phyzzx/base
80fa261c 8299%{texmfdist}/tex/phyzzx/base
04123363
ZU
8300%{texmfdist}/tex/phyzzx/config
8301%{texmf}/fmtutil/format.phyzzx.cnf
8302
d08789e0
ZU
8303%files omega
8304%defattr(644,root,root,755)
5902e778
ZU
8305# %{texmf}/web2c/omega.pool
8306# %{texmf}/web2c/aleph.pool
5902e778
ZU
8307# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/aleph.fmt
8308# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/lambda.fmt
8309# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/lamed.fmt
8310# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/omega.fmt
0f6c4baf 8311%doc %{texmfdist}/doc/omega
c9ddaf2d 8312%doc %{texmfdist}/doc/lambda
0f6c4baf
ZU
8313%dir %{texmfdist}/omega
8314%dir %{texmfdist}/dvips/omega
d08789e0
ZU
8315%attr(755,root,root) %{_bindir}/aleph
8316%attr(755,root,root) %{_bindir}/lambda
8317%attr(755,root,root) %{_bindir}/mkocp
8318%attr(755,root,root) %{_bindir}/mkofm
8319%attr(755,root,root) %{_bindir}/odvicopy
8320%attr(755,root,root) %{_bindir}/odvips
8321%attr(755,root,root) %{_bindir}/odvitype
8322%attr(755,root,root) %{_bindir}/omega
8323%attr(755,root,root) %{_bindir}/omfonts
8324%attr(755,root,root) %{_bindir}/opl2ofm
8325%attr(755,root,root) %{_bindir}/otangle
8326%attr(755,root,root) %{_bindir}/otp2ocp
8327%attr(755,root,root) %{_bindir}/outocp
8328%attr(755,root,root) %{_bindir}/ovf2ovp
8329%attr(755,root,root) %{_bindir}/ovp2ovf
446ab8e0
ZU
8330%{texmfdist}/dvips/omega/config.omega
8331%{texmfdist}/dvips/omega/omega.cfg
8332%{texmfdist}/fonts/map/dvips/omega
446ab8e0
ZU
8333%{texmfdist}/omega/ocp
8334%{texmfdist}/omega/otp
2677a8b0 8335%{texmfdist}/tex/lambda
80fa261c 8336%{texmfdist}/source/lambda
fae5faca 8337%{_mandir}/man1/lambda.1*
d08789e0
ZU
8338%{_mandir}/man1/mkocp.1*
8339%{_mandir}/man1/mkofm.1*
8340%{_mandir}/man1/omega.1*
fae5faca
ZU
8341%{_mandir}/man1/odvicopy.1*
8342%{_mandir}/man1/odvips.1*
8343%{_mandir}/man1/odvitype.1*
d08789e0
ZU
8344%{_mandir}/man1/ofm2opl.1*
8345%{_mandir}/man1/opl2ofm.1*
8346%{_mandir}/man1/otp2ocp.1*
8347%{_mandir}/man1/outocp.1*
8348%{_mandir}/man1/ovf2ovp.1*
8349%{_mandir}/man1/ovp2ovf.1*
80fa261c
ZU
8350%{texmf}/fmtutil/format.omega.cnf
8351%{texmf}/fmtutil/format.aleph.cnf
c9ddaf2d 8352%doc %{texmfdist}/doc/aleph
d08789e0 8353
d08789e0
ZU
8354%files plain
8355%defattr(644,root,root,755)
446ab8e0
ZU
8356%doc %{texmfdist}/doc/plain
8357%{texmfdist}/tex/plain
4224ae6d 8358%exclude %{texmfdist}/tex/plain/config/xetex.ini
80fa261c 8359%{texmf}/fmtutil/format.tex.cnf
d08789e0
ZU
8360#%{texmf}/web2c/plain.mem
8361#%{texmf}/web2c/plain.base
8362
d5174470
ZU
8363# %files format-plain
8364# %defattr(644,root,root,755)
b839a3ce 8365# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/tex.fmt
d08789e0
ZU
8366#%config(noreplace) %verify(not md5 mtime size) %{fmtdir}/plain.fmt
8367
d5174470
ZU
8368# %files format-pdftex
8369# %defattr(644,root,root,755)
b839a3ce 8370# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdftex.fmt
d08789e0 8371
d5174470
ZU
8372# %files format-pdfetex
8373# %defattr(644,root,root,755)
b839a3ce 8374# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdfetex.fmt
d08789e0
ZU
8375
8376%files mex
8377%defattr(644,root,root,755)
80fa261c 8378%doc %{texmfdist}/doc/mex
446ab8e0
ZU
8379%dir %{texmfdist}/tex/mex
8380%dir %{texmfdist}/tex/mex/base
8381%{texmfdist}/tex/mex/base/mex1.tex
8382%{texmfdist}/tex/mex/base/mex2.tex
8383%{texmfdist}/tex/mex/base/mex.tex
8384%dir %{texmfdist}/tex/mex/config
8385%{texmfdist}/tex/mex/base/mexconf.tex
015f9ddb
ZU
8386%{texmf}/fmtutil/format.mex.cnf
8387%{texmf}/fmtutil/format.utf8mex.cnf
446ab8e0 8388
d08789e0
ZU
8389%files format-mex
8390%defattr(644,root,root,755)
8391%attr(755,root,root) %{_bindir}/mex
2677a8b0 8392%{texmfdist}/tex/mex/config/mex.ini
b839a3ce 8393# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/mex.fmt
d08789e0
ZU
8394
8395%files format-pdfmex
8396%defattr(644,root,root,755)
8397%attr(755,root,root) %{_bindir}/pdfmex
2677a8b0 8398%{texmfdist}/tex/mex/config/pdfmex.ini
b839a3ce 8399# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdfmex.fmt
d08789e0
ZU
8400
8401%files format-utf8mex
8402%defattr(644,root,root,755)
8403%attr(755,root,root) %{_bindir}/utf8mex
04123363 8404%dir %{texmfdist}/doc/mex
2677a8b0
ZU
8405%doc %{texmfdist}/doc/mex/utf8mex
8406%{texmfdist}/tex/mex/utf8mex
b839a3ce 8407# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/utf8mex.fmt
d08789e0
ZU
8408
8409%files amstex
8410%defattr(644,root,root,755)
2677a8b0
ZU
8411%dir %{texmfdist}/tex/amstex
8412%{texmfdist}/tex/amstex/base
8413%{texmfdist}/tex/amstex/config
8414%{texmfdist}/tex/plain/amsfonts
d08789e0
ZU
8415
8416%files format-amstex
8417%defattr(644,root,root,755)
446ab8e0
ZU
8418%doc %{texmfdist}/doc/amstex
8419%{texmfdist}/tex/amstex
d08789e0
ZU
8420%attr(755,root,root) %{_bindir}/amstex
8421%{_mandir}/man1/amstex.1*
80fa261c
ZU
8422%{texmf}/fmtutil/format.amstex.cnf
8423%{texmf}/fmtutil/format.cyramstex.cnf
446ab8e0
ZU
8424# %lang(fi) %{_mandir}/fi/man1/amstex.1*
8425# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/amstex.fmt
d08789e0 8426
446ab8e0
ZU
8427# %files format-pdfamstex
8428# %defattr(644,root,root,755)
8429# %attr(755,root,root) %{_bindir}/pdfamstex
d08789e0 8430#%{texmf}/pdftex/amstex
446ab8e0 8431# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdfamstex.fmt
d08789e0
ZU
8432
8433%files csplain
8434%defattr(644,root,root,755)
04123363 8435%dir %{texmfdist}/doc/cslatex
21c69d95 8436%dir %{texmfdist}/doc/cslatex/base
446ab8e0
ZU
8437%doc %{texmfdist}/doc/cslatex/base/README-cspsfont
8438%doc %{texmfdist}/doc/cslatex/base/cs-fonts.doc
8439%doc %{texmfdist}/doc/cslatex/base/cscorr.tab
8440%doc %{texmfdist}/doc/cslatex/base/csplain.doc
8441%doc %{texmfdist}/doc/cslatex/base/parpozn.tex
8442%doc %{texmfdist}/doc/cslatex/base/test8z.tex
8443%doc %{texmfdist}/doc/cslatex/base/testlat.tex
d08789e0 8444%attr(755,root,root) %{_bindir}/csplain
446ab8e0 8445%{texmfdist}/tex/csplain
d08789e0
ZU
8446
8447%files format-csplain
8448%defattr(644,root,root,755)
b839a3ce 8449# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/csplain.fmt
d08789e0
ZU
8450
8451%files format-pdfcsplain
8452%defattr(644,root,root,755)
8453%attr(755,root,root) %{_bindir}/pdfcsplain
b839a3ce 8454# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdfcsplain.fmt
d08789e0
ZU
8455
8456%files cslatex
8457%defattr(644,root,root,755)
446ab8e0
ZU
8458# %doc %{texmf}/doc/cstex/INSTALL.cslatex
8459# %doc %{texmf}/doc/cstex/README.cslatex
2677a8b0
ZU
8460%{texmfdist}/tex/cslatex
8461%{texmfdist}/tex/latex/cslatex
d08789e0
ZU
8462
8463%files format-cslatex
8464%defattr(644,root,root,755)
8465%attr(755,root,root) %{_bindir}/cslatex
80fa261c 8466%{texmf}/fmtutil/format.cslatex.cnf
b839a3ce 8467# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cslatex.fmt
d08789e0
ZU
8468
8469%files format-pdfcslatex
8470%defattr(644,root,root,755)
8471%attr(755,root,root) %{_bindir}/pdfcslatex
b839a3ce 8472# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdfcslatex.fmt
d08789e0 8473
ffd94364
ZU
8474# %files cyrplain
8475# %defattr(644,root,root,755)
8476# %doc %{texmf}/doc/cyrplain
8477# %{texmf}/tex/cyrplain
d08789e0 8478
ffd94364
ZU
8479# %files format-cyrplain
8480# %defattr(644,root,root,755)
8481# %attr(755,root,root) %{_bindir}/cyrtex
8482# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cyrtex.fmt
d08789e0 8483
ffd94364
ZU
8484# %files format-cyramstex
8485# %defattr(644,root,root,755)
8486# %attr(755,root,root) %{_bindir}/cyramstex
8487# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cyramstex.fmt
d08789e0 8488
ffd94364
ZU
8489# %files format-cyrtexinfo
8490# %defattr(644,root,root,755)
8491# %attr(755,root,root) %{_bindir}/cyrtexinfo
8492# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cyrtexinfo.fmt
d08789e0
ZU
8493
8494%files eplain
8495%defattr(644,root,root,755)
ffd94364
ZU
8496%doc %{texmfdist}/doc/etex
8497%doc %{texmfdist}/doc/eplain
8498%{texmfdist}/tex/plain/etex
8499%{texmfdist}/tex/eplain
d08789e0
ZU
8500
8501%files format-eplain
8502%defattr(644,root,root,755)
8503%attr(755,root,root) %{_bindir}/eplain
8504%attr(755,root,root) %{_bindir}/etex
8505%{_mandir}/man1/eplain.1*
8506%{_mandir}/man1/etex.1*
80fa261c 8507%{texmf}/fmtutil/format.eplain.cnf
b839a3ce
ZU
8508# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/eplain.fmt
8509# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/etex.fmt
d08789e0
ZU
8510
8511%files context
8512%defattr(644,root,root,755)
68640cd8
ZU
8513%doc %{texmfdist}/doc/context
8514# %doc %{texmf}/doc/polish/context
4224ae6d
MB
8515%attr(755,root,root) %{_bindir}/context
8516%attr(755,root,root) %{_bindir}/ctxtools
8517%attr(755,root,root) %{_bindir}/exatools
8518%attr(755,root,root) %{_bindir}/luatools
8519%attr(755,root,root) %{_bindir}/makempy
8520%attr(755,root,root) %{_bindir}/mpstools
8521%attr(755,root,root) %{_bindir}/mtxrun
8522%attr(755,root,root) %{_bindir}/mtxtools
8523%attr(755,root,root) %{_bindir}/pdfthumb
8524%attr(755,root,root) %{_bindir}/pdftools
8525%attr(755,root,root) %{_bindir}/pdftrimwhite
8526%attr(755,root,root) %{_bindir}/pstopdf
8527%attr(755,root,root) %{_bindir}/rlxtools
8528%attr(755,root,root) %{_bindir}/runtools
8529%attr(755,root,root) %{_bindir}/texexec
d08789e0
ZU
8530%attr(755,root,root) %{_bindir}/texfind
8531%attr(755,root,root) %{_bindir}/texfont
4224ae6d 8532%attr(755,root,root) %{_bindir}/texmfstart
d08789e0 8533%attr(755,root,root) %{_bindir}/texshow
4224ae6d 8534%attr(755,root,root) %{_bindir}/textools
d08789e0 8535%attr(755,root,root) %{_bindir}/texutil
4224ae6d
MB
8536%attr(755,root,root) %{_bindir}/tmftools
8537%attr(755,root,root) %{_bindir}/xmltools
ffd94364 8538# %{_mandir}/man1/fdf2tex.1*
fae5faca
ZU
8539%{_mandir}/man1/ctxtools.1*
8540%{_mandir}/man1/pdftools.1*
8541%{_mandir}/man1/pstopdf.1*
d08789e0
ZU
8542%{_mandir}/man1/texfind.1*
8543%{_mandir}/man1/texfont.1*
fae5faca
ZU
8544%{_mandir}/man1/texmfstart.1*
8545%{_mandir}/man1/textools.1*
d08789e0 8546%{_mandir}/man1/texutil.1*
ffd94364 8547# %{_mandir}/man1/texshow.1*
4224ae6d 8548%{texmfdist}/context
68640cd8 8549%{texmfdist}/fonts/enc/dvips/context
ffd94364 8550# %{texmfdist}/fonts/map/dvips/context
68640cd8
ZU
8551%{texmfdist}/metapost/context
8552%{texmfdist}/scripts/context
4224ae6d
MB
8553%{texmfdist}/tex/context
8554%exclude %{texmfdist}/tex/context/config/cont-de.ini
8555%exclude %{texmfdist}/tex/context/config/cont-en.ini
8556%exclude %{texmfdist}/tex/context/config/cont-nl.ini
8557%exclude %{texmfdist}/tex/context/config/cont-uk.ini
68640cd8 8558%{texmfdist}/tex/generic/context
4224ae6d 8559%{texmfdist}/tex/latex/context
68640cd8 8560%{texmfdist}/bibtex/bst/context
80fa261c 8561%{texmf}/fmtutil/format.context.cnf
015f9ddb 8562%{texmf}/fmtutil/format.luatex.cnf
f7f90954 8563%doc %{texmfdist}/doc/luatex
d08789e0
ZU
8564
8565# no fmt, so commented out
8566#%files format-context-cz
8567#%defattr(644,root,root,755)
8568#%%{texmf}/tex/context/config/cont-cz.ini
8569# does not build with beta 20021025
8570#%config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cont-cz.efmt
8571
8572%files format-context-de
8573%defattr(644,root,root,755)
2677a8b0 8574%{texmfdist}/tex/context/config/cont-de.ini
b839a3ce 8575# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cont-de.fmt
d08789e0
ZU
8576#%{_mandir}/man1/cont-de.1*
8577
8578%files format-context-en
8579%defattr(644,root,root,755)
2677a8b0 8580%{texmfdist}/tex/context/config/cont-en.ini
b839a3ce 8581# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cont-en.fmt
d08789e0
ZU
8582#%{_mandir}/man1/cont-en.1*
8583# what is the difference betwen uk and en in this particular situation?
2677a8b0 8584%{texmfdist}/tex/context/config/cont-uk.ini
b839a3ce 8585# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cont-uk.fmt
d08789e0
ZU
8586
8587# no fmt, so commented out
8588#%files format-context-it
8589#%defattr(644,root,root,755)
8590#%%{texmf}/tex/context/config/cont-it.ini
8591
8592%files format-context-nl
8593%defattr(644,root,root,755)
2677a8b0 8594%{texmfdist}/tex/context/config/cont-nl.ini
b839a3ce 8595# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cont-nl.fmt
d08789e0
ZU
8596#%{_mandir}/man1/cont-nl.1*
8597
8598# no fmt, so commented out
8599#%files format-context-ro
8600#%defattr(644,root,root,755)
8601#%%{texmf}/tex/context/config/cont-ro.ini
8602
3127b522 8603
d08789e0
ZU
8604%files latex
8605%defattr(644,root,root,755)
5fef92c1 8606%attr(755,root,root) %{_bindir}/lacheck
2496d461
ZU
8607%attr(755,root,root) %{_bindir}/latex
8608%attr(755,root,root) %{_bindir}/pslatex
ffd94364
ZU
8609# %lang(fi) %{_mandir}/fi/man1/latex.1*
8610# %lang(pl) %{_mandir}/pl/man1/latex.1*
8611# %{_infodir}/latex.info*
04123363 8612%{texmf}/fmtutil/format.latex.cnf
5fef92c1 8613%{_mandir}/man1/lacheck.1*
3127b522
ZU
8614%{_mandir}/man1/latex.1*
8615%{_mandir}/man1/pslatex.1*
d08789e0 8616
3127b522
ZU
8617%dir %{texmfdist}/scripts
8618%dir %{texmfdist}/scripts/pst-pdf
63399af2 8619%dir %{texmfdist}/source/generic
df343eba 8620%dir %{texmfdist}/tex/latex
63399af2
ZU
8621%dir %{texmfdist}/tex/plain
8622%dir %{texmf}/tex/latex
d08789e0 8623
3127b522
ZU
8624# %{texmfdist}/tex/latex/citesort
8625# %{texmfdist}/tex/latex/dvilj
8626# %{texmfdist}/tex/latex/eclbip
8627# %{texmfdist}/tex/latex/eo
8628# %{texmfdist}/tex/latex/example
8629# %{texmfdist}/tex/latex/fguill
8630# %{texmfdist}/tex/latex/floatflt
8631# %{texmfdist}/tex/latex/gletter
8632# %{texmfdist}/tex/latex/here
8633# %{texmfdist}/tex/latex/mt11p
8634# %{texmfdist}/tex/latex/relsize
8635# %{texmfdist}/tex/latex/selectp
8636# %{texmfdist}/tex/latex/shadow
8637# %{texmfdist}/tex/latex/showtags
8638# %{texmfdist}/tex/latex/tabls
8639# %{texmfdist}/tex/latex/texmacs
8640# %{texmfdist}/tex/latex/threeparttable
8641# %{texmfdist}/tex/latex/treesvr
8642# %{texmfdist}/tex/latex/ulem
8643# %{texmfdist}/tex/latex/url
8644# %{texmf}/tex/latex/version
8645# %{texmf}/tex/latex/vpage
8646%{texmfdist}/scripts/pst-pdf/ps4pdf
8647%{texmfdist}/tex/generic/pstricks
8648%{texmfdist}/tex/generic/shapepar
3127b522 8649%{texmfdist}/tex/generic/textmerg
c9ddaf2d 8650%{texmfdist}/source/generic/textmerg
6367bfc9
MB
8651%{texmfdist}/tex/latex/12many
8652%{texmfdist}/tex/latex/AkkTeX
6367bfc9 8653%{texmfdist}/tex/latex/GuIT
6367bfc9
MB
8654%{texmfdist}/tex/latex/IEEEtran
8655%{texmfdist}/tex/latex/SIstyle
8656%{texmfdist}/tex/latex/Tabbing
8657%{texmfdist}/tex/latex/a0poster
6367bfc9 8658%{texmfdist}/tex/latex/acmtrans
df343eba 8659%{texmfdist}/tex/latex/acronym
6367bfc9
MB
8660%{texmfdist}/tex/latex/addlines
8661%{texmfdist}/tex/latex/adrlist
df343eba 8662%{texmfdist}/tex/latex/aeguill
6367bfc9
MB
8663%{texmfdist}/tex/latex/afthesis
8664%{texmfdist}/tex/latex/aguplus
6367bfc9 8665%{texmfdist}/tex/latex/akletter
6367bfc9
MB
8666%{texmfdist}/tex/latex/algorithm2e
8667%{texmfdist}/tex/latex/algorithmicx
8668%{texmfdist}/tex/latex/allrunes
8669%{texmfdist}/tex/latex/alnumsec
8670%{texmfdist}/tex/latex/altfont
8671%{texmfdist}/tex/latex/ametsoc
8672%{texmfdist}/tex/latex/amsaddr
8673%{texmfdist}/tex/latex/amsrefs
8674%{texmfdist}/tex/latex/animate
8675%{texmfdist}/tex/latex/answers
8676%{texmfdist}/tex/latex/antiqua
8677%{texmfdist}/tex/latex/anyfontsize
df343eba 8678%{texmfdist}/tex/latex/anysize
6367bfc9 8679%{texmfdist}/tex/latex/apa
6367bfc9
MB
8680%{texmfdist}/tex/latex/apl
8681%{texmfdist}/tex/latex/ar
8682%{texmfdist}/tex/latex/arabi
8683%{texmfdist}/tex/latex/arabtex
8684%{texmfdist}/tex/latex/archaic
8685%{texmfdist}/tex/latex/arcs
8686%{texmfdist}/tex/latex/arev
8687%{texmfdist}/tex/latex/armenian
6367bfc9
MB
8688%{texmfdist}/tex/latex/ascelike
8689%{texmfdist}/tex/latex/ascii
8690%{texmfdist}/tex/latex/assignment
6367bfc9
MB
8691%{texmfdist}/tex/latex/augie
8692%{texmfdist}/tex/latex/auncial-new
8693%{texmfdist}/tex/latex/aurical
8694%{texmfdist}/tex/latex/authoraftertitle
8695%{texmfdist}/tex/latex/authorindex
8696%{texmfdist}/tex/latex/auto-pst-pdf
8697%{texmfdist}/tex/latex/autoarea
8698%{texmfdist}/tex/latex/autotab
8699%{texmfdist}/tex/latex/avantgar
8700%{texmfdist}/tex/latex/babelbib
6367bfc9
MB
8701%{texmfdist}/tex/latex/bangtex
8702%{texmfdist}/tex/latex/barcodes
6367bfc9
MB
8703%{texmfdist}/tex/latex/base
8704%{texmfdist}/tex/latex/bayer
8705%{texmfdist}/tex/latex/bbding
8706%{texmfdist}/tex/latex/bbm-macros
6367bfc9
MB
8707%{texmfdist}/tex/latex/begriff
8708%{texmfdist}/tex/latex/bengali
8709%{texmfdist}/tex/latex/bera
8710%{texmfdist}/tex/latex/betababel
df343eba 8711%{texmfdist}/tex/latex/beton
6367bfc9
MB
8712%{texmfdist}/tex/latex/bibarts
8713%{texmfdist}/tex/latex/bibleref
8714%{texmfdist}/tex/latex/biblist
8715%{texmfdist}/tex/latex/bibtopicprefix
8716%{texmfdist}/tex/latex/bigfoot
6367bfc9
MB
8717%{texmfdist}/tex/latex/bizcard
8718%{texmfdist}/tex/latex/blacklettert1
8719%{texmfdist}/tex/latex/blindtext
8720%{texmfdist}/tex/latex/blowup
8721%{texmfdist}/tex/latex/boisik
8722%{texmfdist}/tex/latex/boites
8723%{texmfdist}/tex/latex/boldtensors
8724%{texmfdist}/tex/latex/bookest
8725%{texmfdist}/tex/latex/bookhands
8726%{texmfdist}/tex/latex/booklet
8727%{texmfdist}/tex/latex/bookman
8728%{texmfdist}/tex/latex/bophook
8729%{texmfdist}/tex/latex/boxhandler
6367bfc9
MB
8730%{texmfdist}/tex/latex/braille
8731%{texmfdist}/tex/latex/breakurl
8732%{texmfdist}/tex/latex/bridge
8733%{texmfdist}/tex/latex/brushscr
8734%{texmfdist}/tex/latex/bullcntr
8735%{texmfdist}/tex/latex/burmese
8736%{texmfdist}/tex/latex/bussproofs
df343eba 8737%{texmfdist}/tex/latex/calrsfs
6367bfc9
MB
8738%{texmfdist}/tex/latex/calxxxx
8739%{texmfdist}/tex/latex/captcont
8740%{texmfdist}/tex/latex/casyl
8741%{texmfdist}/tex/latex/catechis
8742%{texmfdist}/tex/latex/cbcoptic
8743%{texmfdist}/tex/latex/cbfonts
df343eba 8744%{texmfdist}/tex/latex/ccaption
6367bfc9
MB
8745%{texmfdist}/tex/latex/cclicenses
8746%{texmfdist}/tex/latex/cd-cover
8747%{texmfdist}/tex/latex/cd
8748%{texmfdist}/tex/latex/cdpbundl
8749%{texmfdist}/tex/latex/cellspace
df343eba 8750%{texmfdist}/tex/latex/changebar
6367bfc9
MB
8751%{texmfdist}/tex/latex/changepage
8752%{texmfdist}/tex/latex/changes
6367bfc9 8753%{texmfdist}/tex/latex/chapterfolder
6367bfc9 8754%{texmfdist}/tex/latex/cherokee
6367bfc9
MB
8755%{texmfdist}/tex/latex/chicago
8756%{texmfdist}/tex/latex/china2e
6367bfc9
MB
8757%{texmfdist}/tex/latex/citeref
8758%{texmfdist}/tex/latex/cjhebrew
8759%{texmfdist}/tex/latex/cjk
8760%{texmfdist}/tex/latex/cjw
8761%{texmfdist}/tex/latex/classicthesis
8762%{texmfdist}/tex/latex/clefval
8763%{texmfdist}/tex/latex/cleveref
8764%{texmfdist}/tex/latex/clock
8765%{texmfdist}/tex/latex/clrscode
8766%{texmfdist}/tex/latex/cm-lgc
8767%{texmfdist}/tex/latex/cm-super
df343eba 8768%{texmfdist}/tex/latex/cmap
6367bfc9
MB
8769%{texmfdist}/tex/latex/cmcyralt
8770%{texmfdist}/tex/latex/cmdstring
8771%{texmfdist}/tex/latex/cmdtrack
8772%{texmfdist}/tex/latex/cmll
8773%{texmfdist}/tex/latex/cmsd
8774%{texmfdist}/tex/latex/codepage
8775%{texmfdist}/tex/latex/colorinfo
6367bfc9 8776%{texmfdist}/tex/latex/colortbl
6367bfc9
MB
8777%{texmfdist}/tex/latex/combine
8778%{texmfdist}/tex/latex/commath
8779%{texmfdist}/tex/latex/compactbib
8780%{texmfdist}/tex/latex/complexity
6367bfc9
MB
8781%{texmfdist}/tex/latex/concprog
8782%{texmfdist}/tex/latex/confproc
8783%{texmfdist}/tex/latex/constants
8784%{texmfdist}/tex/latex/contour
8785%{texmfdist}/tex/latex/cooking
8786%{texmfdist}/tex/latex/cool
8787%{texmfdist}/tex/latex/coollist
8788%{texmfdist}/tex/latex/coolstr
6367bfc9
MB
8789%{texmfdist}/tex/latex/courier-scaled
8790%{texmfdist}/tex/latex/courier
8791%{texmfdist}/tex/latex/courseoutline
8792%{texmfdist}/tex/latex/coursepaper
8793%{texmfdist}/tex/latex/coverpage
8794%{texmfdist}/tex/latex/covington
df343eba 8795%{texmfdist}/tex/latex/crop
6367bfc9
MB
8796%{texmfdist}/tex/latex/crossreference
8797%{texmfdist}/tex/latex/crosswrd
8798%{texmfdist}/tex/latex/csbulletin
8799%{texmfdist}/tex/latex/csquotes
8800%{texmfdist}/tex/latex/csvtools
8801%{texmfdist}/tex/latex/ctable
8802%{texmfdist}/tex/latex/ctib
8803%{texmfdist}/tex/latex/cuisine
8804%{texmfdist}/tex/latex/cursor
8805%{texmfdist}/tex/latex/curve
8806%{texmfdist}/tex/latex/curve2e
8807%{texmfdist}/tex/latex/cv
8808%{texmfdist}/tex/latex/cweb-latex
8809%{texmfdist}/tex/latex/cwpuzzle
8810%{texmfdist}/tex/latex/cyklop
8811%{texmfdist}/tex/latex/dashbox
8812%{texmfdist}/tex/latex/dashrule
8813%{texmfdist}/tex/latex/datatool
8814%{texmfdist}/tex/latex/dateiliste
8815%{texmfdist}/tex/latex/datenumber
8816%{texmfdist}/tex/latex/datetime
8817%{texmfdist}/tex/latex/dcpic
8818%{texmfdist}/tex/latex/decimal
8819%{texmfdist}/tex/latex/delimtxt
8820%{texmfdist}/tex/latex/diagnose
8821%{texmfdist}/tex/latex/dialogl
8822%{texmfdist}/tex/latex/dichokey
8823%{texmfdist}/tex/latex/dictsym
8824%{texmfdist}/tex/latex/digiconfigs
6367bfc9
MB
8825%{texmfdist}/tex/latex/dingbat
8826%{texmfdist}/tex/latex/directory
6367bfc9 8827%{texmfdist}/tex/latex/dlfltxb
6367bfc9
MB
8828%{texmfdist}/tex/latex/docmfp
8829%{texmfdist}/tex/latex/doi
8830%{texmfdist}/tex/latex/doipubmed
8831%{texmfdist}/tex/latex/dotarrow
8832%{texmfdist}/tex/latex/dotseqn
8833%{texmfdist}/tex/latex/dottex
8834%{texmfdist}/tex/latex/doublestroke
8835%{texmfdist}/tex/latex/dpfloat
8836%{texmfdist}/tex/latex/dprogress
8837%{texmfdist}/tex/latex/drac
df343eba 8838%{texmfdist}/tex/latex/draftcopy
6367bfc9
MB
8839%{texmfdist}/tex/latex/draftwatermark
8840%{texmfdist}/tex/latex/dramatist
6367bfc9
MB
8841%{texmfdist}/tex/latex/duerer-latex
8842%{texmfdist}/tex/latex/dvdcoll
8843%{texmfdist}/tex/latex/dvipdfmx-def
6367bfc9
MB
8844%{texmfdist}/tex/latex/eCards
8845%{texmfdist}/tex/latex/ean13isbn
8846%{texmfdist}/tex/latex/easy
8847%{texmfdist}/tex/latex/ebezier
8848%{texmfdist}/tex/latex/ebsthesis
8849%{texmfdist}/tex/latex/ecclesiastic
8850%{texmfdist}/tex/latex/ecltree
8851%{texmfdist}/tex/latex/eco
8852%{texmfdist}/tex/latex/economic
8853%{texmfdist}/tex/latex/ecv
8854%{texmfdist}/tex/latex/ed
8855%{texmfdist}/tex/latex/edmargin
8856%{texmfdist}/tex/latex/ednotes
8857%{texmfdist}/tex/latex/eemeir
df343eba 8858%{texmfdist}/tex/latex/eepic
6367bfc9 8859%{texmfdist}/tex/latex/egameps
6367bfc9
MB
8860%{texmfdist}/tex/latex/eiad
8861%{texmfdist}/tex/latex/ellipsis
8862%{texmfdist}/tex/latex/elmath
8863%{texmfdist}/tex/latex/elpres
6367bfc9
MB
8864%{texmfdist}/tex/latex/elsevier
8865%{texmfdist}/tex/latex/em
8866%{texmfdist}/tex/latex/emp
8867%{texmfdist}/tex/latex/emulateapj
8868%{texmfdist}/tex/latex/encxvlna
df343eba 8869%{texmfdist}/tex/latex/endfloat
6367bfc9
MB
8870%{texmfdist}/tex/latex/endheads
8871%{texmfdist}/tex/latex/engpron
8872%{texmfdist}/tex/latex/engrec
8873%{texmfdist}/tex/latex/envbig
8874%{texmfdist}/tex/latex/environ
8875%{texmfdist}/tex/latex/envlab
8876%{texmfdist}/tex/latex/epigrafica
8877%{texmfdist}/tex/latex/epigraph
8878%{texmfdist}/tex/latex/epiolmec
8879%{texmfdist}/tex/latex/epsdice
8880%{texmfdist}/tex/latex/epspdfconversion
6367bfc9 8881%{texmfdist}/tex/latex/eqname
6367bfc9
MB
8882%{texmfdist}/tex/latex/eqparbox
8883%{texmfdist}/tex/latex/errata
df343eba 8884%{texmfdist}/tex/latex/esint
6367bfc9
MB
8885%{texmfdist}/tex/latex/eskd
8886%{texmfdist}/tex/latex/eskdx
3127b522 8887%{texmfdist}/tex/latex/eso-pic
6367bfc9
MB
8888%{texmfdist}/tex/latex/etaremune
8889%{texmfdist}/tex/latex/etex-pkg
8890%{texmfdist}/tex/latex/ethiop
8891%{texmfdist}/tex/latex/etoolbox
8892%{texmfdist}/tex/latex/eukdate
df343eba
ZU
8893%{texmfdist}/tex/latex/euler
8894%{texmfdist}/tex/latex/eulervm
6367bfc9
MB
8895%{texmfdist}/tex/latex/euproposal
8896%{texmfdist}/tex/latex/euro
8897%{texmfdist}/tex/latex/eurofont
8898%{texmfdist}/tex/latex/europecv
8899%{texmfdist}/tex/latex/eurosans
df343eba 8900%{texmfdist}/tex/latex/eurosym
6367bfc9 8901%{texmfdist}/tex/latex/everypage
6367bfc9
MB
8902%{texmfdist}/tex/latex/examplep
8903%{texmfdist}/tex/latex/exceltex
8904%{texmfdist}/tex/latex/exercise
8905%{texmfdist}/tex/latex/expdlist
cf8dbd64
MB
8906%{texmfdist}/tex/latex/expl3
8907%{texmfdist}/tex/latex/export
8908%{texmfdist}/tex/latex/extarrows
cf8dbd64 8909%{texmfdist}/tex/latex/extract
df343eba 8910%{texmfdist}/tex/latex/extsizes
cf8dbd64 8911%{texmfdist}/tex/latex/facsimile
df343eba
ZU
8912%{texmfdist}/tex/latex/fancybox
8913%{texmfdist}/tex/latex/fancyhdr
cf8dbd64
MB
8914%{texmfdist}/tex/latex/fancynum
8915%{texmfdist}/tex/latex/fancyref
8916%{texmfdist}/tex/latex/fancytooltips
df343eba 8917%{texmfdist}/tex/latex/fancyvrb
cf8dbd64
MB
8918%{texmfdist}/tex/latex/fax
8919%{texmfdist}/tex/latex/fc
8920%{texmfdist}/tex/latex/feyn
cf8dbd64
MB
8921%{texmfdist}/tex/latex/fge
8922%{texmfdist}/tex/latex/figbib
8923%{texmfdist}/tex/latex/figsize
df343eba 8924%{texmfdist}/tex/latex/filecontents
cf8dbd64
MB
8925%{texmfdist}/tex/latex/fink
8926%{texmfdist}/tex/latex/fixfoot
8927%{texmfdist}/tex/latex/fixme
6367bfc9
MB
8928%{texmfdist}/tex/latex/flabels
8929%{texmfdist}/tex/latex/flacards
8930%{texmfdist}/tex/latex/flagderiv
8931%{texmfdist}/tex/latex/flashcards
8932%{texmfdist}/tex/latex/flippdf
df343eba 8933%{texmfdist}/tex/latex/float
6367bfc9
MB
8934%{texmfdist}/tex/latex/floatrow
8935%{texmfdist}/tex/latex/flowfram
8936%{texmfdist}/tex/latex/fmp
8937%{texmfdist}/tex/latex/fmtcount
8938%{texmfdist}/tex/latex/fnbreak
8939%{texmfdist}/tex/latex/fncychap
8940%{texmfdist}/tex/latex/foekfont
8941%{texmfdist}/tex/latex/foilhtml
8942%{texmfdist}/tex/latex/fonetika
df343eba 8943%{texmfdist}/tex/latex/fontinst
6367bfc9 8944%{texmfdist}/tex/latex/fonttable
df343eba
ZU
8945%{texmfdist}/tex/latex/footmisc
8946%{texmfdist}/tex/latex/footnpag
6367bfc9
MB
8947%{texmfdist}/tex/latex/forarray
8948%{texmfdist}/tex/latex/forloop
6367bfc9 8949%{texmfdist}/tex/latex/formula
6367bfc9
MB
8950%{texmfdist}/tex/latex/fouridx
8951%{texmfdist}/tex/latex/fourier
8952%{texmfdist}/tex/latex/fouriernc
df343eba 8953%{texmfdist}/tex/latex/fp
6367bfc9
MB
8954%{texmfdist}/tex/latex/frankenstein
8955%{texmfdist}/tex/latex/frcursive
8956%{texmfdist}/tex/latex/frenchle
8957%{texmfdist}/tex/latex/fribrief
8958%{texmfdist}/tex/latex/frletter
8959%{texmfdist}/tex/latex/frontespizio
8960%{texmfdist}/tex/latex/fullblck
8961%{texmfdist}/tex/latex/fullpict
8962%{texmfdist}/tex/latex/functan
8963%{texmfdist}/tex/latex/fundus
6367bfc9
MB
8964%{texmfdist}/tex/latex/gaceta
8965%{texmfdist}/tex/latex/galois
8966%{texmfdist}/tex/latex/gastex
8967%{texmfdist}/tex/latex/gatech-thesis
8968%{texmfdist}/tex/latex/gauss
8969%{texmfdist}/tex/latex/gb4e
8970%{texmfdist}/tex/latex/gcard
8971%{texmfdist}/tex/latex/gcite
8972%{texmfdist}/tex/latex/genmpage
df343eba 8973%{texmfdist}/tex/latex/geometry
6367bfc9 8974%{texmfdist}/tex/latex/geomsty
df343eba 8975%{texmfdist}/tex/latex/germbib
6367bfc9
MB
8976%{texmfdist}/tex/latex/gfsartemisia
8977%{texmfdist}/tex/latex/gfsbaskerville
8978%{texmfdist}/tex/latex/gfsbodoni
8979%{texmfdist}/tex/latex/gfscomplutum
8980%{texmfdist}/tex/latex/gfsdidot
8981%{texmfdist}/tex/latex/gfsneohellenic
8982%{texmfdist}/tex/latex/gfsporson
8983%{texmfdist}/tex/latex/gfssolomos
8984%{texmfdist}/tex/latex/ginpenc
8985%{texmfdist}/tex/latex/gloss
8986%{texmfdist}/tex/latex/glossaries
8987%{texmfdist}/tex/latex/gmdoc
8988%{texmfdist}/tex/latex/gmeometric
8989%{texmfdist}/tex/latex/gmiflink
8990%{texmfdist}/tex/latex/gmutils
8991%{texmfdist}/tex/latex/gmverb
8992%{texmfdist}/tex/latex/gnuplottex
8993%{texmfdist}/tex/latex/go
df343eba 8994%{texmfdist}/tex/latex/graphics
6367bfc9
MB
8995%{texmfdist}/tex/latex/graphicx-psmin
8996%{texmfdist}/tex/latex/greek-inputenc
8997%{texmfdist}/tex/latex/greekdates
68640cd8 8998%{texmfdist}/tex/latex/greektex
6367bfc9
MB
8999%{texmfdist}/tex/latex/grfpaste
9000%{texmfdist}/tex/latex/grnumalt
9001%{texmfdist}/tex/latex/grotesq
9002%{texmfdist}/tex/latex/grverb
9003%{texmfdist}/tex/latex/gu
6367bfc9
MB
9004%{texmfdist}/tex/latex/guitbeamer
9005%{texmfdist}/tex/latex/hanging
9006%{texmfdist}/tex/latex/har2nat
9007%{texmfdist}/tex/latex/harmony
9008%{texmfdist}/tex/latex/harpoon
9009%{texmfdist}/tex/latex/harvard
9010%{texmfdist}/tex/latex/hc
9011%{texmfdist}/tex/latex/helvetic
9012%{texmfdist}/tex/latex/hep
9013%{texmfdist}/tex/latex/hepnames
9014%{texmfdist}/tex/latex/hepparticles
9015%{texmfdist}/tex/latex/hepthesis
9016%{texmfdist}/tex/latex/hepunits
9017%{texmfdist}/tex/latex/hexgame
9018%{texmfdist}/tex/latex/hfoldsty
9019%{texmfdist}/tex/latex/hhtensor
9020%{texmfdist}/tex/latex/hilowres
9021%{texmfdist}/tex/latex/histogr
9022%{texmfdist}/tex/latex/hitec
9023%{texmfdist}/tex/latex/hpsdiss
9024%{texmfdist}/tex/latex/hrlatex
9025%{texmfdist}/tex/latex/hvfloat
9026%{texmfdist}/tex/latex/hypdvips
9027%{texmfdist}/tex/latex/hyper
df343eba 9028%{texmfdist}/tex/latex/hyperref
6367bfc9 9029%{texmfdist}/tex/latex/hyperxmp
df343eba 9030%{texmfdist}/tex/latex/hyphenat
6367bfc9
MB
9031%{texmfdist}/tex/latex/ibycus-babel
9032%{texmfdist}/tex/latex/icsv
9033%{texmfdist}/tex/latex/ieeepes
9034%{texmfdist}/tex/latex/ifmslide
9035%{texmfdist}/tex/latex/ifplatform
9036%{texmfdist}/tex/latex/ifsym
9037%{texmfdist}/tex/latex/ijmart
9038%{texmfdist}/tex/latex/imac
9039%{texmfdist}/tex/latex/image-gallery
9040%{texmfdist}/tex/latex/imtekda
df343eba 9041%{texmfdist}/tex/latex/index
6367bfc9
MB
9042%{texmfdist}/tex/latex/initials
9043%{texmfdist}/tex/latex/inlinebib
9044%{texmfdist}/tex/latex/inlinedef
9045%{texmfdist}/tex/latex/interactiveworkbook
9046%{texmfdist}/tex/latex/inversepath
9047%{texmfdist}/tex/latex/invoice
9048%{texmfdist}/tex/latex/ipa
9049%{texmfdist}/tex/latex/iso
9050%{texmfdist}/tex/latex/iso10303
9051%{texmfdist}/tex/latex/isodate
9052%{texmfdist}/tex/latex/isodoc
9053%{texmfdist}/tex/latex/isonums
9054%{texmfdist}/tex/latex/isorot
9055%{texmfdist}/tex/latex/isotope
9056%{texmfdist}/tex/latex/itnumpar
9057%{texmfdist}/tex/latex/itrans
9058%{texmfdist}/tex/latex/iwona
9059%{texmfdist}/tex/latex/jeopardy
9060%{texmfdist}/tex/latex/jhep
9061%{texmfdist}/tex/latex/jknapltx
9062%{texmfdist}/tex/latex/jneurosci
9063%{texmfdist}/tex/latex/jpsj
9064%{texmfdist}/tex/latex/jura
9065%{texmfdist}/tex/latex/juraabbrev
9066%{texmfdist}/tex/latex/juramisc
9067%{texmfdist}/tex/latex/jurarsp
df343eba
ZU
9068%{texmfdist}/tex/latex/koma-script
9069%{texmfdist}/tex/latex/labels
4224ae6d
MB
9070%dir %{texmfdist}/tex/latex/latexconfig
9071%{texmfdist}/tex/latex/latexconfig/latex.ini
9072%{texmfdist}/tex/latex/latexconfig/lualatex.ini
9073%{texmfdist}/tex/latex/latexconfig/mllatex.ini
9074%{texmfdist}/tex/latex/latexconfig/pdflatex.ini
9075%{texmfdist}/tex/latex/latexconfig/pdflualatex.ini
df343eba 9076%{texmfdist}/tex/latex/layouts
df343eba
ZU
9077%{texmfdist}/tex/latex/lettrine
9078%{texmfdist}/tex/latex/listings
9079%{texmfdist}/tex/latex/ltabptch
daae3151 9080%{texmfdist}/tex/latex/localloc
cf8dbd64 9081%{texmfdist}/tex/latex/ltxmisc
df343eba
ZU
9082%{texmfdist}/tex/latex/mathcomp
9083%{texmfdist}/tex/latex/mdwtools
9084%{texmfdist}/tex/latex/memoir
9085%{texmfdist}/tex/latex/mh
cf8dbd64
MB
9086%{texmfdist}/tex/latex/misc209
9087%{texmfdist}/tex/latex/mmap
9088%{texmfdist}/tex/latex/mnsymbol
9089%{texmfdist}/tex/latex/moderncv
9090%{texmfdist}/tex/latex/modroman
9091%{texmfdist}/tex/latex/mongolian-babel
9092%{texmfdist}/tex/latex/montex
df343eba
ZU
9093%{texmfdist}/tex/latex/mparhack
9094%{texmfdist}/tex/latex/ms
df343eba 9095%{texmfdist}/tex/latex/multibib
df343eba
ZU
9096%{texmfdist}/tex/latex/multirow
9097%{texmfdist}/tex/latex/mwcls
9098%{texmfdist}/tex/latex/natbib
cf8dbd64
MB
9099%{texmfdist}/tex/latex/ncclatex
9100%{texmfdist}/tex/latex/ncctools
9101%{texmfdist}/tex/latex/ncntrsbk
9102%{texmfdist}/tex/latex/nddiss
9103%{texmfdist}/tex/latex/newalg
9104%{texmfdist}/tex/latex/newfile
9105%{texmfdist}/tex/latex/newlfm
9106%{texmfdist}/tex/latex/newspaper
9107%{texmfdist}/tex/latex/newthm
df343eba
ZU
9108%{texmfdist}/tex/latex/nomencl
9109%{texmfdist}/tex/latex/ntgclass
80fa261c 9110%{texmfdist}/tex/generic/oberdiek
df343eba 9111%{texmfdist}/tex/latex/oberdiek
df343eba
ZU
9112%{texmfdist}/tex/latex/overpic
9113%{texmfdist}/tex/latex/paralist
df343eba
ZU
9114%{texmfdist}/tex/latex/pb-diagram
9115%{texmfdist}/tex/latex/pdfpages
9116%{texmfdist}/tex/latex/picinpar
df343eba
ZU
9117%{texmfdist}/tex/latex/pict2e
9118%{texmfdist}/tex/latex/placeins
df343eba
ZU
9119%{texmfdist}/tex/latex/preprint
9120%{texmfdist}/tex/latex/preview
9121%{texmfdist}/tex/latex/program
df343eba
ZU
9122%{texmfdist}/tex/latex/psfrag
9123%{texmfdist}/tex/latex/pslatex
df343eba
ZU
9124%{texmfdist}/tex/latex/revtex
9125%{texmfdist}/tex/latex/rotating
9126%{texmfdist}/tex/latex/rotfloat
9127%{texmfdist}/tex/latex/scale
9128%{texmfdist}/tex/latex/sectsty
df343eba
ZU
9129%{texmfdist}/tex/latex/seminar
9130%{texmfdist}/tex/latex/setspace
df343eba
ZU
9131%{texmfdist}/tex/latex/showdim
9132%{texmfdist}/tex/latex/showlabels
df343eba
ZU
9133%{texmfdist}/tex/latex/sidecap
9134%{texmfdist}/tex/latex/slashbox
9135%{texmfdist}/tex/latex/soul
9136%{texmfdist}/tex/latex/stdclsdv
9137%{texmfdist}/tex/latex/stmaryrd
9138%{texmfdist}/tex/latex/subfig
9139%{texmfdist}/tex/latex/subfigure
9140%{texmfdist}/tex/latex/supertabular
9141%{texmfdist}/tex/latex/t2
cf8dbd64
MB
9142%{texmfdist}/tex/latex/t-angles
9143%{texmfdist}/tex/latex/tableaux
9144%{texmfdist}/tex/latex/tablists
9145%{texmfdist}/tex/latex/tablor
9146%{texmfdist}/tex/latex/tabto-ltx
9147%{texmfdist}/tex/latex/tabulary
9148%{texmfdist}/tex/latex/tabvar
9149%{texmfdist}/tex/latex/talk
9150%{texmfdist}/tex/latex/taupin
9151%{texmfdist}/tex/latex/tcldoc
9152%{texmfdist}/tex/latex/tdsfrmath
9153%{texmfdist}/tex/latex/technics
9154%{texmfdist}/tex/latex/ted
9155%{texmfdist}/tex/latex/tengwarscript
9156%{texmfdist}/tex/latex/tensor
9157%{texmfdist}/tex/latex/teubner
9158%{texmfdist}/tex/latex/tex-gyre
9159%{texmfdist}/tex/latex/texilikecover
9160%{texmfdist}/tex/latex/texlogos
9161%{texmfdist}/tex/latex/texmate
9162%{texmfdist}/tex/latex/texpower
9163%{texmfdist}/tex/latex/texshade
9164%{texmfdist}/tex/latex/textcase
df343eba 9165%{texmfdist}/tex/latex/textfit
cf8dbd64
MB
9166%{texmfdist}/tex/latex/textopo
9167%{texmfdist}/tex/latex/textpath
df343eba 9168%{texmfdist}/tex/latex/textpos
cf8dbd64
MB
9169%{texmfdist}/tex/latex/theoremref
9170%{texmfdist}/tex/latex/thesis-titlepage-fhac
9171%{texmfdist}/tex/latex/thinsp
9172%{texmfdist}/tex/latex/thmtools
9173%{texmfdist}/tex/latex/thumb
9174%{texmfdist}/tex/latex/thuthesis
9175%{texmfdist}/tex/latex/ticket
9176%{texmfdist}/tex/latex/tikz-inet
9177%{texmfdist}/tex/latex/times
9178%{texmfdist}/tex/latex/timesht
9179%{texmfdist}/tex/latex/tipa
9180%{texmfdist}/tex/latex/titlefoot
df343eba 9181%{texmfdist}/tex/latex/titlesec
cf8dbd64 9182%{texmfdist}/tex/latex/titling
df343eba
ZU
9183%{texmfdist}/tex/latex/tocbibind
9184%{texmfdist}/tex/latex/tocloft
9185%{texmfdist}/tex/latex/tools
9186%{texmfdist}/tex/latex/totpages
df343eba 9187%{texmfdist}/tex/latex/type1cm
cf8dbd64 9188%{texmfdist}/tex/latex/undertilde
df343eba 9189%{texmfdist}/tex/latex/units
cf8dbd64
MB
9190%{texmfdist}/tex/latex/unitsdef
9191%{texmfdist}/tex/latex/universa
9192%{texmfdist}/tex/latex/unroman
9193%{texmfdist}/tex/latex/upmethodology
df343eba 9194%{texmfdist}/tex/latex/upquote
cf8dbd64
MB
9195%{texmfdist}/tex/latex/varindex
9196%{texmfdist}/tex/latex/varsfromjobname
9197%{texmfdist}/tex/latex/vector
9198%{texmfdist}/tex/latex/velthuis
9199%{texmfdist}/tex/latex/verse
9200%{texmfdist}/tex/latex/versions
9201%{texmfdist}/tex/latex/vhistory
9202%{texmfdist}/tex/latex/vita
df343eba 9203%{texmfdist}/tex/latex/vmargin
cf8dbd64
MB
9204%{texmfdist}/tex/latex/volumes
9205%{texmfdist}/tex/latex/vpe
9206%{texmfdist}/tex/latex/vrsion
9207%{texmfdist}/tex/latex/vwcol
9208%{texmfdist}/tex/latex/vxu
9209%{texmfdist}/tex/latex/wallpaper
9210%{texmfdist}/tex/latex/warning
9211%{texmfdist}/tex/latex/warpcol
df343eba 9212%{texmfdist}/tex/latex/was
cf8dbd64
MB
9213%{texmfdist}/tex/latex/williams
9214%{texmfdist}/tex/latex/wnri
9215%{texmfdist}/tex/latex/wordlike
c9ddaf2d 9216%{texmfdist}/source/wordlike
df343eba 9217%{texmfdist}/tex/latex/wrapfig
cf8dbd64 9218%{texmfdist}/tex/latex/wsuipa
c9ddaf2d 9219%{texmfdist}/source/generic/wsuipa
cf8dbd64
MB
9220%{texmfdist}/tex/latex/xargs
9221%{texmfdist}/tex/latex/xcolor
9222%{texmfdist}/tex/latex/xdoc
9223%{texmfdist}/tex/latex/xfor
9224%{texmfdist}/tex/latex/xifthen
df343eba 9225%{texmfdist}/tex/latex/xkeyval
cf8dbd64
MB
9226%{texmfdist}/tex/latex/xmpincl
9227%{texmfdist}/tex/latex/xnewcommand
9228%{texmfdist}/tex/latex/xoptarg
9229%{texmfdist}/tex/latex/xpackages
9230%{texmfdist}/tex/latex/xq
9231%{texmfdist}/tex/latex/xskak
9232%{texmfdist}/tex/latex/xstring
df343eba 9233%{texmfdist}/tex/latex/xtab
cf8dbd64
MB
9234%{texmfdist}/tex/latex/xtcapts
9235%{texmfdist}/tex/latex/xyling
9236%{texmfdist}/tex/latex/xytree
9237%{texmfdist}/tex/latex/yafoot
df343eba 9238%{texmfdist}/tex/latex/yfonts
cf8dbd64
MB
9239%{texmfdist}/tex/latex/yhmath
9240%{texmfdist}/tex/latex/yi4latex
9241%{texmfdist}/tex/latex/york-thesis
9242%{texmfdist}/tex/latex/youngtab
9243%{texmfdist}/tex/latex/yplan
9244%{texmfdist}/tex/latex/zapfchan
9245%{texmfdist}/tex/latex/zapfding
9246%{texmfdist}/tex/latex/zed-csp
9247%{texmfdist}/tex/latex/zefonts
9248%{texmfdist}/tex/latex/ziffer
9249%{texmfdist}/tex/latex/zwgetfdate
3127b522
ZU
9250%{texmfdist}/tex/plain/etex
9251%{texmf}/tex/latex/config
9252%{texmf}/tex/latex/dvipdfm
d08789e0 9253
6c82f497
ZU
9254%files latex-12many
9255%defattr(644,root,root,755)
9256%doc %{texmfdist}/doc/latex/12many
9257%{texmfdist}/source/latex/12many
9258
a8b381b0
ZU
9259%files latex-abstract
9260%defattr(644,root,root,755)
9261%doc %{texmfdist}/doc/latex/abstract
9262%{texmfdist}/tex/latex/abstract
84a4c427 9263%{texmfdist}/source/latex/abstract
a8b381b0 9264
f1f5d194
ZU
9265%files latex-accfonts
9266%defattr(644,root,root,755)
606c6ab6 9267%doc %{texmfdist}/doc/fonts/accfonts
f1f5d194
ZU
9268%{texmfdist}/tex/latex/accfonts
9269
e88b5dcf
ZU
9270%files latex-adrconv
9271%defattr(644,root,root,755)
9272%{texmfdist}/tex/latex/adrconv
9273%{texmfdist}/doc/latex/adrconv
9274
d08789e0
ZU
9275%files latex-algorithms
9276%defattr(644,root,root,755)
68640cd8
ZU
9277%doc %{texmfdist}/doc/latex/algorithms
9278%{texmfdist}/tex/latex/algorithms
d08789e0
ZU
9279
9280%files latex-ae
9281%defattr(644,root,root,755)
2677a8b0 9282%{texmfdist}/tex/latex/ae
d08789e0
ZU
9283
9284%files latex-ams
9285%defattr(644,root,root,755)
68640cd8
ZU
9286%doc %{texmfdist}/doc/latex/amscls
9287%doc %{texmfdist}/doc/latex/amsmath
68640cd8 9288%doc %{texmfdist}/doc/latex/onlyamsmath
80fa261c 9289%{texmfdist}/doc/fonts/amsfonts
68640cd8
ZU
9290%{texmfdist}/tex/latex/amscls
9291%{texmfdist}/tex/latex/amsmath
9292%{texmfdist}/tex/latex/amsfonts
9293%{texmfdist}/tex/latex/onlyamsmath
9294%{texmfdist}/source/latex/onlyamsmath
16591d53
ZU
9295%{texmfdist}/source/latex/amsaddr
9296%{texmfdist}/source/latex/amscls
9297%{texmfdist}/source/latex/amsfonts
9298%{texmfdist}/source/latex/amsmath
9299%{texmfdist}/source/latex/amsrefs
d08789e0
ZU
9300
9301%files latex-antp
9302%defattr(644,root,root,755)
7179ac92 9303%{texmfdist}/tex/latex/antp
d08789e0
ZU
9304
9305%files latex-antt
9306%defattr(644,root,root,755)
2677a8b0 9307%{texmfdist}/tex/latex/antt
d08789e0 9308
e88b5dcf
ZU
9309%files latex-appendix
9310%defattr(644,root,root,755)
9311%doc %{texmfdist}/doc/latex/appendix
9312%{texmfdist}/tex/latex/appendix
84a4c427 9313%{texmfdist}/source/latex/appendix
e88b5dcf 9314
16591d53
ZU
9315# %files latex-backgammon
9316# %defattr(644,root,root,755)
b4d68b39 9317
6c82f497
ZU
9318%files latex-bardiag
9319%defattr(644,root,root,755)
9320%doc %{texmfdist}/doc/latex/bardiag
9321%{texmfdist}/tex/latex/bardiag
9322
d08789e0
ZU
9323%files latex-bbm
9324%defattr(644,root,root,755)
68640cd8
ZU
9325%doc %{texmfdist}/doc/fonts/bbm
9326%{texmfdist}/tex/latex/bbm
d08789e0
ZU
9327
9328%files latex-bbold
9329%defattr(644,root,root,755)
ffd94364
ZU
9330%doc %{texmfdist}/doc/latex/bbold
9331%{texmfdist}/tex/latex/bbold
9332%{texmfdist}/source/latex/bbold
d08789e0 9333
b4d68b39
ZU
9334%files latex-beamer
9335%defattr(644,root,root,755)
9336%doc %{texmfdist}/doc/latex/beamer
9337%{texmfdist}/tex/latex/beamer-contrib
9338%{texmfdist}/tex/latex/beamer
9339
2fede27b
ZU
9340%files latex-bezos
9341%defattr(644,root,root,755)
9342%doc %{texmfdist}/doc/latex/bezos
9343%{texmfdist}/tex/latex/bezos
9344
d08789e0
ZU
9345%files latex-bibtex
9346%defattr(644,root,root,755)
68640cd8 9347%doc %{texmfdist}/doc/bibtex/base
68640cd8
ZU
9348%doc %{texmfdist}/doc/latex/adrconv
9349%doc %{texmfdist}/doc/latex/bibtopic
9350%doc %{texmfdist}/doc/latex/bibunits
9351%doc %{texmfdist}/doc/latex/natbib
9352%doc %{texmfdist}/doc/latex/footbib
247457ba 9353%doc %{texmf}/doc/bibtex8
68640cd8
ZU
9354%dir %{texmfdist}/doc/bibtex
9355%dir %{texmfdist}/bibtex
9356%dir %{texmfdist}/bibtex/bib
9357%dir %{texmfdist}/bibtex/bst
b9a3d45e 9358%dir %{texmfdist}/bibtex/csf
d08789e0
ZU
9359
9360%attr(755,root,root) %{_bindir}/bibtex
9361%attr(755,root,root) %{_bindir}/rubibtex
9362
68640cd8
ZU
9363%{texmfdist}/bibtex/bst/base
9364%{texmfdist}/bibtex/csf/base
9365%{texmfdist}/bibtex/bib/base
9366%{texmfdist}/bibtex/bst/adrconv
9367%{texmfdist}/bibtex/bib/adrconv
9368%{texmfdist}/source/latex/adrconv
9369%{texmfdist}/tex/latex/adrconv
9370# %{texmf}/bibtex/bst/misc
9371%{texmfdist}/bibtex/bst/natbib
9372%{texmfdist}/tex/latex/natbib
9373%{texmfdist}/tex/latex/bibtopic
9374%{texmfdist}/source/latex/bibunits
9375%{texmfdist}/tex/latex/bibunits
9376%{texmfdist}/source/latex/footbib
9377%{texmfdist}/tex/latex/footbib
247457ba
ZU
9378%dir %{texmf}/bibtex
9379%{texmf}/bibtex/csf
d08789e0
ZU
9380
9381%{_mandir}/man1/bibtex.1*
9382%{_mandir}/man1/rubibtex.1*
9383
9384%files latex-bibtex-ams
9385%defattr(644,root,root,755)
68640cd8
ZU
9386%{texmfdist}/bibtex/bst/ams
9387%{texmfdist}/bibtex/bib/ams
d08789e0
ZU
9388
9389%files latex-bibtex-pl
9390%defattr(644,root,root,755)
04123363 9391%dir %{texmfdist}/bibtex/bib/gustlib
68640cd8 9392%{texmfdist}/bibtex/bib/gustlib/plbib.bib
d08789e0
ZU
9393
9394%files latex-bibtex-german
9395%defattr(644,root,root,755)
68640cd8
ZU
9396%doc %{texmfdist}/doc/bibtex/germbib
9397%{texmfdist}/bibtex/bst/germbib
9398%{texmfdist}/tex/latex/germbib
d08789e0
ZU
9399
9400%files latex-bibtex-revtex4
9401%defattr(644,root,root,755)
04123363 9402%dir %{texmfdist}/source/latex/revtex
68640cd8
ZU
9403%doc %{texmfdist}/doc/latex/revtex/revtex4.pdf
9404%{texmfdist}/source/latex/revtex/revtex4.dtx
9405%{texmfdist}/source/latex/revtex/revtex4.ins
9406%{texmfdist}/tex/latex/revtex/revtex4.cls
d08789e0
ZU
9407
9408%files latex-bibtex-jurabib
9409%defattr(644,root,root,755)
68640cd8
ZU
9410%doc %{texmfdist}/doc/latex/jurabib
9411%{texmfdist}/bibtex/bst/jurabib
9412%{texmfdist}/bibtex/bib/jurabib
9413%{texmfdist}/source/latex/jurabib
9414%{texmfdist}/tex/latex/jurabib
d08789e0
ZU
9415
9416%files latex-bibtex-dk
9417%defattr(644,root,root,755)
68640cd8
ZU
9418%doc %{texmfdist}/doc/latex/dk-bib
9419%{texmfdist}/bibtex/bst/dk-bib
9420%{texmfdist}/bibtex/csf/dk-bib
9421%{texmfdist}/bibtex/bib/dk-bib
9422%{texmfdist}/source/latex/dk-bib
9423%{texmfdist}/tex/latex/dk-bib
9424
9425# %files latex-bibtex-nor
9426# %defattr(644,root,root,755)
9427# %{texmf}/bibtex/bst/norbib
d08789e0 9428
33b3b483
ZU
9429%files latex-bibtex-styles
9430%defattr(644,root,root,755)
c9ddaf2d 9431%doc %{texmfdist}/doc/generic/t2
04123363 9432%dir %{texmfdist}/source/bibtex
33b3b483
ZU
9433%{texmfdist}/bibtex/bib/IEEEtran
9434%{texmfdist}/bibtex/bib/abstyles
9435%{texmfdist}/bibtex/bib/achemso
9436%{texmfdist}/bibtex/bib/acmtrans
33b3b483
ZU
9437%{texmfdist}/bibtex/bib/ascelike
9438%{texmfdist}/bibtex/bib/beebe
9439%{texmfdist}/bibtex/bib/bibhtml
9440%{texmfdist}/bibtex/bib/bibtopic
33b3b483
ZU
9441%{texmfdist}/bibtex/bib/din1505
9442%{texmfdist}/bibtex/bib/directory
33b3b483
ZU
9443%{texmfdist}/bibtex/bib/figbib
9444%{texmfdist}/bibtex/bib/frankenstein
9445%{texmfdist}/bibtex/bib/gatech-thesis
9446%{texmfdist}/bibtex/bib/geomsty
9447%{texmfdist}/bibtex/bib/gloss
9448%{texmfdist}/bibtex/bib/harvard
9449%{texmfdist}/bibtex/bib/ieeepes
9450%{texmfdist}/bibtex/bib/ijmart
9451%{texmfdist}/bibtex/bib/imac
9452%{texmfdist}/bibtex/bib/index
9453%{texmfdist}/bibtex/bib/lsc
9454%{texmfdist}/bibtex/bib/msc
9455%{texmfdist}/bibtex/bib/nostarch
9456%{texmfdist}/bibtex/bib/philosophersimprint
9457%{texmfdist}/bibtex/bib/revtex
9458%{texmfdist}/bibtex/bib/spie
9459%{texmfdist}/bibtex/bib/urlbst
9460%{texmfdist}/bibtex/bst/IEEEtran
9461%{texmfdist}/bibtex/bst/abstyles
9462%{texmfdist}/bibtex/bst/achemso
9463%{texmfdist}/bibtex/bst/acmtrans
9464%{texmfdist}/bibtex/bst/afthesis
9465%{texmfdist}/bibtex/bst/aguplus
33b3b483
ZU
9466%{texmfdist}/bibtex/bst/aichej
9467%{texmfdist}/bibtex/bst/ametsoc
33b3b483
ZU
9468%{texmfdist}/bibtex/bst/ascelike
9469%{texmfdist}/bibtex/bst/babelbib
9470%{texmfdist}/bibtex/bst/beebe
9471%{texmfdist}/bibtex/bst/bibhtml
9472%{texmfdist}/bibtex/bst/chem-journal
9473%{texmfdist}/bibtex/bst/chicago
33b3b483
ZU
9474%{texmfdist}/bibtex/bst/confproc
9475%{texmfdist}/bibtex/bst/datatool
9476%{texmfdist}/bibtex/bst/din1505
9477%{texmfdist}/bibtex/bst/dinat
9478%{texmfdist}/bibtex/bst/directory
33b3b483
ZU
9479%{texmfdist}/bibtex/bst/dvdcoll
9480%{texmfdist}/bibtex/bst/economic
9481%{texmfdist}/bibtex/bst/elsevier-bib
9482%{texmfdist}/bibtex/bst/fbs
9483%{texmfdist}/bibtex/bst/figbib
9484%{texmfdist}/bibtex/bst/finbib
9485%{texmfdist}/bibtex/bst/frankenstein
9486%{texmfdist}/bibtex/bst/gatech-thesis
9487%{texmfdist}/bibtex/bst/gloss
9488%{texmfdist}/bibtex/bst/gost
9489%{texmfdist}/bibtex/bst/gustlib
9490%{texmfdist}/bibtex/bst/harvard
9491%{texmfdist}/bibtex/bst/hc
9492%{texmfdist}/bibtex/bst/ieeepes
9493%{texmfdist}/bibtex/bst/ijmart
9494%{texmfdist}/bibtex/bst/ijqc
9495%{texmfdist}/bibtex/bst/imac
9496%{texmfdist}/bibtex/bst/index
9497%{texmfdist}/bibtex/bst/inlinebib
9498%{texmfdist}/bibtex/bst/iopart-num
9499%{texmfdist}/bibtex/bst/jneurosci
9500%{texmfdist}/bibtex/bst/jurarsp
9501%{texmfdist}/bibtex/bst/kluwer
9502%{texmfdist}/bibtex/bst/mciteplus
9503%{texmfdist}/bibtex/bst/mslapa
9504%{texmfdist}/bibtex/bst/multibib
9505%{texmfdist}/bibtex/bst/munich
9506%{texmfdist}/bibtex/bst/nature
9507%{texmfdist}/bibtex/bst/nddiss
9508%{texmfdist}/bibtex/bst/opcit
9509%{texmfdist}/bibtex/bst/perception
9510%{texmfdist}/bibtex/bst/revtex
9511%{texmfdist}/bibtex/bst/rsc
9512%{texmfdist}/bibtex/bst/savetrees
9513%{texmfdist}/bibtex/bst/shipunov
9514%{texmfdist}/bibtex/bst/smflatex
9515%{texmfdist}/bibtex/bst/sort-by-letters
9516%{texmfdist}/bibtex/bst/spie
9517%{texmfdist}/bibtex/bst/stellenbosch
9518%{texmfdist}/bibtex/bst/swebib
9519%{texmfdist}/bibtex/bst/texsis
9520%{texmfdist}/bibtex/bst/thuthesis
9521%{texmfdist}/bibtex/bst/tugboat
9522%{texmfdist}/bibtex/bst/urlbst
9523%{texmfdist}/bibtex/csf/gost
9524%doc %{texmfdist}/doc/bibtex/abstyles
9525%doc %{texmfdist}/doc/bibtex/bibhtml
9526%doc %{texmfdist}/doc/bibtex/dinat
9527%doc %{texmfdist}/doc/bibtex/economic
9528%doc %{texmfdist}/doc/bibtex/elsevier-bib
9529%doc %{texmfdist}/doc/bibtex/gost
9530%doc %{texmfdist}/doc/bibtex/ijqc
9531%doc %{texmfdist}/doc/bibtex/iopart-num
33b3b483
ZU
9532%doc %{texmfdist}/doc/latex/IEEEtran
9533%{texmfdist}/source/bibtex/gost
9534
435dbdfa
ZU
9535%files latex-bibtex-vancouver
9536%defattr(644,root,root,755)
9537%dir %{texmfdist}/bibtex/bib/vancouver
04123363
ZU
9538%dir %{texmfdist}/bibtex/bst/vancouver
9539%dir %{texmfdist}/doc/bibtex/vancouver
435dbdfa
ZU
9540%{texmfdist}/bibtex/bib/vancouver/vancouver.bib
9541%{texmfdist}/bibtex/bst/vancouver/vancouver.bst
9542%doc %{texmfdist}/doc/bibtex/vancouver/README
9543%doc %{texmfdist}/doc/bibtex/vancouver/vancouver.pdf
9544%doc %{texmfdist}/doc/bibtex/vancouver/vancouver.tex
9545
2fede27b
ZU
9546%files latex-booktabs
9547%defattr(644,root,root,755)
9548%doc %{texmfdist}/doc/latex/booktabs
9549%{texmfdist}/tex/latex/booktabs
9550
9551%files latex-caption
9552%defattr(644,root,root,755)
9553%doc %{texmfdist}/doc/latex/caption
9554%{texmfdist}/tex/latex/caption
9555
d08789e0
ZU
9556%files latex-carlisle
9557%defattr(644,root,root,755)
68640cd8
ZU
9558%doc %{texmfdist}/doc/latex/carlisle
9559%{texmfdist}/tex/latex/carlisle
d08789e0
ZU
9560
9561%files latex-ccfonts
9562%defattr(644,root,root,755)
68640cd8
ZU
9563%doc %{texmfdist}/doc/latex/ccfonts
9564%{texmfdist}/tex/latex/ccfonts
d08789e0
ZU
9565
9566%files latex-cite
9567%defattr(644,root,root,755)
2677a8b0 9568%{texmfdist}/tex/latex/cite
d08789e0
ZU
9569
9570%files latex-cmbright
9571%defattr(644,root,root,755)
68640cd8
ZU
9572%doc %{texmfdist}/doc/latex/cmbright
9573%{texmfdist}/tex/latex/cmbright
9574
783773ac
ZU
9575%files latex-colortab
9576%defattr(644,root,root,755)
9577%doc %{texmfdist}/doc/generic/colortab
9578%{texmfdist}/tex/latex/colortab
9579%{texmfdist}/tex/generic/colortab
9580
2fede27b
ZU
9581%files latex-comment
9582%defattr(644,root,root,755)
9583%doc %{texmfdist}/doc/latex/comment
9584%{texmfdist}/tex/latex/comment
d08789e0
ZU
9585
9586%files latex-concmath
9587%defattr(644,root,root,755)
2677a8b0 9588%{texmfdist}/tex/latex/concmath
d08789e0 9589
2fede27b
ZU
9590%files latex-currvita
9591%defattr(644,root,root,755)
9592%doc %{texmfdist}/doc/latex/currvita
9593%{texmfdist}/tex/latex/currvita
9594
9595%files latex-curves
9596%defattr(644,root,root,755)
9597%doc %{texmfdist}/doc/latex/curves
9598%{texmfdist}/tex/latex/curves
9599
d08789e0
ZU
9600%files latex-custom-bib
9601%defattr(644,root,root,755)
9501d92c
ZU
9602%doc %{texmfdist}/doc/latex/custom-bib
9603%{texmfdist}/source/latex/custom-bib
9604%{texmfdist}/tex/latex/custom-bib
d08789e0
ZU
9605
9606%files latex-cyrillic
9607%defattr(644,root,root,755)
9501d92c
ZU
9608%doc %{texmfdist}/doc/latex/cyrillic
9609%{texmfdist}/source/latex/cyrillic
9610%{texmfdist}/tex/latex/cyrillic
d08789e0 9611
04eb4e68
ZU
9612# %files latex-dstroke
9613# %defattr(644,root,root,755)
9614# %{texmf}/tex/latex/dstroke
d08789e0 9615
60597425
ZU
9616%files latex-enumitem
9617%defattr(644,root,root,755)
9618%doc %{texmfdist}/doc/latex/enumitem
9619%{texmfdist}/tex/latex/enumitem
9620
2b453bda
ZU
9621%files latex-exam
9622%defattr(644,root,root,755)
f1f5d194 9623%doc %{texmfdist}/doc/latex/exam
2b453bda
ZU
9624%{texmfdist}/tex/latex/exam
9625
247457ba
ZU
9626%files latex-examdesign
9627%defattr(644,root,root,755)
9628%doc %{texmfdist}/doc/latex/examdesign
9629%{texmfdist}/tex/latex/examdesign
9630%{texmfdist}/source/latex/examdesign
9631
9632%files latex-formlett
9633%defattr(644,root,root,755)
9634%doc %{texmfdist}/doc/latex/formlett
9635%{texmfdist}/tex/latex/formlett
9636
c9ddaf2d
ZU
9637%files latex-formular
9638%defattr(644,root,root,755)
9639%doc %{texmfdist}/doc/latex/formular
9640%{texmfdist}/tex/latex/formular
9641%{texmfdist}/source/latex/formular
9642
f1f5d194
ZU
9643%files latex-gbrief
9644%defattr(644,root,root,755)
9645%doc %{texmfdist}/doc/latex/g-brief
9646%{texmfdist}/tex/latex/g-brief
9647
d08789e0
ZU
9648%files latex-jknappen
9649%defattr(644,root,root,755)
9501d92c
ZU
9650%doc %{texmfdist}/fonts/source/jknappen
9651%{texmfdist}/fonts/tfm/jknappen
d08789e0 9652
d19eaaab
ZU
9653%files latex-keystroke
9654%defattr(644,root,root,755)
9655%{texmfdist}/tex/latex/keystroke
9656%doc %{texmfdist}/doc/latex/keystroke
9657
9658%files latex-labbook
9659%defattr(644,root,root,755)
9660%doc %{texmfdist}/doc/latex/labbook
9661%{texmfdist}/source/latex/labbook
9662%{texmfdist}/tex/latex/labbook
9663
a8b381b0
ZU
9664%files latex-lastpage
9665%defattr(644,root,root,755)
a8b381b0 9666%doc %{texmfdist}/doc/latex/lastpage
f1f5d194
ZU
9667%{texmfdist}/tex/latex/lastpage
9668
d19eaaab
ZU
9669%files latex-lcd
9670%defattr(644,root,root,755)
9671%doc %{texmfdist}/doc/latex/lcd
9672%{texmfdist}/source/latex/lcd
9673%{texmfdist}/tex/latex/lcd
9674
9675%files latex-leaflet
9676%defattr(644,root,root,755)
9677%doc %{texmfdist}/doc/latex/leaflet
9678%{texmfdist}/source/latex/leaflet
9679%{texmfdist}/tex/latex/leaflet
9680
f1f5d194
ZU
9681%files latex-leftidx
9682%defattr(644,root,root,755)
9683%doc %{texmfdist}/doc/latex/leftidx
9684%{texmfdist}/tex/latex/leftidx
a8b381b0 9685
d19eaaab
ZU
9686%files latex-lewis
9687%defattr(644,root,root,755)
9688%doc %{texmfdist}/doc/latex/lewis
9689%{texmfdist}/tex/latex/lewis
9690
d08789e0
ZU
9691%files latex-lm
9692%defattr(644,root,root,755)
9501d92c
ZU
9693%doc %{texmfdist}/doc/fonts/lm
9694%{texmfdist}/tex/latex/lm
9695%{texmfdist}/fonts/afm/public/lm
9696%{texmfdist}/fonts/enc/dvips/lm
9697%{texmfdist}/fonts/map/dvips/lm
9698%{texmfdist}/fonts/map/dvipdfm/lm
9699%{texmfdist}/fonts/opentype/public/lm
9700%{texmfdist}/fonts/tfm/public/lm
9701%{texmfdist}/source/fonts/lm
d08789e0
ZU
9702
9703%files latex-lucidabr
9704%defattr(644,root,root,755)
8affbd2c 9705%dir %{texmfdist}/vtex
04123363 9706%dir %{texmfdist}/vtex/config
26d8eaaa
ZU
9707%{texmfdist}/vtex/config/lucidabr-k.ali
9708%{texmfdist}/vtex/config/lucidabr.ali
d08789e0
ZU
9709
9710%files latex-lineno
9711%defattr(644,root,root,755)
9501d92c
ZU
9712%doc %{texmfdist}/doc/latex/lineno
9713%{texmfdist}/tex/latex/lineno
9714
d08789e0
ZU
9715
9716%files latex-marvosym
9717%defattr(644,root,root,755)
2677a8b0 9718%{texmfdist}/tex/latex/marvosym
d08789e0 9719
d19eaaab
ZU
9720%files latex-mathexam
9721%defattr(644,root,root,755)
9722%doc %{texmfdist}/doc/latex/mathexam
9723%{texmfdist}/source/latex/mathexam
9724%{texmfdist}/tex/latex/mathexam
9725
5b7eba8e
MB
9726#%files latex-mathpple
9727#%defattr(644,root,root,755)
d08789e0 9728
5b7eba8e
MB
9729#%files latex-mathtime
9730#%defattr(644,root,root,755)
d08789e0
ZU
9731
9732%files latex-microtype
9733%defattr(644,root,root,755)
26d8eaaa
ZU
9734%doc %{texmfdist}/doc/latex/microtype
9735%{texmfdist}/source/latex/microtype
9736%{texmfdist}/tex/latex/microtype
d08789e0
ZU
9737
9738%files latex-mflogo
9739%defattr(644,root,root,755)
26d8eaaa
ZU
9740%doc %{texmfdist}/doc/latex/mflogo
9741%{texmfdist}/tex/latex/mflogo
d08789e0
ZU
9742
9743%files latex-mfnfss
9744%defattr(644,root,root,755)
26d8eaaa
ZU
9745%{texmfdist}/source/latex/mfnfss
9746%{texmfdist}/tex/latex/mfnfss
9747
d08789e0
ZU
9748%files latex-minitoc
9749%defattr(644,root,root,755)
26d8eaaa
ZU
9750%doc %{texmfdist}/doc/latex/minitoc
9751%{texmfdist}/bibtex/bst/minitoc
9752%{texmfdist}/makeindex/minitoc
9753%{texmfdist}/scripts/minitoc
9754%{texmfdist}/source/latex/minitoc
9755%{texmfdist}/tex/latex/minitoc
9756
d08789e0
ZU
9757
9758%files latex-mltex
9759%defattr(644,root,root,755)
26d8eaaa
ZU
9760%doc %{texmfdist}/doc/latex/mltex
9761%{texmfdist}/tex/latex/mltex
d08789e0 9762
f1f5d194
ZU
9763%files latex-moreverb
9764%defattr(644,root,root,755)
9765%doc %{texmfdist}/doc/latex/moreverb
9766%{texmfdist}/tex/latex/moreverb
9767
d34bfb7f
ZU
9768%files latex-multienum
9769%defattr(644,root,root,755)
f2555868 9770%doc %{texmfdist}/doc/latex/multenum
d34bfb7f 9771%dir %{texmfdist}/tex/latex/multenum
f2555868 9772%{texmfdist}/tex/latex/multenum/*
d34bfb7f 9773
8ed039e0
ZU
9774%files latex-musictex
9775%defattr(644,root,root,755)
9776%doc %{texmfdist}/doc/generic/musictex
9777%{texmfdist}/fonts/source/public/musictex
9778%{texmfdist}/fonts/tfm/public/musictex
9779%{texmfdist}/tex/generic/musictex
9780%{texmfdist}/tex/latex/musictex
9781
a8b381b0
ZU
9782%files latex-ntheorem
9783%defattr(644,root,root,755)
9784%{texmfdist}/tex/latex/ntheorem
9785%doc %{texmfdist}/doc/latex/ntheorem
26d8eaaa 9786
f65b3398
ZU
9787%files latex-other-doc
9788%defattr(644,root,root,755)
8affbd2c 9789%doc %{texmfdist}/doc/alatex
f65b3398 9790%doc %{texmfdist}/doc/cslatex/base
e67df411 9791%doc %{texmfdist}/doc/generic/enctex
8affbd2c 9792%doc %{texmfdist}/doc/generic/wsuipa
f65b3398
ZU
9793%doc %{texmfdist}/doc/latex/ANUfinalexam
9794%doc %{texmfdist}/doc/latex/AkkTeX
f65b3398 9795%doc %{texmfdist}/doc/latex/GuIT
f65b3398 9796%doc %{texmfdist}/doc/latex/a0poster
f65b3398 9797%doc %{texmfdist}/doc/latex/acmtrans
f65b3398
ZU
9798%doc %{texmfdist}/doc/latex/addlines
9799%doc %{texmfdist}/doc/latex/adrlist
9800%doc %{texmfdist}/doc/latex/afthesis
9801%doc %{texmfdist}/doc/latex/aguplus
f65b3398
ZU
9802%doc %{texmfdist}/doc/latex/akletter
9803%doc %{texmfdist}/doc/latex/alg
9804%doc %{texmfdist}/doc/latex/algorithm2e
9805%doc %{texmfdist}/doc/latex/algorithmicx
9806%doc %{texmfdist}/doc/latex/alnumsec
9807%doc %{texmfdist}/doc/latex/altfont
9808%doc %{texmfdist}/doc/latex/ametsoc
9809%doc %{texmfdist}/doc/latex/amsaddr
9810%doc %{texmfdist}/doc/latex/amsrefs
9811%doc %{texmfdist}/doc/latex/animate
9812%doc %{texmfdist}/doc/latex/answers
9813%doc %{texmfdist}/doc/latex/anyfontsize
9814%doc %{texmfdist}/doc/latex/apa
f65b3398
ZU
9815%doc %{texmfdist}/doc/latex/ar
9816%doc %{texmfdist}/doc/latex/arabi
9817%doc %{texmfdist}/doc/latex/arabtex
9818%doc %{texmfdist}/doc/latex/arcs
f65b3398
ZU
9819%doc %{texmfdist}/doc/latex/ascelike
9820%doc %{texmfdist}/doc/latex/assignment
f65b3398
ZU
9821%doc %{texmfdist}/doc/latex/augie
9822%doc %{texmfdist}/doc/latex/aurical
9823%doc %{texmfdist}/doc/latex/authorindex
9824%doc %{texmfdist}/doc/latex/autoarea
9825%doc %{texmfdist}/doc/latex/autotab
9826%doc %{texmfdist}/doc/latex/babelbib
9827%doc %{texmfdist}/doc/latex/bangtex
9828%doc %{texmfdist}/doc/latex/barcodes
9829%doc %{texmfdist}/doc/latex/bayer
9830%doc %{texmfdist}/doc/latex/bbm-macros
9831%doc %{texmfdist}/doc/latex/beamer-contrib
9832%doc %{texmfdist}/doc/latex/begriff
9833%doc %{texmfdist}/doc/latex/betababel
f65b3398
ZU
9834%doc %{texmfdist}/doc/latex/bibarts
9835%doc %{texmfdist}/doc/latex/bibleref
9836%doc %{texmfdist}/doc/latex/biblist
9837%doc %{texmfdist}/doc/latex/bibtopicprefix
9838%doc %{texmfdist}/doc/latex/bigfoot
f65b3398
ZU
9839%doc %{texmfdist}/doc/latex/bizcard
9840%doc %{texmfdist}/doc/latex/blindtext
9841%doc %{texmfdist}/doc/latex/blowup
9842%doc %{texmfdist}/doc/latex/boites
9843%doc %{texmfdist}/doc/latex/boldtensors
9844%doc %{texmfdist}/doc/latex/bookest
9845%doc %{texmfdist}/doc/latex/booklet
9846%doc %{texmfdist}/doc/latex/boxhandler
f65b3398
ZU
9847%doc %{texmfdist}/doc/latex/braille
9848%doc %{texmfdist}/doc/latex/breakurl
9849%doc %{texmfdist}/doc/latex/brushscr
9850%doc %{texmfdist}/doc/latex/bullcntr
9851%doc %{texmfdist}/doc/latex/bussproofs
f65b3398
ZU
9852%doc %{texmfdist}/doc/latex/calxxxx
9853%doc %{texmfdist}/doc/latex/captcont
9854%doc %{texmfdist}/doc/latex/casyl
9855%doc %{texmfdist}/doc/latex/catechis
9856%doc %{texmfdist}/doc/latex/cbcoptic
9857%doc %{texmfdist}/doc/latex/cclicenses
9858%doc %{texmfdist}/doc/latex/cd-cover
9859%doc %{texmfdist}/doc/latex/cd
9860%doc %{texmfdist}/doc/latex/cdpbundl
9861%doc %{texmfdist}/doc/latex/cellspace
9862%doc %{texmfdist}/doc/latex/changes
9863%doc %{texmfdist}/doc/latex/chapterfolder
f65b3398 9864%doc %{texmfdist}/doc/latex/china2e
f65b3398
ZU
9865%doc %{texmfdist}/doc/latex/cite
9866%doc %{texmfdist}/doc/latex/cjk
9867%doc %{texmfdist}/doc/latex/classicthesis
9868%doc %{texmfdist}/doc/latex/clefval
9869%doc %{texmfdist}/doc/latex/cleveref
9870%doc %{texmfdist}/doc/latex/clock
9871%doc %{texmfdist}/doc/latex/clrscode
9872%doc %{texmfdist}/doc/latex/cm-lgc
9873%doc %{texmfdist}/doc/latex/cmap
9874%doc %{texmfdist}/doc/latex/cmcyralt
9875%doc %{texmfdist}/doc/latex/cmdstring
9876%doc %{texmfdist}/doc/latex/cmll
9877%doc %{texmfdist}/doc/latex/codepage
9878%doc %{texmfdist}/doc/latex/colorinfo
9879%doc %{texmfdist}/doc/latex/colortbl
f65b3398
ZU
9880%doc %{texmfdist}/doc/latex/combine
9881%doc %{texmfdist}/doc/latex/commath
9882%doc %{texmfdist}/doc/latex/complexity
f65b3398
ZU
9883%doc %{texmfdist}/doc/latex/concprog
9884%doc %{texmfdist}/doc/latex/confproc
9885%doc %{texmfdist}/doc/latex/constants
9886%doc %{texmfdist}/doc/latex/contour
9887%doc %{texmfdist}/doc/latex/cooking
9888%doc %{texmfdist}/doc/latex/cool
9889%doc %{texmfdist}/doc/latex/coollist
9890%doc %{texmfdist}/doc/latex/coolstr
f65b3398
ZU
9891%doc %{texmfdist}/doc/latex/courier-scaled
9892%doc %{texmfdist}/doc/latex/courseoutline
9893%doc %{texmfdist}/doc/latex/coursepaper
9894%doc %{texmfdist}/doc/latex/coverpage
9895%doc %{texmfdist}/doc/latex/covington
9896%doc %{texmfdist}/doc/latex/crossreference
9897%doc %{texmfdist}/doc/latex/crosswrd
9898%doc %{texmfdist}/doc/latex/cryst
9899%doc %{texmfdist}/doc/latex/csbulletin
9900%doc %{texmfdist}/doc/latex/csquotes
9901%doc %{texmfdist}/doc/latex/csvtools
9902%doc %{texmfdist}/doc/latex/ctable
9903%doc %{texmfdist}/doc/latex/ctib
9904%doc %{texmfdist}/doc/latex/cuisine
9905%doc %{texmfdist}/doc/latex/cursor
9906%doc %{texmfdist}/doc/latex/curve
9907%doc %{texmfdist}/doc/latex/curve2e
9908%doc %{texmfdist}/doc/latex/cv
9909%doc %{texmfdist}/doc/latex/cweb-latex
9910%doc %{texmfdist}/doc/latex/cwpuzzle
9911%doc %{texmfdist}/doc/latex/dashrule
9912%doc %{texmfdist}/doc/latex/datatool
9913%doc %{texmfdist}/doc/latex/dateiliste
9914%doc %{texmfdist}/doc/latex/datenumber
9915%doc %{texmfdist}/doc/latex/datetime
9916%doc %{texmfdist}/doc/latex/dcpic
9917%doc %{texmfdist}/doc/latex/delimtxt
9918%doc %{texmfdist}/doc/latex/diagnose
9919%doc %{texmfdist}/doc/latex/dialogl
9920%doc %{texmfdist}/doc/latex/dichokey
9921%doc %{texmfdist}/doc/latex/digiconfigs
9922%doc %{texmfdist}/doc/latex/din1505
9923%doc %{texmfdist}/doc/latex/directory
f65b3398 9924%doc %{texmfdist}/doc/latex/dlfltxb
f65b3398
ZU
9925%doc %{texmfdist}/doc/latex/docmfp
9926%doc %{texmfdist}/doc/latex/doi
9927%doc %{texmfdist}/doc/latex/doipubmed
9928%doc %{texmfdist}/doc/latex/dotarrow
9929%doc %{texmfdist}/doc/latex/dottex
9930%doc %{texmfdist}/doc/latex/dpfloat
9931%doc %{texmfdist}/doc/latex/dprogress
9932%doc %{texmfdist}/doc/latex/drac
9933%doc %{texmfdist}/doc/latex/draftwatermark
9934%doc %{texmfdist}/doc/latex/dramatist
f65b3398
ZU
9935%doc %{texmfdist}/doc/latex/dtxgallery
9936%doc %{texmfdist}/doc/latex/duerer-latex
9937%doc %{texmfdist}/doc/latex/dvdcoll
f65b3398
ZU
9938%doc %{texmfdist}/doc/latex/eCards
9939%doc %{texmfdist}/doc/latex/ean13isbn
9940%doc %{texmfdist}/doc/latex/easy
9941%doc %{texmfdist}/doc/latex/ebezier
9942%doc %{texmfdist}/doc/latex/ebong
9943%doc %{texmfdist}/doc/latex/ebsthesis
9944%doc %{texmfdist}/doc/latex/ecclesiastic
9945%doc %{texmfdist}/doc/latex/ecltree
9946%doc %{texmfdist}/doc/latex/ecv
9947%doc %{texmfdist}/doc/latex/ed
9948%doc %{texmfdist}/doc/latex/edmac
9949%doc %{texmfdist}/doc/latex/edmargin
9950%doc %{texmfdist}/doc/latex/ednotes
9951%doc %{texmfdist}/doc/latex/eemeir
9952%doc %{texmfdist}/doc/latex/egameps
f65b3398
ZU
9953%doc %{texmfdist}/doc/latex/ellipsis
9954%doc %{texmfdist}/doc/latex/elmath
9955%doc %{texmfdist}/doc/latex/elpres
f65b3398
ZU
9956%doc %{texmfdist}/doc/latex/elsevier
9957%doc %{texmfdist}/doc/latex/em
9958%doc %{texmfdist}/doc/latex/emp
9959%doc %{texmfdist}/doc/latex/emulateapj
9960%doc %{texmfdist}/doc/latex/endheads
9961%doc %{texmfdist}/doc/latex/engpron
9962%doc %{texmfdist}/doc/latex/engrec
9963%doc %{texmfdist}/doc/latex/environ
9964%doc %{texmfdist}/doc/latex/envlab
9965%doc %{texmfdist}/doc/latex/epigraph
9966%doc %{texmfdist}/doc/latex/epiolmec
9967%doc %{texmfdist}/doc/latex/epsdice
9968%doc %{texmfdist}/doc/latex/epspdfconversion
f65b3398
ZU
9969%doc %{texmfdist}/doc/latex/eqparbox
9970%doc %{texmfdist}/doc/latex/errata
f65b3398
ZU
9971%doc %{texmfdist}/doc/latex/eskd
9972%doc %{texmfdist}/doc/latex/eskdx
f65b3398
ZU
9973%doc %{texmfdist}/doc/latex/etaremune
9974%doc %{texmfdist}/doc/latex/etex-pkg
9975%doc %{texmfdist}/doc/latex/ethiop-t1
9976%doc %{texmfdist}/doc/latex/ethiop
9977%doc %{texmfdist}/doc/latex/etoolbox
9978%doc %{texmfdist}/doc/latex/eukdate
9979%doc %{texmfdist}/doc/latex/euproposal
9980%doc %{texmfdist}/doc/latex/euro
9981%doc %{texmfdist}/doc/latex/europecv
9982%doc %{texmfdist}/doc/latex/eurosans
9983%doc %{texmfdist}/doc/latex/everypage
f65b3398
ZU
9984%doc %{texmfdist}/doc/latex/examplep
9985%doc %{texmfdist}/doc/latex/exceltex
9986%doc %{texmfdist}/doc/latex/exercise
9987%doc %{texmfdist}/doc/latex/expdlist
9988%doc %{texmfdist}/doc/latex/expl3
9989%doc %{texmfdist}/doc/latex/export
9990%doc %{texmfdist}/doc/latex/extarrows
f65b3398
ZU
9991%doc %{texmfdist}/doc/latex/extract
9992%doc %{texmfdist}/doc/latex/facsimile
f65b3398
ZU
9993%doc %{texmfdist}/doc/latex/fancynum
9994%doc %{texmfdist}/doc/latex/fancyref
9995%doc %{texmfdist}/doc/latex/fancytooltips
9996%doc %{texmfdist}/doc/latex/fax
f65b3398
ZU
9997%doc %{texmfdist}/doc/latex/figbib
9998%doc %{texmfdist}/doc/latex/figsize
9999%doc %{texmfdist}/doc/latex/fink
10000%doc %{texmfdist}/doc/latex/fixfoot
10001%doc %{texmfdist}/doc/latex/fixme
10002%doc %{texmfdist}/doc/latex/flabels
10003%doc %{texmfdist}/doc/latex/flacards
10004%doc %{texmfdist}/doc/latex/flagderiv
10005%doc %{texmfdist}/doc/latex/flashcards
10006%doc %{texmfdist}/doc/latex/flippdf
10007%doc %{texmfdist}/doc/latex/floatrow
10008%doc %{texmfdist}/doc/latex/flowfram
10009%doc %{texmfdist}/doc/latex/fmp
10010%doc %{texmfdist}/doc/latex/fmtcount
10011%doc %{texmfdist}/doc/latex/fnbreak
10012%doc %{texmfdist}/doc/latex/fncychap
10013%doc %{texmfdist}/doc/latex/foekfont
10014%doc %{texmfdist}/doc/latex/fonttable
10015%doc %{texmfdist}/doc/latex/forarray
10016%doc %{texmfdist}/doc/latex/forloop
f65b3398 10017%doc %{texmfdist}/doc/latex/formula
f65b3398
ZU
10018%doc %{texmfdist}/doc/latex/fouridx
10019%doc %{texmfdist}/doc/latex/frankenstein
10020%doc %{texmfdist}/doc/latex/frenchle
10021%doc %{texmfdist}/doc/latex/fribrief
10022%doc %{texmfdist}/doc/latex/frletter
10023%doc %{texmfdist}/doc/latex/frontespizio
10024%doc %{texmfdist}/doc/latex/fullblck
10025%doc %{texmfdist}/doc/latex/fullpict
10026%doc %{texmfdist}/doc/latex/functan
10027%doc %{texmfdist}/doc/latex/fundus
10028%doc %{texmfdist}/doc/latex/gaceta
10029%doc %{texmfdist}/doc/latex/galois
10030%doc %{texmfdist}/doc/latex/gastex
10031%doc %{texmfdist}/doc/latex/gatech-thesis
10032%doc %{texmfdist}/doc/latex/gauss
10033%doc %{texmfdist}/doc/latex/gb4e
10034%doc %{texmfdist}/doc/latex/gcard
10035%doc %{texmfdist}/doc/latex/gcite
10036%doc %{texmfdist}/doc/latex/genmpage
10037%doc %{texmfdist}/doc/latex/geomsty
10038%doc %{texmfdist}/doc/latex/ginpenc
10039%doc %{texmfdist}/doc/latex/gloss
10040%doc %{texmfdist}/doc/latex/glossaries
10041%doc %{texmfdist}/doc/latex/gmdoc
10042%doc %{texmfdist}/doc/latex/gmeometric
10043%doc %{texmfdist}/doc/latex/gmiflink
10044%doc %{texmfdist}/doc/latex/gmutils
10045%doc %{texmfdist}/doc/latex/gmverb
10046%doc %{texmfdist}/doc/latex/gnuplottex
10047%doc %{texmfdist}/doc/latex/graphicx-psmin
10048%doc %{texmfdist}/doc/latex/greek-inputenc
10049%doc %{texmfdist}/doc/latex/greekdates
10050%doc %{texmfdist}/doc/latex/greektex
10051%doc %{texmfdist}/doc/latex/grfpaste
10052%doc %{texmfdist}/doc/latex/grnumalt
10053%doc %{texmfdist}/doc/latex/grverb
10054%doc %{texmfdist}/doc/latex/gu
f65b3398
ZU
10055%doc %{texmfdist}/doc/latex/guitbeamer
10056%doc %{texmfdist}/doc/latex/hanging
10057%doc %{texmfdist}/doc/latex/har2nat
10058%doc %{texmfdist}/doc/latex/harmony
10059%doc %{texmfdist}/doc/latex/harpoon
10060%doc %{texmfdist}/doc/latex/harvard
10061%doc %{texmfdist}/doc/latex/hc
10062%doc %{texmfdist}/doc/latex/hep
10063%doc %{texmfdist}/doc/latex/hepnames
10064%doc %{texmfdist}/doc/latex/hepparticles
10065%doc %{texmfdist}/doc/latex/hepthesis
10066%doc %{texmfdist}/doc/latex/hepunits
10067%doc %{texmfdist}/doc/latex/hexgame
10068%doc %{texmfdist}/doc/latex/hhtensor
10069%doc %{texmfdist}/doc/latex/histogr
10070%doc %{texmfdist}/doc/latex/hitec
10071%doc %{texmfdist}/doc/latex/hpsdiss
10072%doc %{texmfdist}/doc/latex/hrlatex
10073%doc %{texmfdist}/doc/latex/hvfloat
10074%doc %{texmfdist}/doc/latex/hypdvips
10075%doc %{texmfdist}/doc/latex/hyperref-docsrc
10076%doc %{texmfdist}/doc/latex/hyperxmp
10077%doc %{texmfdist}/doc/latex/ibycus-babel
10078%doc %{texmfdist}/doc/latex/icsv
10079%doc %{texmfdist}/doc/latex/ieeepes
10080%doc %{texmfdist}/doc/latex/ifmslide
10081%doc %{texmfdist}/doc/latex/ifplatform
10082%doc %{texmfdist}/doc/latex/ijmart
10083%doc %{texmfdist}/doc/latex/imac
10084%doc %{texmfdist}/doc/latex/image-gallery
10085%doc %{texmfdist}/doc/latex/imtekda
10086%doc %{texmfdist}/doc/latex/inlinebib
10087%doc %{texmfdist}/doc/latex/inlinedef
10088%doc %{texmfdist}/doc/latex/interactiveworkbook
10089%doc %{texmfdist}/doc/latex/inversepath
10090%doc %{texmfdist}/doc/latex/invoice
10091%doc %{texmfdist}/doc/latex/ipa
10092%doc %{texmfdist}/doc/latex/iso
10093%doc %{texmfdist}/doc/latex/iso10303
10094%doc %{texmfdist}/doc/latex/isodate
10095%doc %{texmfdist}/doc/latex/isodoc
10096%doc %{texmfdist}/doc/latex/isorot
10097%doc %{texmfdist}/doc/latex/itnumpar
10098%doc %{texmfdist}/doc/latex/jeopardy
10099%doc %{texmfdist}/doc/latex/jknapltx
10100%doc %{texmfdist}/doc/latex/jneurosci
10101%doc %{texmfdist}/doc/latex/jpsj
10102%doc %{texmfdist}/doc/latex/jura
10103%doc %{texmfdist}/doc/latex/juraabbrev
10104%doc %{texmfdist}/doc/latex/juramisc
10105%doc %{texmfdist}/doc/latex/jurarsp
10106%doc %{texmfdist}/doc/latex/karnaugh
10107%doc %{texmfdist}/doc/latex/kerkis
10108%doc %{texmfdist}/doc/latex/kerntest
10109%doc %{texmfdist}/doc/latex/kluwer
10110%doc %{texmfdist}/doc/latex/labelcas
10111%doc %{texmfdist}/doc/latex/lazylist
10112%doc %{texmfdist}/doc/latex/lcyw
10113%doc %{texmfdist}/doc/latex/leading
10114%doc %{texmfdist}/doc/latex/ledmac
10115%doc %{texmfdist}/doc/latex/lettre
10116%doc %{texmfdist}/doc/latex/lexikon
10117%doc %{texmfdist}/doc/latex/lgreek
10118%doc %{texmfdist}/doc/latex/lhelp
10119%doc %{texmfdist}/doc/latex/linguex
10120%doc %{texmfdist}/doc/latex/lipsum
10121%doc %{texmfdist}/doc/latex/listbib
10122%doc %{texmfdist}/doc/latex/listliketab
10123%doc %{texmfdist}/doc/latex/listofsymbols
10124%doc %{texmfdist}/doc/latex/lkproof
10125%doc %{texmfdist}/doc/latex/logic
10126%doc %{texmfdist}/doc/latex/logpap
10127%doc %{texmfdist}/doc/latex/lps
10128%doc %{texmfdist}/doc/latex/lsc
10129%doc %{texmfdist}/doc/latex/ltxindex
10130%doc %{texmfdist}/doc/latex/mafr
10131%doc %{texmfdist}/doc/latex/magyar
10132%doc %{texmfdist}/doc/latex/mailing
10133%doc %{texmfdist}/doc/latex/makebarcode
10134%doc %{texmfdist}/doc/latex/makebox
10135%doc %{texmfdist}/doc/latex/makecell
10136%doc %{texmfdist}/doc/latex/makecmds
10137%doc %{texmfdist}/doc/latex/makedtx
10138%doc %{texmfdist}/doc/latex/makeglos
10139%doc %{texmfdist}/doc/latex/makeplot
10140%doc %{texmfdist}/doc/latex/manuscript
10141%doc %{texmfdist}/doc/latex/maple
10142%doc %{texmfdist}/doc/latex/marginnote
10143%doc %{texmfdist}/doc/latex/mathdesign
10144%doc %{texmfdist}/doc/latex/mathpazo
10145%doc %{texmfdist}/doc/latex/maybemath
10146%doc %{texmfdist}/doc/latex/mcaption
10147%doc %{texmfdist}/doc/latex/mceinleger
10148%doc %{texmfdist}/doc/latex/mcite
10149%doc %{texmfdist}/doc/latex/mciteplus
10150%doc %{texmfdist}/doc/latex/memexsupp
10151%doc %{texmfdist}/doc/latex/mentis
10152%doc %{texmfdist}/doc/latex/metaplot
10153%doc %{texmfdist}/doc/latex/method
10154%doc %{texmfdist}/doc/latex/metre
10155%doc %{texmfdist}/doc/latex/mff
10156%doc %{texmfdist}/doc/latex/mfpic4ode
10157%doc %{texmfdist}/doc/latex/mftinc
f65b3398
ZU
10158%doc %{texmfdist}/doc/latex/mhequ
10159%doc %{texmfdist}/doc/latex/miller
10160%doc %{texmfdist}/doc/latex/minipage-marginpar
10161%doc %{texmfdist}/doc/latex/miniplot
10162%doc %{texmfdist}/doc/latex/minutes
10163%doc %{texmfdist}/doc/latex/mla-paper
10164%doc %{texmfdist}/doc/latex/mlist
10165%doc %{texmfdist}/doc/latex/mmap
10166%doc %{texmfdist}/doc/latex/mnsymbol
10167%doc %{texmfdist}/doc/latex/moderncv
10168%doc %{texmfdist}/doc/latex/modroman
10169%doc %{texmfdist}/doc/latex/mongolian-babel
10170%doc %{texmfdist}/doc/latex/montex
10171%doc %{texmfdist}/doc/latex/moresize
10172%doc %{texmfdist}/doc/latex/movie15
10173%doc %{texmfdist}/doc/latex/msc
10174%doc %{texmfdist}/doc/latex/msg
10175%doc %{texmfdist}/doc/latex/mslapa
10176%doc %{texmfdist}/doc/latex/mtgreek
10177%doc %{texmfdist}/doc/latex/multibbl
10178%doc %{texmfdist}/doc/latex/multicap
10179%doc %{texmfdist}/doc/latex/multirow
10180%doc %{texmfdist}/doc/latex/munich
10181%doc %{texmfdist}/doc/latex/musixlyr
10182%doc %{texmfdist}/doc/latex/muthesis
10183%doc %{texmfdist}/doc/latex/mxd
10184%doc %{texmfdist}/doc/latex/mxedruli
10185%doc %{texmfdist}/doc/latex/nag
10186%doc %{texmfdist}/doc/latex/namespc
10187%doc %{texmfdist}/doc/latex/nath
10188%doc %{texmfdist}/doc/latex/nature
10189%doc %{texmfdist}/doc/latex/ncclatex
10190%doc %{texmfdist}/doc/latex/ncctools
10191%doc %{texmfdist}/doc/latex/nddiss
10192%doc %{texmfdist}/doc/latex/newalg
10193%doc %{texmfdist}/doc/latex/newfile
10194%doc %{texmfdist}/doc/latex/newlfm
10195%doc %{texmfdist}/doc/latex/newspaper
10196%doc %{texmfdist}/doc/latex/newvbtm
10197%doc %{texmfdist}/doc/latex/niceframe
10198%doc %{texmfdist}/doc/latex/nih
10199%doc %{texmfdist}/doc/latex/noitcrul
10200%doc %{texmfdist}/doc/latex/nomentbl
10201%doc %{texmfdist}/doc/latex/nonfloat
10202%doc %{texmfdist}/doc/latex/nostarch
10203%doc %{texmfdist}/doc/latex/notes
10204%doc %{texmfdist}/doc/latex/notes2bib
10205%doc %{texmfdist}/doc/latex/nrc
10206%doc %{texmfdist}/doc/latex/ntabbing
10207%doc %{texmfdist}/doc/latex/numname
10208%doc %{texmfdist}/doc/latex/numprint
10209%doc %{texmfdist}/doc/latex/objectz
10210%doc %{texmfdist}/doc/latex/ocr-latex
10211%doc %{texmfdist}/doc/latex/octavo
10212%doc %{texmfdist}/doc/latex/ogham
10213%doc %{texmfdist}/doc/latex/ogonek
10214%doc %{texmfdist}/doc/latex/opcit
10215%doc %{texmfdist}/doc/latex/ordinalpt
10216%doc %{texmfdist}/doc/latex/othello
10217%doc %{texmfdist}/doc/latex/otibet
10218%doc %{texmfdist}/doc/latex/outline
10219%doc %{texmfdist}/doc/latex/outliner
10220%doc %{texmfdist}/doc/latex/pagenote
10221%doc %{texmfdist}/doc/latex/paper
10222%doc %{texmfdist}/doc/latex/papercdcase
10223%doc %{texmfdist}/doc/latex/papertex
10224%doc %{texmfdist}/doc/latex/parallel
10225%doc %{texmfdist}/doc/latex/paresse
10226%doc %{texmfdist}/doc/latex/parrun
10227%doc %{texmfdist}/doc/latex/pauldoc
10228%doc %{texmfdist}/doc/latex/pbox
10229%doc %{texmfdist}/doc/latex/pbsheet
10230%doc %{texmfdist}/doc/latex/pdfcprot
10231%doc %{texmfdist}/doc/latex/pdfscreen
10232%doc %{texmfdist}/doc/latex/pdfsync
10233%doc %{texmfdist}/doc/latex/pdftricks
10234%doc %{texmfdist}/doc/latex/pdfwin
10235%doc %{texmfdist}/doc/latex/pecha
10236%doc %{texmfdist}/doc/latex/perception
10237%doc %{texmfdist}/doc/latex/perltex
f65b3398
ZU
10238%doc %{texmfdist}/doc/latex/petiteannonce
10239%doc %{texmfdist}/doc/latex/petri-nets
10240%doc %{texmfdist}/doc/latex/pgf-soroban
10241%doc %{texmfdist}/doc/latex/pgfopts
10242%doc %{texmfdist}/doc/latex/pgfplots
10243%doc %{texmfdist}/doc/latex/philex
10244%doc %{texmfdist}/doc/latex/philosophersimprint
10245%doc %{texmfdist}/doc/latex/photo
10246%doc %{texmfdist}/doc/latex/pinlabel
10247%doc %{texmfdist}/doc/latex/pittetd
10248%doc %{texmfdist}/doc/latex/plari
10249%doc %{texmfdist}/doc/latex/plates
10250%doc %{texmfdist}/doc/latex/play
10251%doc %{texmfdist}/doc/latex/plweb
10252%doc %{texmfdist}/doc/latex/pmgraph
10253%doc %{texmfdist}/doc/latex/poemscol
10254%doc %{texmfdist}/doc/latex/polski
10255%doc %{texmfdist}/doc/latex/polyglot
10256%doc %{texmfdist}/doc/latex/polytable
10257%doc %{texmfdist}/doc/latex/postcards
10258%doc %{texmfdist}/doc/latex/powerdot
10259%doc %{texmfdist}/doc/latex/ppower4
10260%doc %{texmfdist}/doc/latex/ppr-prv
10261%doc %{texmfdist}/doc/latex/pracjourn
10262%doc %{texmfdist}/doc/latex/prettyref
10263%doc %{texmfdist}/doc/latex/proba
10264%doc %{texmfdist}/doc/latex/probsoln
10265%doc %{texmfdist}/doc/latex/procIAGssymp
10266%doc %{texmfdist}/doc/latex/progkeys
10267%doc %{texmfdist}/doc/latex/progress
10268%doc %{texmfdist}/doc/latex/protex
10269%doc %{texmfdist}/doc/latex/protocol
10270%doc %{texmfdist}/doc/latex/psfragx
10271%doc %{texmfdist}/doc/latex/psgo
10272%doc %{texmfdist}/doc/latex/pspicture
10273%doc %{texmfdist}/doc/latex/pst2pdf
10274%doc %{texmfdist}/doc/latex/ptptex
10275%doc %{texmfdist}/doc/latex/qcm
10276%doc %{texmfdist}/doc/latex/qobitree
10277%doc %{texmfdist}/doc/latex/qstest
10278%doc %{texmfdist}/doc/latex/qsymbols
10279%doc %{texmfdist}/doc/latex/qtree
10280%doc %{texmfdist}/doc/latex/quotchap
10281%doc %{texmfdist}/doc/latex/quotmark
10282%doc %{texmfdist}/doc/latex/r_und_s
10283%doc %{texmfdist}/doc/latex/randbild
10284%doc %{texmfdist}/doc/latex/randtext
10285%doc %{texmfdist}/doc/latex/rccol
10286%doc %{texmfdist}/doc/latex/rcs
10287%doc %{texmfdist}/doc/latex/rcsinfo
10288%doc %{texmfdist}/doc/latex/recipecard
10289%doc %{texmfdist}/doc/latex/rectopma
10290%doc %{texmfdist}/doc/latex/refcheck
10291%doc %{texmfdist}/doc/latex/refman
10292%doc %{texmfdist}/doc/latex/refstyle
10293%doc %{texmfdist}/doc/latex/regcount
10294%doc %{texmfdist}/doc/latex/register
10295%doc %{texmfdist}/doc/latex/relenc
10296%doc %{texmfdist}/doc/latex/repeatindex
10297%doc %{texmfdist}/doc/latex/rlepsf
10298%doc %{texmfdist}/doc/latex/rmpage
10299%doc %{texmfdist}/doc/latex/robustcommand
10300%doc %{texmfdist}/doc/latex/robustindex
10301%doc %{texmfdist}/doc/latex/romannum
10302%doc %{texmfdist}/doc/latex/rotpages
10303%doc %{texmfdist}/doc/latex/rsc
10304%doc %{texmfdist}/doc/latex/rst
10305%doc %{texmfdist}/doc/latex/rtkinenc
10306%doc %{texmfdist}/doc/latex/rtklage
10307%doc %{texmfdist}/doc/latex/sagetex
10308%doc %{texmfdist}/doc/latex/sanskrit
10309%doc %{texmfdist}/doc/latex/sauerj
10310%doc %{texmfdist}/doc/latex/sauterfonts
10311%doc %{texmfdist}/doc/latex/savefnmark
10312%doc %{texmfdist}/doc/latex/savetrees
10313%doc %{texmfdist}/doc/latex/scalebar
10314%doc %{texmfdist}/doc/latex/schedule
10315%doc %{texmfdist}/doc/latex/scientificpaper
10316%doc %{texmfdist}/doc/latex/sciposter
10317%doc %{texmfdist}/doc/latex/sciwordconv
10318%doc %{texmfdist}/doc/latex/screenplay
10319%doc %{texmfdist}/doc/latex/script
10320%doc %{texmfdist}/doc/latex/sdrt
10321%doc %{texmfdist}/doc/latex/sectionbox
10322%doc %{texmfdist}/doc/latex/semantic
10323%doc %{texmfdist}/doc/latex/semioneside
10324%doc %{texmfdist}/doc/latex/seqsplit
10325%doc %{texmfdist}/doc/latex/sf298
10326%doc %{texmfdist}/doc/latex/sffms
10327%doc %{texmfdist}/doc/latex/sfg
10328%doc %{texmfdist}/doc/latex/sgame
10329%doc %{texmfdist}/doc/latex/shadethm
10330%doc %{texmfdist}/doc/latex/shipunov
10331%doc %{texmfdist}/doc/latex/shorttoc
10332%doc %{texmfdist}/doc/latex/show2e
10333%doc %{texmfdist}/doc/latex/showexpl
10334%doc %{texmfdist}/doc/latex/sides
10335%doc %{texmfdist}/doc/latex/siggraph
10336%doc %{texmfdist}/doc/latex/simplecv
10337%doc %{texmfdist}/doc/latex/simplewick
10338%doc %{texmfdist}/doc/latex/skak
10339%doc %{texmfdist}/doc/latex/slantsc
10340%doc %{texmfdist}/doc/latex/smalltableof
10341%doc %{texmfdist}/doc/latex/smartref
10342%doc %{texmfdist}/doc/latex/smflatex
10343%doc %{texmfdist}/doc/latex/snapshot
10344%doc %{texmfdist}/doc/latex/songbook
10345%doc %{texmfdist}/doc/latex/sort-by-letters
10346%doc %{texmfdist}/doc/latex/soyombo
10347%doc %{texmfdist}/doc/latex/sparklines
10348%doc %{texmfdist}/doc/latex/spie
10349%doc %{texmfdist}/doc/latex/splitbib
10350%doc %{texmfdist}/doc/latex/splitindex
10351%doc %{texmfdist}/doc/latex/spotcolor
10352%doc %{texmfdist}/doc/latex/sprite
10353%doc %{texmfdist}/doc/latex/srcltx
10354%doc %{texmfdist}/doc/latex/sseq
10355%doc %{texmfdist}/doc/latex/ssqquote
10356%doc %{texmfdist}/doc/latex/stage
10357%doc %{texmfdist}/doc/latex/statistik
10358%doc %{texmfdist}/doc/latex/stdpage
10359%doc %{texmfdist}/doc/latex/stellenbosch
10360%doc %{texmfdist}/doc/latex/stex
10361%doc %{texmfdist}/doc/latex/stringstrings
10362%doc %{texmfdist}/doc/latex/struktex
10363%doc %{texmfdist}/doc/latex/sttools
10364%doc %{texmfdist}/doc/latex/stubs
10365%doc %{texmfdist}/doc/latex/subdepth
10366%doc %{texmfdist}/doc/latex/subeqn
10367%doc %{texmfdist}/doc/latex/subeqnarray
10368%doc %{texmfdist}/doc/latex/subfloat
10369%doc %{texmfdist}/doc/latex/substr
10370%doc %{texmfdist}/doc/latex/sudoku
10371%doc %{texmfdist}/doc/latex/sudokubundle
10372%doc %{texmfdist}/doc/latex/sugconf
10373%doc %{texmfdist}/doc/latex/supertabular
10374%doc %{texmfdist}/doc/latex/susy
10375%doc %{texmfdist}/doc/latex/svgcolor
10376%doc %{texmfdist}/doc/latex/svn-multi
10377%doc %{texmfdist}/doc/latex/svn
10378%doc %{texmfdist}/doc/latex/svninfo
10379%doc %{texmfdist}/doc/latex/swebib
10380%doc %{texmfdist}/doc/latex/swimgraf
10381%doc %{texmfdist}/doc/latex/synproof
10382%doc %{texmfdist}/doc/latex/syntax
10383%doc %{texmfdist}/doc/latex/syntrace
10384%doc %{texmfdist}/doc/latex/synttree
10385%doc %{texmfdist}/doc/latex/t-angles
10386%doc %{texmfdist}/doc/latex/tableaux
10387%doc %{texmfdist}/doc/latex/tablists
10388%doc %{texmfdist}/doc/latex/tablor
10389%doc %{texmfdist}/doc/latex/tabto-ltx
10390%doc %{texmfdist}/doc/latex/tabulary
10391%doc %{texmfdist}/doc/latex/tabvar
10392%doc %{texmfdist}/doc/latex/talk
10393%doc %{texmfdist}/doc/latex/tapir
10394%doc %{texmfdist}/doc/latex/tcldoc
10395%doc %{texmfdist}/doc/latex/tdsfrmath
10396%doc %{texmfdist}/doc/latex/technics
10397%doc %{texmfdist}/doc/latex/ted
10398%doc %{texmfdist}/doc/latex/tengwarscript
10399%doc %{texmfdist}/doc/latex/tensor
10400%doc %{texmfdist}/doc/latex/teubner
10401%doc %{texmfdist}/doc/latex/texmate
10402%doc %{texmfdist}/doc/latex/texpower
10403%doc %{texmfdist}/doc/latex/texshade
10404%doc %{texmfdist}/doc/latex/textcase
10405%doc %{texmfdist}/doc/latex/textopo
10406%doc %{texmfdist}/doc/latex/theoremref
10407%doc %{texmfdist}/doc/latex/thesis-titlepage-fhac
10408%doc %{texmfdist}/doc/latex/thinsp
10409%doc %{texmfdist}/doc/latex/thmtools
10410%doc %{texmfdist}/doc/latex/thumb
10411%doc %{texmfdist}/doc/latex/thuthesis
10412%doc %{texmfdist}/doc/latex/ticket
10413%doc %{texmfdist}/doc/latex/tikz-inet
10414%doc %{texmfdist}/doc/latex/timesht
10415%doc %{texmfdist}/doc/latex/titling
10416%doc %{texmfdist}/doc/latex/tocvsec2
10417%doc %{texmfdist}/doc/latex/todo
10418%doc %{texmfdist}/doc/latex/tokenizer
10419%doc %{texmfdist}/doc/latex/toolbox
10420%doc %{texmfdist}/doc/latex/topfloat
10421%doc %{texmfdist}/doc/latex/toptesi
10422%doc %{texmfdist}/doc/latex/tpslifonts
10423%doc %{texmfdist}/doc/latex/trajan
10424%doc %{texmfdist}/doc/latex/translator
10425%doc %{texmfdist}/doc/latex/tree-dvips
10426%doc %{texmfdist}/doc/latex/trfsigns
10427%doc %{texmfdist}/doc/latex/trivfloat
10428%doc %{texmfdist}/doc/latex/trsym
10429%doc %{texmfdist}/doc/latex/tufte-latex
10430%doc %{texmfdist}/doc/latex/tugboat
10431%doc %{texmfdist}/doc/latex/turnstile
10432%doc %{texmfdist}/doc/latex/twoup
10433%doc %{texmfdist}/doc/latex/typedref
10434%doc %{texmfdist}/doc/latex/typogrid
10435%doc %{texmfdist}/doc/latex/uaclasses
10436%doc %{texmfdist}/doc/latex/ucthesis
10437%doc %{texmfdist}/doc/latex/uebungsblatt
10438%doc %{texmfdist}/doc/latex/uiucthesis
10439%doc %{texmfdist}/doc/latex/ulsy
10440%doc %{texmfdist}/doc/latex/umich-thesis
10441%doc %{texmfdist}/doc/latex/uml
10442%doc %{texmfdist}/doc/latex/umlaute
10443%doc %{texmfdist}/doc/latex/umoline
10444%doc %{texmfdist}/doc/latex/umthesis
10445%doc %{texmfdist}/doc/latex/underlin
10446%doc %{texmfdist}/doc/latex/undertilde
10447%doc %{texmfdist}/doc/latex/unitsdef
10448%doc %{texmfdist}/doc/latex/unroman
10449%doc %{texmfdist}/doc/latex/upmethodology
10450%doc %{texmfdist}/doc/latex/urlbst
10451%doc %{texmfdist}/doc/latex/ushort
10452%doc %{texmfdist}/doc/latex/uwthesis
10453%doc %{texmfdist}/doc/latex/varindex
10454%doc %{texmfdist}/doc/latex/varsfromjobname
10455%doc %{texmfdist}/doc/latex/vector
10456%doc %{texmfdist}/doc/latex/verse
10457%doc %{texmfdist}/doc/latex/vhistory
10458%doc %{texmfdist}/doc/latex/vita
10459%doc %{texmfdist}/doc/latex/volumes
10460%doc %{texmfdist}/doc/latex/vpe
10461%doc %{texmfdist}/doc/latex/vrsion
10462%doc %{texmfdist}/doc/latex/vwcol
10463%doc %{texmfdist}/doc/latex/vxu
10464%doc %{texmfdist}/doc/latex/wadalab
10465%doc %{texmfdist}/doc/latex/wallpaper
10466%doc %{texmfdist}/doc/latex/warpcol
10467%doc %{texmfdist}/doc/latex/wnri
10468%doc %{texmfdist}/doc/latex/wordlike
10469%doc %{texmfdist}/doc/latex/xargs
10470%doc %{texmfdist}/doc/latex/xdoc
10471%doc %{texmfdist}/doc/latex/xfor
10472%doc %{texmfdist}/doc/latex/xifthen
10473%doc %{texmfdist}/doc/latex/xmpincl
10474%doc %{texmfdist}/doc/latex/xnewcommand
10475%doc %{texmfdist}/doc/latex/xoptarg
10476%doc %{texmfdist}/doc/latex/xpackages
10477%doc %{texmfdist}/doc/latex/xskak
10478%doc %{texmfdist}/doc/latex/xstring
10479%doc %{texmfdist}/doc/latex/xtcapts
10480%doc %{texmfdist}/doc/latex/xyling
10481%doc %{texmfdist}/doc/latex/xytree
10482%doc %{texmfdist}/doc/latex/yafoot
10483%doc %{texmfdist}/doc/latex/yhmath
10484%doc %{texmfdist}/doc/latex/york-thesis
10485%doc %{texmfdist}/doc/latex/yplan
10486%doc %{texmfdist}/doc/latex/zed-csp
10487%doc %{texmfdist}/doc/latex/zefonts
10488%doc %{texmfdist}/doc/latex/ziffer
10489%doc %{texmfdist}/doc/latex/zwgetfdate
10490%doc %{texmfdist}/source/latex/hyperref/doc
10491%doc %{texmfdist}/source/latex/koma-script/doc
10492
16591d53
ZU
10493%files latex-math
10494%defattr(644,root,root,755)
10495%{texmfdist}/source/latex/permute
10496%{texmfdist}/tex/latex/permute
10497%doc %{texmfdist}/doc/latex/permute
10498%{texmfdist}/source/latex/bez123
10499%{texmfdist}/tex/latex/bez123
10500%doc %{texmfdist}/doc/latex/bez123
10501%{texmfdist}/source/latex/binomexp
10502%{texmfdist}/tex/latex/binomexp
10503%doc %{texmfdist}/doc/latex/binomexp
84a4c427
ZU
10504%doc %{texmfdist}/doc/latex/coordsys
10505%{texmfdist}/source/latex/coordsys
10506%{texmfdist}/tex/latex/coordsys
84a4c427
ZU
10507%doc %{texmfdist}/doc/latex/egplot
10508%{texmfdist}/source/latex/egplot
10509%{texmfdist}/tex/latex/egplot
84a4c427
ZU
10510%doc %{texmfdist}/doc/latex/eqlist
10511%{texmfdist}/source/latex/eqlist
10512%{texmfdist}/tex/latex/eqlist
84a4c427
ZU
10513%doc %{texmfdist}/doc/latex/eqnarray
10514%{texmfdist}/source/latex/eqnarray
10515%{texmfdist}/tex/latex/eqnarray
84a4c427
ZU
10516%doc %{texmfdist}/doc/latex/esdiff
10517%{texmfdist}/source/latex/esdiff
10518%{texmfdist}/tex/latex/esdiff
84a4c427
ZU
10519%doc %{texmfdist}/doc/latex/esvect
10520%{texmfdist}/fonts/map/dvips/esvect
10521%{texmfdist}/fonts/source/public/esvect
10522%{texmfdist}/fonts/tfm/public/esvect
10523%{texmfdist}/fonts/type1/public/esvect
10524%{texmfdist}/source/latex/esvect
10525%{texmfdist}/tex/latex/esvect
2e9c3e45
ZU
10526%doc %{texmfdist}/doc/latex/extpfeil
10527%{texmfdist}/source/latex/extpfeil
10528%{texmfdist}/tex/latex/extpfeil
10529%doc %{texmfdist}/doc/latex/faktor
10530%{texmfdist}/source/latex/faktor
10531%{texmfdist}/tex/latex/faktor
84a4c427
ZU
10532
10533%files latex-physics
10534%defattr(644,root,root,755)
84a4c427
ZU
10535%doc %{texmfdist}/doc/latex/circ
10536%{texmfdist}/tex/latex/circ
10537%{texmfdist}/source/latex/circ
84a4c427
ZU
10538%doc %{texmfdist}/doc/latex/colorwav
10539%{texmfdist}/source/latex/colorwav
10540%{texmfdist}/tex/latex/colorwav
84a4c427
ZU
10541%doc %{texmfdist}/doc/latex/dyntree
10542%{texmfdist}/source/latex/dyntree
10543%{texmfdist}/tex/latex/dyntree
2e9c3e45
ZU
10544%doc %{texmfdist}/doc/latex/feynmf
10545%{texmfdist}/source/latex/feynmf
10546%{texmfdist}/tex/latex/feynmf
10547%{texmfdist}/metapost/feynmf
16591d53
ZU
10548
10549%files latex-chem
10550%defattr(644,root,root,755)
10551%doc %{texmfdist}/doc/latex/achemso
10552%doc %{texmfdist}/doc/latex/bpchem
10553%doc %{texmfdist}/doc/latex/chemstyle
10554%doc %{texmfdist}/doc/latex/mhchem
10555%doc %{texmfdist}/doc/fonts/chemarrow
10556%doc %{texmfdist}/doc/latex/chemcompounds
10557%doc %{texmfdist}/doc/latex/chemcono
10558%{texmfdist}/fonts/afm/public/chemarrow
10559%{texmfdist}/fonts/map/dvips/chemarrow
10560%{texmfdist}/fonts/source/public/chemarrow
10561%{texmfdist}/fonts/tfm/public/chemarrow
10562%{texmfdist}/fonts/type1/public/chemarrow
10563%{texmfdist}/source/latex/achemso
10564%{texmfdist}/source/latex/bpchem
10565%{texmfdist}/source/latex/chemcompounds
10566%{texmfdist}/source/latex/chemstyle
10567%{texmfdist}/tex/latex/achemso
10568%{texmfdist}/tex/latex/bpchem
10569%{texmfdist}/tex/latex/chemarrow
10570%{texmfdist}/tex/latex/chemcompounds
10571%{texmfdist}/tex/latex/chemcono
10572%{texmfdist}/tex/latex/chemstyle
10573%{texmfdist}/tex/latex/mhchem
10574
84a4c427 10575%files latex-biology
16591d53
ZU
10576%defattr(644,root,root,755)
10577%doc %{texmfdist}/doc/latex/biocon
10578%{texmfdist}/bibtex/bib/biocon
10579%{texmfdist}/source/latex/biocon
10580%{texmfdist}/tex/latex/biocon
84a4c427
ZU
10581# Format DNA base sequences.
10582%doc %{texmfdist}/doc/latex/dnaseq
10583%{texmfdist}/source/latex/dnaseq
10584%{texmfdist}/tex/latex/dnaseq
16591d53
ZU
10585
10586%files latex-pdftools
10587%defattr(644,root,root,755)
10588%{texmfdist}/source/latex/attachfile
10589%{texmfdist}/tex/latex/attachfile
10590%doc %{texmfdist}/doc/latex/attachfile
84a4c427
ZU
10591# Associate a pop-up window and tooltip with PDF hyperlinks.
10592%doc %{texmfdist}/doc/latex/cooltooltips
10593%{texmfdist}/source/latex/cooltooltips
10594%{texmfdist}/tex/latex/cooltooltips
16591d53 10595
84a4c427 10596%files latex-informatic
16591d53 10597%defattr(644,root,root,755)
2e9c3e45 10598# LaTeX environments for typesetting algorithms.
16591d53
ZU
10599%{texmfdist}/source/latex/alg
10600%{texmfdist}/tex/latex/alg
84a4c427
ZU
10601# Create illustrations for network protocol specifications.
10602%{texmfdist}/source/latex/bytefield
10603%{texmfdist}/tex/latex/bytefield
10604%doc %{texmfdist}/doc/latex/bytefield
16591d53
ZU
10605
10606%files latex-games
10607%defattr(644,root,root,755)
10608%doc %{texmfdist}/doc/latex/backgammon
10609%doc %{texmfdist}/doc/latex/chessboard
10610%doc %{texmfdist}/doc/latex/chessfss
10611%{texmfdist}/fonts/enc/dvips/chessfss
10612%{texmfdist}/fonts/source/public/backgammon
10613%{texmfdist}/fonts/source/public/cchess
10614%{texmfdist}/fonts/source/public/chess
10615%{texmfdist}/fonts/tfm/public/backgammon
10616%{texmfdist}/fonts/tfm/public/cchess
10617%{texmfdist}/source/latex/backgammon
10618%{texmfdist}/source/latex/chessboard
10619%{texmfdist}/source/latex/chessfss
10620%{texmfdist}/tex/latex/backgammon
10621%{texmfdist}/tex/latex/cchess
10622%{texmfdist}/tex/latex/chess
10623%{texmfdist}/tex/latex/chessboard
10624%{texmfdist}/tex/latex/chessfss
10625
10626%files latex-styles
10627%defattr(644,root,root,755)
10628%doc %{texmfdist}/doc/latex/acmconf
10629%{texmfdist}/source/latex/acmconf
10630%{texmfdist}/tex/latex/acmconf
10631%doc %{texmfdist}/doc/latex/active-conf
10632%{texmfdist}/source/latex/active-conf
10633%{texmfdist}/tex/latex/active-conf
10634%doc %{texmfdist}/doc/latex/asaetr
10635%{texmfdist}/bibtex/bst/asaetr
10636%{texmfdist}/bibtex/bib/asaetr
10637%{texmfdist}/tex/latex/asaetr
10638%{texmfdist}/source/latex/asaetr
10639%doc %{texmfdist}/doc/latex/aiaa
10640%{texmfdist}/source/latex/aiaa
10641%{texmfdist}/tex/latex/aiaa
10642%{texmfdist}/bibtex/bib/aiaa
10643%{texmfdist}/bibtex/bst/aiaa
10644%doc %{texmfdist}/doc/latex/apacite
10645%{texmfdist}/bibtex/bib/apacite
10646%{texmfdist}/bibtex/bst/apacite
10647%{texmfdist}/source/latex/apacite
10648%{texmfdist}/tex/latex/apacite
84a4c427 10649%doc %{texmfdist}/doc/latex/aastex
16591d53
ZU
10650%{texmfdist}/source/latex/aastex
10651%{texmfdist}/tex/latex/aastex
84a4c427 10652%doc %{texmfdist}/doc/latex/IEEEconf
16591d53
ZU
10653%{texmfdist}/source/latex/IEEEconf
10654%{texmfdist}/tex/latex/IEEEconf
84a4c427
ZU
10655%doc %{texmfdist}/doc/latex/computational-complexity
10656%{texmfdist}/source/latex/computational-complexity
10657%{texmfdist}/tex/latex/computational-complexity
10658%{texmfdist}/bibtex/bib/computational-complexity
10659%{texmfdist}/bibtex/bst/computational-complexity
10660# Document class for the journal of DANTE.
10661%doc %{texmfdist}/doc/latex/dtk
10662%{texmfdist}/source/latex/dtk
10663%{texmfdist}/tex/latex/dtk
10664%{texmfdist}/bibtex/bib/dtk
10665%{texmfdist}/bibtex/bst/dtk
10666# Class for articles for submission to Elsevier journals.
10667%doc %{texmfdist}/doc/latex/elsarticle
10668%{texmfdist}/source/latex/elsarticle
10669%{texmfdist}/tex/latex/elsarticle
10670
10671%files latex-lang
10672%defattr(644,root,root,755)
10673# Curriculum vitae for French use.
10674%doc %{texmfdist}/doc/latex/ESIEEcv
10675%{texmfdist}/source/latex/ESIEEcv
10676%{texmfdist}/tex/latex/ESIEEcv
10677# Class for typesetting letters to Swiss rules.
10678%doc %{texmfdist}/doc/latex/chletter
10679%{texmfdist}/source/latex/chletter
10680%{texmfdist}/tex/latex/chletter
10681# German letter DIN style.
10682%doc %{texmfdist}/doc/latex/dinbrief
10683%{texmfdist}/source/latex/dinbrief
10684%{texmfdist}/tex/latex/dinbrief
10685# Class and templates for typesetting dissertations in Russian.
10686%doc %{texmfdist}/doc/latex/disser
10687%{texmfdist}/tex/latex/disser
10688%{texmfdist}/source/latex/disser
10689
10690%files latex-music
10691%defattr(644,root,root,755)
10692# Support ABC music notation in LaTeX.
10693%doc %{texmfdist}/doc/latex/abc
10694%{texmfdist}/source/latex/abc
10695%{texmfdist}/tex/latex/abc
10696%doc %{texmfdist}/doc/latex/guitar
10697%{texmfdist}/source/latex/guitar
10698%{texmfdist}/tex/latex/guitar
10699
10700%files latex-extend
10701%defattr(644,root,root,755)
10702# Patches and improvements for prosper.
10703%doc %{texmfdist}/doc/latex/HA-prosper
10704%{texmfdist}/source/latex/HA-prosper
10705%{texmfdist}/tex/latex/HA-prosper
10706# Horizontal and vertical dashed lines in arrays and tabulars
10707%doc %{texmfdist}/doc/latex/arydshln
10708%{texmfdist}/source/latex/arydshln
10709%{texmfdist}/tex/latex/arydshln
10710# Page numbering by chapter.
10711%doc %{texmfdist}/doc/latex/chappg
10712%{texmfdist}/source/latex/chappg
10713%{texmfdist}/tex/latex/chappg
16591d53 10714
f65b3398
ZU
10715%files latex-other
10716%defattr(644,root,root,755)
f65b3398
ZU
10717%{texmfdist}/metapost/latexmp
10718%{texmfdist}/metapost/makecirc
8affbd2c 10719%dir %{texmfdist}/source/alatex
f65b3398 10720%{texmfdist}/source/alatex/base
8affbd2c 10721%dir %{texmfdist}/source/cslatex
f65b3398
ZU
10722%{texmfdist}/source/cslatex/base
10723%{texmfdist}/source/generic/xypic
f65b3398 10724%{texmfdist}/source/latex/GuIT
16591d53 10725# Expand acronyms at least once.
f65b3398 10726%{texmfdist}/source/latex/acronym
16591d53 10727# A user-friendly wrapper around \enlargethispage.
f65b3398 10728%{texmfdist}/source/latex/addlines
16591d53 10729# Using address lists in LaTeX.
f65b3398 10730%{texmfdist}/source/latex/adrlist
16591d53 10731# Alphanumeric section numbering.
f65b3398 10732%{texmfdist}/source/latex/alnumsec
16591d53 10733# Alternative font handling in LaTeX.
f65b3398 10734%{texmfdist}/source/latex/altfont
16591d53 10735# Setting questions (or exercises) and answers.
f65b3398 10736%{texmfdist}/source/latex/answers
16591d53 10737# Draw arcs over and under text
f65b3398 10738%{texmfdist}/source/latex/arcs
f65b3398 10739%{texmfdist}/source/latex/ascii
8affbd2c 10740%{texmfdist}/source/latex/augie
f65b3398 10741%{texmfdist}/source/latex/babelbib
f65b3398
ZU
10742%{texmfdist}/source/latex/barcodes
10743%{texmfdist}/source/latex/base
10744%{texmfdist}/source/latex/bayer
10745%{texmfdist}/source/latex/bbding
10746%{texmfdist}/source/latex/bbm-macros
16591d53 10747# Free replacement for basic MathTime fonts.
f65b3398
ZU
10748%{texmfdist}/source/latex/belleek
10749%{texmfdist}/source/latex/bengali
16591d53 10750# Use Concrete fonts.
f65b3398 10751%{texmfdist}/source/latex/beton
f65b3398
ZU
10752%{texmfdist}/source/latex/bibarts
10753%{texmfdist}/source/latex/bibleref
10754%{texmfdist}/source/latex/biblist
10755%{texmfdist}/source/latex/bibtopic
10756%{texmfdist}/source/latex/bibtopicprefix
10757%{texmfdist}/source/latex/bigfoot
16591d53 10758# Typeset business cards.
f65b3398 10759%{texmfdist}/source/latex/bizcard
16591d53 10760# Producing 'blind' text for testing.
f65b3398 10761%{texmfdist}/source/latex/blindtext
16591d53 10762# Upscale or downscale all pages of a document.
f65b3398 10763%{texmfdist}/source/latex/blowup
16591d53 10764# Boxes that may break across pages
f65b3398
ZU
10765%{texmfdist}/source/latex/boites
10766%{texmfdist}/source/latex/bookhands
16591d53 10767# Aids for printing simple booklets.
f65b3398 10768%{texmfdist}/source/latex/booklet
16591d53 10769# Publication quality tables in LaTeX
f65b3398 10770%{texmfdist}/source/latex/booktabs
16591d53 10771# Provides an At-Begin-Page hook.
f65b3398 10772%{texmfdist}/source/latex/bophook
16591d53 10773# Flexible Captioning and Deferred Box/List Printing.
f65b3398 10774%{texmfdist}/source/latex/boxhandler
16591d53 10775# Support for braille.
f65b3398 10776%{texmfdist}/source/latex/braille
16591d53 10777# Line-breakable \url-like links in hyperref when compiling via dvips/ps2pdf.
f65b3398 10778%{texmfdist}/source/latex/breakurl
16591d53 10779# A handwriting script font.
f65b3398 10780%{texmfdist}/source/latex/brushscr
16591d53 10781# Display list item counter as regular pattern of bullets.
f65b3398
ZU
10782%{texmfdist}/source/latex/bullcntr
10783%{texmfdist}/source/latex/burmese
f65b3398 10784%{texmfdist}/source/latex/captcont
84a4c427 10785# Customising captions in floating environments.
f65b3398 10786%{texmfdist}/source/latex/caption
84a4c427 10787# David Carlisle's small packages.
f65b3398
ZU
10788%{texmfdist}/source/latex/carlisle
10789%{texmfdist}/source/latex/catechis
10790%{texmfdist}/source/latex/ccaption
10791%{texmfdist}/source/latex/ccfonts
10792%{texmfdist}/source/latex/cclicenses
84a4c427 10793# Typeset CD covers.
f65b3398 10794%{texmfdist}/source/latex/cd-cover
84a4c427 10795# Typeset CD covers.
f65b3398 10796%{texmfdist}/source/latex/cd
84a4c427 10797# Business letters in the Italian style.
f65b3398 10798%{texmfdist}/source/latex/cdpbundl
84a4c427 10799# Generate changebars in LaTeX documents.
f65b3398 10800%{texmfdist}/source/latex/changebar
84a4c427 10801# Manual change markup.
f65b3398 10802%{texmfdist}/source/latex/changes
84a4c427 10803# Package for working with complicated folder structures.
f65b3398 10804%{texmfdist}/source/latex/chapterfolder
84a4c427 10805# A bundle of packages and classes.
f65b3398 10806%{texmfdist}/source/latex/cjw
84a4c427 10807# Key/value support with a hash.
f65b3398 10808%{texmfdist}/source/latex/clefval
84a4c427 10809# Automatic cross-reference formatting.
f65b3398
ZU
10810%{texmfdist}/source/latex/cleveref
10811%{texmfdist}/source/latex/cmcyralt
84a4c427 10812# Check used commands.
f65b3398 10813%{texmfdist}/source/latex/cmdtrack
84a4c427 10814# Symbols for linear logic.
f65b3398 10815%{texmfdist}/source/latex/cmll
84a4c427 10816# Interfaces to the CM Sans Serif Bold fonts.
f65b3398 10817%{texmfdist}/source/latex/cmsd
84a4c427 10818# Support for variant code pages.
f65b3398 10819%{texmfdist}/source/latex/codepage
84a4c427 10820# Add colour to LaTeX tables.
f65b3398 10821%{texmfdist}/source/latex/colortbl
84a4c427 10822# Bundle individual documents into a single document.
f65b3398 10823%{texmfdist}/source/latex/combine
84a4c427 10824# Selectively include/excludes portions of text.
f65b3398 10825%{texmfdist}/source/latex/comment
84a4c427 10826# A set of tools for generating conference proceedings.
f65b3398 10827%{texmfdist}/source/latex/confproc
84a4c427 10828# Automatic numbering of constants.
f65b3398 10829%{texmfdist}/source/latex/constants
84a4c427 10830# Print a coloured contour around text.
f65b3398 10831%{texmfdist}/source/latex/contour
84a4c427 10832# Typeset recipes.
f65b3398 10833%{texmfdist}/source/latex/cooking
84a4c427 10834# COntent-Oriented LaTeX.
f65b3398 10835%{texmfdist}/source/latex/cool
84a4c427 10836# Manipulate COntent Oriented LaTeX Lists.
f65b3398 10837%{texmfdist}/source/latex/coollist
84a4c427 10838# String manipulation in LaTeX.
f65b3398 10839%{texmfdist}/source/latex/coolstr
84a4c427 10840# Automatic cover page creation for scientific papers (with BibTeX data and copyright notice).
f65b3398 10841%{texmfdist}/source/latex/coverpage
84a4c427 10842# Support for cropmarks.
f65b3398 10843%{texmfdist}/source/latex/crop
84a4c427 10844# Crossreferences within documents.
f65b3398 10845%{texmfdist}/source/latex/crossreference
84a4c427 10846# Macros for typesetting crossword puzzles.
f65b3398 10847%{texmfdist}/source/latex/crosswrd
84a4c427 10848# Reading data from CSV files.
f65b3398 10849%{texmfdist}/source/latex/csvtools
84a4c427 10850# Easily typeset centered tables.
f65b3398
ZU
10851%{texmfdist}/source/latex/ctable
10852%{texmfdist}/source/latex/ctib
84a4c427 10853# Typeset recipes.
f65b3398 10854%{texmfdist}/source/latex/cuisine
84a4c427 10855# Typeset a curriculum vitae.
f65b3398 10856%{texmfdist}/source/latex/currvita
84a4c427 10857# A class for making curriculum vitae.
f65b3398 10858%{texmfdist}/source/latex/curve
84a4c427 10859# Extensions for package pict2e.
f65b3398 10860%{texmfdist}/source/latex/curve2e
84a4c427 10861# Curves for LaTeX picture environment
f65b3398
ZU
10862%{texmfdist}/source/latex/curves
10863%{texmfdist}/source/latex/cweb-latex
84a4c427 10864# Typeset crossword puzzles
f65b3398 10865%{texmfdist}/source/latex/cwpuzzle
84a4c427 10866# Draw dashed boxes.
f65b3398 10867%{texmfdist}/source/latex/dashbox
84a4c427 10868# Draw dashed rules.
f65b3398 10869%{texmfdist}/source/latex/dashrule
84a4c427 10870# Tools to load and manipulate data.
f65b3398 10871%{texmfdist}/source/latex/datatool
84a4c427 10872# Extensions of the \listfiles concept.
f65b3398 10873%{texmfdist}/source/latex/dateiliste
84a4c427 10874# Convert a date into a number and vice versa.
f65b3398 10875%{texmfdist}/source/latex/datenumber
84a4c427 10876# Change format of \today with commands for current time.
f65b3398 10877%{texmfdist}/source/latex/datetime
84a4c427 10878# LaTeX package for the English raised decimal point.
f65b3398 10879%{texmfdist}/source/latex/decimal
84a4c427 10880# Read and parse text tables.
f65b3398 10881%{texmfdist}/source/latex/delimtxt
84a4c427 10882# A diagnostic tool for a TeX installation.
f65b3398 10883%{texmfdist}/source/latex/diagnose
84a4c427 10884# Macros for constructing interactive LaTeX scripts.
f65b3398 10885%{texmfdist}/source/latex/dialogl
84a4c427 10886# Document non-LaTeX code.
f65b3398 10887%{texmfdist}/source/latex/docmfp
84a4c427 10888# Special commands for use in bibliographies.
f65b3398 10889%{texmfdist}/source/latex/doipubmed
84a4c427 10890# Extendable dotted arrows.
f65b3398 10891%{texmfdist}/source/latex/dotarrow
84a4c427 10892# Flush left equations with dotted leaders to the numbers.
f65b3398 10893%{texmfdist}/source/latex/dotseqn
84a4c427 10894# Use dot code in LaTeX.
f65b3398 10895%{texmfdist}/source/latex/dottex
84a4c427 10896# LaTeX-relevant log information for debugging.
f65b3398 10897%{texmfdist}/source/latex/dprogress
84a4c427 10898# Declare active character substitution, robustly.
f65b3398 10899%{texmfdist}/source/latex/drac
84a4c427 10900# Identify draft copies.
f65b3398 10901%{texmfdist}/source/latex/draftcopy
84a4c427 10902# Put a grey textual watermark on document pages.
f65b3398 10903%{texmfdist}/source/latex/draftwatermark
84a4c427 10904# Typeset dramas, both in verse and in prose.
f65b3398 10905%{texmfdist}/source/latex/dramatist
84a4c427 10906# A small collection of minimal DTX examples.
f65b3398 10907%{texmfdist}/source/latex/dtxgallery
84a4c427 10908# Electronic flash cards.
f65b3398 10909%{texmfdist}/source/latex/eCards
84a4c427 10910# Device independent picture environment enhancement.
f65b3398 10911%{texmfdist}/source/latex/ebezier
84a4c427 10912# Typesetting theses for economics
f65b3398 10913%{texmfdist}/source/latex/ebsthesis
84a4c427 10914# Typesetting Ecclesiastic Latin.
f65b3398 10915%{texmfdist}/source/latex/ecclesiastic
84a4c427 10916# A fancy Curriculum Vitae class.
f65b3398
ZU
10917%{texmfdist}/source/latex/ecv
10918%{texmfdist}/source/latex/ed
84a4c427 10919# Typeset scholarly edition.
f65b3398
ZU
10920%{texmfdist}/source/latex/edmac
10921%{texmfdist}/source/latex/edmargin
10922%{texmfdist}/source/latex/eemeir
f65b3398 10923%{texmfdist}/source/latex/eiad
84a4c427 10924# Fix uneven spacing around ellipses in LaTeX text mode.
f65b3398 10925%{texmfdist}/source/latex/ellipsis
84a4c427 10926# Mathematics in Greek texts.
f65b3398 10927%{texmfdist}/source/latex/elmath
f65b3398
ZU
10928%{texmfdist}/source/latex/em
10929%{texmfdist}/source/latex/emp
84a4c427 10930# Move floats to the end with markers where they belong.
f65b3398 10931%{texmfdist}/source/latex/endfloat
84a4c427 10932# Running headers of the form "Notes to pp.xx-yy"
f65b3398 10933%{texmfdist}/source/latex/endheads
84a4c427 10934# Helps to type the pronunciation of English words.
f65b3398 10935%{texmfdist}/source/latex/engpron
84a4c427 10936# Enumerate with lower- or uppercase Greek letters.
f65b3398 10937%{texmfdist}/source/latex/engrec
84a4c427 10938# A new interface for environments in LaTeX.
f65b3398 10939%{texmfdist}/source/latex/environ
84a4c427 10940# Addresses on envelopes or mailing labels.
f65b3398 10941%{texmfdist}/source/latex/envlab
84a4c427 10942# A package for typesetting epigraphs.
f65b3398
ZU
10943%{texmfdist}/source/latex/epigraph
10944%{texmfdist}/source/latex/epiolmec
84a4c427 10945# A scalable dice "font".
f65b3398 10946%{texmfdist}/source/latex/epsdice
84a4c427 10947# Create equal-widthed parboxes.
f65b3398 10948%{texmfdist}/source/latex/eqparbox
84a4c427 10949# Error markup for LaTeX documents.
f65b3398 10950%{texmfdist}/source/latex/errata
84a4c427 10951# Modern Russian typesetting.
f65b3398 10952%{texmfdist}/source/latex/eskd
84a4c427 10953# Add picture commands (or backgrounds) to every page.
f65b3398 10954%{texmfdist}/source/latex/eso-pic
84a4c427 10955# Reverse-counting enumerate environment.
f65b3398
ZU
10956%{texmfdist}/source/latex/etaremune
10957%{texmfdist}/source/latex/ethiop
84a4c427 10958# UK format dates, with weekday.
f65b3398 10959%{texmfdist}/source/latex/eukdate
84a4c427 10960# Use AMS Euler fonts for math.
f65b3398 10961%{texmfdist}/source/latex/euler
84a4c427 10962# A class for preparing FP7 proposals.
f65b3398 10963%{texmfdist}/source/latex/euproposal
84a4c427 10964# Provide Euro values for national currency amounts.
f65b3398 10965%{texmfdist}/source/latex/euro
84a4c427 10966# Provide hooks to be run on every page of a document.
f65b3398 10967%{texmfdist}/source/latex/everypage
84a4c427 10968# Typeset exercises, problems, etc. and their answers
f65b3398 10969%{texmfdist}/source/latex/exercise
84a4c427 10970# Expanded description environments.
f65b3398 10971%{texmfdist}/source/latex/expdlist
84a4c427 10972# Packages showing a proposed LaTeX3 programming convention.
f65b3398 10973%{texmfdist}/source/latex/expl3
2e9c3e45 10974# Import and export values of LaTeX registers.
f65b3398 10975%{texmfdist}/source/latex/export
2e9c3e45 10976# Extract parts of a document and write to another document.
f65b3398 10977%{texmfdist}/source/latex/extract
2e9c3e45 10978# Document class for preparing faxes.
f65b3398 10979%{texmfdist}/source/latex/facsimile
2e9c3e45 10980# Typeset numbers.
f65b3398 10981%{texmfdist}/source/latex/fancynum
2e9c3e45 10982# A LaTeX package for fancy cross-referencing.
f65b3398 10983%{texmfdist}/source/latex/fancyref
2e9c3e45 10984# Include a wide range of material in PDF tooltips.
f65b3398 10985%{texmfdist}/source/latex/fancytooltips
2e9c3e45 10986# Sophisticated verbatim text.
f65b3398 10987%{texmfdist}/source/latex/fancyvrb
2e9c3e45 10988# Auto-size graphics.
f65b3398 10989%{texmfdist}/source/latex/figsize
2e9c3e45 10990# Extended filecontents and filecontents* environments
f65b3398 10991%{texmfdist}/source/latex/filecontents
2e9c3e45 10992# The LaTeX2e File Name Keeper.
f65b3398 10993%{texmfdist}/source/latex/fink
2e9c3e45 10994# Insert "fixme" notes into draft documents.
f65b3398 10995%{texmfdist}/source/latex/fixme
2e9c3e45 10996# Labels for files and folders.
f65b3398 10997%{texmfdist}/source/latex/flabels
2e9c3e45 10998# Flag style derivation package
f65b3398 10999%{texmfdist}/source/latex/flagderiv
2e9c3e45 11000# A class for typesetting flashcards.
f65b3398 11001%{texmfdist}/source/latex/flashcards
2e9c3e45 11002# Horizontal flipping of pages with pdfLaTeX.
f65b3398 11003%{texmfdist}/source/latex/flippdf
2e9c3e45 11004# Improved interface for floating objects.
f65b3398 11005%{texmfdist}/source/latex/float
2e9c3e45 11006# Modifying the layout of floats.
f65b3398 11007%{texmfdist}/source/latex/floatrow
2e9c3e45 11008# Create text frames for posters, brochures or magazines.
f65b3398 11009%{texmfdist}/source/latex/flowfram
2e9c3e45 11010# Include Functional MetaPost in LaTeX.
f65b3398 11011%{texmfdist}/source/latex/fmp
2e9c3e45 11012# Display the value of a LaTeX counter in a variety of formats.
f65b3398 11013%{texmfdist}/source/latex/fmtcount
2e9c3e45 11014# Warn for split footnotes.
f65b3398 11015%{texmfdist}/source/latex/fnbreak
2e9c3e45 11016# Interface between foiltex and LaTeX2HTML.
f65b3398 11017%{texmfdist}/source/latex/foilhtml
2e9c3e45 11018# Print font tables from a LaTeX document.
f65b3398 11019%{texmfdist}/source/latex/fonttable
2e9c3e45 11020# A range of footnote options.
f65b3398 11021%{texmfdist}/source/latex/footmisc
2e9c3e45 11022# Per-page numbering of footnotes.
f65b3398 11023%{texmfdist}/source/latex/footnpag
2e9c3e45 11024# Using array structures in LaTeX.
f65b3398 11025%{texmfdist}/source/latex/forarray
2e9c3e45 11026# Iteration in LaTeX.
f65b3398 11027%{texmfdist}/source/latex/forloop
2e9c3e45 11028# Typesetting physical units.
f65b3398 11029%{texmfdist}/source/latex/formula
2e9c3e45 11030# Left sub- and superscripts in maths mode.
f65b3398 11031%{texmfdist}/source/latex/fouridx
2e9c3e45 11032# A collection of LaTeX packages.
f65b3398 11033%{texmfdist}/source/latex/frankenstein
2e9c3e45 11034# Create a frontispiece for Italian theses.
f65b3398 11035%{texmfdist}/source/latex/frontespizio
2e9c3e45 11036# Left-blocking for letter class.
f65b3398 11037%{texmfdist}/source/latex/fullblck
2e9c3e45 11038# Macros for functional analysis and PDE theory
f65b3398
ZU
11039%{texmfdist}/source/latex/functan
11040%{texmfdist}/source/latex/fundus
11041%{texmfdist}/source/latex/g-brief
2e9c3e45 11042# Typeset Galois connections.
f65b3398 11043%{texmfdist}/source/latex/galois
2e9c3e45 11044# Citations in a reader-friendly style.
f65b3398 11045%{texmfdist}/source/latex/gcite
2e9c3e45 11046# Generalization of LaTeX's minipages.
f65b3398 11047%{texmfdist}/source/latex/genmpage
2e9c3e45 11048# Flexible and complete interface to document dimensions.
f65b3398 11049%{texmfdist}/source/latex/geometry
2e9c3e45 11050# Macros used in typesetting a geometry book.
f65b3398 11051%{texmfdist}/source/latex/geomsty
2e9c3e45 11052# Modification of inputenc for German.
f65b3398 11053%{texmfdist}/source/latex/ginpenc
2e9c3e45 11054# Create glossaries and lists of acronyms.
f65b3398 11055%{texmfdist}/source/latex/glossaries
2e9c3e45 11056# Embed Gnuplot commands in LaTeX documents.
f65b3398
ZU
11057%{texmfdist}/source/latex/gnuplottex
11058%{texmfdist}/source/latex/go
11059%{texmfdist}/source/latex/graphics
11060%{texmfdist}/source/latex/graphicx-psmin
2e9c3e45 11061# Provides ancient Greek day and month names, dates, etc.
f65b3398 11062%{texmfdist}/source/latex/greekdates
2e9c3e45 11063# Ancient Greek (Athenian) numbers.
f65b3398
ZU
11064%{texmfdist}/source/latex/grnumalt
11065%{texmfdist}/source/latex/grverb
2e9c3e45 11066# Hanging paragraphs.
f65b3398 11067%{texmfdist}/source/latex/hanging
2e9c3e45 11068# Harvard citation package for use with LaTeX 2e.
f65b3398
ZU
11069%{texmfdist}/source/latex/harvard
11070%{texmfdist}/source/latex/hc
2e9c3e45 11071# A class for academic reports, especially PhD theses.
f65b3398 11072%{texmfdist}/source/latex/hepthesis
2e9c3e45 11073# Print vectors, matrices, and tensors.
f65b3398 11074%{texmfdist}/source/latex/hhtensor
2e9c3e45 11075# Support high and low resolution versions of same picture
f65b3398 11076%{texmfdist}/source/latex/hilowres
2e9c3e45 11077# Draw histograms with the LaTeX picture environment.
f65b3398 11078%{texmfdist}/source/latex/histogr
2e9c3e45 11079# A dissertation class.
f65b3398 11080%{texmfdist}/source/latex/hpsdiss
2e9c3e45 11081# LaTeX support for Croatian documents.
f65b3398
ZU
11082%{texmfdist}/source/latex/hrlatex
11083%{texmfdist}/source/latex/hyper
11084%{texmfdist}/source/latex/hyperref
11085%{texmfdist}/source/latex/hyperxmp
11086%{texmfdist}/source/latex/hyphenat
11087%{texmfdist}/source/latex/ibycus-babel
2e9c3e45 11088# Class for typesetting articles for the ICSV conference.
f65b3398 11089%{texmfdist}/source/latex/icsv
2e9c3e45 11090# Presentation slides for screen and printouts.
f65b3398 11091%{texmfdist}/source/latex/ifmslide
2e9c3e45 11092# Conditionals to test which platform is being used.
f65b3398 11093%{texmfdist}/source/latex/ifplatform
2e9c3e45 11094# LaTeX Class for the Israel Journal of Mathematics.
f65b3398 11095%{texmfdist}/source/latex/ijmart
2e9c3e45 11096# IMTEK thesis class.
f65b3398 11097%{texmfdist}/source/latex/imtekda
2e9c3e45 11098# Extended index for LaTeX including multiple indexes.
f65b3398 11099%{texmfdist}/source/latex/index
2e9c3e45 11100# Inline expansions within definitions.
f65b3398 11101%{texmfdist}/source/latex/inlinedef
2e9c3e45 11102# Calculate inverse file paths.
f65b3398 11103%{texmfdist}/source/latex/inversepath
2e9c3e45 11104# Generic ISO standards typesetting macros.
f65b3398 11105%{texmfdist}/source/latex/iso
2e9c3e45 11106# Typesetting the STEP standards.
f65b3398 11107%{texmfdist}/source/latex/iso10303
2e9c3e45 11108# Tune the output format of dates according to language.
f65b3398 11109%{texmfdist}/source/latex/isodate
2e9c3e45 11110# A LaTeX class for the preparation of letters and invoices.
f65b3398 11111%{texmfdist}/source/latex/isodoc
2e9c3e45 11112# Rotation of document elements.
f65b3398 11113%{texmfdist}/source/latex/isorot
2e9c3e45 11114# A package for type setting isotopes
f65b3398 11115%{texmfdist}/source/latex/isotope
2e9c3e45 11116# Spell numbers in words (Italian).
f65b3398 11117%{texmfdist}/source/latex/itnumpar
2e9c3e45 11118# Build a jeopardy game in LaTeX.
f65b3398 11119%{texmfdist}/source/latex/jeopardy
2e9c3e45 11120# A document class for German legal texts.
f65b3398 11121%{texmfdist}/source/latex/jura
2e9c3e45 11122# Abbreviations for typesetting (German) juridical documents.
f65b3398 11123%{texmfdist}/source/latex/juraabbrev
2e9c3e45 11124# Citations of judgements and official documents in (German)
f65b3398 11125%{texmfdist}/source/latex/jurarsp
2e9c3e45 11126# Greek fonts and macros.
f65b3398 11127%{texmfdist}/source/latex/kdgreek
2e9c3e45 11128# Print tables and generate control files to adjust kernings.
f65b3398
ZU
11129%{texmfdist}/source/latex/kerntest
11130%{texmfdist}/source/latex/kluwer
2e9c3e45 11131# A bundle of versatile classes and packages
f65b3398 11132%{texmfdist}/source/latex/koma-script
2e9c3e45 11133# Check the existence of labels, and fork accordingly.
f65b3398 11134%{texmfdist}/source/latex/labelcas
2e9c3e45 11135# Print sheets of sticky labels.
f65b3398 11136%{texmfdist}/source/latex/labels
2e9c3e45 11137# Reference last page for Page N of M type footers.
f65b3398 11138%{texmfdist}/source/latex/lastpage
2e9c3e45 11139# A structured copy of the LaTeX distribution.
f65b3398 11140%{texmfdist}/source/latex/latex-tds
2e9c3e45 11141# Display various elements of a document's layout.
f65b3398 11142%{texmfdist}/source/latex/layouts
2e9c3e45 11143# Generate random integers.
f65b3398
ZU
11144%{texmfdist}/source/latex/lcg
11145%{texmfdist}/source/latex/lcyw
2e9c3e45 11146# This package makes available Classic Cyrillic CM fonts
f65b3398 11147%{texmfdist}/source/latex/leading
2e9c3e45 11148# Typeset scholarly editions in parallel texts.
f65b3398 11149%{texmfdist}/source/latex/ledmac
2e9c3e45 11150# Left and right subscripts and superscripts in math mode.
f65b3398 11151%{texmfdist}/source/latex/leftidx
2e9c3e45 11152# Typeset dropped capitals.
f65b3398 11153%{texmfdist}/source/latex/lettrine
2e9c3e45 11154# Macros for a two language dictionary.
f65b3398 11155%{texmfdist}/source/latex/lexikon
2e9c3e45 11156# A non-standard Cyrillic input scheme.
f65b3398 11157%{texmfdist}/source/latex/lhcyr
2e9c3e45 11158# Miscellaneous helper packages.
f65b3398 11159%{texmfdist}/source/latex/lhelp
2e9c3e45 11160# Typeset maps and blocks according to the Information Mapping
f65b3398 11161%{texmfdist}/source/latex/limap
2e9c3e45 11162# Easy access to the Lorem Ipsum dummy text.
f65b3398 11163%{texmfdist}/source/latex/lipsum
2e9c3e45 11164# Lists contents of BibTeX files.
f65b3398 11165%{texmfdist}/source/latex/listbib
2e9c3e45 11166# Typeset source code listings using LaTeX.
f65b3398 11167%{texmfdist}/source/latex/listings
2e9c3e45 11168# Typeset lists as tables.
f65b3398 11169%{texmfdist}/source/latex/listliketab
2e9c3e45 11170# Macros for localizing TeX register allocations.
f65b3398 11171%{texmfdist}/source/latex/localloc
2e9c3e45 11172# Generate logarithmic graph paper with LaTeX.
f65b3398 11173%{texmfdist}/source/latex/logpap
2e9c3e45 11174# Class for "Logic and Philosophy of Science".
f65b3398 11175%{texmfdist}/source/latex/lps
2e9c3e45 11176# A LaTeX package to typeset indices with GNU's Texindex.
f65b3398 11177%{texmfdist}/source/latex/ltxindex
2e9c3e45 11178# Macros for mail merging.
f65b3398 11179%{texmfdist}/source/latex/mailing
2e9c3e45 11180# Defines a \makebox* command.
f65b3398 11181%{texmfdist}/source/latex/makebox
2e9c3e45 11182# Tabular column heads and multilined cells.
f65b3398 11183%{texmfdist}/source/latex/makecell
2e9c3e45 11184# The new \makecommand command always (re)defines a command.
f65b3398 11185%{texmfdist}/source/latex/makecmds
2e9c3e45 11186# Perl script to help generate dtx and ins files
f65b3398 11187%{texmfdist}/source/latex/makedtx
2e9c3e45 11188# Easy plots from Matlab in LaTeX.
f65b3398 11189%{texmfdist}/source/latex/makeplot
2e9c3e45 11190# LaTeX support for the TeX book symbols.
f65b3398 11191%{texmfdist}/source/latex/manfnt
2e9c3e45 11192# Emulate look of a document typed on a typewriter.
f65b3398 11193%{texmfdist}/source/latex/manuscript
2e9c3e45 11194# Support for multiple character sets and encodings.
f65b3398 11195%{texmfdist}/source/latex/mapcodes
2e9c3e45 11196# Notes in the margin, even where \marginpar fails
f65b3398 11197%{texmfdist}/source/latex/marginnote
2e9c3e45 11198# Text symbols in maths mode.
f65b3398 11199%{texmfdist}/source/latex/mathcomp
2e9c3e45 11200# Fonts to typeset mathematics to match Palatino.
f65b3398 11201%{texmfdist}/source/latex/mathpazo
2e9c3e45 11202# Put captions in the margin.
f65b3398 11203%{texmfdist}/source/latex/mcaption
2e9c3e45 11204# Multiple items in a single citation.
f65b3398 11205%{texmfdist}/source/latex/mcite
2e9c3e45 11206# Miscellaneous tools by Mark Wooding.
f65b3398 11207%{texmfdist}/source/latex/mdwtools
2e9c3e45 11208# Typeset fiction, non-fiction and mathematical books.
f65b3398 11209%{texmfdist}/source/latex/memoir
2e9c3e45 11210# A basis for books to be published by Mentis publishers.
f65b3398 11211%{texmfdist}/source/latex/mentis
2e9c3e45 11212# Typesetting menus.
f65b3398 11213%{texmfdist}/source/latex/menu
2e9c3e45 11214# Typeset method and variable declarations.
f65b3398 11215%{texmfdist}/source/latex/method
2e9c3e45 11216# Support for the work of classicists
f65b3398 11217%{texmfdist}/source/latex/metre
2e9c3e45 11218# Multiple font formats.
f65b3398 11219%{texmfdist}/source/latex/mff
2e9c3e45 11220# Macros to draw direction fields and solutions of ODEs.
f65b3398 11221%{texmfdist}/source/latex/mfpic4ode
2e9c3e45 11222# Pretty-print Metafont source.
f65b3398 11223%{texmfdist}/source/latex/mftinc
2e9c3e45 11224# The MH bundle
f65b3398 11225%{texmfdist}/source/latex/mh
2e9c3e45 11226# Typeset miller indices.
f65b3398 11227%{texmfdist}/source/latex/miller
2e9c3e45 11228# Minipages with marginal notes.
f65b3398 11229%{texmfdist}/source/latex/minipage-marginpar
2e9c3e45 11230# Package for writing minutes of meetings.
f65b3398 11231%{texmfdist}/source/latex/minutes
2e9c3e45 11232# Logical markup for lists.
f65b3398 11233%{texmfdist}/source/latex/mlist
2e9c3e45 11234# Mathematical symbol font for Adobe MinionPro.
f65b3398 11235%{texmfdist}/source/latex/mnsymbol
2e9c3e45 11236# Write numbers in lower case roman numerals.
f65b3398 11237%{texmfdist}/source/latex/modroman
2e9c3e45 11238# A language definition file for Mongolian in Babel.
f65b3398 11239%{texmfdist}/source/latex/mongolian-babel
2e9c3e45 11240# Mongolian LaTeX.
f65b3398 11241%{texmfdist}/source/latex/montex
2e9c3e45 11242# Allows font sizes up to 35.83pt.
f65b3398 11243%{texmfdist}/source/latex/moresize
2e9c3e45 11244# Extended verbatim.
f65b3398 11245%{texmfdist}/source/latex/moreverb
2e9c3e45 11246# A workaround for a LaTeX bug in marginpars.
f65b3398 11247%{texmfdist}/source/latex/mparhack
2e9c3e45 11248# Various LaTeX packages by Martin Schröder.
f65b3398 11249%{texmfdist}/source/latex/ms
2e9c3e45 11250# A package for LaTeX localisation.
f65b3398 11251%{texmfdist}/source/latex/msg
2e9c3e45 11252# Use italic and upright greek letters with mathtime.
f65b3398 11253%{texmfdist}/source/latex/mtgreek
2e9c3e45 11254# Multiple bibliographies.
f65b3398 11255%{texmfdist}/source/latex/multibbl
2e9c3e45 11256# Multiple bibliographies within one document.
f65b3398 11257%{texmfdist}/source/latex/multibib
2e9c3e45 11258# Format captions inside multicols
f65b3398 11259%{texmfdist}/source/latex/multicap
2e9c3e45 11260# Polish-oriented document classes.
f65b3398 11261%{texmfdist}/source/latex/mwcls
2e9c3e45 11262# Support for Mongolian "horizontal" (Xewtee Dorwoljin) script.
f65b3398 11263%{texmfdist}/source/latex/mxd
2e9c3e45 11264# Detecting and warning about obsolete LaTeX commands
f65b3398 11265%{texmfdist}/source/latex/nag
2e9c3e45 11266# Rudimentary c++-like namespaces in LaTeX.
f65b3398 11267%{texmfdist}/source/latex/namespc
2e9c3e45 11268# Flexible bibliography support.
f65b3398 11269%{texmfdist}/source/latex/natbib
2e9c3e45 11270# A collection of general packages for LaTeX
f65b3398 11271%{texmfdist}/source/latex/ncctools
2e9c3e45 11272# Notre Dame Dissertation format class.
f65b3398 11273%{texmfdist}/source/latex/nddiss
2e9c3e45 11274# Format algorithms like Cormen, Leiserson and Rivest.
f65b3398 11275%{texmfdist}/source/latex/newalg
2e9c3e45 11276# User level management of LaTeX input and output.
f65b3398 11277%{texmfdist}/source/latex/newfile
2e9c3e45 11278# Write letters, facsimiles, and memos.
f65b3398 11279%{texmfdist}/source/latex/newlfm
2e9c3e45 11280# Typeset newsletters to resemble newspapers.
f65b3398 11281%{texmfdist}/source/latex/newspaper
2e9c3e45 11282# Define your own verbatim-like environment.
f65b3398 11283%{texmfdist}/source/latex/newvbtm
2e9c3e45 11284# Support for fancy frames.
f65b3398 11285%{texmfdist}/source/latex/niceframe
2e9c3e45 11286# Improved underlines in mathematics.
f65b3398 11287%{texmfdist}/source/latex/noitcrul
2e9c3e45 11288# Produce lists of symbols as in nomenclature.
f65b3398 11289%{texmfdist}/source/latex/nomencl
2e9c3e45 11290# Nomenclature typeset in a longtable
f65b3398 11291%{texmfdist}/source/latex/nomentbl
2e9c3e45 11292# Non-floating table and figure captions.
f65b3398 11293%{texmfdist}/source/latex/nonfloat
2e9c3e45 11294# LaTeX class for No Starch Press.
f65b3398 11295%{texmfdist}/source/latex/nostarch
2e9c3e45 11296# Mark sections of a document.
f65b3398 11297%{texmfdist}/source/latex/notes
2e9c3e45 11298# Integrating notes into the bibliography.
f65b3398 11299%{texmfdist}/source/latex/notes2bib
2e9c3e45 11300# Class for the NRC technical journals.
f65b3398 11301%{texmfdist}/source/latex/nrc
2e9c3e45 11302# "European" versions of standard classes.
f65b3398 11303%{texmfdist}/source/latex/ntgclass
2e9c3e45 11304# Enhanced theorem environment.
f65b3398 11305%{texmfdist}/source/latex/ntheorem
2e9c3e45 11306# Print numbers with separators and exponent if necessary.
f65b3398 11307%{texmfdist}/source/latex/numprint
2e9c3e45 11308# A bundle of packages submitted by Heiko Oberdiek.
f65b3398 11309%{texmfdist}/source/latex/oberdiek
2e9c3e45 11310# Macros for typesetting Object Z.
f65b3398 11311%{texmfdist}/source/latex/objectz
2e9c3e45 11312# Typeset books following classical design and layout.
f65b3398 11313%{texmfdist}/source/latex/octavo
2e9c3e45 11314# Support for Polish typography and the ogonek.
f65b3398 11315%{texmfdist}/source/latex/ogonek
2e9c3e45 11316# Old style numbers in OT1 encoding.
f65b3398 11317%{texmfdist}/source/latex/oldstyle
2e9c3e45 11318# Footnote-style bibliographical references.
f65b3398 11319%{texmfdist}/source/latex/opcit
2e9c3e45 11320# Counters as ordinal numbers in Portuguese.
f65b3398 11321%{texmfdist}/source/latex/ordinalpt
2e9c3e45 11322# Create othello boards in LaTeX.
f65b3398
ZU
11323%{texmfdist}/source/latex/othello
11324%{texmfdist}/source/latex/otibet
2e9c3e45 11325# Fonts designed by Fra Luca de Pacioli in 1497.
f65b3398 11326%{texmfdist}/source/latex/pacioli
2e9c3e45 11327# Page number-only page styles.
f65b3398 11328%{texmfdist}/source/latex/pageno
2e9c3e45 11329# Notes at end of document.
f65b3398 11330%{texmfdist}/source/latex/pagenote
2e9c3e45 11331# Versions of article class, tuned for scholarly publications.
f65b3398 11332%{texmfdist}/source/latex/paper
2e9c3e45 11333# Origami-style folding paper CD case.
f65b3398 11334%{texmfdist}/source/latex/papercdcase
2e9c3e45 11335# Class for newspapers, etc.
f65b3398 11336%{texmfdist}/source/latex/papertex
2e9c3e45 11337# Enumerate and itemize within paragraphs.
f65b3398 11338%{texmfdist}/source/latex/paralist
2e9c3e45 11339# Typeset parallel texts.
f65b3398 11340%{texmfdist}/source/latex/parallel
2e9c3e45 11341# Defines simple macros for greek letters.
f65b3398 11342%{texmfdist}/source/latex/paresse
2e9c3e45 11343# Typesets (two) streams of text running parallel.
f65b3398 11344%{texmfdist}/source/latex/parrun
2e9c3e45 11345# Change the definition of an existing command.
f65b3398 11346%{texmfdist}/source/latex/patchcmd
2e9c3e45 11347# German LaTeX package documentation.
f65b3398 11348%{texmfdist}/source/latex/pauldoc
2e9c3e45 11349# Using graphics from PAW.
f65b3398 11350%{texmfdist}/source/latex/pawpict
2e9c3e45 11351# A variable-width \parbox command.
f65b3398 11352%{texmfdist}/source/latex/pbox
2e9c3e45 11353# Problem sheet class.
f65b3398 11354%{texmfdist}/source/latex/pbsheet
2e9c3e45 11355# Activating and setting of character protruding using pdflatex.
f65b3398 11356%{texmfdist}/source/latex/pdfcprot
2e9c3e45 11357# Include PDF documents in LaTeX.
f65b3398 11358%{texmfdist}/source/latex/pdfpages
2e9c3e45 11359# Define LaTeX macros in terms of Perl code
f65b3398 11360%{texmfdist}/source/latex/perltex
2e9c3e45 11361# A set TeX/LaTeX packages for drawing Petri nets.
f65b3398 11362%{texmfdist}/source/latex/petri-nets
2e9c3e45 11363# LaTeX package options with pgfkeys.
f65b3398 11364%{texmfdist}/source/latex/pgfopts
2e9c3e45 11365# Create normal/logarithmic plots in LaTeX.
f65b3398 11366%{texmfdist}/source/latex/pgfplots
2e9c3e45 11367# Typesetting articles for "Philosophers' Imprint".
f65b3398 11368%{texmfdist}/source/latex/philosophersimprint
2e9c3e45 11369# A float environment for photographs.
f65b3398 11370%{texmfdist}/source/latex/photo
2e9c3e45 11371# New implementation of picture commands.
f65b3398 11372%{texmfdist}/source/latex/pict2e
2e9c3e45 11373# Electronic Theses and Dissertations at Pitt.
f65b3398 11374%{texmfdist}/source/latex/pittetd
2e9c3e45 11375# Typesetting stageplay scripts.
f65b3398 11376%{texmfdist}/source/latex/plari
2e9c3e45 11377# Typeset drama using LaTeX.
f65b3398
ZU
11378%{texmfdist}/source/latex/play
11379%{texmfdist}/source/latex/plweb
2e9c3e45 11380# Typesetting Critical Editions of Poetry.
f65b3398 11381%{texmfdist}/source/latex/poemscol
2e9c3e45 11382# Typeset Polish documents with LaTeX and Polish fonts.
f65b3398
ZU
11383%{texmfdist}/source/latex/polski
11384%{texmfdist}/source/latex/polyglot
2e9c3e45 11385# Tabular-like environments with named columns.
f65b3398 11386%{texmfdist}/source/latex/polytable
2e9c3e45 11387# A presentation class.
f65b3398 11388%{texmfdist}/source/latex/powerdot
2e9c3e45 11389# Prosper preview.
f65b3398 11390%{texmfdist}/source/latex/ppr-prv
2e9c3e45 11391# Typeset articles for PracTeX.
f65b3398 11392%{texmfdist}/source/latex/pracjourn
2e9c3e45 11393# A bundle of packages provided "as is".
f65b3398 11394%{texmfdist}/source/latex/preprint
2e9c3e45 11395# Make label references "self-identify".
f65b3398 11396%{texmfdist}/source/latex/prettyref
2e9c3e45 11397# Extract bits of a LaTeX source for output.
f65b3398 11398%{texmfdist}/source/latex/preview
2e9c3e45 11399# Shortcuts commands to symbols used in probability texts.
f65b3398 11400%{texmfdist}/source/latex/proba
2e9c3e45 11401# generate problem sheets and their solution sheets
f65b3398 11402%{texmfdist}/source/latex/probsoln
2e9c3e45 11403# Typeset programs, recognising keywords.
f65b3398 11404%{texmfdist}/source/latex/progkeys
2e9c3e45 11405# LaTeX class for high quality slides.
f65b3398 11406%{texmfdist}/source/latex/prosper
2e9c3e45 11407# A class for typesetting minutes (only german).
f65b3398 11408%{texmfdist}/source/latex/protocol
2e9c3e45 11409# Replace strings in encapsulated PostScript figures.
f65b3398 11410%{texmfdist}/source/latex/psfrag
2e9c3e45 11411# A psfrag eXtension.
f65b3398 11412%{texmfdist}/source/latex/psfragx
2e9c3e45 11413# Use PostScript fonts by default.
f65b3398 11414%{texmfdist}/source/latex/pslatex
2e9c3e45 11415# PostScript picture support.
f65b3398 11416%{texmfdist}/source/latex/pspicture
2e9c3e45 11417# A LaTeX2e class for making multiple choice questionnaires
f65b3398 11418%{texmfdist}/source/latex/qcm
2e9c3e45 11419# Bundle for unit tests and pattern matching.
f65b3398 11420%{texmfdist}/source/latex/qstest
2e9c3e45 11421# Maths symbol abbreviations.
f65b3398 11422%{texmfdist}/source/latex/qsymbols
2e9c3e45 11423# Decorative chapter headings.
f65b3398 11424%{texmfdist}/source/latex/quotchap
2e9c3e45 11425# Consistent quote marks.
f65b3398 11426%{texmfdist}/source/latex/quotmark
2e9c3e45 11427# Marginal pictures.
f65b3398 11428%{texmfdist}/source/latex/randbild
2e9c3e45 11429# Decimal-centered optionally rounded numbers in tabular.
f65b3398 11430%{texmfdist}/source/latex/rccol
2e9c3e45 11431# Use RCS (revision control system) tags in LaTeX documents.
f65b3398 11432%{texmfdist}/source/latex/rcs
2e9c3e45 11433# Support for the revision control system.
f65b3398 11434%{texmfdist}/source/latex/rcsinfo
2e9c3e45 11435# Typeset recipes in note-card-sized boxes.
f65b3398 11436%{texmfdist}/source/latex/recipecard
2e9c3e45 11437# Format technical reference manuals.
f65b3398 11438%{texmfdist}/source/latex/refman
2e9c3e45 11439# Advanced formatting of cross references.
f65b3398 11440%{texmfdist}/source/latex/refstyle
2e9c3e45 11441# Display the allocation status of the TeX registers.
f65b3398 11442%{texmfdist}/source/latex/regcount
2e9c3e45 11443# Typeset programmable elements in digital hardware (registers).
f65b3398 11444%{texmfdist}/source/latex/register
2e9c3e45 11445# A "relaxed" font encoding.
f65b3398 11446%{texmfdist}/source/latex/relenc
2e9c3e45 11447# Styles for various Physics Journals.
f65b3398 11448%{texmfdist}/source/latex/revtex
2e9c3e45 11449# A package to help change page layout parameters in LaTeX.
f65b3398 11450%{texmfdist}/source/latex/rmpage
2e9c3e45 11451# Declare robust command, with \newcommand checks.
f65b3398 11452%{texmfdist}/source/latex/robustcommand
2e9c3e45 11453# Generate roman numerals instead of arabic digits.
f65b3398 11454%{texmfdist}/source/latex/romannum
2e9c3e45 11455# Rotation tools, including rotated full-page floats.
f65b3398 11456%{texmfdist}/source/latex/rotating
2e9c3e45 11457# Rotate floats.
f65b3398 11458%{texmfdist}/source/latex/rotfloat
2e9c3e45 11459# BibTeX style for use with RSC journals.
f65b3398 11460%{texmfdist}/source/latex/rsc
2e9c3e45 11461# Drawing rhetorical structure analysis diagrams in LaTeX.
f65b3398 11462%{texmfdist}/source/latex/rst
2e9c3e45 11463# Input encoding with fallback procedures.
f65b3398 11464%{texmfdist}/source/latex/rtkinenc
2e9c3e45 11465# Embed Sage code and plots into LaTeX.
f65b3398 11466%{texmfdist}/source/latex/sagetex
2e9c3e45 11467# Sanskrit support.
f65b3398 11468%{texmfdist}/source/latex/sanskrit
2e9c3e45 11469# A bundle of utilities by Jonathan Sauer.
f65b3398 11470%{texmfdist}/source/latex/sauerj
2e9c3e45 11471# Use sauter fonts in LaTeX.
f65b3398 11472%{texmfdist}/source/latex/sauterfonts
2e9c3e45 11473# Save name of the footnote mark for reuse.
f65b3398 11474%{texmfdist}/source/latex/savefnmark
2e9c3e45 11475# Pack as much as possible onto each page of a LaTeX document.
f65b3398 11476%{texmfdist}/source/latex/savetrees
2e9c3e45 11477# Scale document by sqrt(2) or magstep(2).
f65b3398 11478%{texmfdist}/source/latex/scale
2e9c3e45 11479# Create scalebars for maps, diagrams or photos.
f65b3398 11480%{texmfdist}/source/latex/scalebar
2e9c3e45 11481# Weekly schedules.
f65b3398 11482%{texmfdist}/source/latex/schedule
2e9c3e45 11483# Use Scientific Word/WorkPlace files with another TeX.
f65b3398 11484%{texmfdist}/source/latex/sciwordconv
2e9c3e45 11485# A class file to typeset screenplays.
f65b3398 11486%{texmfdist}/source/latex/screenplay
2e9c3e45 11487# Control sectional headers.
f65b3398 11488%{texmfdist}/source/latex/sectsty
2e9c3e45 11489# Help for writing programming language semantics.
f65b3398 11490%{texmfdist}/source/latex/semantic
2e9c3e45 11491# Put only special contents on left-hand pages in two sided layout.
f65b3398 11492%{texmfdist}/source/latex/semioneside
2e9c3e45 11493# Split long sequences of characters in a neutral way.
f65b3398
ZU
11494%{texmfdist}/source/latex/seqsplit
11495%{texmfdist}/source/latex/sf298
2e9c3e45 11496# Typesetting science fiction/fantasy manuscripts.
f65b3398 11497%{texmfdist}/source/latex/sffms
2e9c3e45 11498# Table of contents with different depths.
f65b3398 11499%{texmfdist}/source/latex/shorttoc
2e9c3e45 11500# Variants of \show for LaTeX2e.
f65b3398
ZU
11501%{texmfdist}/source/latex/show2e
11502%{texmfdist}/source/latex/showexpl
2e9c3e45 11503# Show label commands in the margin.
f65b3398 11504%{texmfdist}/source/latex/showlabels
2e9c3e45 11505# Typeset captions sideways.
f65b3398 11506%{texmfdist}/source/latex/sidecap
2e9c3e45 11507# SIGGRAPH conference class.
f65b3398 11508%{texmfdist}/source/latex/siggraph
2e9c3e45 11509# A simple class for writing curricula vitae.
f65b3398 11510%{texmfdist}/source/latex/simplecv
2e9c3e45 11511# Simple Wick contractions.
f65b3398 11512%{texmfdist}/source/latex/simplewick
2e9c3e45 11513# A font to draw a skull.
f65b3398 11514%{texmfdist}/source/latex/skull
2e9c3e45 11515# Access different-shaped small-caps fonts.
f65b3398 11516%{texmfdist}/source/latex/slantsc
2e9c3e45 11517# List the external dependencies of a LaTeX document.
f65b3398 11518%{texmfdist}/source/latex/snapshot
2e9c3e45 11519# Package for typesetting song lyrics and chord books.
f65b3398 11520%{texmfdist}/source/latex/songbook
2e9c3e45 11521# Hyphenation for letterspacing, underlining, and more.
f65b3398 11522%{texmfdist}/source/latex/soul
2e9c3e45 11523# Split and reorder your bibliography.
f65b3398 11524%{texmfdist}/source/latex/splitbib
2e9c3e45 11525# Unlimited number of indexes.
f65b3398 11526%{texmfdist}/source/latex/splitindex
2e9c3e45 11527# Jump between DVI and TeX files.
f65b3398 11528%{texmfdist}/source/latex/srcltx
2e9c3e45 11529# Spectral sequence diagrams.
f65b3398 11530%{texmfdist}/source/latex/sseq
2e9c3e45 11531# Use the cmssq fonts.
f65b3398 11532%{texmfdist}/source/latex/ssqquote
2e9c3e45 11533# Tools to define and use stacks.
f65b3398 11534%{texmfdist}/source/latex/stack
2e9c3e45 11535# Store statistics of a document.
f65b3398 11536%{texmfdist}/source/latex/statistik
2e9c3e45 11537# Typeset Icelandic staves and runic letters.
f65b3398 11538%{texmfdist}/source/latex/staves
2e9c3e45 11539# Provide sectioning information for package writers.
f65b3398 11540%{texmfdist}/source/latex/stdclsdv
2e9c3e45 11541# Standard pages with n lines of at most m characters each.
f65b3398 11542%{texmfdist}/source/latex/stdpage
2e9c3e45 11543# Stellenbosch thesis bundle.
f65b3398 11544%{texmfdist}/source/latex/stellenbosch
2e9c3e45 11545# An Infrastructure for Semantic Preloading of LaTeX Documents.
f65b3398 11546%{texmfdist}/source/latex/stex
2e9c3e45 11547# String manipulation for cosmetic and programming application.
f65b3398 11548%{texmfdist}/source/latex/stringstrings
2e9c3e45 11549# Draw Nassi-Schneidermann charts
f65b3398 11550%{texmfdist}/source/latex/struktex
2e9c3e45 11551# Unify maths subscript height.
f65b3398 11552%{texmfdist}/source/latex/subdepth
2e9c3e45 11553# Package for subequation numbering.
f65b3398 11554%{texmfdist}/source/latex/subeqn
2e9c3e45 11555# Equation array with sub numbering.
f65b3398 11556%{texmfdist}/source/latex/subeqnarray
2e9c3e45 11557# Figures broken into subfigures
f65b3398 11558%{texmfdist}/source/latex/subfig
2e9c3e45 11559# Deprecated: Figures divided into subfigures.
f65b3398 11560%{texmfdist}/source/latex/subfigure
2e9c3e45 11561# Sub-numbering for figures and tables.
f65b3398 11562%{texmfdist}/source/latex/subfloat
2e9c3e45 11563# Create sudoku grids.
f65b3398 11564%{texmfdist}/source/latex/sudoku
2e9c3e45 11565# A set of sudoku-related packages.
f65b3398 11566%{texmfdist}/source/latex/sudokubundle
2e9c3e45 11567# A multi-page tables package.
f65b3398 11568%{texmfdist}/source/latex/supertabular
2e9c3e45 11569# Subversion keywords in multi-file LaTeX documents
f65b3398 11570%{texmfdist}/source/latex/svn-multi
2e9c3e45 11571# Typeset Subversion keywords.
f65b3398 11572%{texmfdist}/source/latex/svn
2e9c3e45 11573# Typeset Subversion Keywords.
f65b3398 11574%{texmfdist}/source/latex/svninfo
2e9c3e45 11575# Graphical/textual representations of swimming performances
f65b3398 11576%{texmfdist}/source/latex/swimgraf
2e9c3e45 11577# Labels for tracing in a syntax tree.
f65b3398 11578%{texmfdist}/source/latex/syntrace
2e9c3e45 11579# Typeset syntactic trees.
f65b3398 11580%{texmfdist}/source/latex/synttree
2e9c3e45 11581# Tabulated lists of short items.
f65b3398 11582%{texmfdist}/source/latex/tablists
2e9c3e45 11583# Tabular with variable width columns balanced.
f65b3398 11584%{texmfdist}/source/latex/tabulary
2e9c3e45 11585# Typesetting tables showing variations of functions.
f65b3398 11586%{texmfdist}/source/latex/tabvar
2e9c3e45 11587# A LaTeX class for presentations.
f65b3398
ZU
11588%{texmfdist}/source/latex/talk
11589%{texmfdist}/source/latex/tcldoc
2e9c3e45 11590# Macros for French teachers of mathematics.
f65b3398 11591%{texmfdist}/source/latex/tdsfrmath
2e9c3e45 11592# A package to format technical documents.
f65b3398 11593%{texmfdist}/source/latex/technics
2e9c3e45 11594# A (primitive) token list editor.
f65b3398 11595%{texmfdist}/source/latex/ted
2e9c3e45 11596# LaTeX support for using Tengwar fonts.
f65b3398 11597%{texmfdist}/source/latex/tengwarscript
2e9c3e45 11598# Typeset tensors.
f65b3398 11599%{texmfdist}/source/latex/tensor
2e9c3e45 11600# Philological typesetting of classical Greek.
f65b3398 11601%{texmfdist}/source/latex/teubner
2e9c3e45 11602# Comprehensive chess annotation in LaTeX.
f65b3398 11603%{texmfdist}/source/latex/texmate
2e9c3e45 11604# Create dynamic online presentations with LaTeX.
f65b3398 11605%{texmfdist}/source/latex/texpower
2e9c3e45 11606# Package for setting nucleotide and peptide alignments.
f65b3398 11607%{texmfdist}/source/latex/texshade
2e9c3e45 11608# Case conversion ignoring mathematics, etc.
f65b3398 11609%{texmfdist}/source/latex/textcase
2e9c3e45 11610# Fit text to a desired size.
f65b3398 11611%{texmfdist}/source/latex/textfit
2e9c3e45 11612# Annotated membrane protein topology plots.
f65b3398 11613%{texmfdist}/source/latex/textopo
2e9c3e45 11614# Place boxes at abitrary positions on the LaTeX page.
f65b3398 11615%{texmfdist}/source/latex/textpos
2e9c3e45 11616# Little style to create a standard titlepage for diploma
f65b3398 11617%{texmfdist}/source/latex/thesis-titlepage-fhac
2e9c3e45 11618# Extensions to theorem environments.
f65b3398 11619%{texmfdist}/source/latex/thmtools
2e9c3e45 11620# Thumb marks in documents.
f65b3398 11621%{texmfdist}/source/latex/thumb
2e9c3e45 11622# Thesis template for Tsinghua University.
f65b3398
ZU
11623%{texmfdist}/source/latex/thuthesis
11624%{texmfdist}/source/latex/timesht
2e9c3e45 11625# Control over the typesetting of the \maketitle command.
f65b3398 11626%{texmfdist}/source/latex/titling
2e9c3e45 11627# Add bibliography/index/contents to Table of Contents.
f65b3398 11628%{texmfdist}/source/latex/tocbibind
2e9c3e45 11629# Control table of contents, figures, etc.
f65b3398 11630%{texmfdist}/source/latex/tocloft
2e9c3e45 11631# Section numbering and table of contents control.
f65b3398 11632%{texmfdist}/source/latex/tocvsec2
2e9c3e45 11633# Make a to-do list for a document.
f65b3398 11634%{texmfdist}/source/latex/todo
2e9c3e45 11635# Macros for writing indices, glossaries.
f65b3398 11636%{texmfdist}/source/latex/toolbox
2e9c3e45 11637# The LaTeX standard tools bundle.
f65b3398 11638%{texmfdist}/source/latex/tools
2e9c3e45 11639# Bundle of files for typsetting theses.
f65b3398 11640%{texmfdist}/source/latex/toptesi
2e9c3e45 11641# Count pages in a document, and report last page number.
f65b3398 11642%{texmfdist}/source/latex/totpages
2e9c3e45 11643# Fonts from the Trajan column in Rome.
f65b3398 11644%{texmfdist}/source/latex/trajan
2e9c3e45 11645# Trees and other linguists' macros.
f65b3398 11646%{texmfdist}/source/latex/tree-dvips
2e9c3e45 11647# Typeset transform signs.
f65b3398 11648%{texmfdist}/source/latex/trfsigns
2e9c3e45 11649# Quick float definitions in LaTeX.
f65b3398 11650%{texmfdist}/source/latex/trivfloat
2e9c3e45 11651# Symbols for transformations.
f65b3398 11652%{texmfdist}/source/latex/trsym
2e9c3e45 11653# LaTeX macros for TUGboat articles.
f65b3398 11654%{texmfdist}/source/latex/tugboat
2e9c3e45 11655# Typeset the (logic) turnstile notation.
f65b3398
ZU
11656%{texmfdist}/source/latex/turnstile
11657%{texmfdist}/source/latex/twoup
2e9c3e45 11658# Arbitrary size font selection in LaTeX.
f65b3398 11659%{texmfdist}/source/latex/type1cm
2e9c3e45 11660# Eliminate errors by enforcing the types of labels.
f65b3398 11661%{texmfdist}/source/latex/typedref
2e9c3e45 11662# Print a typographic grid.
f65b3398 11663%{texmfdist}/source/latex/typogrid
2e9c3e45 11664# University of Arizona thesis and dissertation format.
f65b3398 11665%{texmfdist}/source/latex/uaclasses
2e9c3e45 11666# UIUC thesis class.
f65b3398 11667%{texmfdist}/source/latex/uiucthesis
2e9c3e45 11668# Extra mathematical characters.
f65b3398 11669%{texmfdist}/source/latex/ulsy
2e9c3e45 11670# UML diagrams in LaTeX.
f65b3398 11671%{texmfdist}/source/latex/uml
2e9c3e45 11672# German input encodings in LaTeX.
f65b3398 11673%{texmfdist}/source/latex/umlaute
2e9c3e45 11674# Underline text allowing line breaking.
f65b3398 11675%{texmfdist}/source/latex/umoline
2e9c3e45 11676# Underlined running heads.
f65b3398 11677%{texmfdist}/source/latex/underlin
2e9c3e45 11678# Typeset a tilde under one (or many) maths symbols.
f65b3398 11679%{texmfdist}/source/latex/undertilde
2e9c3e45 11680# Typeset units.
f65b3398 11681%{texmfdist}/source/latex/units
2e9c3e45 11682# Typesetting units in LaTeX.
f65b3398 11683%{texmfdist}/source/latex/unitsdef
2e9c3e45 11684# Converting Roman numerals to Arabic numbers.
f65b3398 11685%{texmfdist}/source/latex/unroman
2e9c3e45 11686# Writing specification such as for UP-based methodologies.
f65b3398 11687%{texmfdist}/source/latex/upmethodology
2e9c3e45 11688# Web support for BibTeX.
f65b3398 11689%{texmfdist}/source/latex/urlbst
2e9c3e45 11690# Shorter (and longer) underlines and underbars.
f65b3398 11691%{texmfdist}/source/latex/ushort
2e9c3e45 11692# Luxury frontend to the \index command.
f65b3398 11693%{texmfdist}/source/latex/varindex
2e9c3e45 11694# LaTeX macros for vectors.
f65b3398 11695%{texmfdist}/source/latex/vector
2e9c3e45 11696# Aids for typesetting simple verse.
f65b3398 11697%{texmfdist}/source/latex/verse
2e9c3e45 11698# Set various page dimensions.
f65b3398 11699%{texmfdist}/source/latex/vmargin
2e9c3e45 11700# Typeset only parts of a document, with complete indexes etc.
f65b3398 11701%{texmfdist}/source/latex/volumes
2e9c3e45 11702# Add version number to a DVI file.
f65b3398 11703%{texmfdist}/source/latex/vrsion
2e9c3e45 11704# Variable-width multiple text columns.
f65b3398 11705%{texmfdist}/source/latex/vwcol
2e9c3e45 11706# Document classes for Vaxjo University
f65b3398 11707%{texmfdist}/source/latex/vxu
2e9c3e45 11708# Global warnings at the end of the logfile.
f65b3398 11709%{texmfdist}/source/latex/warning
2e9c3e45 11710# Relative alignment of rows in numeric columns in tabulars.
f65b3398 11711%{texmfdist}/source/latex/warpcol
2e9c3e45 11712# A collection of small packages by Walter Schmidt.
f65b3398 11713%{texmfdist}/source/latex/was
2e9c3e45 11714# Ridgeway's fonts.
f65b3398 11715%{texmfdist}/source/latex/wnri
2e9c3e45 11716# Define commands with many optional arguments.
f65b3398 11717%{texmfdist}/source/latex/xargs
2e9c3e45 11718# Extending the LaTeX doc system.
f65b3398 11719%{texmfdist}/source/latex/xdoc
2e9c3e45 11720# A reimplimentation of the LaTeX for-loop macro.
f65b3398 11721%{texmfdist}/source/latex/xfor
2e9c3e45 11722# Include eXtensible Metadata Platform data in PDFLaTeX.
f65b3398 11723%{texmfdist}/source/latex/xmpincl
2e9c3e45 11724# Implementations of concepts for LaTeX designer interface.
f65b3398 11725%{texmfdist}/source/latex/xpackages
2e9c3e45 11726# An extension to the skak package for chess typesetting.
f65b3398 11727%{texmfdist}/source/latex/xskak
2e9c3e45 11728# Break tables across pages.
f65b3398 11729%{texmfdist}/source/latex/xtab
2e9c3e45 11730# Defining language-dependent text macros.
f65b3398 11731%{texmfdist}/source/latex/xtcapts
2e9c3e45 11732# A bundle of miscellaneous footnote packages.
f65b3398 11733%{texmfdist}/source/latex/yafoot
2e9c3e45 11734# Support for old German fonts.
f65b3398 11735%{texmfdist}/source/latex/yfonts
2e9c3e45 11736# Extended maths fonts for LaTeX.
f65b3398 11737%{texmfdist}/source/latex/yhmath
2e9c3e45 11738# A thesis class file for York University, Toronto.
f65b3398 11739%{texmfdist}/source/latex/york-thesis
2e9c3e45 11740# Typeset Young-Tableaux.
f65b3398 11741%{texmfdist}/source/latex/youngtab
198c241e 11742%dir %{texmfdist}/source/plain
c9ddaf2d 11743%{texmfdist}/source/plain/jsmisc
f65b3398 11744%{texmfdist}/source/xelatex
8affbd2c 11745%{texmfdist}/tex/alatex
f65b3398
ZU
11746%{texmfdist}/tex/generic/enctex
11747%{texmfdist}/tex/latex/kalender
11748%{texmfdist}/tex/latex/karnaugh
11749%{texmfdist}/tex/latex/kerkis
11750%{texmfdist}/tex/latex/kerntest
11751%{texmfdist}/tex/latex/kluwer
11752%{texmfdist}/tex/latex/kpfonts
11753%{texmfdist}/tex/latex/kurier
11754%{texmfdist}/tex/latex/labelcas
11755%{texmfdist}/tex/latex/lazylist
11756%{texmfdist}/tex/latex/lcg
11757%{texmfdist}/tex/latex/lcyw
11758%{texmfdist}/tex/latex/leading
11759%{texmfdist}/tex/latex/ledmac
11760%{texmfdist}/tex/latex/lettre
11761%{texmfdist}/tex/latex/levy
11762%{texmfdist}/tex/latex/lexikon
11763%{texmfdist}/tex/latex/lgreek
11764%{texmfdist}/tex/latex/lhcyr
11765%{texmfdist}/tex/latex/lhelp
11766%{texmfdist}/tex/latex/libertine
11767%{texmfdist}/tex/latex/limap
11768%{texmfdist}/tex/latex/linearA
11769%{texmfdist}/tex/latex/linguex
11770%{texmfdist}/tex/latex/lipsum
11771%{texmfdist}/tex/latex/listbib
11772%{texmfdist}/tex/latex/listliketab
11773%{texmfdist}/tex/latex/listofsymbols
11774%{texmfdist}/tex/latex/lkproof
11775%{texmfdist}/tex/latex/logic
11776%{texmfdist}/tex/latex/logpap
11777%{texmfdist}/tex/latex/lps
11778%{texmfdist}/tex/latex/lsc
11779%{texmfdist}/tex/latex/ltablex
11780%{texmfdist}/tex/latex/ltxindex
11781%{texmfdist}/tex/latex/lxfonts
11782%{texmfdist}/tex/latex/ly1
11783%{texmfdist}/tex/latex/mafr
11784%{texmfdist}/tex/latex/mailing
11785%{texmfdist}/tex/latex/makebarcode
11786%{texmfdist}/tex/latex/makebox
11787%{texmfdist}/tex/latex/makecell
11788%{texmfdist}/tex/latex/makecmds
11789%{texmfdist}/tex/latex/makedtx
11790%{texmfdist}/tex/latex/makeglos
11791%{texmfdist}/tex/latex/makeplot
11792%{texmfdist}/tex/latex/manfnt
11793%{texmfdist}/tex/latex/manuscript
11794%{texmfdist}/tex/latex/mapcodes
11795%{texmfdist}/tex/latex/maple
11796%{texmfdist}/tex/latex/marginnote
11797%{texmfdist}/tex/latex/mathdesign
11798%{texmfdist}/tex/latex/maybemath
11799%{texmfdist}/tex/latex/mcaption
11800%{texmfdist}/tex/latex/mceinleger
11801%{texmfdist}/tex/latex/mcite
11802%{texmfdist}/tex/latex/mciteplus
11803%{texmfdist}/tex/latex/memexsupp
11804%{texmfdist}/tex/latex/mentis
11805%{texmfdist}/tex/latex/menu
11806%{texmfdist}/tex/latex/method
11807%{texmfdist}/tex/latex/metre
11808%{texmfdist}/tex/latex/mff
11809%{texmfdist}/tex/latex/mfpic4ode
11810%{texmfdist}/tex/latex/mftinc
f65b3398
ZU
11811%{texmfdist}/tex/latex/mhequ
11812%{texmfdist}/tex/latex/mhs
11813%{texmfdist}/tex/latex/miller
11814%{texmfdist}/tex/latex/minipage-marginpar
11815%{texmfdist}/tex/latex/miniplot
11816%{texmfdist}/tex/latex/minutes
11817%{texmfdist}/tex/latex/mla-paper
11818%{texmfdist}/tex/latex/mlist
11819%{texmfdist}/tex/latex/moresize
11820%{texmfdist}/tex/latex/movie15
11821%{texmfdist}/tex/latex/msc
11822%{texmfdist}/tex/latex/msg
11823%{texmfdist}/tex/latex/mslapa
11824%{texmfdist}/tex/latex/mtgreek
11825%{texmfdist}/tex/latex/multibbl
11826%{texmfdist}/tex/latex/multicap
11827%{texmfdist}/tex/latex/multido
11828%{texmfdist}/tex/latex/muthesis
11829%{texmfdist}/tex/latex/mxd
11830%{texmfdist}/tex/latex/mxedruli
11831%{texmfdist}/tex/latex/nag
11832%{texmfdist}/tex/latex/namespc
11833%{texmfdist}/tex/latex/nath
11834%{texmfdist}/tex/latex/nature
11835%{texmfdist}/tex/latex/newvbtm
11836%{texmfdist}/tex/latex/niceframe
11837%{texmfdist}/tex/latex/nih
11838%{texmfdist}/tex/latex/noitcrul
11839%{texmfdist}/tex/latex/nomentbl
11840%{texmfdist}/tex/latex/nonfloat
11841%{texmfdist}/tex/latex/nostarch
11842%{texmfdist}/tex/latex/notes
11843%{texmfdist}/tex/latex/notes2bib
11844%{texmfdist}/tex/latex/nrc
11845%{texmfdist}/tex/latex/ntabbing
11846%{texmfdist}/tex/latex/numline
11847%{texmfdist}/tex/latex/numname
11848%{texmfdist}/tex/latex/numprint
11849%{texmfdist}/tex/latex/objectz
11850%{texmfdist}/tex/latex/ocr-latex
11851%{texmfdist}/tex/latex/octavo
11852%{texmfdist}/tex/latex/ogonek
11853%{texmfdist}/tex/latex/oldstyle
11854%{texmfdist}/tex/latex/opcit
11855%{texmfdist}/tex/latex/ordinalpt
11856%{texmfdist}/tex/latex/ot2cyr
11857%{texmfdist}/tex/latex/othello
11858%{texmfdist}/tex/latex/otibet
11859%{texmfdist}/tex/latex/outline
11860%{texmfdist}/tex/latex/outliner
11861%{texmfdist}/tex/latex/pacioli
11862%{texmfdist}/tex/latex/pageno
11863%{texmfdist}/tex/latex/pagenote
11864%{texmfdist}/tex/latex/palatino
11865%{texmfdist}/tex/latex/paper
11866%{texmfdist}/tex/latex/papercdcase
11867%{texmfdist}/tex/latex/papertex
11868%{texmfdist}/tex/latex/parallel
11869%{texmfdist}/tex/latex/paresse
11870%{texmfdist}/tex/latex/parrun
11871%{texmfdist}/tex/latex/patchcmd
11872%{texmfdist}/tex/latex/pauldoc
11873%{texmfdist}/tex/latex/pawpict
11874%{texmfdist}/tex/latex/pbox
11875%{texmfdist}/tex/latex/pbsheet
11876%{texmfdist}/tex/latex/pclnfss
11877%{texmfdist}/tex/latex/pdfcprot
11878%{texmfdist}/tex/latex/pdfscreen
11879%{texmfdist}/tex/latex/pdftricks
11880%{texmfdist}/tex/latex/pdfwin
11881%{texmfdist}/tex/latex/pecha
11882%{texmfdist}/tex/latex/perltex
f65b3398
ZU
11883%{texmfdist}/tex/latex/petiteannonce
11884%{texmfdist}/tex/latex/petri-nets
11885%{texmfdist}/tex/latex/pgf-soroban
11886%{texmfdist}/tex/latex/phaistos
11887%{texmfdist}/tex/latex/philex
11888%{texmfdist}/tex/latex/philosophersimprint
11889%{texmfdist}/tex/latex/phonetic
11890%{texmfdist}/tex/latex/photo
11891%{texmfdist}/tex/latex/pictex2
11892%{texmfdist}/tex/latex/pinlabel
11893%{texmfdist}/tex/latex/pittetd
11894%{texmfdist}/tex/latex/plari
11895%{texmfdist}/tex/latex/plates
11896%{texmfdist}/tex/latex/play
11897%{texmfdist}/tex/latex/plweb
11898%{texmfdist}/tex/latex/pmgraph
11899%{texmfdist}/tex/latex/poemscol
11900%{texmfdist}/tex/latex/polski
11901%{texmfdist}/tex/latex/polyglot
11902%{texmfdist}/tex/latex/polytable
11903%{texmfdist}/tex/latex/postcards
11904%{texmfdist}/tex/latex/powerdot
11905%{texmfdist}/tex/latex/ppower4
11906%{texmfdist}/tex/latex/ppr-prv
11907%{texmfdist}/tex/latex/pracjourn
11908%{texmfdist}/tex/latex/prettyref
11909%{texmfdist}/tex/latex/proba
11910%{texmfdist}/tex/latex/probsoln
11911%{texmfdist}/tex/latex/procIAGssymp
11912%{texmfdist}/tex/latex/progkeys
11913%{texmfdist}/tex/latex/progress
11914%{texmfdist}/tex/latex/protex
11915%{texmfdist}/tex/latex/protocol
11916%{texmfdist}/tex/latex/psfragx
11917%{texmfdist}/tex/latex/psgo
11918%{texmfdist}/tex/latex/pspicture
f65b3398
ZU
11919%{texmfdist}/tex/latex/ptptex
11920%{texmfdist}/tex/latex/qcm
11921%{texmfdist}/tex/latex/qobitree
11922%{texmfdist}/tex/latex/qstest
11923%{texmfdist}/tex/latex/qsymbols
11924%{texmfdist}/tex/latex/qtree
11925%{texmfdist}/tex/latex/quotchap
11926%{texmfdist}/tex/latex/quotmark
11927%{texmfdist}/tex/latex/r_und_s
11928%{texmfdist}/tex/latex/randbild
11929%{texmfdist}/tex/latex/randtext
11930%{texmfdist}/tex/latex/rccol
11931%{texmfdist}/tex/latex/rcs
11932%{texmfdist}/tex/latex/rcsinfo
11933%{texmfdist}/tex/latex/recipecard
11934%{texmfdist}/tex/latex/rectopma
11935%{texmfdist}/tex/latex/refcheck
11936%{texmfdist}/tex/latex/refman
11937%{texmfdist}/tex/latex/refstyle
11938%{texmfdist}/tex/latex/regcount
11939%{texmfdist}/tex/latex/register
11940%{texmfdist}/tex/latex/relenc
11941%{texmfdist}/tex/latex/repeatindex
11942%{texmfdist}/tex/latex/resume
11943%{texmfdist}/tex/latex/rlepsf
11944%{texmfdist}/tex/latex/rmpage
11945%{texmfdist}/tex/latex/robustcommand
11946%{texmfdist}/tex/latex/robustindex
11947%{texmfdist}/tex/latex/romannum
11948%{texmfdist}/tex/latex/rotpages
11949%{texmfdist}/tex/latex/rsc
11950%{texmfdist}/tex/latex/rst
11951%{texmfdist}/tex/latex/rtkinenc
11952%{texmfdist}/tex/latex/rtklage
11953%{texmfdist}/tex/latex/sagetex
11954%{texmfdist}/tex/latex/sanskrit
11955%{texmfdist}/tex/latex/sauerj
11956%{texmfdist}/tex/latex/sauterfonts
11957%{texmfdist}/tex/latex/savefnmark
11958%{texmfdist}/tex/latex/savesym
11959%{texmfdist}/tex/latex/savetrees
11960%{texmfdist}/tex/latex/scalebar
11961%{texmfdist}/tex/latex/schedule
11962%{texmfdist}/tex/latex/scientificpaper
11963%{texmfdist}/tex/latex/sciposter
11964%{texmfdist}/tex/latex/sciwordconv
11965%{texmfdist}/tex/latex/screenplay
11966%{texmfdist}/tex/latex/script
11967%{texmfdist}/tex/latex/sdrt
11968%{texmfdist}/tex/latex/sectionbox
11969%{texmfdist}/tex/latex/semantic
11970%{texmfdist}/tex/latex/semaphor
11971%{texmfdist}/tex/latex/semioneside
11972%{texmfdist}/tex/latex/seqsplit
11973%{texmfdist}/tex/latex/sf298
11974%{texmfdist}/tex/latex/sffms
11975%{texmfdist}/tex/latex/sfg
11976%{texmfdist}/tex/latex/sfmath
11977%{texmfdist}/tex/latex/sgame
11978%{texmfdist}/tex/latex/shadbox
11979%{texmfdist}/tex/latex/shadethm
11980%{texmfdist}/tex/latex/shipunov
11981%{texmfdist}/tex/latex/shorttoc
11982%{texmfdist}/tex/latex/show2e
11983%{texmfdist}/tex/latex/showexpl
11984%{texmfdist}/tex/latex/sides
11985%{texmfdist}/tex/latex/siggraph
11986%{texmfdist}/tex/latex/simplecv
11987%{texmfdist}/tex/latex/simplewick
11988%{texmfdist}/tex/latex/skak
11989%{texmfdist}/tex/latex/skull
11990%{texmfdist}/tex/latex/slantsc
11991%{texmfdist}/tex/latex/smalltableof
11992%{texmfdist}/tex/latex/smartref
11993%{texmfdist}/tex/latex/smflatex
11994%{texmfdist}/tex/latex/snapshot
11995%{texmfdist}/tex/latex/songbook
11996%{texmfdist}/tex/latex/soyombo
11997%{texmfdist}/tex/latex/sparklines
11998%{texmfdist}/tex/latex/spie
11999%{texmfdist}/tex/latex/splitbib
12000%{texmfdist}/tex/latex/splitindex
12001%{texmfdist}/tex/latex/sprite
12002%{texmfdist}/tex/latex/srcltx
12003%{texmfdist}/tex/latex/sseq
12004%{texmfdist}/tex/latex/ssqquote
12005%{texmfdist}/tex/latex/stack
12006%{texmfdist}/tex/latex/stage
12007%{texmfdist}/tex/latex/statex2
12008%{texmfdist}/tex/latex/statistik
12009%{texmfdist}/tex/latex/staves
12010%{texmfdist}/tex/latex/stdpage
12011%{texmfdist}/tex/latex/stellenbosch
12012%{texmfdist}/tex/latex/stex
12013%{texmfdist}/tex/latex/stringstrings
12014%{texmfdist}/tex/latex/struktex
12015%{texmfdist}/tex/latex/sttools
12016%{texmfdist}/tex/latex/stubs
12017%{texmfdist}/tex/latex/subdepth
12018%{texmfdist}/tex/latex/subeqn
12019%{texmfdist}/tex/latex/subeqnarray
12020%{texmfdist}/tex/latex/subfloat
12021%{texmfdist}/tex/latex/substr
12022%{texmfdist}/tex/latex/sudoku
12023%{texmfdist}/tex/latex/sudokubundle
12024%{texmfdist}/tex/latex/sugconf
12025%{texmfdist}/tex/latex/susy
12026%{texmfdist}/tex/latex/svgcolor
12027%{texmfdist}/tex/latex/svn-multi
12028%{texmfdist}/tex/latex/svn
12029%{texmfdist}/tex/latex/svninfo
12030%{texmfdist}/tex/latex/swimgraf
12031%{texmfdist}/tex/latex/symbol
12032%{texmfdist}/tex/latex/synproof
12033%{texmfdist}/tex/latex/syntax
12034%{texmfdist}/tex/latex/syntrace
12035%{texmfdist}/tex/latex/synttree
12036%{texmfdist}/tex/latex/timing
12037%{texmfdist}/tex/latex/tocvsec2
12038%{texmfdist}/tex/latex/todo
12039%{texmfdist}/tex/latex/tokenizer
12040%{texmfdist}/tex/latex/toolbox
12041%{texmfdist}/tex/latex/topfloat
12042%{texmfdist}/tex/latex/toptesi
12043%{texmfdist}/tex/latex/tpslifonts
12044%{texmfdist}/tex/latex/tracking
12045%{texmfdist}/tex/latex/trajan
12046%{texmfdist}/tex/latex/translator
12047%{texmfdist}/tex/latex/tree-dvips
12048%{texmfdist}/tex/latex/trfsigns
12049%{texmfdist}/tex/latex/trivfloat
12050%{texmfdist}/tex/latex/trsym
12051%{texmfdist}/tex/latex/tufte-latex
12052%{texmfdist}/tex/latex/tugboat
12053%{texmfdist}/tex/latex/turnstile
12054%{texmfdist}/tex/latex/twoup
12055%{texmfdist}/tex/latex/typedref
12056%{texmfdist}/tex/latex/typogrid
12057%{texmfdist}/tex/latex/uaclasses
12058%{texmfdist}/tex/latex/ucthesis
12059%{texmfdist}/tex/latex/uebungsblatt
12060%{texmfdist}/tex/latex/uhrzeit
12061%{texmfdist}/tex/latex/uiucthesis
12062%{texmfdist}/tex/latex/ulsy
12063%{texmfdist}/tex/latex/umich-thesis
12064%{texmfdist}/tex/latex/uml
12065%{texmfdist}/tex/latex/umoline
12066%{texmfdist}/tex/latex/umrand
12067%{texmfdist}/tex/latex/umthesis
12068%{texmfdist}/tex/latex/underlin
12069%{texmfdist}/tex/latex/ushort
12070%{texmfdist}/tex/latex/uwthesis
12071
26d8eaaa
ZU
12072# %files latex-palatcm
12073# %defattr(644,root,root,755)
12074# %{texmf}/tex/latex/palatcm
d08789e0 12075
f65b3398
ZU
12076%files latex-pdfslide
12077%defattr(644,root,root,755)
12078%doc %{texmfdist}/doc/latex/pdfslide
12079%{texmfdist}/tex/latex/pdfslide
12080
03d9d5fa
ZU
12081%files latex-pgf
12082%defattr(644,root,root,755)
12083%doc %{texmfdist}/doc/generic/pgf
8ed039e0
ZU
12084%{texmfdist}/tex/generic/pgf
12085%{texmfdist}/tex/generic/pgfplots
03d9d5fa
ZU
12086%{texmfdist}/tex/latex/pgf
12087%{texmfdist}/tex/latex/pgfopts
12088%{texmfdist}/tex/latex/pgfplots
12089
b7b4a109
ZU
12090%files latex-prosper
12091%defattr(644,root,root,755)
12092%doc %{texmfdist}/doc/latex/prosper
12093%{texmfdist}/tex/latex/prosper
12094
f65b3398
ZU
12095%files latex-polynom
12096%defattr(644,root,root,755)
12097%doc %{texmfdist}/doc/latex/polynom
12098%{texmfdist}/source/latex/polynom
12099%{texmfdist}/tex/latex/polynom
12100
12101%files latex-polynomial
12102%defattr(644,root,root,755)
12103%doc %{texmfdist}/doc/latex/polynomial
12104%{texmfdist}/source/latex/polynomial
12105%{texmfdist}/tex/latex/polynomial
12106
b7b4a109
ZU
12107%files latex-pseudocode
12108%defattr(644,root,root,755)
12109%doc %{texmfdist}/doc/latex/pseudocode
12110%{texmfdist}/tex/latex/pseudocode
12111
8efa6a9c
ZU
12112%files latex-pst-2dplot
12113%defattr(644,root,root,755)
12114%doc %{texmfdist}/doc/generic/pst-2dplot
12115%{texmfdist}/tex/latex/pst-2dplot
12116
12117%files latex-pst-3dplot
12118%defattr(644,root,root,755)
12119%doc %{texmfdist}/doc/generic/pst-3dplot
12120%{texmfdist}/dvips/pst-3dplot
12121%{texmfdist}/tex/generic/pst-3dplot
12122%{texmfdist}/tex/latex/pst-3dplot
12123
12124%files latex-pst-bar
12125%defattr(644,root,root,755)
12126%doc %{texmfdist}/doc/generic/pst-3dplot
12127%{texmfdist}/dvips/pst-bar
12128%{texmfdist}/tex/generic/pst-bar
12129%{texmfdist}/tex/latex/pst-bar
12130
12131%files latex-pst-circ
12132%defattr(644,root,root,755)
12133%doc %{texmfdist}/doc/generic/pst-circ
12134%{texmfdist}/dvips/pst-circ
12135%{texmfdist}/tex/generic/pst-circ
12136%{texmfdist}/tex/latex/pst-circ
12137
12138%files latex-pst-diffraction
12139%defattr(644,root,root,755)
12140%doc %{texmfdist}/doc/generic/pst-diffraction
12141%{texmfdist}/tex/generic/pst-diffraction
12142%{texmfdist}/tex/latex/pst-diffraction
12143
b7b4a109
ZU
12144%files latex-pst-eucl
12145%defattr(644,root,root,755)
8efa6a9c 12146%doc %{texmfdist}/doc/generic/pst-eucl
b7b4a109
ZU
12147%{texmfdist}/tex/generic/pst-eucl
12148%{texmfdist}/tex/latex/pst-eucl
8efa6a9c
ZU
12149
12150%files latex-pst-fun
12151%defattr(644,root,root,755)
12152%doc %{texmfdist}/doc/generic/pst-fun
12153%{texmfdist}/dvips/pst-fun
12154%{texmfdist}/tex/generic/pst-fun
12155%{texmfdist}/tex/latex/pst-fun
12156
12157%files latex-pst-func
12158%defattr(644,root,root,755)
12159%doc %{texmfdist}/doc/generic/pst-func
12160%{texmfdist}/dvips/pst-func
12161%{texmfdist}/tex/generic/pst-func
12162%{texmfdist}/tex/latex/pst-func
12163
12164%files latex-pst-infixplot
12165%defattr(644,root,root,755)
12166%doc %{texmfdist}/doc/generic/pst-infixplot
12167%{texmfdist}/tex/generic/pst-infixplot
12168%{texmfdist}/tex/latex/pst-infixplot
b7b4a109
ZU
12169
12170%files latex-pst-fr3d
12171%defattr(644,root,root,755)
12172%doc %{texmfdist}/doc/generic/pst-fr3d
12173%{texmfdist}/source/generic/pst-fr3d
12174%{texmfdist}/tex/generic/pst-fr3d
12175%{texmfdist}/tex/latex/pst-fr3d
12176
12177%files latex-pst-fractal
12178%defattr(644,root,root,755)
12179%doc %{texmfdist}/doc/generic/pst-fractal
12180%{texmfdist}/dvips/pst-fractal
12181%{texmfdist}/tex/generic/pst-fractal
12182%{texmfdist}/tex/latex/pst-fractal
12183
8efa6a9c
ZU
12184%files latex-pst-math
12185%defattr(644,root,root,755)
12186%doc %{texmfdist}/doc/generic/pst-math
12187%{texmfdist}/dvips/pst-math
12188%{texmfdist}/tex/generic/pst-math
12189%{texmfdist}/tex/latex/pst-math
12190
12191%files latex-pst-ob3d
12192%defattr(644,root,root,755)
12193%doc %{texmfdist}/doc/generic/pst-ob3d
12194%{texmfdist}/source/generic/pst-ob3d
12195%{texmfdist}/tex/generic/pst-ob3d
12196%{texmfdist}/tex/latex/pst-ob3d
12197
12198%files latex-pst-optexp
12199%defattr(644,root,root,755)
12200%doc %{texmfdist}/doc/generic/pst-optexp
12201%{texmfdist}/dvips/pst-optexp
12202%{texmfdist}/tex/generic/pst-optexp
12203%{texmfdist}/tex/latex/pst-optexp
12204
12205%files latex-pst-optic
12206%defattr(644,root,root,755)
12207%doc %{texmfdist}/doc/generic/pst-optic
12208%{texmfdist}/tex/generic/pst-optic
12209%{texmfdist}/tex/latex/pst-optic
12210
12211%files latex-pst-text
12212%defattr(644,root,root,755)
12213%doc %{texmfdist}/doc/generic/pst-text
04123363 12214%{texmfdist}/dvips/pst-text
8efa6a9c
ZU
12215%{texmfdist}/tex/generic/pst-text
12216%{texmfdist}/tex/latex/pst-text
12217
1024ab0e
ZU
12218%files latex-pst-uncategorized
12219%defattr(644,root,root,755)
12220%doc %{texmfdist}/doc/generic/pst-3d
12221%doc %{texmfdist}/doc/generic/pst-asr
12222%doc %{texmfdist}/doc/generic/pst-bar
12223%doc %{texmfdist}/doc/generic/pst-barcode
12224%doc %{texmfdist}/doc/generic/pst-blur
12225%doc %{texmfdist}/doc/generic/pst-coil
12226%doc %{texmfdist}/doc/generic/pst-cox
04123363
ZU
12227# %doc %{texmfdist}/doc/generic/pst-cox/pst-coxcoor
12228# %doc %{texmfdist}/doc/generic/pst-cox/pst-coxeterp
1024ab0e
ZU
12229%doc %{texmfdist}/doc/generic/pst-dbicons
12230%doc %{texmfdist}/doc/generic/pst-eps
12231%doc %{texmfdist}/doc/generic/pst-fill
12232%doc %{texmfdist}/doc/generic/pst-geo
12233%doc %{texmfdist}/doc/generic/pst-ghsb
12234%doc %{texmfdist}/doc/generic/pst-gr3d
12235%doc %{texmfdist}/doc/generic/pst-grad
12236%doc %{texmfdist}/doc/generic/pst-jtree
12237%doc %{texmfdist}/doc/generic/pst-labo
12238%doc %{texmfdist}/doc/generic/pst-lens
12239%doc %{texmfdist}/doc/generic/pst-light3d
12240%doc %{texmfdist}/doc/generic/pst-osci
12241%doc %{texmfdist}/doc/generic/pst-pad
12242%doc %{texmfdist}/doc/generic/pst-pdgr
12243%doc %{texmfdist}/doc/generic/pst-poly
12244%doc %{texmfdist}/doc/generic/pst-qtree
12245%doc %{texmfdist}/doc/generic/pst-slpe
12246%doc %{texmfdist}/doc/generic/pst-solides3d
04123363
ZU
12247# %doc %{texmfdist}/doc/generic/pst-solides3d/doc-en
12248# %doc %{texmfdist}/doc/generic/pst-solides3d/doc
1024ab0e
ZU
12249%doc %{texmfdist}/doc/generic/pst-soroban
12250%doc %{texmfdist}/doc/generic/pst-spectra
12251%doc %{texmfdist}/doc/generic/pst-stru
12252%doc %{texmfdist}/doc/generic/pst-uml
12253%doc %{texmfdist}/doc/generic/pst-vue3d
12254%doc %{texmfdist}/doc/latex/auto-pst-pdf
12255%doc %{texmfdist}/doc/latex/pst-pdf
12256%{texmfdist}/dvips/pst-barcode
12257%{texmfdist}/dvips/pst-blur
12258%{texmfdist}/dvips/pst-coil
12259%{texmfdist}/dvips/pst-cox
12260%{texmfdist}/dvips/pst-eucl
12261%{texmfdist}/dvips/pst-geo
12262%{texmfdist}/dvips/pst-ghsb
12263%{texmfdist}/dvips/pst-grad
12264%{texmfdist}/dvips/pst-light3d
12265%{texmfdist}/dvips/pst-slpe
12266%{texmfdist}/dvips/pst-solides3d
12267%{texmfdist}/dvips/pst-spectra
12268%{texmfdist}/dvips/pst-vue3d
12269%{texmfdist}/scripts/pst-pdf
12270%{texmfdist}/source/generic/pst-3d
12271%{texmfdist}/source/generic/pst-3dplot
12272%{texmfdist}/source/generic/pst-barcode
12273%{texmfdist}/source/generic/pst-blur
12274%{texmfdist}/source/generic/pst-circ
12275%{texmfdist}/source/generic/pst-coil
12276%{texmfdist}/source/generic/pst-dbicons
12277%{texmfdist}/source/generic/pst-diffraction
12278%{texmfdist}/source/generic/pst-eps
12279%{texmfdist}/source/generic/pst-fill
12280%{texmfdist}/source/generic/pst-fractal
12281%{texmfdist}/source/generic/pst-fun
12282%{texmfdist}/source/generic/pst-func
12283%{texmfdist}/source/generic/pst-lens
12284%{texmfdist}/source/generic/pst-light3d
12285%{texmfdist}/source/generic/pst-optic
12286%{texmfdist}/source/generic/pst-pad
12287%{texmfdist}/source/generic/pst-pdgr
12288%{texmfdist}/source/generic/pst-slpe
12289%{texmfdist}/source/generic/pst-soroban
12290%{texmfdist}/source/generic/pst-text
12291%{texmfdist}/source/generic/pst-uml
12292%{texmfdist}/source/generic/pst-vue3d
12293%{texmfdist}/source/latex/auto-pst-pdf
12294%{texmfdist}/source/latex/pst-gr3d
12295%{texmfdist}/source/latex/pst-pdf
12296%{texmfdist}/source/latex/pst-poly
12297%{texmfdist}/tex/generic/pst-3d
12298%{texmfdist}/tex/generic/pst-asr
12299%{texmfdist}/tex/generic/pst-barcode
12300%{texmfdist}/tex/generic/pst-blur
12301%{texmfdist}/tex/generic/pst-coil
12302%{texmfdist}/tex/generic/pst-cox
12303%{texmfdist}/tex/generic/pst-eps
12304%{texmfdist}/tex/generic/pst-fill
12305%{texmfdist}/tex/generic/pst-geo
12306%{texmfdist}/tex/generic/pst-ghsb
12307%{texmfdist}/tex/generic/pst-gr3d
12308%{texmfdist}/tex/generic/pst-grad
12309%{texmfdist}/tex/generic/pst-jtree
12310%{texmfdist}/tex/generic/pst-labo
12311%{texmfdist}/tex/generic/pst-lens
12312%{texmfdist}/tex/generic/pst-light3d
12313%{texmfdist}/tex/generic/pst-osci
12314%{texmfdist}/tex/generic/pst-pad
12315%{texmfdist}/tex/generic/pst-pdgr
12316%{texmfdist}/tex/generic/pst-poly
12317%{texmfdist}/tex/generic/pst-qtree
12318%{texmfdist}/tex/generic/pst-slpe
12319%{texmfdist}/tex/generic/pst-solides3d
12320%{texmfdist}/tex/generic/pst-spectra
12321%{texmfdist}/tex/generic/pst-stru
12322%{texmfdist}/tex/generic/pst-vue3d
12323%{texmfdist}/tex/latex/pst-3d
12324%{texmfdist}/tex/latex/pst-asr
12325%{texmfdist}/tex/latex/pst-barcode
12326%{texmfdist}/tex/latex/pst-blur
12327%{texmfdist}/tex/latex/pst-coil
12328%{texmfdist}/tex/latex/pst-cox
12329%{texmfdist}/tex/latex/pst-dbicons
12330%{texmfdist}/tex/latex/pst-eps
12331%{texmfdist}/tex/latex/pst-fill
12332%{texmfdist}/tex/latex/pst-geo
12333%{texmfdist}/tex/latex/pst-ghsb
12334%{texmfdist}/tex/latex/pst-gr3d
12335%{texmfdist}/tex/latex/pst-grad
12336%{texmfdist}/tex/latex/pst-jtree
12337%{texmfdist}/tex/latex/pst-labo
12338%{texmfdist}/tex/latex/pst-lens
12339%{texmfdist}/tex/latex/pst-light3d
12340%{texmfdist}/tex/latex/pst-osci
12341%{texmfdist}/tex/latex/pst-pad
12342%{texmfdist}/tex/latex/pst-pdf
12343%{texmfdist}/tex/latex/pst-pdgr
12344%{texmfdist}/tex/latex/pst-poly
12345%{texmfdist}/tex/latex/pst-qtree
12346%{texmfdist}/tex/latex/pst-slpe
12347%{texmfdist}/tex/latex/pst-solides3d
12348%{texmfdist}/tex/latex/pst-soroban
12349%{texmfdist}/tex/latex/pst-spectra
12350%{texmfdist}/tex/latex/pst-stru
12351%{texmfdist}/tex/latex/pst-uml
12352%{texmfdist}/tex/latex/pst-vue3d
12353
d08789e0 12354%files latex-psnfss
489714ae 12355%defattr(644,root,root,755)
26d8eaaa 12356%doc %{texmfdist}/doc/latex/psnfss
04123363
ZU
12357%dir %{texmfdist}/source/latex
12358%dir %{texmfdist}/source/latex/latex-tds
12359%dir %{texmfdist}/source/latex/latex-tds/tex
26d8eaaa 12360%{texmfdist}/fonts/map/dvips/psnfss
26d8eaaa 12361%{texmfdist}/source/latex/psnfss
26d8eaaa
ZU
12362%{texmfdist}/source/latex/latex-tds/tex/psnfss2e.drv
12363%{texmfdist}/tex/latex/psnfss
12364
d08789e0
ZU
12365%files latex-pxfonts
12366%defattr(644,root,root,755)
26d8eaaa
ZU
12367%doc %{texmfdist}/doc/fonts/pxfonts
12368%{texmfdist}/tex/latex/pxfonts
12369%{texmfdist}/fonts/type1/public/pxfonts
12370%{texmfdist}/fonts/afm/public/pxfonts
12371%{texmfdist}/fonts/tfm/public/pxfonts
12372%{texmfdist}/fonts/vf/public/pxfonts
12373%{texmfdist}/fonts/map/dvips/pxfonts
26d8eaaa 12374
5b7eba8e
MB
12375#%files latex-qfonts
12376#%defattr(644,root,root,755)
d08789e0 12377
6c82f497
ZU
12378%files latex-SIstyle
12379%defattr(644,root,root,755)
12380%{texmfdist}/doc/latex/SIstyle
12381%{texmfdist}/source/latex/SIstyle
12382
3127b522
ZU
12383%files latex-SIunits
12384%defattr(644,root,root,755)
3127b522 12385%{texmfdist}/doc/latex/SIunits
5b7eba8e 12386%{texmfdist}/tex/latex/SIunits
6c82f497
ZU
12387%{texmfdist}/source/latex/SIunits
12388
f65b3398
ZU
12389%files latex-siunitx
12390%defattr(644,root,root,755)
12391%{texmfdist}/doc/latex/siunitx
12392%{texmfdist}/tex/latex/siunitx
12393%{texmfdist}/source/latex/siunitx
12394
6c82f497
ZU
12395%files latex-Tabbing
12396%defattr(644,root,root,755)
12397%{texmfdist}/source/latex/Tabbing
12398%{texmfdist}/doc/latex/Tabbing
3127b522 12399
d08789e0
ZU
12400%files latex-txfonts
12401%defattr(644,root,root,755)
26d8eaaa
ZU
12402%doc %{texmfdist}/doc/fonts/txfonts
12403%{texmfdist}/fonts/type1/public/txfonts
12404%{texmfdist}/fonts/afm/public/txfonts
12405%{texmfdist}/fonts/enc/dvips/txfonts
12406%{texmfdist}/fonts/tfm/public/txfonts
12407%{texmfdist}/fonts/vf/public/txfonts
12408%{texmfdist}/fonts/map/dvips/txfonts
12409%{texmfdist}/tex/latex/txfonts
26d8eaaa 12410
7ea3a98b
ZU
12411%files latex-ucs
12412%defattr(644,root,root,755)
7ea3a98b 12413%doc %{texmfdist}/doc/latex/ucs
5b7eba8e 12414%{texmfdist}/tex/latex/ucs
d08789e0
ZU
12415
12416%files latex-umlaute
12417%defattr(644,root,root,755)
2677a8b0 12418%{texmfdist}/tex/latex/umlaute
d08789e0 12419
26d8eaaa
ZU
12420# %files latex-urwvn
12421# %defattr(644,root,root,755)
d08789e0 12422
e67df411
ZU
12423%files latex-variations
12424%defattr(644,root,root,755)
e65bc3d5 12425%doc %{texmfdist}/doc/generic/variations
e67df411
ZU
12426%{texmfdist}/tex/generic/variations
12427
d08789e0
ZU
12428%files latex-wasysym
12429%defattr(644,root,root,755)
26d8eaaa
ZU
12430%doc %{texmfdist}/doc/latex/wasysym
12431%{texmfdist}/tex/latex/wasysym
12432%{texmfdist}/source/latex/wasysym
d08789e0 12433
03d9d5fa
ZU
12434%files latex-xcolor
12435%defattr(644,root,root,755)
12436%doc %{texmfdist}/doc/latex/xcolor
04123363 12437%{texmfdist}/dvips/xcolor
03d9d5fa
ZU
12438%{texmfdist}/source/latex/xcolor
12439
2496d461
ZU
12440# %files format-latex
12441# %defattr(644,root,root,755)
26d8eaaa 12442# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/latex.fmt
d08789e0
ZU
12443
12444%files format-pdflatex
12445%defattr(644,root,root,755)
12446#%{texmf}/pdftex/latex/config
26d8eaaa 12447# %dir %{texmf}/pdftex/latex
d08789e0 12448%attr(755,root,root) %{_bindir}/pdflatex
fae5faca 12449%{_mandir}/man1/pdflatex.1*
26d8eaaa 12450# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdflatex.fmt
d08789e0 12451
26d8eaaa
ZU
12452# %files platex
12453# %defattr(644,root,root,755)
12454# %doc %{texmf}/doc/latex/platex
12455# %dir %{texmf}/tex/platex
12456# %{texmf}/tex/platex/config
12457# %{texmf}/tex/latex/platex
d08789e0 12458
26d8eaaa
ZU
12459# %files format-platex
12460# %defattr(644,root,root,755)
12461# %attr(755,root,root) %{_bindir}/platex
d08789e0 12462#%attr(755,root,root) %{_bindir}/platex-pl
26d8eaaa 12463# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/platex.fmt
d08789e0
ZU
12464#%config(noreplace) %verify(not md5 mtime size) %{fmtdir}/platex-pl.fmt
12465
26d8eaaa
ZU
12466# %files format-pdfplatex
12467# %defattr(644,root,root,755)
d08789e0
ZU
12468#%dir %{texmf}/pdftex/platex
12469#%{texmf}/pdftex/platex/config
26d8eaaa
ZU
12470# %attr(755,root,root) %{_bindir}/pdfplatex
12471# %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdfplatex.fmt
d08789e0
ZU
12472
12473%files tex-babel
12474%defattr(644,root,root,755)
c9ddaf2d 12475%{texmfdist}/source/generic/babel
26d8eaaa
ZU
12476%doc %{texmfdist}/doc/generic/babel
12477%{texmfdist}/tex/generic/babel
d08789e0
ZU
12478
12479%files tex-german
12480%defattr(644,root,root,755)
26d8eaaa
ZU
12481%doc %{texmfdist}/doc/generic/german
12482%{texmfdist}/tex/generic/german
d08789e0
ZU
12483
12484%files tex-mfpic
12485%defattr(644,root,root,755)
26d8eaaa
ZU
12486%doc %{texmfdist}/doc/generic/mfpic
12487%{texmfdist}/tex/generic/mfpic
d08789e0 12488
783773ac
ZU
12489%files tex-midnight
12490%defattr(644,root,root,755)
12491%doc %{texmfdist}/doc/generic/midnight
12492%{texmfdist}/tex/generic/midnight
12493
d08789e0
ZU
12494%files tex-misc
12495%defattr(644,root,root,755)
c9ddaf2d 12496%{texmfdist}/source/generic/tap
26d8eaaa
ZU
12497%doc %{texmfdist}/doc/latex/localloc
12498%doc %{texmfdist}/doc/generic/multido
12499%doc %{texmfdist}/doc/generic/tap
d08789e0 12500
26d8eaaa
ZU
12501%{texmfdist}/tex/generic/eijkhout
12502%{texmfdist}/tex/generic/multido
12503%{texmfdist}/tex/generic/misc
d08789e0
ZU
12504
12505%files tex-pictex
12506%defattr(644,root,root,755)
2677a8b0
ZU
12507%doc %{texmfdist}/doc/generic/pictex
12508%{texmfdist}/tex/generic/pictex
d08789e0 12509
29d720fe
ZU
12510%files tex-psizzl
12511%defattr(644,root,root,755)
12512%{texmfdist}/doc/psizzl
12513%{texmfdist}/source/psizzl
12514%{texmfdist}/tex/psizzl
12515
d08789e0
ZU
12516%files tex-pstricks
12517%defattr(644,root,root,755)
26d8eaaa 12518%doc %{texmfdist}/doc/generic/pstricks
783773ac 12519%doc %{texmfdist}/doc/generic/pstricks-add
26d8eaaa
ZU
12520%{texmfdist}/dvips/pstricks
12521%{texmfdist}/tex/generic/pstricks
783773ac 12522%{texmfdist}/tex/latex/pstricks-add
d08789e0 12523
26d8eaaa
ZU
12524# %files tex-qpx
12525# %defattr(644,root,root,755)
12526# %doc %{texmf}/doc/fonts/polish/qpx
12527# %{texmf}/tex/generic/qpx
d08789e0 12528
31bd2c4a 12529%files tex-qpxqtx
d08789e0 12530%defattr(644,root,root,755)
26d8eaaa
ZU
12531%doc %{texmfdist}/doc/fonts/qpxqtx
12532%{texmfdist}/fonts/tfm/public/qpxqtx
12533%{texmfdist}/fonts/vf/public/qpxqtx
12534%{texmfdist}/tex/generic/qpxqtx
d08789e0
ZU
12535
12536%files tex-ruhyphen
12537%defattr(644,root,root,755)
26d8eaaa
ZU
12538%{texmfdist}/tex/generic/ruhyphen
12539%{texmfdist}/source/generic/ruhyphen
d08789e0
ZU
12540
12541%files tex-spanish
12542%defattr(644,root,root,755)
26d8eaaa 12543%doc %{texmfdist}/doc/latex/spanish-mx
21c69d95 12544%dir %{texmfdist}/source/latex/mapcodes
04123363 12545%dir %{texmfdist}/source/latex/polyglot
21c69d95 12546%dir %{texmfdist}/source/latex/polyglot/langs
21c69d95
ZU
12547%dir %{texmfdist}/tex/latex/babelbib
12548%dir %{texmfdist}/tex/latex/dvdcoll/dcl
04123363 12549%dir %{texmfdist}/tex/texsis
21c69d95 12550%dir %{texmfdist}/tex/texsis/base
26d8eaaa
ZU
12551%{texmfdist}/source/generic/babel/spanish.ins
12552%{texmfdist}/source/generic/babel/spanish.dtx
12553%{texmfdist}/source/latex/polyglot/langs/spanish.ld
12554%{texmfdist}/source/latex/polyglot/langs/spanish.ot1
12555%{texmfdist}/source/latex/mapcodes/spanish.map
12556%{texmfdist}/source/latex/mapcodes/spanish.dtx
12557%{texmfdist}/tex/texsis/base/Spanish.txs
26d8eaaa
ZU
12558%{texmfdist}/tex/generic/babel/spanish.sty
12559%{texmfdist}/tex/generic/babel/spanish.ldf
12560%{texmfdist}/tex/latex/spanish-mx
26d8eaaa
ZU
12561%{texmfdist}/tex/latex/custom-bib/spanish.mbs
12562%{texmfdist}/tex/latex/babelbib/spanish.bdf
26d8eaaa 12563%{texmfdist}/tex/latex/dvdcoll/dcl/spanish.dcl
d08789e0
ZU
12564
12565%files tex-texdraw
12566%defattr(644,root,root,755)
26d8eaaa
ZU
12567%doc %{texmfdist}/doc/texdraw
12568%{texmfdist}/tex/generic/texdraw
d08789e0
ZU
12569
12570%files tex-thumbpdf
12571%defattr(644,root,root,755)
26d8eaaa 12572%doc %{texmfdist}/doc/generic/thumbpdf
d08789e0 12573%attr(755,root,root) %{_bindir}/thumbpdf
26d8eaaa
ZU
12574%{texmfdist}/tex/generic/thumbpdf
12575%{texmfdist}/scripts/thumbpdf
d08789e0
ZU
12576%{_mandir}/man1/thumbpdf.1*
12577
12578%files tex-ukrhyph
12579%defattr(644,root,root,755)
26d8eaaa
ZU
12580%doc %{texmfdist}/doc/generic/ukrhyph
12581%{texmfdist}/tex/generic/ukrhyph
d08789e0
ZU
12582
12583%files latex-vietnam
12584%defattr(644,root,root,755)
26d8eaaa
ZU
12585%doc %{texmfdist}/doc/generic/vntex
12586%{texmfdist}/tex/latex/vntex
d08789e0
ZU
12587
12588%files tex-xypic
12589%defattr(644,root,root,755)
26d8eaaa
ZU
12590%doc %{texmfdist}/doc/generic/xypic
12591%{texmfdist}/tex/generic/xypic
d08789e0
ZU
12592
12593%files tex-xkeyval
12594%defattr(644,root,root,755)
4a09ae1a
ZU
12595%doc %{texmfdist}/doc/latex/xkeyval
12596%{texmfdist}/source/latex/xkeyval
12597%{texmfdist}/tex/generic/xkeyval
12598%{texmfdist}/tex/latex/xkeyval
d08789e0
ZU
12599
12600%files fonts-adobe
12601%defattr(644,root,root,755)
4a09ae1a
ZU
12602%{texmfdist}/fonts/type1/adobe
12603%{texmfdist}/fonts/afm/adobe
12604%{texmfdist}/fonts/tfm/adobe
12605%{texmfdist}/fonts/vf/adobe
d08789e0
ZU
12606
12607%files fonts-ae
12608%defattr(644,root,root,755)
4a09ae1a
ZU
12609%doc %{texmfdist}/doc/fonts/ae
12610%{texmfdist}/fonts/tfm/public/ae
12611%{texmfdist}/fonts/vf/public/ae
12612%{texmfdist}/source/fonts/ae
d08789e0
ZU
12613
12614%files fonts-ams
12615%defattr(644,root,root,755)
4a09ae1a
ZU
12616%{texmfdist}/bibtex/bst/ams
12617%{texmfdist}/bibtex/bib/ams
12618%{texmfdist}/dvips/ams
12619%{texmfdist}/fonts/source/public/ams
12620%{texmfdist}/fonts/type1/bluesky/ams
12621%{texmfdist}/fonts/afm/bluesky/ams
12622%{texmfdist}/fonts/tfm/public/ams
12623%{texmfdist}/fonts/map/dvips/ams
d08789e0
ZU
12624
12625%files fonts-antp
12626%defattr(644,root,root,755)
26d8eaaa 12627%doc %{texmfdist}/doc/fonts/antp
7179ac92
ZU
12628%{texmfdist}/fonts/enc/dvips/antp
12629%{texmfdist}/fonts/map/dvips/antp
12630%{texmfdist}/fonts/afm/public/antp
12631%{texmfdist}/fonts/tfm/public/antp
26d8eaaa 12632%{texmfdist}/dvips/antp
d08789e0
ZU
12633
12634%files fonts-antt
12635%defattr(644,root,root,755)
4a09ae1a
ZU
12636%doc %{texmfdist}/doc/fonts/antt
12637%{texmfdist}/fonts/afm/public/antt
12638%{texmfdist}/fonts/opentype/public/antt
12639%{texmfdist}/fonts/enc/dvips/antt
12640%{texmfdist}/fonts/tfm/public/antt
12641%{texmfdist}/fonts/map/dvips/antt
12642%{texmfdist}/tex/plain/antt
12643%{texmfdist}/tex/latex/antt
d08789e0 12644
5bc70a92
MB
12645%files fonts-arphic
12646%defattr(644,root,root,755)
12647%doc %{texmfdist}/doc/fonts/arphic
12648%{texmfdist}/fonts/afm/arphic
12649%{texmfdist}/fonts/tfm/arphic
12650%{texmfdist}/fonts/vf/arphic
12651
d08789e0
ZU
12652%files fonts-bbm
12653%defattr(644,root,root,755)
4a09ae1a
ZU
12654%doc %{texmfdist}/doc/fonts/bbm
12655%{texmfdist}/fonts/source/public/bbm
12656%{texmfdist}/fonts/tfm/public/bbm
12657%{texmfdist}/source/latex/bbm
12658%{texmfdist}/tex/latex/bbm
d08789e0
ZU
12659
12660%files fonts-bbold
12661%defattr(644,root,root,755)
4a09ae1a
ZU
12662%{texmfdist}/fonts/source/public/bbold
12663%{texmfdist}/fonts/tfm/public/bbold
d08789e0 12664
4a09ae1a
ZU
12665# %files fonts-bh
12666# %defattr(644,root,root,755)
12667# %doc %{texmf}/doc/fonts/bh
12668# %{texmf}/fonts/tfm/bh
12669# %{texmf}/fonts/vf/bh
d08789e0
ZU
12670
12671%files fonts-bitstream
12672%defattr(644,root,root,755)
4a09ae1a
ZU
12673%{texmfdist}/fonts/afm/bitstrea
12674%{texmfdist}/fonts/tfm/bitstrea
12675%{texmfdist}/fonts/vf/bitstrea
d08789e0 12676
5b7eba8e
MB
12677#%files fonts-cbgreek
12678#%defattr(644,root,root,755)
d08789e0
ZU
12679
12680%files fonts-cc-pl
12681%defattr(644,root,root,755)
4a09ae1a
ZU
12682%{texmfdist}/fonts/source/public/cc-pl
12683%{texmfdist}/fonts/enc/dvips/cc-pl
12684%{texmfdist}/fonts/tfm/public/cc-pl
12685%{texmfdist}/fonts/map/dvips/cc-pl
4a09ae1a 12686
d08789e0
ZU
12687%files fonts-cg
12688%defattr(644,root,root,755)
4a09ae1a
ZU
12689%{texmfdist}/fonts/tfm/cg
12690%{texmfdist}/fonts/vf/cg
d08789e0
ZU
12691
12692%files fonts-cm
12693%defattr(644,root,root,755)
ffd94364 12694%doc %{texmfdist}/doc/fonts/cm
165b9d73
ZU
12695%dir %{texmfdist}/doc/fonts
12696%dir %{texmfdist}/dvips
12697%dir %{texmfdist}/fonts/afm/bluesky
12698%dir %{texmfdist}/fonts/map/dvips
12699%dir %{texmfdist}/fonts/pk/ljfour/public
4a09ae1a
ZU
12700%{texmfdist}/dvips/cm
12701%{texmfdist}/fonts/source/public/cm
12702%{texmfdist}/fonts/afm/bluesky/cm
12703%{texmfdist}/fonts/tfm/public/cm
12704%{texmfdist}/fonts/pk/ljfour/public/cm
12705%{texmfdist}/fonts/map/dvips/cm
d08789e0
ZU
12706
12707%files fonts-cmbright
12708%defattr(644,root,root,755)
4a09ae1a
ZU
12709%doc %{texmfdist}/doc/latex/cmbright
12710%{texmfdist}/fonts/source/public/cmbright
12711%{texmfdist}/fonts/tfm/public/cmbright
12712%{texmfdist}/source/latex/cmbright
12713%{texmfdist}/tex/latex/cmbright
d08789e0
ZU
12714
12715%files fonts-cmcyr
12716%defattr(644,root,root,755)
4a09ae1a
ZU
12717%doc %{texmfdist}/doc/fonts/cmcyr
12718%{texmfdist}/fonts/source/public/cmcyr
12719%{texmfdist}/fonts/type1/public/cmcyr
12720%{texmfdist}/fonts/tfm/public/cmcyr
12721%{texmfdist}/fonts/vf/public/cmcyr
12722%{texmfdist}/fonts/map/dvips/cmcyr
d08789e0
ZU
12723
12724%files fonts-cmextra
12725%defattr(644,root,root,755)
4a09ae1a
ZU
12726%{texmfdist}/fonts/source/public/cmextra
12727%{texmfdist}/fonts/tfm/public/cmextra
d08789e0 12728
5d7e11d7
ZU
12729%files fonts-cmsuper
12730%defattr(644,root,root,755)
12731%doc %{texmfdist}/doc/fonts/cm-super
12732%{texmfdist}/fonts/afm/public/cm-super
12733%{texmfdist}/fonts/enc/dvips/cm-super
12734%{texmfdist}/fonts/map/dvips/cm-super
12735%{texmfdist}/fonts/map/vtex/cm-super
12736%{texmfdist}/fonts/type1/public/cm-super
12737
d08789e0
ZU
12738%files fonts-concmath
12739%defattr(644,root,root,755)
4a09ae1a
ZU
12740%doc %{texmfdist}/doc/fonts/concmath
12741%doc %{texmfdist}/doc/latex/concmath
12742%{texmfdist}/fonts/source/public/concmath
12743%{texmfdist}/fonts/tfm/public/concmath
12744%{texmfdist}/source/latex/concmath
12745%{texmfdist}/tex/latex/concmath
d08789e0
ZU
12746
12747%files fonts-concrete
12748%defattr(644,root,root,755)
4a09ae1a
ZU
12749%doc %{texmfdist}/doc/fonts/concrete
12750%{texmfdist}/fonts/source/public/concrete
12751%{texmfdist}/fonts/tfm/public/concrete
d08789e0
ZU
12752
12753%files fonts-cs
12754%defattr(644,root,root,755)
4a09ae1a
ZU
12755%{texmfdist}/dvips/cs
12756%{texmfdist}/fonts/source/public/cs
12757%{texmfdist}/fonts/enc/dvips/cs
12758%{texmfdist}/fonts/tfm/public/cs
12759%{texmfdist}/fonts/map/dvips/cs
d08789e0 12760
5b7eba8e
MB
12761#%files fonts-dstroke
12762#%defattr(644,root,root,755)
d08789e0
ZU
12763
12764%files fonts-ecc
12765%defattr(644,root,root,755)
4a09ae1a
ZU
12766%doc %{texmfdist}/doc/fonts/ecc
12767%{texmfdist}/fonts/source/public/ecc
12768%{texmfdist}/fonts/tfm/public/ecc
d08789e0
ZU
12769
12770%files fonts-eurosym
12771%defattr(644,root,root,755)
4a09ae1a
ZU
12772%doc %{texmfdist}/doc/fonts/eurosym
12773%{texmfdist}/fonts/source/public/eurosym
12774%{texmfdist}/fonts/tfm/public/eurosym
12775%{texmfdist}/fonts/map/dvips/eurosym
12776%{texmfdist}/source/fonts/eurosym
12777%{texmfdist}/tex/latex/eurosym
d08789e0
ZU
12778
12779%files fonts-eulervm
12780%defattr(644,root,root,755)
7179ac92
ZU
12781%doc %{texmfdist}/doc/latex/eulervm
12782%{texmfdist}/fonts/tfm/public/eulervm
12783%{texmfdist}/fonts/vf/public/eulervm
12784%{texmfdist}/source/latex/eulervm
12785%{texmfdist}/tex/latex/eulervm
d08789e0
ZU
12786
12787%files fonts-euxm
12788%defattr(644,root,root,755)
7179ac92
ZU
12789%{texmfdist}/fonts/source/public/euxm
12790%{texmfdist}/fonts/tfm/public/euxm
d08789e0
ZU
12791
12792%files fonts-gothic
12793%defattr(644,root,root,755)
7179ac92
ZU
12794%{texmfdist}/doc/fonts/gothic
12795%{texmfdist}/dvips/gothic
12796%{texmfdist}/fonts/source/public/gothic
12797%{texmfdist}/fonts/type1/public/gothic
12798%{texmfdist}/fonts/afm/public/gothic
12799%{texmfdist}/fonts/tfm/public/gothic
12800%{texmfdist}/fonts/vf/public/gothic
12801%{texmfdist}/fonts/map/dvips/gothic
d08789e0
ZU
12802
12803%files fonts-hoekwater
12804%defattr(644,root,root,755)
7179ac92
ZU
12805%{texmfdist}/fonts/afm/hoekwater
12806%{texmfdist}/fonts/tfm/hoekwater
26d8eaaa 12807%{texmfdist}/fonts/truetype/hoekwater
d08789e0
ZU
12808
12809%files fonts-jknappen
12810%defattr(644,root,root,755)
7179ac92
ZU
12811%{texmfdist}/fonts/source/jknappen
12812%{texmfdist}/fonts/tfm/jknappen
d08789e0
ZU
12813
12814%files fonts-latex
12815%defattr(644,root,root,755)
7179ac92 12816%doc %{texmfdist}/doc/latex/esint
1489b005
ZU
12817%dir %{texmfdist}/fonts/source/public/latex-fonts
12818%dir %{texmfdist}/fonts/type1/bluesky/latex-fonts
12819%dir %{texmfdist}/fonts/afm/bluesky/latex-fonts
12820%dir %{texmfdist}/fonts/tfm/public/latex-fonts
12821%dir %{texmfdist}/fonts/map/dvips/latex-fonts
7179ac92
ZU
12822%{texmfdist}/fonts/source/public/esint
12823%{texmfdist}/fonts/tfm/public/esint
12824%{texmfdist}/source/latex/esint
12825%{texmfdist}/tex/latex/esint
f2555868
ZU
12826%{texmfdist}/fonts/source/public/latex-fonts/*
12827%{texmfdist}/fonts/type1/bluesky/latex-fonts/*
12828%{texmfdist}/fonts/afm/bluesky/latex-fonts/*
12829%{texmfdist}/fonts/tfm/public/latex-fonts/*
12830%{texmfdist}/fonts/map/dvips/latex-fonts/*
d08789e0
ZU
12831
12832%files fonts-lh
12833%defattr(644,root,root,755)
7179ac92
ZU
12834%doc %{texmfdist}/doc/fonts/lh
12835%{texmfdist}/fonts/source/lh
12836%{texmfdist}/metapost/support/charlib/LH
12837%{texmfdist}/source/fonts/lh
12838%{texmfdist}/source/latex/lh
d08789e0
ZU
12839
12840%files fonts-lm
12841%defattr(644,root,root,755)
7179ac92
ZU
12842%doc %{texmfdist}/doc/fonts/lm
12843%{texmfdist}/fonts/type1/public/lm
12844%{texmfdist}/fonts/afm/public/lm
12845%{texmfdist}/fonts/opentype/public/lm
12846%{texmfdist}/fonts/enc/dvips/lm
12847%{texmfdist}/fonts/tfm/public/lm
12848%{texmfdist}/fonts/map/dvips/lm
12849%{texmfdist}/fonts/map/dvipdfm/lm
12850%{texmfdist}/source/fonts/lm
12851%{texmfdist}/tex/latex/lm
d08789e0
ZU
12852
12853%files fonts-marvosym
12854%defattr(644,root,root,755)
7179ac92 12855%doc %{texmfdist}/doc/latex/marvosym
63399af2
ZU
12856%dir %{texmfdist}/source/fonts/eurofont
12857%dir %{texmfdist}/source/fonts/eurofont/marvosym
d3f501b8 12858%dir %{texmfdist}/tex/latex
7179ac92
ZU
12859%{texmfdist}/fonts/type1/public/marvosym
12860%{texmfdist}/fonts/afm/public/marvosym
12861%{texmfdist}/fonts/tfm/public/marvosym
12862%{texmfdist}/fonts/map/dvips/marvosym
f2555868 12863%{texmfdist}/source/fonts/eurofont/marvosym/*
7179ac92 12864%{texmfdist}/tex/latex/marvosym
d08789e0
ZU
12865
12866%files fonts-mflogo
12867%defattr(644,root,root,755)
7179ac92
ZU
12868%doc %{texmfdist}/doc/latex/mflogo
12869%{texmfdist}/fonts/source/public/mflogo
12870%{texmfdist}/fonts/type1/hoekwater/mflogo
12871%{texmfdist}/fonts/afm/hoekwater/mflogo
12872%{texmfdist}/fonts/tfm/public/mflogo
12873%{texmfdist}/fonts/map/dvips/mflogo
12874%{texmfdist}/source/latex/mflogo
12875%{texmfdist}/tex/latex/mflogo
d08789e0
ZU
12876
12877%files fonts-misc
12878%defattr(644,root,root,755)
7179ac92
ZU
12879%doc %{texmfdist}/doc/latex/marvosym/mac/oztex/tex-font/misc
12880%{texmfdist}/fonts/source/public/misc
12881%{texmfdist}/fonts/tfm/public/misc
12882%{texmfdist}/fonts/misc
d08789e0
ZU
12883
12884%files fonts-monotype
12885%defattr(644,root,root,755)
7179ac92
ZU
12886%{texmfdist}/fonts/tfm/monotype
12887%{texmfdist}/fonts/vf/monotype
d08789e0 12888
f1ba8563
ZU
12889%files fonts-other
12890%defattr(644,root,root,755)
745facc7
ZU
12891
12892%doc %{texmfdist}/doc/fonts/yi4latex
12893%{texmfdist}/fonts/source/public/yi4latex
12894%{texmfdist}/fonts/tfm/public/yi4latex
12895
12896%{texmfdist}/fonts/tfm/public/pslatex
12897%{texmfdist}/fonts/map/dvips/pslatex
12898%{texmfdist}/fonts/vf/public/pslatex
12899
f1ba8563
ZU
12900%doc %{texmfdist}/doc/fonts/allrunes
12901%{texmfdist}/fonts/source/public/allrunes
12902%{texmfdist}/fonts/tfm/public/allrunes
12903%{texmfdist}/fonts/type1/public/allrunes
12904%{texmfdist}/source/fonts/allrunes
12905
12906%doc %{texmfdist}/doc/fonts/antiqua
12907%{texmfdist}/fonts/map/dvips/antiqua
12908
12909%{texmfdist}/fonts/source/public/apl
12910%{texmfdist}/fonts/tfm/public/apl
12911%{texmfdist}/source/fonts/apl
12912
8affbd2c
ZU
12913%{texmfdist}/fonts/afm/arabi
12914%{texmfdist}/fonts/tfm/arabi
12915%{texmfdist}/fonts/type1/arabi
f1ba8563
ZU
12916%{texmfdist}/fonts/enc/dvips/arabi
12917%{texmfdist}/fonts/map/dvips/arabi
12918
12919%{texmfdist}/fonts/map/dvips/arabtex
12920%{texmfdist}/fonts/source/public/arabtex
12921%{texmfdist}/fonts/tfm/public/arabtex
12922%{texmfdist}/fonts/type1/public/arabtex
12923
12924%doc %{texmfdist}/doc/fonts/archaic
12925%{texmfdist}/fonts/afm/public/archaic
12926%{texmfdist}/fonts/map/dvips/archaic
12927%{texmfdist}/fonts/source/public/archaic
12928%{texmfdist}/fonts/tfm/public/archaic
12929%{texmfdist}/fonts/type1/public/archaic
12930%{texmfdist}/source/fonts/archaic
12931
12932%doc %{texmfdist}/doc/fonts/arev
12933%{texmfdist}/fonts/afm/public/arev
12934%{texmfdist}/fonts/enc/dvips/arev
12935%{texmfdist}/fonts/map/dvips/arev
12936%{texmfdist}/fonts/tfm/public/arev
12937%{texmfdist}/fonts/type1/public/arev
12938%{texmfdist}/fonts/vf/public/arev
12939%{texmfdist}/source/fonts/arev
12940
12941%{texmfdist}/fonts/tfm/vntex/arevvn
12942%{texmfdist}/fonts/type1/vntex/arevvn
12943
12944%{texmfdist}/fonts/source/public/ar
12945%{texmfdist}/fonts/tfm/public/ar
12946
12947%doc %{texmfdist}/doc/fonts/armenian
12948%{texmfdist}/fonts/source/public/armenian
12949%{texmfdist}/fonts/tfm/public/armenian
12950
12951%{texmfdist}/fonts/map/dvips/arphic
12952
12953%doc %{texmfdist}/doc/fonts/malayalam
12954%doc %{texmfdist}/doc/fonts/Asana-Math
12955%{texmfdist}/fonts/opentype/public/Asana-Math
12956
12957%doc %{texmfdist}/doc/fonts/ascii
12958%{texmfdist}/fonts/map/dvips/ascii
12959%{texmfdist}/fonts/tfm/public/ascii
12960%{texmfdist}/fonts/type1/public/ascii
12961
12962%doc %{texmfdist}/doc/fonts/astro
12963%{texmfdist}/fonts/source/public/astro
12964%{texmfdist}/fonts/tfm/public/astro
12965
12966%{texmfdist}/fonts/afm/public/augie
12967%{texmfdist}/fonts/map/dvips/augie
12968%{texmfdist}/fonts/tfm/public/augie
12969%{texmfdist}/fonts/type1/public/augie
12970%{texmfdist}/fonts/vf/public/augie
12971
12972%doc %{texmfdist}/doc/fonts/auncial-new
12973%{texmfdist}/fonts/afm/public/auncial-new
12974%{texmfdist}/fonts/map/dvips/auncial-new
12975%{texmfdist}/fonts/tfm/public/auncial-new
12976%{texmfdist}/fonts/type1/public/auncial-new
12977%{texmfdist}/source/fonts/auncial-new
12978
12979%{texmfdist}/fonts/afm/public/aurical
12980%{texmfdist}/fonts/map/dvips/aurical
12981%{texmfdist}/fonts/source/public/aurical
12982%{texmfdist}/fonts/tfm/public/aurical
12983%{texmfdist}/fonts/type1/public/aurical
12984
12985%{texmfdist}/fonts/map/dvips/avantgar
f1ba8563 12986
f1ba8563
ZU
12987%{texmfdist}/fonts/source/public/bangtex
12988%{texmfdist}/fonts/tfm/public/bangtex
12989
12990%{texmfdist}/fonts/source/public/barcodes
12991%{texmfdist}/fonts/tfm/public/barcodes
12992
12993%{texmfdist}/fonts/source/public/bayer
12994%{texmfdist}/fonts/tfm/public/bayer
12995
12996%{texmfdist}/fonts/source/public/bbding
12997%{texmfdist}/fonts/tfm/public/bbding
12998
12999%{texmfdist}/fonts/map/dvips/belleek
198c241e 13000%{texmfdist}/fonts/truetype/public
f1ba8563
ZU
13001
13002%{texmfdist}/fonts/source/public/bengali
13003%{texmfdist}/fonts/tfm/public/bengali
13004
13005%doc %{texmfdist}/doc/fonts/bera
13006%{texmfdist}/fonts/afm/public/bera
13007%{texmfdist}/fonts/map/dvips/bera
13008%{texmfdist}/fonts/map/vtex/bera
13009%{texmfdist}/fonts/tfm/public/bera
13010%{texmfdist}/fonts/type1/public/bera
13011%{texmfdist}/fonts/vf/public/bera
13012
13013%doc %{texmfdist}/doc/fonts/blacklettert1
13014%{texmfdist}/fonts/tfm/public/blacklettert1
13015%{texmfdist}/fonts/vf/public/blacklettert1
13016%{texmfdist}/source/fonts/blacklettert1
13017
13018%doc %{texmfdist}/doc/fonts/boisik
13019%{texmfdist}/fonts/source/public/boisik
13020
13021%doc %{texmfdist}/doc/fonts/bookhands
13022%{texmfdist}/fonts/source/public/bookhands
13023
13024%{texmfdist}/fonts/map/dvips/bookman
f1ba8563
ZU
13025
13026%{texmfdist}/fonts/afm/public/brushscr
13027%{texmfdist}/fonts/map/dvips/brushscr
13028%{texmfdist}/fonts/tfm/public/brushscr
13029%{texmfdist}/fonts/type1/public/brushscr
13030%{texmfdist}/fonts/vf/public/brushscr
13031
13032%doc %{texmfdist}/doc/fonts/burmese
13033%{texmfdist}/fonts/map/dvips/burmese
13034%{texmfdist}/fonts/tfm/public/burmese
13035%{texmfdist}/fonts/type1/public/burmese
13036
8affbd2c
ZU
13037%doc %{texmfdist}/doc/fonts/cns
13038%{texmfdist}/fonts/tfm/cns
f1ba8563
ZU
13039
13040%{texmfdist}/fonts/enc/dvips/c90enc
13041
13042%{texmfdist}/fonts/source/public/calligra
13043%{texmfdist}/fonts/tfm/public/calligra
13044
13045%doc %{texmfdist}/doc/fonts/carolmin-ps
13046%{texmfdist}/fonts/afm/public/carolmin-ps
13047%{texmfdist}/fonts/map/dvips/carolmin-ps
13048%{texmfdist}/fonts/type1/public/carolmin-ps
13049
13050%{texmfdist}/fonts/source/public/casyl
13051%{texmfdist}/fonts/tfm/public/casyl
13052
13053%{texmfdist}/fonts/source/public/cbcoptic
13054%{texmfdist}/fonts/tfm/public/cbcoptic
13055%{texmfdist}/fonts/type1/public/cbcoptic
13056
13057%doc %{texmfdist}/doc/fonts/cbfonts
13058%{texmfdist}/fonts/enc/dvips/cbfonts
13059%{texmfdist}/fonts/map/dvips/cbfonts
13060%{texmfdist}/fonts/source/public/cbfonts
13061%{texmfdist}/fonts/tfm/public/cbfonts
13062%{texmfdist}/fonts/type1/public/cbfonts
13063
c9ddaf2d 13064%doc %{texmfdist}/doc/fonts/charter
f1ba8563
ZU
13065%{texmfdist}/fonts/afm/vntex/chartervn
13066%{texmfdist}/fonts/tfm/vntex/chartervn
13067%{texmfdist}/fonts/type1/vntex/chartervn
13068%{texmfdist}/fonts/vf/vntex/chartervn
13069
f1ba8563
ZU
13070%{texmfdist}/fonts/source/public/cherokee
13071%{texmfdist}/fonts/tfm/public/cherokee
13072
f1ba8563
ZU
13073%{texmfdist}/fonts/source/public/china2e
13074%{texmfdist}/fonts/tfm/public/china2e
13075
13076%{texmfdist}/fonts/source/public/circ
13077%{texmfdist}/fonts/tfm/public/circ
13078
13079%doc %{texmfdist}/doc/fonts/cirth
13080%{texmfdist}/fonts/source/public/cirth
13081%{texmfdist}/fonts/tfm/public/cirth
13082
13083%doc %{texmfdist}/doc/fonts/cjhebrew
13084%{texmfdist}/fonts/afm/public/cjhebrew
13085%{texmfdist}/fonts/enc/dvips/cjhebrew
13086%{texmfdist}/fonts/map/dvips/cjhebrew
13087%{texmfdist}/fonts/tfm/public/cjhebrew
13088%{texmfdist}/fonts/type1/public/cjhebrew
13089%{texmfdist}/fonts/vf/public/cjhebrew
13090
13091%{texmfdist}/fonts/source/public/clock
13092%{texmfdist}/fonts/tfm/public/clock
13093
13094%doc %{texmfdist}/doc/fonts/cmastro
13095%{texmfdist}/fonts/source/public/cmastro
13096%{texmfdist}/fonts/tfm/public/cmastro
13097
13098%{texmfdist}/fonts/tfm/vntex/cmbrightvn
13099%{texmfdist}/fonts/type1/vntex/cmbrightvn
13100
13101%{texmfdist}/fonts/type1/public/cmex
13102
13103%{texmfdist}/fonts/afm/public/cm-lgc
13104%{texmfdist}/fonts/enc/dvips/cm-lgc
13105%{texmfdist}/fonts/map/dvips/cm-lgc
13106%{texmfdist}/fonts/ofm/public/cm-lgc
13107%{texmfdist}/fonts/ovf/public/cm-lgc
13108%{texmfdist}/fonts/tfm/public/cm-lgc
13109%{texmfdist}/fonts/type1/public/cm-lgc
13110%{texmfdist}/fonts/vf/public/cm-lgc
13111
13112%{texmfdist}/fonts/map/dvips/cmll
13113%{texmfdist}/fonts/source/public/cmll
13114%{texmfdist}/fonts/tfm/public/cmll
13115%{texmfdist}/fonts/type1/public/cmll
13116
13117%doc %{texmfdist}/doc/fonts/cmpica
13118%{texmfdist}/fonts/source/public/cmpica
13119%{texmfdist}/fonts/tfm/public/cmpica
13120
f1ba8563 13121
f1ba8563
ZU
13122%{texmfdist}/fonts/tfm/vntex/comicsansvn
13123%{texmfdist}/fonts/type1/vntex/comicsansvn
13124%{texmfdist}/fonts/vf/vntex/comicsansvn
13125
13126%{texmfdist}/fonts/tfm/vntex/concretevn
13127%{texmfdist}/fonts/type1/vntex/concretevn
13128
8affbd2c
ZU
13129%{texmfdist}/fonts/afm/ibm
13130%{texmfdist}/fonts/tfm/ibm
13131%{texmfdist}/fonts/vf/ibm
f1ba8563 13132%{texmfdist}/fonts/map/dvips/courier
8affbd2c
ZU
13133%{texmfdist}/fonts/tfm/cspsfonts-adobe
13134%{texmfdist}/fonts/vf/cspsfonts-adobe
f1ba8563
ZU
13135
13136%doc %{texmfdist}/doc/fonts/croatian
13137%{texmfdist}/fonts/source/public/croatian
13138
13139%{texmfdist}/fonts/afm/public/cryst
13140%{texmfdist}/fonts/source/public/cryst
13141%{texmfdist}/fonts/tfm/public/cryst
13142%{texmfdist}/fonts/type1/public/cryst
13143
13144%{texmfdist}/fonts/source/public/ctib
13145%{texmfdist}/fonts/tfm/public/ctib
13146
13147%doc %{texmfdist}/doc/fonts/cyklop
13148%{texmfdist}/fonts/afm/public/cyklop
13149%{texmfdist}/fonts/enc/dvips/cyklop
13150%{texmfdist}/fonts/map/dvips/cyklop
13151%{texmfdist}/fonts/opentype/public/cyklop
13152%{texmfdist}/fonts/tfm/public/cyklop
13153%{texmfdist}/fonts/type1/public/cyklop
13154
13155%{texmfdist}/fonts/source/public/dancers
13156%{texmfdist}/fonts/tfm/public/dancers
13157
13158%doc %{texmfdist}/doc/fonts/dice
13159%{texmfdist}/fonts/source/public/dice
13160%{texmfdist}/fonts/tfm/public/dice
13161
13162%doc %{texmfdist}/doc/fonts/dictsym
13163%{texmfdist}/fonts/afm/public/dictsym
13164%{texmfdist}/fonts/map/dvips/dictsym
13165%{texmfdist}/fonts/map/vtex/dictsym
13166%{texmfdist}/fonts/tfm/public/dictsym
13167%{texmfdist}/fonts/type1/public/dictsym
13168
13169%doc %{texmfdist}/doc/fonts/dingbat
13170%{texmfdist}/fonts/tfm/public/dingbat
13171%{texmfdist}/source/fonts/dingbat
13172
f1ba8563
ZU
13173%doc %{texmfdist}/doc/fonts/doublestroke
13174%{texmfdist}/fonts/map/dvips/doublestroke
13175%{texmfdist}/fonts/source/public/doublestroke
13176%{texmfdist}/fonts/tfm/public/doublestroke
13177%{texmfdist}/fonts/type1/public/doublestroke
13178
13179%doc %{texmfdist}/doc/fonts/duerer
13180%{texmfdist}/fonts/source/public/duerer
13181%{texmfdist}/fonts/tfm/public/duerer
13182
13183%doc %{texmfdist}/doc/fonts/ean
13184%{texmfdist}/fonts/source/public/ean
13185%{texmfdist}/fonts/tfm/public/ean
13186
13187%doc %{texmfdist}/doc/fonts/eco
13188%{texmfdist}/fonts/tfm/public/eco
13189%{texmfdist}/fonts/vf/public/eco
13190%{texmfdist}/source/fonts/eco
13191
13192%doc %{texmfdist}/doc/fonts/eiad
13193%{texmfdist}/fonts/source/public/eiad
13194%{texmfdist}/fonts/tfm/public/eiad
13195
13196%doc %{texmfdist}/doc/fonts/elvish
13197%{texmfdist}/fonts/source/public/elvish
13198%{texmfdist}/fonts/tfm/public/elvish
13199
13200%doc %{texmfdist}/doc/fonts/epigrafica
13201%{texmfdist}/fonts/afm/public/epigrafica
13202%{texmfdist}/fonts/enc/dvips/epigrafica
13203%{texmfdist}/fonts/map/dvips/epigrafica
13204%{texmfdist}/fonts/tfm/public/epigrafica
13205%{texmfdist}/fonts/type1/public/epigrafica
13206%{texmfdist}/fonts/vf/public/epigrafica
13207
13208%{texmfdist}/fonts/map/dvips/epiolmec
13209%{texmfdist}/fonts/tfm/public/epiolmec
13210%{texmfdist}/fonts/type1/public/epiolmec
13211
13212%doc %{texmfdist}/doc/fonts/esint-type1
13213%{texmfdist}/fonts/map/dvips/esint-type1
13214%{texmfdist}/fonts/type1/public/esint-type1
13215
f1ba8563
ZU
13216%{texmfdist}/fonts/ofm/public/ethiop
13217%{texmfdist}/fonts/ovf/public/ethiop
13218%{texmfdist}/fonts/ovp/public/ethiop
13219%{texmfdist}/fonts/source/public/ethiop
13220%{texmfdist}/fonts/tfm/public/ethiop
13221
13222%{texmfdist}/fonts/map/dvips/ethiop-t1
13223%{texmfdist}/fonts/type1/public/ethiop-t1
13224
13225%doc %{texmfdist}/doc/fonts/euro-ce
13226%{texmfdist}/fonts/source/public/euro-ce
13227%{texmfdist}/fonts/tfm/public/euro-ce
13228
13229%doc %{texmfdist}/doc/fonts/eurofont
13230%{texmfdist}/fonts/map/dvips/eurofont
13231%{texmfdist}/source/fonts/eurofont
13232
f1ba8563
ZU
13233%doc %{texmfdist}/doc/fonts/feyn
13234%{texmfdist}/fonts/source/public/feyn
13235%{texmfdist}/fonts/tfm/public/feyn
13236%{texmfdist}/source/fonts/feyn
13237
13238%doc %{texmfdist}/doc/fonts/fge
13239%{texmfdist}/fonts/source/public/fge
13240%{texmfdist}/fonts/tfm/public/fge
13241%{texmfdist}/source/fonts/fge
13242
13243%{texmfdist}/fonts/map/dvips/foekfont
13244%{texmfdist}/fonts/tfm/public/foekfont
13245%{texmfdist}/fonts/type1/public/foekfont
13246
13247%doc %{texmfdist}/doc/fonts/fonetika
13248%{texmfdist}/fonts/afm/public/fonetika
13249%{texmfdist}/fonts/map/dvips/fonetika
13250%{texmfdist}/fonts/tfm/public/fonetika
13251%{texmfdist}/fonts/type1/public/fonetika
13252
13253%doc %{texmfdist}/doc/fonts/fourier
13254%{texmfdist}/fonts/afm/public/fourier
13255%{texmfdist}/fonts/map/dvips/fourier
13256%{texmfdist}/fonts/tfm/public/fourier
13257%{texmfdist}/fonts/type1/public/fourier
13258%{texmfdist}/fonts/vf/public/fourier
13259%{texmfdist}/source/fonts/fourier
13260
13261%doc %{texmfdist}/doc/fonts/fouriernc
13262%{texmfdist}/fonts/afm/public/fouriernc
13263%{texmfdist}/fonts/tfm/public/fouriernc
13264%{texmfdist}/fonts/vf/public/fouriernc
13265
13266%doc %{texmfdist}/doc/fonts/frcursive
13267%{texmfdist}/fonts/source/public/frcursive
13268%{texmfdist}/fonts/tfm/public/frcursive
13269%{texmfdist}/source/fonts/frcursive
13270
13271%doc %{texmfdist}/doc/fonts/futhark
13272%{texmfdist}/fonts/source/public/futhark
13273%{texmfdist}/fonts/tfm/public/futhark
13274
13275%{texmfdist}/fonts/afm/public/garuda
13276%{texmfdist}/fonts/map/dvips/garuda
13277%{texmfdist}/fonts/tfm/public/garuda
13278%{texmfdist}/fonts/type1/public/garuda
13279
13280%doc %{texmfdist}/doc/fonts/genealogy
13281%{texmfdist}/fonts/source/public/genealogy
13282%{texmfdist}/fonts/tfm/public/genealogy
13283
13284%doc %{texmfdist}/doc/fonts/gfsartemisia
13285%{texmfdist}/fonts/afm/public/gfsartemisia
13286%{texmfdist}/fonts/enc/dvips/gfsartemisia
13287%{texmfdist}/fonts/map/dvips/gfsartemisia
13288%{texmfdist}/fonts/opentype/public/gfsartemisia
13289%{texmfdist}/fonts/tfm/public/gfsartemisia
13290%{texmfdist}/fonts/type1/public/gfsartemisia
13291%{texmfdist}/fonts/vf/public/gfsartemisia
13292
13293%doc %{texmfdist}/doc/fonts/gfsbaskerville
13294%{texmfdist}/fonts/afm/public/gfsbaskerville
13295%{texmfdist}/fonts/enc/dvips/gfsbaskerville
13296%{texmfdist}/fonts/map/dvips/gfsbaskerville
13297%{texmfdist}/fonts/opentype/public/gfsbaskerville
13298%{texmfdist}/fonts/tfm/public/gfsbaskerville
13299%{texmfdist}/fonts/type1/public/gfsbaskerville
13300%{texmfdist}/fonts/vf/public/gfsbaskerville
13301
13302%doc %{texmfdist}/doc/fonts/gfsbodoni
13303%{texmfdist}/fonts/afm/public/gfsbodoni
13304%{texmfdist}/fonts/enc/dvips/gfsbodoni
13305%{texmfdist}/fonts/map/dvips/gfsbodoni
13306%{texmfdist}/fonts/opentype/public/gfsbodoni
13307%{texmfdist}/fonts/tfm/public/gfsbodoni
13308%{texmfdist}/fonts/type1/public/gfsbodoni
13309%{texmfdist}/fonts/vf/public/gfsbodoni
13310
13311%doc %{texmfdist}/doc/fonts/gfscomplutum
13312%{texmfdist}/fonts/afm/public/gfscomplutum
13313%{texmfdist}/fonts/enc/dvips/gfscomplutum
13314%{texmfdist}/fonts/map/dvips/gfscomplutum
13315%{texmfdist}/fonts/opentype/public/gfscomplutum
13316%{texmfdist}/fonts/tfm/public/gfscomplutum
13317%{texmfdist}/fonts/type1/public/gfscomplutum
13318%{texmfdist}/fonts/vf/public/gfscomplutum
13319
13320%doc %{texmfdist}/doc/fonts/gfsdidot
13321%{texmfdist}/fonts/afm/public/gfsdidot
13322%{texmfdist}/fonts/enc/dvips/gfsdidot
13323%{texmfdist}/fonts/map/dvips/gfsdidot
13324%{texmfdist}/fonts/opentype/public/gfsdidot
13325%{texmfdist}/fonts/tfm/public/gfsdidot
13326%{texmfdist}/fonts/type1/public/gfsdidot
13327%{texmfdist}/fonts/vf/public/gfsdidot
13328
13329%doc %{texmfdist}/doc/fonts/gfsneohellenic
13330%{texmfdist}/fonts/afm/public/gfsneohellenic
13331%{texmfdist}/fonts/enc/dvips/gfsneohellenic
13332%{texmfdist}/fonts/map/dvips/gfsneohellenic
13333%{texmfdist}/fonts/opentype/public/gfsneohellenic
13334%{texmfdist}/fonts/tfm/public/gfsneohellenic
13335%{texmfdist}/fonts/type1/public/gfsneohellenic
13336%{texmfdist}/fonts/vf/public/gfsneohellenic
13337
13338%doc %{texmfdist}/doc/fonts/gfsporson
13339%{texmfdist}/fonts/afm/public/gfsporson
13340%{texmfdist}/fonts/enc/dvips/gfsporson
13341%{texmfdist}/fonts/map/dvips/gfsporson
13342%{texmfdist}/fonts/opentype/public/gfsporson
13343%{texmfdist}/fonts/tfm/public/gfsporson
13344%{texmfdist}/fonts/type1/public/gfsporson
13345%{texmfdist}/fonts/vf/public/gfsporson
13346
13347%doc %{texmfdist}/doc/fonts/gfssolomos
13348%{texmfdist}/fonts/afm/public/gfssolomos
13349%{texmfdist}/fonts/enc/dvips/gfssolomos
13350%{texmfdist}/fonts/map/dvips/gfssolomos
13351%{texmfdist}/fonts/opentype/public/gfssolomos
13352%{texmfdist}/fonts/tfm/public/gfssolomos
13353%{texmfdist}/fonts/type1/public/gfssolomos
13354%{texmfdist}/fonts/vf/public/gfssolomos
13355
13356%{texmfdist}/fonts/source/public/go
13357%{texmfdist}/fonts/tfm/public/go
13358
13359%doc %{texmfdist}/doc/fonts/greenpoint
13360%{texmfdist}/fonts/source/public/greenpoint
13361%{texmfdist}/fonts/tfm/public/greenpoint
13362
13363%{texmfdist}/fonts/afm/groff
13364%{texmfdist}/fonts/enc/dvips/groff
13365%{texmfdist}/fonts/map/dvips/groff
13366%{texmfdist}/fonts/tfm/groff
13367%{texmfdist}/fonts/type1/groff
13368
13369%doc %{texmfdist}/doc/fonts/grotesq
13370%{texmfdist}/fonts/map/dvips/grotesq
13371
13372%{texmfdist}/fonts/afm/vntex/grotesqvn
13373%{texmfdist}/fonts/tfm/vntex/grotesqvn
13374%{texmfdist}/fonts/type1/vntex/grotesqvn
13375
13376%{texmfdist}/fonts/afm/public/grverb
13377%{texmfdist}/fonts/map/dvips/grverb
13378%{texmfdist}/fonts/tfm/public/grverb
13379%{texmfdist}/fonts/type1/public/grverb
13380%{texmfdist}/fonts/vf/public/grverb
13381
13382%{texmfdist}/fonts/source/public/hands
13383%{texmfdist}/fonts/tfm/public/hands
13384
8affbd2c
ZU
13385%{texmfdist}/fonts/afm/jmn
13386%{texmfdist}/fonts/tfm/jmn
13387%{texmfdist}/fonts/type1/jmn
f1ba8563
ZU
13388
13389%{texmfdist}/fonts/map/dvips/helvetic
f1ba8563
ZU
13390
13391%doc %{texmfdist}/doc/fonts/hfbright
13392%{texmfdist}/fonts/afm/public/hfbright
13393%{texmfdist}/fonts/enc/dvips/hfbright
13394%{texmfdist}/fonts/map/dvips/hfbright
13395%{texmfdist}/fonts/type1/public/hfbright
13396%{texmfdist}/source/fonts/hfbright
13397
13398%doc %{texmfdist}/doc/fonts/hfoldsty
13399%{texmfdist}/fonts/tfm/public/hfoldsty
13400%{texmfdist}/fonts/vf/public/hfoldsty
13401%{texmfdist}/source/fonts/hfoldsty
13402
13403%doc %{texmfdist}/doc/fonts/ibygrk
80fa261c 13404%{texmfdist}/tex/generic/ibygrk
f1ba8563
ZU
13405%{texmfdist}/fonts/afm/public/ibygrk
13406%{texmfdist}/fonts/enc/dvips/ibygrk
13407%{texmfdist}/fonts/map/dvips/ibygrk
13408%{texmfdist}/fonts/source/public/ibygrk
13409%{texmfdist}/fonts/tfm/public/ibygrk
13410%{texmfdist}/fonts/type1/public/ibygrk
13411
13412%doc %{texmfdist}/doc/fonts/ifsym
13413%{texmfdist}/fonts/source/public/ifsym
13414%{texmfdist}/fonts/tfm/public/ifsym
13415
13416%doc %{texmfdist}/doc/fonts/initials
13417%{texmfdist}/fonts/afm/public/initials
13418%{texmfdist}/fonts/map/dvips/initials
13419%{texmfdist}/fonts/tfm/public/initials
13420%{texmfdist}/fonts/type1/public/initials
13421
745facc7 13422%doc %{texmfdist}/doc/fonts/itrans
f1ba8563
ZU
13423%{texmfdist}/fonts/afm/public/itrans
13424%{texmfdist}/fonts/source/public/itrans
13425%{texmfdist}/fonts/tfm/public/itrans
f1ba8563
ZU
13426%{texmfdist}/fonts/type1/public/itrans
13427
745facc7 13428%doc %{texmfdist}/doc/fonts/iwona
f1ba8563
ZU
13429%{texmfdist}/fonts/afm/public/iwona
13430%{texmfdist}/fonts/enc/dvips/iwona
13431%{texmfdist}/fonts/map/dvips/iwona
13432%{texmfdist}/fonts/opentype/public/iwona
13433%{texmfdist}/fonts/tfm/public/iwona
13434%{texmfdist}/fonts/type1/public/iwona
13435
13436%{texmfdist}/fonts/enc/dvips/jmn
13437%{texmfdist}/fonts/map/dvips/jmn
13438
745facc7 13439%doc %{texmfdist}/doc/fonts/kdgreek
f1ba8563
ZU
13440%{texmfdist}/fonts/source/public/kdgreek
13441%{texmfdist}/fonts/tfm/public/kdgreek
13442
13443%{texmfdist}/fonts/afm/public/kerkis
13444%{texmfdist}/fonts/enc/dvips/kerkis
13445%{texmfdist}/fonts/map/dvips/kerkis
13446%{texmfdist}/fonts/tfm/public/kerkis
13447%{texmfdist}/fonts/type1/public/kerkis
13448%{texmfdist}/fonts/vf/public/kerkis
13449
13450%doc %{texmfdist}/doc/fonts/kixfont
13451%{texmfdist}/fonts/source/public/kixfont
13452%{texmfdist}/fonts/tfm/public/kixfont
13453
13454%doc %{texmfdist}/doc/fonts/kpfonts
8affbd2c 13455%dir %{texmfdist}/fonts/map/public
f1ba8563
ZU
13456%{texmfdist}/fonts/afm/public/kpfonts
13457%{texmfdist}/fonts/map/public/kpfonts
13458%{texmfdist}/fonts/source/public/kpfonts
13459%{texmfdist}/fonts/tfm/public/kpfonts
13460%{texmfdist}/fonts/type1/public/kpfonts
13461%{texmfdist}/fonts/vf/public/kpfonts
13462
745facc7 13463%doc %{texmfdist}/doc/fonts/kurier
f1ba8563
ZU
13464%{texmfdist}/fonts/afm/public/kurier
13465%{texmfdist}/fonts/enc/dvips/kurier
13466%{texmfdist}/fonts/map/dvips/kurier
13467%{texmfdist}/fonts/opentype/public/kurier
13468%{texmfdist}/fonts/tfm/public/kurier
13469%{texmfdist}/fonts/type1/public/kurier
13470
13471%doc %{texmfdist}/doc/fonts/levy
13472%{texmfdist}/fonts/source/public/levy
13473
13474%doc %{texmfdist}/doc/fonts/lfb
13475%{texmfdist}/fonts/source/public/lfb
13476%{texmfdist}/fonts/tfm/public/lfb
13477
13478%doc %{texmfdist}/doc/fonts/libertine
13479%{texmfdist}/fonts/afm/public/libertine
13480%{texmfdist}/fonts/enc/dvips/libertine
13481%{texmfdist}/fonts/map/dvips/libertine
13482%{texmfdist}/fonts/tfm/public/libertine
13483%{texmfdist}/fonts/type1/public/libertine
13484%{texmfdist}/fonts/vf/public/libertine
13485
13486%doc %{texmfdist}/doc/fonts/linearA
13487%{texmfdist}/fonts/afm/public/linearA
13488%{texmfdist}/fonts/map/dvips/linearA
13489%{texmfdist}/fonts/tfm/public/linearA
13490%{texmfdist}/fonts/type1/public/linearA
13491%{texmfdist}/source/fonts/linearA
13492
13493%{texmfdist}/fonts/source/public/logic
13494%{texmfdist}/fonts/tfm/public/logic
13495
13496%doc %{texmfdist}/doc/fonts/lxfonts
13497%{texmfdist}/fonts/map/dvips/lxfonts
13498%{texmfdist}/fonts/source/public/lxfonts
13499%{texmfdist}/fonts/tfm/public/lxfonts
13500%{texmfdist}/fonts/type1/public/lxfonts
13501
13502%doc %{texmfdist}/doc/fonts/ly1
13503%{texmfdist}/fonts/map/dvips/ly1
13504
13505%{texmfdist}/fonts/source/public/malayalam
13506%{texmfdist}/fonts/tfm/public/malayalam
13507
13508%{texmfdist}/fonts/map/dvips/manfnt
13509
13510%{texmfdist}/fonts/map/dvips/mathdesign
13511
13512%{texmfdist}/fonts/tfm/public/mathpazo
13513%{texmfdist}/fonts/vf/public/mathpazo
13514
8affbd2c
ZU
13515%{texmfdist}/fonts/afm/mathdesign
13516%{texmfdist}/fonts/tfm/mathdesign
13517%{texmfdist}/fonts/type1/mathdesign
13518%{texmfdist}/fonts/vf/mathdesign
f1ba8563
ZU
13519
13520%{texmfdist}/fonts/enc/dvips/mnsymbol
13521%{texmfdist}/fonts/map/dvips/mnsymbol
8affbd2c 13522%dir %{texmfdist}/fonts/map/vtex
f1ba8563
ZU
13523%{texmfdist}/fonts/map/vtex/mnsymbol
13524%{texmfdist}/fonts/opentype/public/mnsymbol
13525%{texmfdist}/fonts/source/public/mnsymbol
13526%{texmfdist}/fonts/tfm/public/mnsymbol
13527%{texmfdist}/fonts/type1/public/mnsymbol
13528
13529%{texmfdist}/fonts/map/dvips/montex
13530%{texmfdist}/fonts/source/public/montex
13531%{texmfdist}/fonts/tfm/public/montex
13532%{texmfdist}/fonts/type1/public/montex
13533
13534%{texmfdist}/fonts/tfm/vntex/mscorevn
13535%{texmfdist}/fonts/vf/vntex/mscorevn
13536
13537%{texmfdist}/fonts/source/public/musixps
13538%{texmfdist}/fonts/tfm/public/musixps
13539
13540%doc %{texmfdist}/doc/generic/musixtex
13541%{texmfdist}/fonts/map/dvips/musixtex
13542%{texmfdist}/fonts/source/public/musixtex
13543%{texmfdist}/fonts/tfm/public/musixtex
13544%{texmfdist}/fonts/type1/public/musixtex
13545
13546%{texmfdist}/fonts/source/public/mxd
13547%{texmfdist}/fonts/tfm/public/mxd
13548
13549%{texmfdist}/fonts/source/public/mxedruli
13550%{texmfdist}/fonts/tfm/public/mxedruli
13551
13552%{texmfdist}/fonts/map/dvips/ncntrsbk
f1ba8563
ZU
13553
13554%{texmfdist}/fonts/source/public/niceframe
13555%{texmfdist}/fonts/tfm/public/niceframe
13556
13557%doc %{texmfdist}/doc/fonts/nkarta
13558%{texmfdist}/fonts/source/public/nkarta
13559%{texmfdist}/fonts/tfm/public/nkarta
13560
13561%{texmfdist}/fonts/afm/public/norasi
13562%{texmfdist}/fonts/map/dvips/norasi
13563%{texmfdist}/fonts/tfm/public/norasi
13564%{texmfdist}/fonts/type1/public/norasi
13565
13566%{texmfdist}/fonts/source/public/oca
13567
13568%{texmfdist}/fonts/afm/public/ocherokee
13569%{texmfdist}/fonts/map/dvips/ocherokee
13570%{texmfdist}/fonts/ofm/public/ocherokee
13571%{texmfdist}/fonts/ovf/public/ocherokee
13572%{texmfdist}/fonts/ovp/public/ocherokee
13573%{texmfdist}/fonts/tfm/public/ocherokee
13574%{texmfdist}/fonts/type1/public/ocherokee
13575
13576%{texmfdist}/fonts/source/public/ogham
13577%{texmfdist}/fonts/tfm/public/ogham
13578
13579%doc %{texmfdist}/doc/fonts/oinuit
13580%{texmfdist}/fonts/map/dvips/oinuit
13581%{texmfdist}/fonts/ofm/public/oinuit
13582%{texmfdist}/fonts/ovf/public/oinuit
13583%{texmfdist}/fonts/tfm/public/oinuit
13584%{texmfdist}/fonts/type1/public/oinuit
13585
13586%{texmfdist}/fonts/source/public/osmanian
13587
13588%doc %{texmfdist}/doc/fonts/ot2cyr
13589%{texmfdist}/fonts/map/dvips/ot2cyr
13590%{texmfdist}/source/fonts/ot2cyr
13591
13592%{texmfdist}/fonts/source/public/othello
13593%{texmfdist}/fonts/tfm/public/othello
13594
13595%{texmfdist}/fonts/ofm/public/otibet
13596%{texmfdist}/fonts/ovf/public/otibet
13597%{texmfdist}/fonts/ovp/public/otibet
13598%{texmfdist}/fonts/source/public/otibet
13599%{texmfdist}/fonts/tfm/public/otibet
13600
13601%doc %{texmfdist}/doc/fonts/pacioli
13602%{texmfdist}/fonts/source/public/pacioli
13603%{texmfdist}/fonts/tfm/public/pacioli
13604
13605%{texmfdist}/fonts/map/dvips/palatino
f1ba8563
ZU
13606
13607%doc %{texmfdist}/doc/fonts/phaistos
13608%{texmfdist}/fonts/afm/public/phaistos
13609%{texmfdist}/fonts/map/dvips/phaistos
13610%{texmfdist}/fonts/opentype/public/phaistos
13611%{texmfdist}/fonts/tfm/public/phaistos
13612%{texmfdist}/fonts/type1/public/phaistos
13613%{texmfdist}/source/fonts/phaistos
13614
13615%{texmfdist}/fonts/opentype/public/philokalia
13616
13617%doc %{texmfdist}/doc/fonts/phonetic
13618%{texmfdist}/fonts/source/public/phonetic
13619%{texmfdist}/fonts/tfm/public/phonetic
13620%{texmfdist}/source/fonts/phonetic
13621
8affbd2c 13622%{texmfdist}/source/fonts/malayalam
f1ba8563
ZU
13623
13624%{texmfdist}/fonts/source/public/punk
13625%{texmfdist}/fonts/tfm/public/punk
13626
13627%{texmfdist}/fonts/tfm/public/relenc
13628%{texmfdist}/fonts/vf/public/relenc
13629
13630%doc %{texmfdist}/doc/fonts/rsfs
13631%{texmfdist}/fonts/map/dvips/rsfs
13632
13633%{texmfdist}/fonts/map/dvips/sanskrit
13634%{texmfdist}/fonts/source/public/sanskrit
13635%{texmfdist}/fonts/tfm/public/sanskrit
13636%{texmfdist}/fonts/type1/public/sanskrit
13637
13638%{texmfdist}/fonts/source/public/sauter
13639
13640%doc %{texmfdist}/doc/fonts/semaphor
13641%{texmfdist}/fonts/afm/public/semaphor
13642%{texmfdist}/fonts/enc/dvips/semaphor
13643%{texmfdist}/fonts/map/dvips/semaphor
13644%{texmfdist}/fonts/opentype/public/semaphor
13645%{texmfdist}/fonts/source/public/semaphor
13646%{texmfdist}/fonts/tfm/public/semaphor
13647%{texmfdist}/fonts/type1/public/semaphor
13648
13649%{texmfdist}/fonts/source/public/simpsons
13650
13651%{texmfdist}/fonts/map/dvips/skak
13652%{texmfdist}/fonts/source/public/skak
13653%{texmfdist}/fonts/tfm/public/skak
13654
13655%doc %{texmfdist}/doc/fonts/skaknew
13656%{texmfdist}/fonts/afm/public/skaknew
13657%{texmfdist}/fonts/map/dvips/skaknew
13658%{texmfdist}/fonts/map/vtex/skaknew
13659%{texmfdist}/fonts/tfm/public/skaknew
13660%{texmfdist}/fonts/type1/public/skaknew
13661
13662%{texmfdist}/fonts/source/public/skull
13663
13664%{texmfdist}/fonts/source/public/soyombo
13665%{texmfdist}/fonts/tfm/public/soyombo
13666
13667%doc %{texmfdist}/doc/fonts/staves
13668%{texmfdist}/fonts/map/dvips/staves
13669%{texmfdist}/fonts/tfm/public/staves
13670%{texmfdist}/fonts/type1/public/staves
13671
13672%{texmfdist}/fonts/map/dvips/stmaryrd
13673%{texmfdist}/fonts/source/public/stmaryrd
13674
13675%{texmfdist}/fonts/map/dvips/symbol
f1ba8563
ZU
13676
13677%{texmfdist}/fonts/afm/public/tabvar
13678%{texmfdist}/fonts/map/dvips/tabvar
13679%{texmfdist}/fonts/tfm/public/tabvar
13680%{texmfdist}/fonts/type1/public/tabvar
13681
f1ba8563
ZU
13682
13683%{texmfdist}/fonts/source/public/tapir
13684%{texmfdist}/fonts/type1/public/tapir
13685
13686%{texmfdist}/fonts/enc/dvips/tengwarscript
13687%{texmfdist}/fonts/map/dvips/tengwarscript
13688%{texmfdist}/fonts/tfm/public/tengwarscript
13689%{texmfdist}/fonts/vf/public/tengwarscript
13690
80fa261c 13691%{texmfdist}/doc/fonts/pclnfss
198c241e 13692%{texmfdist}/source/fonts/pclnfss
f1ba8563
ZU
13693
13694%doc %{texmfdist}/doc/fonts/tex-gyre
13695%{texmfdist}/fonts/afm/public/tex-gyre
13696%{texmfdist}/fonts/enc/dvips/tex-gyre
13697%{texmfdist}/fonts/map/dvips/tex-gyre
13698%{texmfdist}/fonts/opentype/public/tex-gyre
13699%{texmfdist}/fonts/tfm/public/tex-gyre
13700%{texmfdist}/fonts/type1/public/tex-gyre
13701
f1ba8563 13702%{texmfdist}/fonts/map/dvips/times
f1ba8563 13703
f1ba8563
ZU
13704
13705%doc %{texmfdist}/doc/fonts/timing
13706%{texmfdist}/fonts/source/public/timing
13707%{texmfdist}/fonts/tfm/public/timing
13708
13709%doc %{texmfdist}/doc/fonts/tipa
13710%{texmfdist}/fonts/map/dvips/tipa
13711%{texmfdist}/fonts/source/public/tipa
13712%{texmfdist}/fonts/tfm/public/tipa
13713%{texmfdist}/fonts/type1/public/tipa
13714
13715%{texmfdist}/fonts/afm/public/trajan
13716%{texmfdist}/fonts/map/dvips/trajan
13717%{texmfdist}/fonts/tfm/public/trajan
13718%{texmfdist}/fonts/type1/public/trajan
13719
13720%{texmfdist}/fonts/source/public/trsym
13721%{texmfdist}/fonts/tfm/public/trsym
13722
13723%{texmfdist}/fonts/tfm/vntex/txttvn
13724%{texmfdist}/fonts/type1/vntex/txttvn
13725
13726%{texmfdist}/fonts/map/dvips/uhc
13727
13728%{texmfdist}/fonts/source/public/ulsy
13729%{texmfdist}/fonts/tfm/public/ulsy
13730
13731%doc %{texmfdist}/doc/fonts/umrand
13732%{texmfdist}/fonts/source/public/umrand
13733%{texmfdist}/fonts/tfm/public/umrand
13734
13735%doc %{texmfdist}/doc/fonts/umtypewriter
13736%{texmfdist}/fonts/opentype/public/umtypewriter
13737
13738%doc %{texmfdist}/doc/fonts/universa
13739%{texmfdist}/fonts/source/public/universa
13740%{texmfdist}/fonts/tfm/public/universa
13741%{texmfdist}/source/fonts/universa
13742
13743%{texmfdist}/fonts/afm/public/velthuis
13744%{texmfdist}/fonts/map/dvips/velthuis
13745%{texmfdist}/fonts/source/public/velthuis
13746%{texmfdist}/fonts/tfm/public/velthuis
13747%{texmfdist}/fonts/type1/public/velthuis
13748
13749%{texmfdist}/fonts/enc/dvips/vntex
f1ba8563
ZU
13750
13751%{texmfdist}/fonts/afm/vntex/vntopia
13752%{texmfdist}/fonts/tfm/vntex/vntopia
13753%{texmfdist}/fonts/type1/vntex/vntopia
13754%{texmfdist}/fonts/vf/vntex/vntopia
13755
13756%{texmfdist}/fonts/map/dvips/wadalab
13757
13758%doc %{texmfdist}/doc/fonts/wasy
13759%{texmfdist}/fonts/afm/public/wasy
13760%{texmfdist}/fonts/map/dvips/wasy
13761%{texmfdist}/fonts/type1/public/wasy
13762
13763%{texmfdist}/fonts/source/public/wnri
13764%{texmfdist}/fonts/tfm/public/wnri
13765
13766%{texmfdist}/fonts/source/public/wsuipa
13767%{texmfdist}/fonts/tfm/public/wsuipa
13768
13769%{texmfdist}/fonts/source/public/xbmc
13770%{texmfdist}/fonts/tfm/public/xbmc
13771
f1ba8563
ZU
13772%doc %{texmfdist}/doc/fonts/xq
13773%{texmfdist}/fonts/source/public/xq
13774%{texmfdist}/fonts/tfm/public/xq
13775
13776%{texmfdist}/fonts/source/public/yannisgr
13777
13778%{texmfdist}/fonts/map/dvips/yhmath
13779%{texmfdist}/fonts/source/public/yhmath
13780%{texmfdist}/fonts/tfm/public/yhmath
13781%{texmfdist}/fonts/type1/public/yhmath
13782%{texmfdist}/fonts/vf/public/yhmath
13783
13784%{texmfdist}/fonts/map/dvips/zapfchan
198c241e 13785%{texmfdist}/fonts/tfm/urw35vf
f1ba8563
ZU
13786
13787%{texmfdist}/fonts/map/dvips/zapfding
f1ba8563
ZU
13788
13789%{texmfdist}/dvips/zefonts
13790%{texmfdist}/fonts/map/dvips/zefonts
13791%{texmfdist}/fonts/tfm/public/zefonts
13792%{texmfdist}/fonts/vf/public/zefonts
13793
13794
d08789e0 13795%files fonts-omega
489714ae 13796%defattr(644,root,root,755)
7179ac92 13797%doc %{texmfdist}/doc/omega
2677a8b0
ZU
13798%dir %{texmfdist}/omega
13799%dir %{texmfdist}/omega/otp
13800%dir %{texmfdist}/omega/ocp
7179ac92
ZU
13801%{texmfdist}/dvips/omega
13802%{texmfdist}/fonts/ofm/public/omega
13803%{texmfdist}/fonts/type1/public/omega
13804%{texmfdist}/fonts/afm/public/omega
13805%{texmfdist}/fonts/ovp/public/omega
13806%{texmfdist}/fonts/tfm/public/omega
13807%{texmfdist}/fonts/ovf/public/omega
13808%{texmfdist}/fonts/map/dvips/omega
7179ac92
ZU
13809%{texmfdist}/omega/ocp/omega
13810%{texmfdist}/omega/otp/omega
13811%{texmfdist}/tex/plain/omega
d08789e0 13812
5b7eba8e
MB
13813#%files fonts-pazo
13814#%defattr(644,root,root,755)
d08789e0
ZU
13815
13816%files fonts-pl
13817%defattr(644,root,root,755)
7179ac92 13818%doc %{texmfdist}/doc/fonts/pl
04123363
ZU
13819%dir %{texmf}/scripts/texlive
13820%dir %{texmf}/scripts/texlive/tlmgrgui
13821%dir %{texmf}/scripts/texlive/tlmgrgui/lang
7179ac92
ZU
13822%{texmfdist}/dvips/pl
13823%{texmfdist}/fonts/source/public/pl
13824%{texmfdist}/fonts/type1/public/pl
13825%{texmfdist}/fonts/afm/public/pl
13826%{texmfdist}/fonts/enc/dvips/pl
13827%{texmfdist}/fonts/tfm/public/pl
13828%{texmfdist}/fonts/map/dvips/pl
31bd2c4a 13829%{texmf}/scripts/texlive/tlmgrgui/lang/pl
d08789e0
ZU
13830
13831%files fonts-px
13832%defattr(644,root,root,755)
7179ac92 13833%doc %{texmfdist}/doc/fonts/pxfonts
f37ff31b
ZU
13834# %doc %{texmf}/doc/doc/english/free-math-font-survey/source/pxfonts.tex
13835# %doc %{texmf}/doc/doc/english/free-math-font-survey/images/pxfonts.png
7179ac92
ZU
13836%dir %{texmfdist}/fonts/map/dvips/pxfonts
13837%dir %{texmfdist}/tex/latex/pxfonts
13838%{texmfdist}/fonts/map/dvips/pxfonts/pxfonts.map
13839%{texmfdist}/fonts/afm/public/pxfonts
13840%{texmfdist}/fonts/tfm/public/pxfonts
13841%{texmfdist}/fonts/type1/public/pxfonts
13842%{texmfdist}/fonts/vf/public/pxfonts
7179ac92 13843%{texmfdist}/tex/latex/pxfonts/pxfonts.sty
d08789e0 13844
5b7eba8e
MB
13845#%files fonts-qfonts
13846#%defattr(644,root,root,755)
31bd2c4a
ZU
13847# %doc %{texmf}/doc/fonts/polish/qfonts
13848# %{texmf}/fonts/enc/dvips/qfonts
13849# %{texmf}/fonts/map/dvips/qfonts
13850# %{texmf}/dvips/qfonts
13851# %{texmf}/fonts/afm/public/qfonts
13852# %{texmf}/fonts/tfm/public/qfonts
d08789e0 13853
74dbda3f
ZU
13854# %files fonts-qpx
13855# %defattr(644,root,root,755)
13856# %{texmf}/fonts/tfm/public/qpx
13857# %{texmf}/fonts/vf/public/qpx
d08789e0 13858
31bd2c4a 13859%files fonts-qpxqtx
d08789e0 13860%defattr(644,root,root,755)
7179ac92
ZU
13861%{texmfdist}/fonts/tfm/public/qpxqtx
13862%{texmfdist}/fonts/vf/public/qpxqtx
d08789e0
ZU
13863
13864%files fonts-rsfs
13865%defattr(644,root,root,755)
7179ac92
ZU
13866%{texmfdist}/fonts/source/public/rsfs
13867%{texmfdist}/fonts/tfm/public/rsfs
d08789e0
ZU
13868
13869%files fonts-stmaryrd
13870%defattr(644,root,root,755)
7179ac92
ZU
13871%doc %{texmfdist}/doc/fonts/stmaryrd
13872%{texmfdist}/source/fonts/stmaryrd
13873%{texmfdist}/fonts/tfm/public/stmaryrd
d08789e0
ZU
13874
13875%files fonts-tx
13876%defattr(644,root,root,755)
7179ac92
ZU
13877%{texmfdist}/fonts/map/dvips/txfonts/txfonts.map
13878%{texmfdist}/fonts/afm/public/txfonts
13879%{texmfdist}/fonts/tfm/public/txfonts
13880%{texmfdist}/fonts/vf/public/txfonts
d08789e0 13881
5bc70a92
MB
13882%files fonts-uhc
13883%defattr(644,root,root,755)
13884%doc %{texmfdist}/doc/fonts/uhc
13885%{texmfdist}/fonts/afm/uhc
13886%{texmfdist}/fonts/tfm/uhc
13887%{texmfdist}/fonts/vf/uhc
13888
d08789e0
ZU
13889%files fonts-urw
13890%defattr(644,root,root,755)
7179ac92 13891%{texmfdist}/fonts/afm/urw
5bc70a92
MB
13892%{texmfdist}/fonts/tfm/urw
13893%{texmfdist}/fonts/vf/urw
d08789e0
ZU
13894
13895%files fonts-urwvn
13896%defattr(644,root,root,755)
26d8eaaa 13897%{texmfdist}/fonts/afm/vntex/urwvn
7179ac92
ZU
13898%{texmfdist}/fonts/tfm/vntex/urwvn
13899%{texmfdist}/fonts/type1/vntex/urwvn
13900%{texmfdist}/fonts/vf/vntex/urwvn
d08789e0
ZU
13901
13902%files fonts-vnr
13903%defattr(644,root,root,755)
7179ac92
ZU
13904%{texmfdist}/fonts/map/dvips/vntex
13905%{texmfdist}/fonts/source/vntex/vnr
13906%{texmfdist}/fonts/tfm/vntex/vnr
d08789e0 13907
e67df411
ZU
13908%files fonts-urw35vf
13909%defattr(644,root,root,755)
13910%{texmfdist}/fonts/vf/urw35vf
13911
5bc70a92
MB
13912%files fonts-wadalab
13913%defattr(644,root,root,755)
13914%doc %{texmfdist}/doc/fonts/wadalab
13915%{texmfdist}/fonts/afm/wadalab
13916%{texmfdist}/fonts/tfm/wadalab
13917%{texmfdist}/fonts/vf/wadalab
13918
d08789e0
ZU
13919%files fonts-wasy
13920%defattr(644,root,root,755)
7179ac92
ZU
13921%{texmfdist}/fonts/source/public/wasy
13922%{texmfdist}/fonts/tfm/public/wasy
d08789e0
ZU
13923
13924%files fonts-xypic
13925%defattr(644,root,root,755)
7179ac92
ZU
13926%{texmfdist}/fonts/map/dvips/xypic
13927# %{texmfdist}/fonts/afm/public/xypic
13928%{texmfdist}/fonts/source/public/xypic
13929%{texmfdist}/fonts/tfm/public/xypic
d08789e0
ZU
13930
13931%files fonts-yandy
13932%defattr(644,root,root,755)
adbd04dd 13933# %{texmf}/fonts/afm/yandy
7179ac92 13934%{texmfdist}/source/fonts/eurofont/marvosym/tfmfiles/yandy
adbd04dd
ZU
13935# %{texmf}/fonts/tfm/yandy
13936# %{texmf}/fonts/vf/yandy
d08789e0
ZU
13937
13938%files fonts-type1-antp
13939%defattr(644,root,root,755)
7179ac92
ZU
13940%{texmfdist}/dvips/antp
13941%{texmfdist}/fonts/type1/public/antp
d08789e0
ZU
13942
13943%files fonts-type1-antt
13944%defattr(644,root,root,755)
adbd04dd 13945# %{texmf}/dvips/antt
7179ac92 13946%{texmfdist}/fonts/type1/public/antt
d08789e0 13947
5bc70a92
MB
13948%files fonts-type1-arphic
13949%defattr(644,root,root,755)
13950%{texmfdist}/fonts/type1/arphic
13951
d08789e0
ZU
13952%files fonts-type1-belleek
13953%defattr(644,root,root,755)
7179ac92
ZU
13954%doc %{texmfdist}/doc/fonts/belleek
13955%{texmfdist}/fonts/type1/public/belleek
d08789e0
ZU
13956
13957%files fonts-type1-bitstream
13958%defattr(644,root,root,755)
7179ac92 13959%{texmfdist}/fonts/type1/bitstrea
d08789e0
ZU
13960
13961%files fonts-type1-bluesky
13962%defattr(644,root,root,755)
04eb4e68
ZU
13963# %doc %{texmf}/doc/fonts/bluesky
13964# %{texmf}/dvips/bluesky
7179ac92 13965%{texmfdist}/fonts/type1/bluesky
d08789e0
ZU
13966
13967%files fonts-type1-cc-pl
13968%defattr(644,root,root,755)
7179ac92
ZU
13969%doc %{texmfdist}/doc/fonts/cc-pl
13970%{texmfdist}/fonts/type1/public/cc-pl
d08789e0
ZU
13971
13972%files fonts-type1-cmcyr
13973%defattr(644,root,root,755)
7179ac92 13974%{texmfdist}/fonts/type1/public/cmcyr
d08789e0
ZU
13975
13976%files fonts-type1-cs
13977%defattr(644,root,root,755)
7179ac92 13978%{texmfdist}/fonts/type1/public/cs
d08789e0 13979
04eb4e68
ZU
13980# %files fonts-type1-dstroke
13981# %defattr(644,root,root,755)
13982# %{texmf}/fonts/type1/public/dstroke
d08789e0
ZU
13983
13984%files fonts-type1-eurosym
13985%defattr(644,root,root,755)
7179ac92 13986%{texmfdist}/fonts/type1/public/eurosym
d08789e0
ZU
13987
13988%files fonts-type1-hoekwater
13989%defattr(644,root,root,755)
7179ac92 13990%{texmfdist}/fonts/type1/hoekwater
d08789e0
ZU
13991
13992%files fonts-type1-fpl
13993%defattr(644,root,root,755)
7179ac92
ZU
13994%doc %{texmfdist}/doc/fonts/fpl
13995%{texmfdist}/fonts/afm/public/fpl
13996%{texmfdist}/fonts/type1/public/fpl
d08789e0
ZU
13997
13998%files fonts-type1-lm
13999%defattr(644,root,root,755)
7179ac92
ZU
14000%{texmfdist}/fonts/afm/public/lm
14001%{texmfdist}/fonts/type1/public/lm
d08789e0
ZU
14002
14003%files fonts-type1-marvosym
14004%defattr(644,root,root,755)
7179ac92 14005%{texmfdist}/fonts/type1/public/marvosym
d08789e0
ZU
14006
14007%files fonts-type1-mathpazo
14008%defattr(644,root,root,755)
04eb4e68 14009# %doc %{texmf}/doc/fonts/mathpazo
7179ac92
ZU
14010%{texmfdist}/fonts/afm/public/mathpazo
14011%{texmfdist}/fonts/type1/public/mathpazo
d08789e0
ZU
14012
14013%files fonts-type1-omega
14014%defattr(644,root,root,755)
7179ac92 14015%{texmfdist}/fonts/type1/public/omega
d08789e0
ZU
14016
14017%files fonts-type1-pl
14018%defattr(644,root,root,755)
04eb4e68 14019# %doc %{texmf}/doc/fonts/polish/plpsfont
7179ac92 14020%{texmfdist}/fonts/type1/public/pl
d08789e0
ZU
14021
14022%files fonts-type1-px
14023%defattr(644,root,root,755)
7179ac92 14024%{texmfdist}/fonts/type1/public/pxfonts
d08789e0 14025
04eb4e68
ZU
14026# %files fonts-type1-qfonts
14027# %defattr(644,root,root,755)
7179ac92 14028# %{texmfdist}/fonts/type1/public/qfonts
d08789e0
ZU
14029
14030%files fonts-type1-tx
14031%defattr(644,root,root,755)
7179ac92 14032%{texmfdist}/fonts/type1/public/txfonts
d08789e0 14033
04eb4e68
ZU
14034# %files fonts-type1-tt2001
14035# %defattr(644,root,root,755)
14036# %{texmf}/fonts/type1/public/tt2001
d08789e0 14037
5bc70a92
MB
14038%files fonts-type1-uhc
14039%defattr(644,root,root,755)
14040%{texmfdist}/fonts/type1/uhc
14041
d08789e0
ZU
14042%files fonts-type1-urw
14043%defattr(644,root,root,755)
7179ac92 14044%{texmfdist}/fonts/type1/urw
d08789e0
ZU
14045
14046%files fonts-type1-vnr
14047%defattr(644,root,root,755)
7179ac92 14048%{texmfdist}/fonts/type1/vntex/vnr
d08789e0 14049
5bc70a92
MB
14050%files fonts-type1-wadalab
14051%defattr(644,root,root,755)
14052%{texmfdist}/fonts/type1/wadalab
14053
d08789e0
ZU
14054%files fonts-type1-xypic
14055%defattr(644,root,root,755)
7179ac92 14056%{texmfdist}/fonts/type1/public/xypic
489714ae
ZU
14057
14058# TeXLive-specific
14059
14060%files afm2pl
14061%defattr(644,root,root,755)
14062%attr(755,root,root) %{_bindir}/afm2pl
14063%{_mandir}/man1/afm2pl*
015f9ddb 14064%{texmf}/fonts/lig/afm2pl
489714ae
ZU
14065
14066%files bbox
14067%defattr(644,root,root,755)
14068%attr(755,root,root) %{_bindir}/bbox
14069%{_mandir}/man1/bbox*
14070
14071%files cefutils
14072%defattr(644,root,root,755)
14073%attr(755,root,root) %{_bindir}/cef*
2677a8b0 14074%dir %{texmfdist}/tex/latex/cjk
21c69d95 14075%dir %{texmfdist}/doc/latex/cjk
c9ddaf2d 14076%{texmfdist}/source/latex/cjk
2677a8b0 14077%{texmfdist}/tex/latex/cjk/CEF
489714ae
ZU
14078%doc %{texmfdist}/doc/latex/cjk/doc
14079%doc %{texmfdist}/doc/latex/cjk/examples
489714ae
ZU
14080
14081%files detex
14082%defattr(644,root,root,755)
14083%attr(755,root,root) %{_bindir}/detex
14084%{_mandir}/man1/detex*
14085
7ffd1967
ZU
14086
14087%files dviutils
14088%defattr(644,root,root,755)
14089%attr(755,root,root) %{_bindir}/dt2dv
14090%attr(755,root,root) %{_bindir}/dv2dt
14091%attr(755,root,root) %{_bindir}/dvi2tty
14092%attr(755,root,root) %{_bindir}/dviasm
14093%attr(755,root,root) %{_bindir}/dvibook
14094%attr(755,root,root) %{_bindir}/dviconcat
14095%attr(755,root,root) %{_bindir}/dvidvi
14096%attr(755,root,root) %{_bindir}/dvigif
14097%attr(755,root,root) %{_bindir}/dvipdfmx
14098%attr(755,root,root) %{_bindir}/dvipos
14099%attr(755,root,root) %{_bindir}/dviselect
14100%attr(755,root,root) %{_bindir}/dvitodvi
14101%{_mandir}/man1/dt2dv*
14102%{_mandir}/man1/dv2dt*
14103%{_mandir}/man1/dvi2tty*
14104%{_mandir}/man1/dvibook*
14105%{_mandir}/man1/dviconcat*
14106%{_mandir}/man1/dvidvi*
14107%{_mandir}/man1/dvigif*
14108%{_mandir}/man1/dvipos*
14109%{_mandir}/man1/dviselect*
14110%{_mandir}/man1/dvitodvi*
015f9ddb
ZU
14111%{texmf}/fonts/map/dvipdfmx
14112%dir %{texmf}/fonts/cmap
14113%{texmf}/dvipdfmx
14114%{texmf}/fonts/cmap/dvipdfmx
7ffd1967
ZU
14115
14116%files epsutils
14117%defattr(644,root,root,755)
14118%attr(755,root,root) %{_bindir}/epsffit
14119%attr(755,root,root) %{_bindir}/epspdf
14120%attr(755,root,root) %{_bindir}/epspdftk
5fef92c1 14121%attr(755,root,root) %{_bindir}/pst2pdf
7ffd1967
ZU
14122%{texmfdist}/scripts/epspdf
14123%{_mandir}/man1/epsffit*
14124%doc %{texmfdist}/doc/epspdf
14125
14126%files filters
14127%defattr(644,root,root,755)
14128%attr(755,root,root) %{_bindir}/fix*
14129%{_mandir}/man1/fix*
14130
faa40f44
ZU
14131%files psutils
14132%defattr(644,root,root,755)
14133%attr(755,root,root) %{_bindir}/extractres
14134%attr(755,root,root) %{_bindir}/getafm
14135%attr(755,root,root) %{_bindir}/includeres
14136%attr(755,root,root) %{_bindir}/psbook
14137%attr(755,root,root) %{_bindir}/psmerge
14138%attr(755,root,root) %{_bindir}/psnup
14139%attr(755,root,root) %{_bindir}/psresize
14140%attr(755,root,root) %{_bindir}/psselect
5fef92c1 14141%attr(755,root,root) %{_bindir}/ps2eps
faa40f44
ZU
14142%attr(755,root,root) %{_bindir}/pstops
14143%attr(755,root,root) %{_bindir}/showchar
14144%{_mandir}/man1/extractres*
14145%{_mandir}/man1/getafm*
14146%{_mandir}/man1/includeres*
14147%{_mandir}/man1/psbook*
14148%{_mandir}/man1/psmerge*
14149%{_mandir}/man1/psnup*
14150%{_mandir}/man1/psresize*
14151%{_mandir}/man1/psselect*
14152%{_mandir}/man1/pstops*
14153%{texmf}/dvips/psutils
14154
489714ae
ZU
14155%files uncategorized-utils
14156%defattr(644,root,root,755)
14157%attr(755,root,root) %{_bindir}/devnag
14158%attr(755,root,root) %{_bindir}/disdvi
5b7eba8e
MB
14159
14160%files tex4ht
14161%defattr(644,root,root,755)
add234d3
MB
14162%attr(755,root,root) %{_bindir}/ht
14163%attr(755,root,root) %{_bindir}/htcontext
14164%attr(755,root,root) %{_bindir}/htlatex
14165%attr(755,root,root) %{_bindir}/htmex
14166%attr(755,root,root) %{_bindir}/httex
14167%attr(755,root,root) %{_bindir}/httexi
14168%attr(755,root,root) %{_bindir}/htxelatex
14169%attr(755,root,root) %{_bindir}/htxetex
14170%attr(755,root,root) %{_bindir}/mk4ht
14171%attr(755,root,root) %{_bindir}/t4ht
14172%attr(755,root,root) %{_bindir}/tex4ht
4224ae6d 14173%{texmf}/scripts/tex4ht
5b7eba8e 14174%{texmfdist}/tex/generic/tex4ht
add234d3
MB
14175%dir %{texmfdist}/scripts/tex4ht
14176%attr(755,root,root) %{texmfdist}/scripts/tex4ht/ht.sh
14177%attr(755,root,root) %{texmfdist}/scripts/tex4ht/htcontext.sh
14178%attr(755,root,root) %{texmfdist}/scripts/tex4ht/htlatex.sh
14179%attr(755,root,root) %{texmfdist}/scripts/tex4ht/htmex.sh
14180%attr(755,root,root) %{texmfdist}/scripts/tex4ht/httex.sh
14181%attr(755,root,root) %{texmfdist}/scripts/tex4ht/httexi.sh
14182%attr(755,root,root) %{texmfdist}/scripts/tex4ht/htxelatex.sh
14183%attr(755,root,root) %{texmfdist}/scripts/tex4ht/htxetex.sh
14184%attr(755,root,root) %{texmfdist}/scripts/tex4ht/mk4ht.pl
5fef92c1 14185%doc %{texmfdist}/doc/generic/tex4ht
5b7eba8e 14186%{texmfdist}/tex4ht
4224ae6d
MB
14187
14188%files xetex
14189%defattr(644,root,root,755)
14190%attr(755,root,root) %{_bindir}/xdvipdfmx
14191%attr(755,root,root) %{_bindir}/xelatex
14192%attr(755,root,root) %{_bindir}/xetex
14193%{texmf}/fmtutil/format.xetex.cnf
14194%doc %{texmfdist}/doc/xelatex
14195%doc %{texmfdist}/doc/xetex
14196%{texmfdist}/scripts/xetex
14197%{texmfdist}/tex/generic/ifxetex
14198%{texmfdist}/tex/generic/xetexconfig
14199%{texmfdist}/tex/latex/latexconfig/xelatex.ini
14200%{texmfdist}/tex/plain/config/xetex.ini
14201%{texmfdist}/tex/xelatex
14202%{texmfdist}/tex/xetex
14203
14204%files xmltex
14205%defattr(644,root,root,755)
14206%doc %{texmfdist}/doc/xmltex
14207%attr(755,root,root) %{_bindir}/pdfxmltex
14208%attr(755,root,root) %{_bindir}/xmltex
14209%{texmfdist}/tex/xmltex
14210%{texmf}/fmtutil/format.xmltex.cnf
This page took 2.430673 seconds and 4 git commands to generate.