]> git.pld-linux.org Git - packages/texlive.git/blob - texlive.spec
- more fixes
[packages/texlive.git] / texlive.spec
1 # TODO:
2 #
3 # MAIN TODO (sort by importnce):
4 # - texlive-format-pdflatex deps
5 # - check unpackaged files (only some files)
6 # - pl updates
7 # - maybe more splits (e.g. latex subpackages)
8 # - see uncategorized and *other* subpackages and split
9 # - context: consider more splitting, check dependencies
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:
25 # - summary/description correcting (all languages)
26 # - texk/web2c doesn't build (luatex option)
27 # - %files latex-bibtex-revtex4
28 # - Check CEF/cjk!
29 #
30 %include        /usr/lib/rpm/macros.perl
31 #
32 %bcond_without  bootstrap
33 #
34 Summary:        TeX typesetting system and MetaFont font formatter
35 Summary(de.UTF-8):      TeX-Satzherstellungssystem und MetaFont-Formatierung
36 Summary(es.UTF-8):      Sistema de typesetting TeX y formateador de fuentes MetaFont
37 Summary(fr.UTF-8):      Systéme de compostion TeX et formatteur de MetaFontes
38 Summary(hu.UTF-8):      TeX szövegszedő rendszer és MetaFont font formázó
39 Summary(pl.UTF-8):      System składu publikacji TeX oraz formater fontów MetaFont
40 Summary(pt_BR.UTF-8):   Sistema de typesetting TeX e formatador de fontes MetaFont
41 Summary(tr.UTF-8):      TeX dizgi sistemi ve MetaFont yazıtipi biçimlendiricisi
42 Name:           texlive
43 Version:        20080816
44 Release:        0.9.9
45 Epoch:          1
46 License:        distributable
47 Group:          Applications/Publishing/TeX
48 Source0:        http://tug.org/svn/texlive/branches/branch2008/Master/source/%{name}-%{version}-source.tar.lzma
49 # Source0-md5:  554287c3e458da776edd684506048d45
50 Source1:        ftp://tug.org/texlive/historic/2008/%{name}-20080822-texmf.tar.lzma
51 # Source1-md5:  fa74072e1344e8390eb156bcda61a8b2
52 Source4:        %{name}.cron
53 Source5:        xdvi.desktop
54 Source6:        xdvi.png
55 Patch0:         %{name}-am.patch
56 Patch1:         %{name}-20080816-kpathsea-ar.patch
57 URL:            http://www.tug.org/texlive/
58 BuildRequires:  autoconf
59 BuildRequires:  automake
60 BuildRequires:  bison
61 BuildRequires:  clisp
62 BuildRequires:  ed
63 BuildRequires:  expat-devel
64 BuildRequires:  ffcall-devel
65 BuildRequires:  flex
66 BuildRequires:  fontconfig-devel
67 BuildRequires:  freetype-devel
68 BuildRequires:  freetype1-devel
69 BuildRequires:  gd-devel >= 2.0.33
70 BuildRequires:  libpng-devel >= 1.2.8
71 BuildRequires:  libtool
72 # should this be somewhere in clisp?
73 BuildRequires:  libsigsegv
74 BuildRequires:  libstdc++-devel
75 BuildRequires:  ncurses-devel
76 BuildRequires:  rpm-perlprov
77 BuildRequires:  rpm-pythonprov
78 BuildRequires:  sed >= 4.0
79 BuildRequires:  t1lib-devel >= 5.0.2
80 BuildRequires:  texinfo
81 %if %{with bootstrap}
82 BuildRequires:  tetex-format-latex
83 BuildRequires:  tetex-format-pdflatex
84 BuildRequires:  tetex-latex-cyrillic
85 BuildRequires:  tetex-tex-babel
86 %else
87 BuildRequires:  texlive-format-latex
88 BuildRequires:  texlive-format-pdflatex
89 BuildRequires:  texlive-latex-cyrillic
90 BuildRequires:  texlive-tex-babel
91 # fill with future texlive BR. guesses ones for now
92 %endif
93 BuildRequires:  unzip
94 BuildRequires:  xorg-lib-libICE-devel
95 BuildRequires:  xorg-lib-libXaw-devel
96 BuildRequires:  xorg-lib-libXext-devel
97 BuildRequires:  xorg-lib-libXmu-devel
98 BuildRequires:  xorg-lib-libXpm-devel
99 BuildRequires:  zlib-devel >= 1.2.1
100 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
101 Requires:       %{name}-fonts-cm = %{epoch}:%{version}-%{release}
102 Requires:       %{name}-fonts-misc = %{epoch}:%{version}-%{release}
103 Requires:       %{name}-metafont = %{epoch}:%{version}-%{release}
104 Requires:       awk
105 Requires:       dialog
106 Requires:       kpathsea = %{epoch}:%{version}-%{release}
107 Requires:       sed
108 Requires:       sh-utils
109 Requires:       texconfig = %{epoch}:%{version}-%{release}
110 Requires:       textutils
111 Suggests:       tmpwatch
112 Obsoletes:      tetex
113 Obsoletes:      tetex-afm
114 Obsoletes:      tetex-doc
115 Obsoletes:      tetex-doc-latex2e-html
116 Obsoletes:      tetex-fontinst
117 Obsoletes:      tetex-fontname
118 Obsoletes:      tetex-fonts
119 Obsoletes:      tetex-fonts-pandora
120 Obsoletes:      tetex-fonts-vcm
121 Obsoletes:      tetex-format-elatex
122 Obsoletes:      tetex-format-pdfelatex
123 Obsoletes:      tetex-format-pdfemex
124 Obsoletes:      tetex-latex-vnps
125 Obsoletes:      tetex-latex-vnr
126 Obsoletes:      tetex-oxdvi
127 Obsoletes:      tetex-oxdvi
128 Obsoletes:      tetex-plain-dvips
129 Obsoletes:      tetex-plain-dvips
130 Obsoletes:      tetex-plain-mathtime
131 Obsoletes:      tetex-plain-mathtime
132 Obsoletes:      tetex-plain-misc
133 Obsoletes:      tetex-plain-misc
134 Obsoletes:      tetex-plain-plnfss
135 Obsoletes:      tetex-plain-plnfss
136 Obsoletes:      tetex-tex-hyphen
137 Obsoletes:      tetex-tex-vietnam
138 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
139
140 %define         texmf   %{_datadir}/texmf
141 %define         texmfdist %{texmf}-dist
142 %define         texmfdoc %{texmf}-doc
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
152 TeXLive is an implementation of TeX for Linux or UNIX systems. TeX
153 takes a text file and a set of formatting commands as input and
154 creates a typesetter independent .dvi (DeVice Independent) file as
155 output. Usually, TeX is used in conjunction with a higher level
156 formatting package like LaTeX or PlainTeX, since TeX by itself is not
157 very user-friendly.
158
159 %description -l es.UTF-8
160 Tex formata archivos de texto y órdenes para una salida independiente
161 de dispositivo (que se llama DVI - DeVice Independent). En The TeXbook
162 de Knut se describen las capacidades y el lenguaje TeX.
163
164 %description -l de.UTF-8
165 TeX formatiert eine Datei, die abwechselnd Text und Befehle enthält
166 und gibt eine geräteunabhängige Datei aus (DVI genannt, Abk. für
167 DeVice Independent). Die Funktionen und Sprache von TeX werden in The
168 TeXbook von Knuth beschrieben.
169
170 %description -l fr.UTF-8
171 TeX formate un fichier de commandes et de texte mélandés, et produit
172 un fichier de indépendant de toute plate-forme (appelé DVI, qui est un
173 raccourci pour Device Independant). Les possibilités de TeX et son
174 langage sont décrites dans l'ouvrage TeXbook, de Knuth.
175
176 %description -l hu.UTF-8
177 TeXLive a TeX egy implementációja Linux és UNIX rendszerekre. TeX egy
178 egyszerű szövegfájlt fogad bemenetként, és formázó parancsok
179 segítségével a szövegszedő egy független .dvi (DeVice Independent)
180 fájlt készít. A TeX-et leginkább magasabb szintű formázó parancsokkal
181 kiegészítve használják, mint pl. LaTeX-hel vagy PlainTeX-hel, mivel a
182 TeX önmaga nem túlzottan "felhasználóbarát".
183
184 %description -l pl.UTF-8
185 TeX formatuje przygotowany tekst oraz komendy i produkuje niezależny
186 od urządzenia plik wynikowy (tzw. DVI -- skrót od DeVice Independent).
187 Możliwości TeXa, oraz jego język zostały opisane w ,,The TeXbook''
188 Donalda E. Knutha.
189
190 %description -l pt_BR.UTF-8
191 Tex formata arquivos de texto e comandos para uma saída independente
192 de dispositivo (chamado DVI - DeVice Independent). As capacidades e a
193 linguagem TeX são descritas no The TeXbook, de Knuth.
194
195 %description -l tr.UTF-8
196 TeX, içinde metin ve komutların yer aldığı bir dosyayı okur ve dizgi
197 aygıtından bağımsız bir çıktı (DeVice Independent - DVI) oluşturur.
198 TeX'in becerileri ve dizgi dili, dili geliştiren Knuth'un 'The
199 TeXbook' başlıklı kitabında anlatılmaktadır.
200
201 %package other-utils
202 Summary:        Other utilities
203 Group:          Applications/Publishing/TeX
204
205 %description other-utils
206 Other utilities.
207
208 %package other-utils-doc
209 Summary:        Other utilities documentation
210 Group:          Applications/Publishing/TeX
211
212 %description other-utils-doc
213 Other utilities documentation.
214
215 %package doc
216 Summary:        Documentation for TeX Live
217 Group:          Documentation
218
219 %description doc
220 Assorted useful documentation for TeX Live.
221
222 %package doc-bg
223 Summary:        Bulgarian documentation for TeX Live
224 Group:          Documentation
225
226 %description doc-bg
227 Assorted useful Bulgarian documentation for TeX Live.
228
229 %package doc-cs
230 Summary:        Czech documentation for TeX Live
231 Group:          Documentation
232
233 %description doc-cs
234 Assorted useful Czech documentation for TeX Live.
235
236 %package doc-de
237 Summary:        German documentation for TeX Live
238 Group:          Documentation
239
240 %description doc-de
241 Assorted useful German documentation for TeX Live.
242
243 %package doc-el
244 Summary:        Greek documentation for TeX Live
245 Group:          Documentation
246
247 %description doc-el
248 Assorted useful Greek documentation for TeX Live.
249
250 %package doc-es
251 Summary:        Spanish documentation for TeX Live
252 Group:          Documentation
253
254 %description doc-es
255 Assorted useful Spanish documentation for TeX Live.
256
257 %package doc-fi
258 Summary:        Finnish documentation for TeX Live
259 Group:          Documentation
260
261 %description doc-fi
262 Assorted useful Finnish documentation for TeX Live.
263
264 %package doc-fr
265 Summary:        French documentation for TeX Live
266 Group:          Documentation
267
268 %description doc-fr
269 Assorted useful French documentation for TeX Live.
270
271 %package doc-it
272 Summary:        Italian documentation for TeX Live
273 Group:          Documentation
274
275 %description doc-it
276 Assorted useful Italian documentation for TeX Live.
277
278 %package doc-ja
279 Summary:        Japanese documentation for TeX Live
280 Group:          Documentation
281
282 %description doc-ja
283 Assorted useful Japanese documentation for TeX Live.
284
285 %package doc-ko
286 Summary:        Korean documentation for TeX Live
287 Group:          Documentation
288
289 %description doc-ko
290 Assorted useful Korean documentation for TeX Live.
291
292 %package doc-mn
293 Summary:        Mongolian documentation for TeX Live
294 Group:          Documentation
295
296 %description doc-mn
297 Assorted useful Mongolian documentation for TeX Live.
298
299 %package doc-nl
300 Summary:        Dutch documentation for TeX Live
301 Group:          Documentation
302
303 %description doc-nl
304 Assorted useful Dutch documentation for TeX Live.
305
306 %package doc-pl
307 Summary:        Polish documentation for TeX Live
308 Group:          Documentation
309
310 %description doc-pl
311 Assorted useful Polish documentation for TeX Live.
312
313 %package doc-pt
314 Summary:        Portuguese documentation for TeX Live
315 Group:          Documentation
316
317 %description doc-pt
318 Assorted useful Portuguese documentation for TeX Live.
319
320 %package doc-ru
321 Summary:        Russian documentation for TeX Live
322 Group:          Documentation
323
324 %description doc-ru
325 Assorted useful Russian documentation for TeX Live.
326
327 %package doc-sk
328 Summary:        Slovak documentation for TeX Live
329 Group:          Documentation
330
331 %description doc-sk
332 Assorted useful Slovak documentation for TeX Live.
333
334 %package doc-sl
335 Summary:        Slovenian documentation for TeX Live
336 Group:          Documentation
337
338 %description doc-sl
339 Assorted useful Slovenian documentation for TeX Live.
340
341 %package doc-th
342 Summary:        Thai documentation for TeX Live
343 Group:          Documentation
344
345 %description doc-th
346 Assorted useful Thai documentation for TeX Live.
347
348 %package doc-tr
349 Summary:        Turkish documentation for TeX Live
350 Group:          Documentation
351
352 %description doc-tr
353 Assorted useful Turkish documentation for TeX Live.
354
355 %package doc-uk
356 Summary:        Ukrainian documentation for TeX Live
357 Group:          Documentation
358
359 %description doc-uk
360 Assorted useful Ukrainian documentation for TeX Live.
361
362 %package doc-vi
363 Summary:        Vietnamese documentation for TeX Live
364 Group:          Documentation
365
366 %description doc-vi
367 Assorted useful Vietnamese documentation for TeX Live.
368
369 %package doc-zh_CN
370 Summary:        Chinese documentation for TeX Live
371 Group:          Documentation
372
373 %description doc-zh_CN
374 Assorted useful Chinese documentation for TeX Live.
375
376 %package doc-Catalogue
377 Summary:        TeX Catalogue
378 Summary(pl.UTF-8):      Katalog TeXa
379 Group:          Applications/Publishing/TeX
380 Requires(post,postun):  %{_bindir}/texhash
381 Requires:       %{name} = %{epoch}:%{version}-%{release}
382
383 %description doc-Catalogue
384 TeX Catalogue.
385
386 %description doc-Catalogue -l pl.UTF-8
387 Katalog TeXa.
388
389 %package doc-tug-faq
390 Summary:        TeX User Group FAQ
391 Summary(hu.UTF-8):      TeX felhasználók FAQ-ja
392 Summary(pl.UTF-8):      FAQ Grupy Użytkowników TeXa
393 Group:          Applications/Publishing/TeX
394 Requires(post,postun):  %{_bindir}/texhash
395 Requires:       %{name} = %{epoch}:%{version}-%{release}
396 Obsoletes:      tetex-doc-LaTeX-FAQ-francaise
397 Obsoletes:      tetex-doc-de-tex-faq
398 Obsoletes:      tetex-doc-uktug-faq
399
400 %description doc-tug-faq
401 TeX User Group FAQ.
402
403 %description doc-tug-faq -l hu.UTF8
404 TeX felhasználók FAQ-ja.
405
406 %description doc-tug-faq -l pl.UTF-8
407 FAQ Grupy Użytkowników TeXa.
408
409 %package doc-latex
410 Summary:        Basic LaTeX packages documentation
411 Summary(hu.UTF-8):      Az alap LaTeX csomagok dokumentációja
412 Summary(pl.UTF-8):      Podstawowa dokumentacja do pakietów LaTeXa
413 Group:          Applications/Publishing/TeX
414 Requires(post,postun):  %{_bindir}/texhash
415 Requires:       %{name} = %{epoch}:%{version}-%{release}
416
417 %description doc-latex
418 Basic LaTeX packages documentation.
419
420 %description doc-latex -l hu.UTF-8
421 Az alap LaTeX csomagok dokumentációja
422
423 %description doc-latex -l pl.UTF-8
424 Podstawowa dokumentacja do pakietów LaTeXa.
425
426 # # libraries #
427 %package -n kpathsea
428 Summary:        File name lookup library
429 Summary(hu.UTF-8):      Fájlnév-kereső könyvtár
430 Summary(pl.UTF-8):      Biblioteka szukająca nazw plików
431 Group:          Applications/Publishing/TeX
432 Requires(post,postun):  %{_bindir}/texhash
433 Requires:       %{name} = %{epoch}:%{version}-%{release}
434
435 %description -n kpathsea
436 File name lookup library.
437
438 %description -n kpathsea -l hu.UTF-8
439 Fájlnév-kereső könyvtár.
440
441 %description -n kpathsea -l pl.UTF-8
442 Biblioteka szukająca nazw plików.
443
444 %package -n kpathsea-devel
445 Summary:        Kpathsea library filename lookup header files and documentation
446 Summary(es.UTF-8):      Bibliotecas y archivos de inclusión para desarrollo TeX
447 Summary(hu.UTF-8):      Kpathsea fájlnév-kereső könyvtár header fájljai és dokumentációja
448 Summary(pl.UTF-8):      Pliki nagłówkowe oraz dokumetacja kpathsea
449 Summary(pt_BR.UTF-8):   Bibliotecas e headers para desenvolvimento TeX
450 Group:          Development/Libraries
451 Requires:       kpathsea = %{epoch}:%{version}-%{release}
452
453 %description -n kpathsea-devel
454 Kpathsea library filename lookup header files and documentation.
455
456 %description -n kpathsea-devel -l es.UTF-8
457 Bibliotecas, archivos de inclusión, etc, para que puedas desarrollar
458 aplicaciones TeX.
459
460 %description -n kpathsea-devel -l hu.UTF-8
461 Kpathsea fájlnév-kereső könyvtár header fájljai és dokumentációja.
462
463 %description -n kpathsea-devel -l pl.UTF-8
464 Pliki nagłówkowe oraz dokumentacja biblioteki kpathsea.
465
466 %description -n kpathsea-devel -l pt_BR.UTF-8
467 Bibliotecas, headers e outros componentes que podem ser utilizados
468 para desenvolver aplicações TeX.
469
470 # # programs #
471 %package dvips
472 Summary:        DVI to PostScript converter
473 Summary(de.UTF-8):      dvi-Postscript-Konvertierungsprogramm
474 Summary(es.UTF-8):      Convertidor dvi para postscript
475 Summary(fr.UTF-8):      Convertisseur dvi vers PostScript
476 Summary(hu.UTF-8):      DVI-ből PosctScript-be konvertáló
477 Summary(pl.UTF-8):      Konwerter plików DVI do PostScriptu
478 Summary(pt_BR.UTF-8):   Conversor dvi para postscript
479 Summary(tr.UTF-8):      dvi'dan postscript'e dönüştürücü
480 Group:          Applications/Publishing/TeX
481 Requires(post,postun):  %{_bindir}/texhash
482 Requires:       %{name} = %{epoch}:%{version}-%{release}
483
484 %description dvips
485 The program dvips takes a DVI file file[.dvi] produced by TeX (or by
486 some other processor such as GFtoDVI) and converts it to PostScript,
487 normally sending the result directly to the laserprinter.
488
489 %description dvips -l de.UTF-8
490 Das dvips-Programm nimmt eine dvi-Datei ([.dvi]), die von TeX bzw.
491 durch einen anderen Prozessor wie GFtoDVI) erzeugt wurde, und
492 konvertiert diese in PostScript, wobei das Ergebnis in der Regel
493 direkt an einen Laserdrucker gesandt wird.
494
495 %description dvips -l es.UTF-8
496 El programa dvips coge un archivo DVI (.dvi) producido por TeX (o por
497 otro procesador como GFtoDVI) y lo convierte a PostScript, normalmente
498 enviando el resultado directamente a la impresora láser.
499
500 %description dvips -l fr.UTF-8
501 Le programme dvips convertit les fichiers DVI en PostScript, en
502 envoyant normalement le résultat directement sur une imprimante Laser.
503
504 %description dvips -l hu.UTF-8
505 A dvips program egy TeX által készített DVI-fájlból PostScript
506 állományt készít, amelyet a legtöbb esetben közvetlenül a
507 lézernyomtatóra küldhetsz.
508
509 %description dvips -l pl.UTF-8
510 Program dvips bierze plik DVI wygenerowany przez TeXa (lub jakiś inny
511 program, jak na przykład GFtoDVI) i konwertuje go do PostScriptu.
512 Domyślnie wynik jest wysyłany bezpośrednio do drukarki.
513
514 %description dvips -l pt_BR.UTF-8
515 O programa dvips toma um arquivo DVI (.dvi) produzido pelo TeX (ou por
516 outro processador como o GFtoDVI) e o converte para PostScript,
517 normalmente enviando o resultado diretamente para a impressora laser.
518
519 %description dvips -l tr.UTF-8
520 dvips programı, dvi biçiminde bir girdi dosyası alır ve onu
521 PostScript'e dönüştürür. Kaynak dosya TeX tarafından oluşturulmuş
522 olabileceği gibi başka işleyiciler tarafından da (GFtoDVI gibi)
523 üretilmiş olabilir.
524
525 %package dvilj
526 Summary:        DVI to PCL converter
527 Summary(de.UTF-8):      Ein dvi-->Laserjet-Konvertierer
528 Summary(es.UTF-8):      Convertidor dvi para laserjet
529 Summary(fr.UTF-8):      convertisseur dvi vers laserjet
530 Summary(hu.UTF-8):      DVI-ből PCL-be konvertáló
531 Summary(pl.UTF-8):      Konwerter plików DVI do języka PCL
532 Summary(pt_BR.UTF-8):   Conversor dvi para laserjet
533 Summary(tr.UTF-8):      dvi'dan laserjet'e dönüştürücü
534 Group:          Applications/Publishing/TeX
535 Requires(post,postun):  %{_bindir}/texhash
536 Requires:       %{name} = %{epoch}:%{version}-%{release}
537
538 %description dvilj
539 Dvilj and dvilj's siblings (included in this package) will convert TeX
540 text formatting system output .dvi files to HP PCL (HP Printer Control
541 Language) commands. Using dvilj, you can print TeX files to HP
542 LaserJet+ and fully compatible printers. With dvilj2p, you can print
543 to HP LaserJet IIP and fully compatible printers. And with dvilj4, you
544 can print to HP LaserJet4 and fully compatible printers.
545
546 %description dvilj -l de.UTF-8
547 Dvilj und Gebrüder konvertieren TeX-Ausgabe-.dvi-Dateien in HP PCL (HP
548 Printer Control Language) Befehle zum Drucken auf HP LaserJet+, HP
549 LaserJet IIP (mit dvilj2p), HP LaserJet 4 (mit dvilj4) und vollständig
550 kompatiblen Druckern.
551
552 %description dvilj -l es.UTF-8
553 Dvilj y semejantes convierten archivos de salida TeX.dvi en comandos
554 HP PCL (i.e. Lenguaje de Control de Impresoras HP) adecuados a
555 impresión de impresoras HP LaserJEt+, HP LaserJet IIP (usando
556 dvilj2p), HP LaserJet 4 (usando dvilj4) y compatibles.
557
558 %description dvilj -l fr.UTF-8
559 dvilj et ses cousins convertissent les fichiers dvi en commandes HPPCL
560 (le langage des imprimantes HP) pour les imprimer sur HP LaserJet+, HP
561 LaserJet IIP (avec dvilj2p), HP LaserJet 4 (avec dvilj4), et autres
562 imprimantes totalement compatibles.
563
564 %description dvilj -l hu.UTF-8
565 Dvilj a TeX által előállított .dvi fájlokat konvertálja HP PCL (HP
566 Printer Control Language) parancsokká. A dvilj használatával TeX
567 fájlokat tudsz nyomtatni HP LaserJet+ és a vele kompatibilis
568 nyomtatókon. A dvilj2p-vel HP LaserJet IIP és kompatibilis
569 nyomtatókra. És végül a dvilj4-gyel HP LaserJet4 és kompatibilisekre.
570
571 %description dvilj -l pl.UTF-8
572 dvilj oraz pokrewne narzędzia (załączone w tym pakiecie) konwertują
573 pliki wyjściowe .dvi systemu formatującego tekst TeX na polecenia HP
574 PCL (HP Printer Control Language). Przy użyciu dvilj można drukować
575 pliki TeXa na drukarkach HP LaserJet+ i w pełni kompatybilnych. Przy
576 użyciu dvilj2p można drukować na drukarkach HP LaserJet IIP i w pełni
577 kompatybilnych. Przy użyciu dvilj4 można drukować na drukarkach HP
578 LaserJet4 i w pełni kompatybilnych.
579
580 %description dvilj -l pt_BR.UTF-8
581 Dvilj e semelhantes convertem arquivos de saída TeX .dvi em comandos
582 HP PCL (i.e. Linguagem de Controle de Impressoras HP) adequados para
583 impressão em impressoras HP LaserJet+, HP LaserJet IIP (usando
584 dvilj2p), HP LaserJet 4 (usando dvilj4) e compatíveis.
585
586 %description dvilj -l tr.UTF-8
587 TeX çıktısı dvi dosyalarını HP PCL (HP'nin geliştirdiği bir yazıcı
588 denetim dili) komutlarına çevirir ve böylece bir LaserJet+, HP
589 LaserJet IIP (dvilj2p ile), HP LaserJet4 (dvilj4 ile) ve tam
590 uyumlularından yazıcı çıktısı alınabilir.
591
592 %package makeindex
593 Summary:        A general purpose hierarchical index generator
594 Summary(hu.UTF-8):      Egy általános célú hierarchikus index generáló
595 Summary(pl.UTF-8):      Generator hierarchicznych indeksów ogólnego przeznaczenia
596 Group:          Applications/Publishing/TeX
597 Requires(post,postun):  %{_bindir}/texhash
598 Requires:       %{name} = %{epoch}:%{version}-%{release}
599 Obsoletes:      tetex-rumakeindex
600
601 %description makeindex
602 A general purpose hierarchical index generator; it accepts one or more
603 input files (often produced by a text formatter such as TeX or troff),
604 sorts the entries, and produces an output file which can be formatted.
605 The formats of the input and output files are specified in a style
606 file; by default, input is assumed to be an idx file, as generated by
607 LaTeX.
608
609 %description makeindex -l hu.UTF-8
610 Egy általános célű hierarchikus index generáló; elfogad egy vagy több
611 bemeneti fájlt (gyakran szövegformázótól, mint a TeX vagy a troff),
612 rendezi a bejegyzéseket, és egy kimeneti, megfelelő formátumú fájlt
613 készit. A be- és kimeneti fájlok formátumai stílus fájlokban van
614 definiálva; alapértelmezetten a bemeneti fájl egy idx fájl, amit a
615 LaTeX generál.
616
617 %description makeindex -l pl.UTF-8
618 Generator hierarchicznych indeksów ogólnego przeznaczenia; przyjmuje
619 jeden lub więcej plików wejściowych (zazwyczaj zrobionych przez
620 narzędzie formatujące tekst, takie jak TeX lub troff), sortuje
621 elementy i tworzy plik wyjściowy, który może być sformatowany. Formaty
622 plików wejściowych i wyjściowych podaje się w pliku stylu; domyślnie
623 przyjmowany jest plik wejściowy w formacie idx, wygenerowany przez
624 LaTeX.
625
626 %package tex-arrayjob
627 Summary:        Array data structures for (La)TeX
628 Summary(hu.UTF-8):      Tömb adatstruktúra (La)TeX-hez
629 Group:          Applications/Publishing/TeX
630 Requires(post,postun):  %{_bindir}/texhash
631 Requires:       %{name} = %{epoch}:%{version}-%{release}
632
633 %description tex-arrayjob
634 Array data structures for (La)TeX.
635
636 %description tex-arrayjob -l hu.UTF-8
637 Tömb adatstruktúra (La)TeX-hez.
638
639 %package tex-mathdots
640 Summary:        Commands to produce dots in math that respect font size
641 Summary(hu.UTF-8):      Pontok előállítása matematikai módban a font méret figyelmbevételével
642 Group:          Applications/Publishing/TeX
643 Requires(post,postun):  %{_bindir}/texhash
644 Requires:       %{name} = %{epoch}:%{version}-%{release}
645
646 %description tex-mathdots
647 Commands to produce dots in math that respect font size.
648
649 %description tex-mathdots -l hu.UTF-8
650 Pontok előállítása matematikai módban a font méret figyelmbevételével.
651
652 %package tex-midnight
653 Summary:        A set of useful macro tools
654 Summary(hu.UTF-8):      Hasznos makrók gyűjteménye
655 Group:          Applications/Publishing/TeX
656 Requires(post,postun):  %{_bindir}/texhash
657 Requires:       %{name} = %{epoch}:%{version}-%{release}
658
659 %description tex-midnight
660 A set of useful macro tools.
661
662 %description tex-midnight -l hu.UTF-8
663 Hasznos makrók gyűjteménye.
664
665 %package tex-ofs
666 Summary:        Olsak's Font System
667 Group:          Applications/Publishing/TeX
668 Requires(post,postun):  %{_bindir}/texhash
669 Requires:       %{name} = %{epoch}:%{version}-%{release}
670
671 %description tex-ofs
672 Olsak's Font System.
673
674 %package tex-physe
675 Summary:        The PHYSE format
676 Summary(hu.UTF-8):      PHYSE formátum
677 Group:          Applications/Publishing/TeX
678 Requires(post,postun):  %{_bindir}/texhash
679 Requires:       %{name} = %{epoch}:%{version}-%{release}
680
681 %description tex-physe
682 The PHYSE format.
683
684 %description tex-physe -l hu.UTF-8
685 PHYSE formátum.
686
687 %package tex-velthuis
688 Summary:        This package provides support for typesetting texts in Devanagari script (Sanskrit and Hindi)
689 Summary(hu.UTF-8):      Ezzel a csomaggal lehetőséged nyílik Devanagari szövegek szedésére (Sanskrit és Hindi)
690 Group:          Applications/Publishing/TeX
691 Requires(post,postun):  %{_bindir}/texhash
692 Requires:       %{name} = %{epoch}:%{version}-%{release}
693
694 %description tex-velthuis
695 This package provides support for typesetting texts in Devanagari
696 script (Sanskrit and Hindi).
697
698 %description tex-velthuis -l hu.UTF-8
699 Ezzel a csomaggal lehetőséged nyílik Devanagari szövegek szedésére
700 (Sanskrit és Hindi).
701
702 %package tex-ytex
703 Summary:        Macro package developed at MIT
704 Summary(hu.UTF-8):      MIT-en fejlesztett makrócsomag
705 Group:          Applications/Publishing/TeX
706 Requires(post,postun):  %{_bindir}/texhash
707 Requires:       %{name} = %{epoch}:%{version}-%{release}
708
709 %description tex-ytex
710 Macro package developed at MIT.
711
712 %description tex-ytex -l hu.UTF-8
713 MIT-en fejlesztett makrócsomag.
714
715 %package metafont
716 Summary:        MetaFont
717 Summary(hu.UTF-8):      MetaFont
718 Summary(pl.UTF-8):      Zestaw narzędzi MetaFont
719 Group:          Applications/Publishing/TeX
720 Requires(post,postun):  %{_bindir}/texhash
721 Requires:       %{name} = %{epoch}:%{version}-%{release}
722
723 %description metafont
724 MetaFont.
725
726 %description metafont -l pl.UTF-8
727 Zestaw narzędzi MetaFont.
728
729 %package metapost
730 Summary:        MetaPost
731 Summary(hu.UTF-8):      MetaPost
732 Summary(pl.UTF-8):      Zestaw narzędzi MetaPost
733 Group:          Applications/Publishing/TeX
734 Requires(post,postun):  %{_bindir}/texhash
735 Requires:       %{name} = %{epoch}:%{version}-%{release}
736 Obsoletes:      tetex-matapost
737
738 %description metapost
739 MetaPost.
740
741 %description metapost -l hu.UTF-8
742 MetaPost.
743
744 %description metapost -l pl.UTF-8
745 Zestaw narzędzi MetaPost.
746
747 %package metapost-other
748 Summary:        Various MetaPost utils
749 Summary(hu.UTF-8):      Különböző MetaPost eszközök
750 Group:          Applications/Publishing/TeX
751 Requires(post,postun):  %{_bindir}/texhash
752 Requires:       %{name} = %{epoch}:%{version}-%{release}
753
754 %description metapost-other
755 Various MetaPost utils.
756
757 %description metapost-other -l hu.UTF-8
758 Különböző MetaPost eszközök.
759
760 %package mptopdf
761 Summary:        MetaPost to PDF converter
762 Summary(hu.UTF-8):      MetaPost-ból PDF-be konvertáló
763 Summary(pl.UTF-8):      Konwerter MetaPost do PDF
764 Group:          Applications/Publishing/TeX
765 Requires(post,postun):  %{_bindir}/texhash
766 Requires:       %{name}-metapost = %{epoch}:%{version}-%{release}
767
768 %description mptopdf
769 MetaPost to PDF converter.
770
771 %description mptopdf -l hu.UTF-8
772 MetaPost-ból PDF-be konvertáló.
773
774 %description mptopdf -l pl.UTF-8
775 Konwerter MetaPost do PDF.
776
777 %package texdoctk
778 Summary:        Easy access to TeX documentation
779 Summary(pl.UTF-8):      Łatwy dostęp do dokumentacji TeXa
780 Group:          Applications/Publishing/TeX
781 Requires(post,postun):  %{_bindir}/texhash
782 Requires:       %{name} = %{epoch}:%{version}-%{release}
783
784 %description texdoctk
785 A Perl/Tk-based GUI for easy access to package documentation for TeX
786 on Unix platforms; the databases it uses are based on the texmf/doc
787 subtrees of teTeX v.1.0.x, but database files for local configurations
788 with modified/extended directories can be derived from them. Note that
789 texdoctk is not a viewer itself, but an interface for finding
790 documentation files and opening them with the appropriate viewer; so
791 it relies on appropriate programs to be installed on the system.
792 However, the choice of these programs can be configured by the
793 sysadmin or user.
794
795 %description texdoctk -l pl.UTF-8
796 Oparty na Perlu i Tk graficzny interfejs dający łatwy dostęp do
797 dokumentacji pakietów TeXowych na platformach uniksowych; używa baz
798 danych opartych na poddrzewach texmf/doc z teTeXa 1.0.x, ale może
799 używać konfiguracji ze zmodyfikowanymi lub rozszerzonymi katalogami.
800 Należy zauważyć, że texdoctk sam w sobie nie jest przeglądarką, ale
801 interfejsem do wyszukiwania plików dokumentacji i otwierania ich we
802 właściwej przeglądarce; tak więc wymaga on odpowiednich programów
803 zainstalowanych w systemie. Wybór tych programów może być dokonany
804 przez administratora lub użytkownika.
805
806 %package -n texconfig
807 Summary:        TeX typesetting system configurator
808 Summary(pl.UTF-8):      Konfigurator systemu składu TeX
809 Group:          Applications/Publishing/TeX
810 Requires:       %{name} = %{epoch}:%{version}-%{release}
811 Requires:       %{name}-dvips = %{epoch}:%{version}-%{release}
812 Requires:       %{name}-metafont = %{epoch}:%{version}-%{release}
813 Requires:       xdvi = %{epoch}:%{version}-%{release}
814 Obsoletes:      tetex-texconfig
815
816 %description -n texconfig
817 TeX typesetting system configurator.
818
819 %description -n texconfig -l pl.UTF-8
820 Konfigurator systemu składu TeX.
821
822 %package -n xdvi
823 Summary:        X11 previewer
824 Summary(de.UTF-8):      X11-Previewer
825 Summary(es.UTF-8):      Visualizador TeX X11
826 Summary(fr.UTF-8):      Prévisualisateur X11
827 Summary(pl.UTF-8):      Przeglądarka DVI dla X11
828 Summary(pt_BR.UTF-8):   Visualizador TeX X11
829 Summary(tr.UTF-8):      X11 öngörüntüleyici
830 Group:          Applications/Publishing/TeX
831 Requires(post,postun):  %{_bindir}/texhash
832 Requires:       %{name} = %{epoch}:%{version}-%{release}
833 Requires:       %{name}-metafont = %{epoch}:%{version}-%{release}
834 Suggests:       %{name}-dvips
835 Obsoletes:      tetex-xdvi
836
837 %description -n xdvi
838 xdvi is a program which runs under the X window system. It is used to
839 preview dvi files, such as are produced by tex and latex.
840
841 %description -n xdvi -l de.UTF-8
842 xdvi ist ein Programm, das unter dem X-Window-System läuft und gewohnt
843 ist, dvi-Dateien als Vorschau anzuzeigen, etwa solche, die von tex und
844 latex erzeugt wurden.
845
846 %description -n xdvi -l es.UTF-8
847 xdvi es un programa que se ejecuta en el sistema X Window. Se usa para
848 visualizar archivos dvi, como los producidos por tex y latex.
849
850 %description -n xdvi -l fr.UTF-8
851 xdvi est un programme s'exécutant sous le système X Window. Il sert à
852 visualiser les fichiers dvi tels que ceux produits par tex et latex.
853
854 %description -n xdvi -l pl.UTF-8
855 Xdvi jest programem (działającym w X Window System) do przeglądania
856 plików DVI, produkowanych przez TeXa i LaTeXa.
857
858 %description -n xdvi -l pt_BR.UTF-8
859 xdvi é um programa que roda no sistema X Window. É usado para
860 visualizar arquivos dvi, como os produzidos por tex e latex.
861
862 %package -n xindy
863 Summary:        Xindy creates sorted and tagged index from raw index
864 Summary(hu.UTF-8):      Xindy rendezett és cimkézett indexet készít nyers indexekből
865 Group:          Applications/Publishing/TeX
866
867 %description -n xindy
868 Xindy creates sorted and tagged index from raw index.
869
870 %description -n xindy -l hu.UTF-8
871 Xindy rendezett és cimkézett indexet készít nyers indexekből.
872
873 %package -n xindy-albanian
874 Summary:        Xindy albanian language
875 Summary(hu.UTF-8):      Xindy albán nyelv
876 Group:          Applications/Publishing/TeX
877
878 %description -n xindy-albanian
879 Xindy albanian language
880
881 %description -n xindy-albanian -l hu.UTF-8
882 Xindy albán nyelv
883
884 %package -n xindy-belarusian
885 Summary:        Xindy belarusian language
886 Summary(hu.UTF-8):      Xindy belorusz nyelv
887 Group:          Applications/Publishing/TeX
888
889 %description -n xindy-belarusian
890 Xindy belarusian language
891
892 %description -n xindy-belarusian -l hu.UTF-8
893 Xindy belorusz nyelv
894
895 %package -n xindy-bulgarian
896 Summary:        Xindy bulgarian language
897 Summary(hu.UTF-8):      Xindy bolgár nyelv
898 Group:          Applications/Publishing/TeX
899
900 %description -n xindy-bulgarian
901 Xindy bulgarian language
902
903 %description -n xindy-bulgarian -l hu.UTF-8
904 Xindy bolgár nyelv
905
906 %package -n xindy-croatian
907 Summary:        Xindy croatian language
908 Summary(hu.UTF-8):      Xindy horvát nyelv
909 Group:          Applications/Publishing/TeX
910
911 %description -n xindy-croatian
912 Xindy croatian language
913
914 %description -n xindy-croatian -l hu.UTF-8
915 Xindy horvát nyelv
916
917 %package -n xindy-czech
918 Summary:        Xindy czech language
919 Summary(hu.UTF-8):      Xindy cseh nyelv
920 Group:          Applications/Publishing/TeX
921
922 %description -n xindy-czech
923 Xindy czech language
924
925 %description -n xindy-czech -l hu.UTF-8
926 Xindy cseh nyelv
927
928 %package -n xindy-danish
929 Summary:        Xindy danish language
930 Summary(hu.UTF-8):      Xindy dán nyelv
931 Group:          Applications/Publishing/TeX
932
933 %description -n xindy-danish
934 Xindy danish language
935
936 %description -n xindy-danish -l hu.UTF-8
937 Xindy dán nyelv
938
939 %package -n xindy-dutch
940 Summary:        Xindy dutch language
941 Summary(hu.UTF-8):      Xindy holland nyelv
942 Group:          Applications/Publishing/TeX
943
944 %description -n xindy-dutch
945 Xindy dutch language
946
947 %description -n xindy-dutch -l hu.UTF-8
948 Xindy holland nyelv
949
950 %package -n xindy-english
951 Summary:        Xindy english language
952 Summary(hu.UTF-8):      Xindy angol nyelv
953 Group:          Applications/Publishing/TeX
954
955 %description -n xindy-english
956 Xindy english language
957
958 %description -n xindy-english -l hu.UTF-8
959 Xindy angol nyelv
960
961 %package -n xindy-esperanto
962 Summary:        Xindy esperanto language
963 Summary(hu.UTF-8):      Xindy eszperantó nyelv
964 Group:          Applications/Publishing/TeX
965
966 %description -n xindy-esperanto
967 Xindy esperanto language
968
969 %description -n xindy-esperanto -l hu.UTF-8
970 Xindy eszperantó nyelv
971
972 %package -n xindy-estonian
973 Summary:        Xindy estonian language
974 Summary(hu.UTF-8):      Xindy észt nyelv
975 Group:          Applications/Publishing/TeX
976
977 %description -n xindy-estonian
978 Xindy estonian language
979
980 %description -n xindy-estonian -l hu.UTF-8
981 Xindy észt nyelv
982
983 %package -n xindy-finnish
984 Summary:        Xindy finnish language
985 Summary(hu.UTF-8):      Xindy finn nyelv
986 Group:          Applications/Publishing/TeX
987
988 %description -n xindy-finnish
989 Xindy finnish language
990
991 %description -n xindy-finnish -l hu.UTF-8
992 Xindy finn nyelv
993
994 %package -n xindy-french
995 Summary:        Xindy french language
996 Summary(hu.UTF-8):      Xindy francia nyelv
997 Group:          Applications/Publishing/TeX
998
999 %description -n xindy-french
1000 Xindy french language
1001
1002 %description -n xindy-french -l hu.UTF-8
1003 Xindy francia nyelv
1004
1005 %package -n xindy-general
1006 Summary:        Xindy general language
1007 Summary(hu.UTF-8):      Xindy általános nyelv
1008 Group:          Applications/Publishing/TeX
1009
1010 %description -n xindy-general
1011 Xindy general language
1012
1013 %description -n xindy-general -l hu.UTF-8
1014 Xindy általános nyelv
1015
1016 %package -n xindy-georgian
1017 Summary:        Xindy georgian language
1018 Summary(hu.UTF-8):      Xindy georgian nyelv
1019 Group:          Applications/Publishing/TeX
1020
1021 %description -n xindy-georgian
1022 Xindy georgian language
1023
1024 %description -n xindy-georgian -l hu.UTF-8
1025 Xindy georgian nyelv
1026
1027 %package -n xindy-german
1028 Summary:        Xindy german language
1029 Summary(hu.UTF-8):      Xindy német nyelv
1030 Group:          Applications/Publishing/TeX
1031
1032 %description -n xindy-german
1033 Xindy german language
1034
1035 %description -n xindy-german -l hu.UTF-8
1036 Xindy német nyelv
1037
1038 %package -n xindy-greek
1039 Summary:        Xindy greek language
1040 Summary(hu.UTF-8):      Xindy görög nyelv
1041 Group:          Applications/Publishing/TeX
1042
1043 %description -n xindy-greek
1044 Xindy greek language
1045
1046 %description -n xindy-greek -l hu.UTF-8
1047 Xindy görög nyelv
1048
1049 %package -n xindy-gypsy
1050 Summary:        Xindy gypsy language
1051 Summary(hu.UTF-8):      Xindy cigány nyelv
1052 Group:          Applications/Publishing/TeX
1053
1054 %description -n xindy-gypsy
1055 Xindy gypsy language
1056
1057 %description -n xindy-gypsy -l hu.UTF-8
1058 Xindy cigány nyelv
1059
1060 %package -n xindy-hausa
1061 Summary:        Xindy hausa language
1062 Summary(hu.UTF-8):      Xindy hausa nyelv
1063 Group:          Applications/Publishing/TeX
1064
1065 %description -n xindy-hausa
1066 Xindy hausa language
1067
1068 %description -n xindy-hausa -l hu.UTF-8
1069 Xindy hausa nyelv
1070
1071 %package -n xindy-hebrew
1072 Summary:        Xindy hebrew language
1073 Summary(hu.UTF-8):      Xindy héber nyelv
1074 Group:          Applications/Publishing/TeX
1075
1076 %description -n xindy-hebrew
1077 Xindy hebrew language
1078
1079 %description -n xindy-hebrew -l hu.UTF-8
1080 Xindy héber nyelv
1081
1082 %package -n xindy-hungarian
1083 Summary:        Xindy hungarian language
1084 Summary(hu.UTF-8):      Xindy magyar nyelv
1085 Group:          Applications/Publishing/TeX
1086
1087 %description -n xindy-hungarian
1088 Xindy hungarian language
1089
1090 %description -n xindy-hungarian -l hu.UTF-8
1091 Xindy magyar nyelv
1092
1093 %package -n xindy-icelandic
1094 Summary:        Xindy icelandic language
1095 Summary(hu.UTF-8):      Xindy izlandi nyelv
1096 Group:          Applications/Publishing/TeX
1097
1098 %description -n xindy-icelandic
1099 Xindy icelandic language
1100
1101 %description -n xindy-icelandic -l hu.UTF-8
1102 Xindy izlandi nyelv
1103
1104 %package -n xindy-italian
1105 Summary:        Xindy italian language
1106 Summary(hu.UTF-8):      Xindy olasz nyelv
1107 Group:          Applications/Publishing/TeX
1108
1109 %description -n xindy-italian
1110 Xindy italian language
1111
1112 %description -n xindy-italian -l hu.UTF-8
1113 Xindy olasz nyelv
1114
1115 %package -n xindy-klingon
1116 Summary:        Xindy klingon language
1117 Summary(hu.UTF-8):      Xindy klingon nyelv
1118 Group:          Applications/Publishing/TeX
1119
1120 %description -n xindy-klingon
1121 Xindy klingon language
1122
1123 %description -n xindy-klingon -l hu.UTF-8
1124 Xindy klingon nyelv
1125
1126 %package -n xindy-kurdish
1127 Summary:        Xindy kurdish language
1128 Summary(hu.UTF-8):      Xindy kurd nyelv
1129 Group:          Applications/Publishing/TeX
1130
1131 %description -n xindy-kurdish
1132 Xindy kurdish language
1133
1134 %description -n xindy-kurdish -l hu.UTF-8
1135 Xindy kurd nyelv
1136
1137 %package -n xindy-latin
1138 Summary:        Xindy latin language
1139 Summary(hu.UTF-8):      Xindy latin nyelv
1140 Group:          Applications/Publishing/TeX
1141
1142 %description -n xindy-latin
1143 Xindy latin language
1144
1145 %description -n xindy-latin -l hu.UTF-8
1146 Xindy latin nyelv
1147
1148 %package -n xindy-latvian
1149 Summary:        Xindy latvian language
1150 Summary(hu.UTF-8):      Xindy lett nyelv
1151 Group:          Applications/Publishing/TeX
1152
1153 %description -n xindy-latvian
1154 Xindy latvian language
1155
1156 %description -n xindy-latvian -l hu.UTF-8
1157 Xindy lett nyelv
1158
1159 %package -n xindy-lithuanian
1160 Summary:        Xindy lithuanian language
1161 Summary(hu.UTF-8):      Xindy litván nyelv
1162 Group:          Applications/Publishing/TeX
1163
1164 %description -n xindy-lithuanian
1165 Xindy lithuanian language
1166
1167 %description -n xindy-lithuanian -l hu.UTF-8
1168 Xindy litván nyelv
1169
1170 %package -n xindy-lower-sorbian
1171 Summary:        Xindy lower-sorbian language
1172 Summary(hu.UTF-8):      Xindy lower-sorbian nyelv
1173 Group:          Applications/Publishing/TeX
1174
1175 %description -n xindy-lower-sorbian
1176 Xindy lower-sorbian language
1177
1178 %description -n xindy-lower-sorbian -l hu.UTF-8
1179 Xindy lower-sorbian nyelv
1180
1181 %package -n xindy-macedonian
1182 Summary:        Xindy macedonian language
1183 Summary(hu.UTF-8):      Xindy macedón nyelv
1184 Group:          Applications/Publishing/TeX
1185
1186 %description -n xindy-macedonian
1187 Xindy macedonian language
1188
1189 %description -n xindy-macedonian -l hu.UTF-8
1190 Xindy macedón nyelv
1191
1192 %package -n xindy-mongolian
1193 Summary:        Xindy mongolian language
1194 Summary(hu.UTF-8):      Xindy mongol nyelv
1195 Group:          Applications/Publishing/TeX
1196
1197 %description -n xindy-mongolian
1198 Xindy mongolian language
1199
1200 %description -n xindy-mongolian -l hu.UTF-8
1201 Xindy mongol nyelv
1202
1203 %package -n xindy-norwegian
1204 Summary:        Xindy norwegian language
1205 Summary(hu.UTF-8):      Xindy norvég nyelv
1206 Group:          Applications/Publishing/TeX
1207
1208 %description -n xindy-norwegian
1209 Xindy norwegian language
1210
1211 %description -n xindy-norwegian -l hu.UTF-8
1212 Xindy norvég nyelv
1213
1214 %package -n xindy-polish
1215 Summary:        Xindy polish language
1216 Summary(hu.UTF-8):      Xindy lengyel nyelv
1217 Group:          Applications/Publishing/TeX
1218
1219 %description -n xindy-polish
1220 Xindy polish language
1221
1222 %description -n xindy-polish -l hu.UTF-8
1223 Xindy lengyel nyelv
1224
1225 %package -n xindy-portuguese
1226 Summary:        Xindy portuguese language
1227 Summary(hu.UTF-8):      Xindy portugál nyelv
1228 Group:          Applications/Publishing/TeX
1229
1230 %description -n xindy-portuguese
1231 Xindy portuguese language
1232
1233 %description -n xindy-portuguese -l hu.UTF-8
1234 Xindy portugál nyelv
1235
1236 %package -n xindy-romanian
1237 Summary:        Xindy romanian language
1238 Summary(hu.UTF-8):      Xindy román nyelv
1239 Group:          Applications/Publishing/TeX
1240
1241 %description -n xindy-romanian
1242 Xindy romanian language
1243
1244 %description -n xindy-romanian -l hu.UTF-8
1245 Xindy román nyelv
1246
1247 %package -n xindy-russian
1248 Summary:        Xindy russian language
1249 Summary(hu.UTF-8):      Xindy orosz nyelv
1250 Group:          Applications/Publishing/TeX
1251
1252 %description -n xindy-russian
1253 Xindy russian language
1254
1255 %description -n xindy-russian -l hu.UTF-8
1256 Xindy orosz nyelv
1257
1258 %package -n xindy-serbian
1259 Summary:        Xindy serbian language
1260 Summary(hu.UTF-8):      Xindy szerb nyelv
1261 Group:          Applications/Publishing/TeX
1262
1263 %description -n xindy-serbian
1264 Xindy serbian language
1265
1266 %description -n xindy-serbian -l hu.UTF-8
1267 Xindy szerb nyelv
1268
1269 %package -n xindy-slovak
1270 Summary:        Xindy slovak language
1271 Summary(hu.UTF-8):      Xindy szlovák nyelv
1272 Group:          Applications/Publishing/TeX
1273
1274 %description -n xindy-slovak
1275 Xindy slovak language
1276
1277 %description -n xindy-slovak -l hu.UTF-8
1278 Xindy szlovák nyelv
1279
1280 %package -n xindy-slovenian
1281 Summary:        Xindy slovenian language
1282 Summary(hu.UTF-8):      Xindy szlovén nyelv
1283 Group:          Applications/Publishing/TeX
1284
1285 %description -n xindy-slovenian
1286 Xindy slovenian language
1287
1288 %description -n xindy-slovenian -l hu.UTF-8
1289 Xindy szlovén nyelv
1290
1291 %package -n xindy-spanish
1292 Summary:        Xindy spanish language
1293 Summary(hu.UTF-8):      Xindy spanyol nyelv
1294 Group:          Applications/Publishing/TeX
1295
1296 %description -n xindy-spanish
1297 Xindy spanish language
1298
1299 %description -n xindy-spanish -l hu.UTF-8
1300 Xindy spanyol nyelv
1301
1302 %package -n xindy-swedish
1303 Summary:        Xindy swedish language
1304 Summary(hu.UTF-8):      Xindy svéd nyelv
1305 Group:          Applications/Publishing/TeX
1306
1307 %description -n xindy-swedish
1308 Xindy swedish language
1309
1310 %description -n xindy-swedish -l hu.UTF-8
1311 Xindy svéd nyelv
1312
1313 %package -n xindy-turkish
1314 Summary:        Xindy turkish language
1315 Summary(hu.UTF-8):      Xindy török nyelv
1316 Group:          Applications/Publishing/TeX
1317
1318 %description -n xindy-turkish
1319 Xindy turkish language
1320
1321 %description -n xindy-turkish -l hu.UTF-8
1322 Xindy török nyelv
1323
1324 %package -n xindy-ukrainian
1325 Summary:        Xindy ukrainian language
1326 Summary(hu.UTF-8):      Xindy ukrán nyelv
1327 Group:          Applications/Publishing/TeX
1328
1329 %description -n xindy-ukrainian
1330 Xindy ukrainian language
1331
1332 %description -n xindy-ukrainian -l hu.UTF-8
1333 Xindy ukrán nyelv
1334
1335 %package -n xindy-upper-sorbian
1336 Summary:        Xindy upper-sorbian language
1337 Summary(hu.UTF-8):      Xindy upper-sorbian nyelv
1338 Group:          Applications/Publishing/TeX
1339
1340 %description -n xindy-upper-sorbian
1341 Xindy upper-sorbian language
1342
1343 %description -n xindy-upper-sorbian -l hu.UTF-8
1344 Xindy upper-sorbian nyelv
1345
1346 %package -n xindy-vietnamese
1347 Summary:        Xindy vietnamese language
1348 Summary(hu.UTF-8):      Xindy vietnámi nyelv
1349 Group:          Applications/Publishing/TeX
1350
1351 %description -n xindy-vietnamese
1352 Xindy vietnamese language
1353
1354 %description -n xindy-vietnamese -l hu.UTF-8
1355 Xindy vietnám nyelv
1356
1357
1358 %package pdftex
1359 Summary:        TeX generating PDF files instead DVI
1360 Summary(hu.UTF-8):      PDF fájlok készítése DVI helyett TeX-ből
1361 Summary(pl.UTF-8):      TeX generujący pliki PDF zamiast DVI
1362 Group:          Applications/Publishing/TeX
1363 Requires(post,postun):  %{_bindir}/texhash
1364 Requires:       %{name} = %{epoch}:%{version}-%{release}
1365 Requires:       %{name}-fonts-type1-bluesky = %{epoch}:%{version}-%{release}
1366
1367 %description pdftex
1368 TeX generating PDF files instead DVI.
1369
1370 %description pdftex -l pl.UTF-8
1371 TeX generujący pliki PDF zamiast DVI.
1372
1373 %package psutils
1374 Summary:        PostScript Utilities
1375 Summary(hu.UTF-8):      PostScript eszközök
1376 Summary(pl.UTF-8):      Narzędzia do PostScriptu
1377 Group:          Applications/Printing
1378 Obsoletes:      psutils
1379
1380 %description psutils
1381 This archive contains some utilities for manipulating PostScript
1382 documents. Page selection and rearrangement are supported, including
1383 arrangement into signatures for booklet printing, and page merging for
1384 n-up printing.
1385
1386 %description psutils -l hu.UTF-8
1387 Ez a csomag jónéhány eszközt tartalmaz, amellyel a PostScript
1388 dokumentumok manipulálhatók. Oldal kijelölés és átrendezés támogatott,
1389 beleértve a booklet nyomtatáshoz való átrendezést is.
1390
1391 %description psutils -l pl.UTF-8
1392 PSutils zawiera programy pomagające manipulować plikami PostScript,
1393 wybierać strony przeznaczone do wydruku, ich kolejność, układ. Pozwala
1394 także na łączenie różnych plików PostScript w całość.
1395
1396 %package phyzzx
1397 Summary:        A TeX format for physicists
1398 Summary(hu.UTF-8):      TeX formátum fizikusoknak
1399 Group:          Applications/Publishing/TeX
1400 Requires(post,postun):  %{_bindir}/texhash
1401 Requires:       %{name} = %{epoch}:%{version}-%{release}
1402
1403 %description phyzzx
1404 A TeX format for physicists.
1405
1406 %description phyzzx -l hu.UTF-8
1407 TeX formátum fizikusoknak.
1408
1409 %package omega
1410 Summary:        Extended unicode TeX
1411 Summary(pl.UTF-8):      Omega - TeX ze wsparciem dla unikodu
1412 Group:          Applications/Publishing/TeX
1413 Requires(post,postun):  %{_bindir}/texhash
1414 Requires:       %{name} = %{epoch}:%{version}-%{release}
1415 Requires:       %{name}-fonts-omega = %{epoch}:%{version}-%{release}
1416 Requires:       %{name}-plain = %{epoch}:%{version}-%{release}
1417
1418 %description omega
1419 Omega is a version of the TeX program modified for multilingual
1420 typesetting. It uses unicode, and has additional primitives for (among
1421 other things) bidirectional typesetting.
1422
1423 %description omega -l pl.UTF-8
1424 Omega to wersja TeXa zmodyfikowana dla potrzeb składu wielojęzycznego.
1425 Używa unikodu i ma dodatkowe prymitywy do (między innymi) składania
1426 tekstu pisanego w obu kierunkach.
1427
1428 # # formats #
1429
1430 # Plain format.
1431
1432 %package plain
1433 Summary:        Plain TeX format basic files
1434 Summary(pl.UTF-8):      Podstawowe pliki dla formatu Plain TeX
1435 Group:          Applications/Publishing/TeX
1436 Requires(post,postun):  %{_bindir}/texhash
1437 Requires:       %{name} = %{epoch}:%{version}-%{release}
1438
1439 %description plain
1440 Plain TeX format basic files.
1441
1442 %description plain -l pl.UTF-8
1443 Podstawowe pliki dla formatu Plain TeX.
1444
1445 %package format-plain
1446 Summary:        TeX Plain format
1447 Summary(pl.UTF-8):      Format TeX Plain
1448 Group:          Applications/Publishing/TeX
1449 Requires(post,postun):  %{_bindir}/texhash
1450 Requires:       %{name}-plain = %{epoch}:%{version}-%{release}
1451
1452 %description format-plain
1453 TeX Plain format.
1454
1455 %description format-plain -l pl.UTF-8
1456 Format TeX Plain.
1457
1458 %package format-pdftex
1459 Summary:        PDFTeX Plain format
1460 Summary(pl.UTF-8):      Format PDFTeX Plain
1461 Group:          Applications/Publishing/TeX
1462 Requires(post,postun):  %{_bindir}/texhash
1463 Requires:       %{name}-pdftex = %{epoch}:%{version}-%{release}
1464 Requires:       %{name}-plain = %{epoch}:%{version}-%{release}
1465 # for epstopdf to work
1466 Requires:       fonts-Type1-urw
1467 Requires:       ghostscript
1468
1469 %description format-pdftex
1470 PDFTeX Plain format.
1471
1472 %description format-pdftex -l pl.UTF-8
1473 Format PDFTeX Plain.
1474
1475 %package format-pdfetex
1476 Summary:        PDFTeX EPlain format
1477 Summary(pl.UTF-8):      Format PDFTeX EPlain
1478 Group:          Applications/Publishing/TeX
1479 Requires(post,postun):  %{_bindir}/texhash
1480 Requires:       %{name}-pdftex = %{epoch}:%{version}-%{release}
1481 Requires:       %{name}-plain = %{epoch}:%{version}-%{release}
1482
1483 %description format-pdfetex
1484 PDFTeX EPlain format.
1485
1486 %description format-pdfetex -l pl.UTF-8
1487 Format PDFTeX EPlain.
1488
1489 # MeX Plain format
1490
1491 %package mex
1492 Summary:        MeX Plain Format basic files
1493 Summary(pl.UTF-8):      Podstawowe pliki dla format MeX Plain
1494 Group:          Applications/Publishing/TeX
1495 Requires(post,postun):  %{_bindir}/texhash
1496 Requires:       %{name} = %{epoch}:%{version}-%{release}
1497 Requires:       texlive-fonts-pl = %{epoch}:%{version}-%{release}
1498 Requires:       texlive-plain = %{epoch}:%{version}-%{release}
1499
1500 %description mex
1501 MeX Plain Format basic files.
1502
1503 %description mex -l pl.UTF-8
1504 Podstawowe pliki dla formatu MeX Plain.
1505
1506 %package format-mex
1507 Summary:        MeX Plain Format
1508 Summary(pl.UTF-8):      Format MeX Plain
1509 Group:          Applications/Publishing/TeX
1510 Requires(post,postun):  %{_bindir}/texhash
1511 Requires:       texlive-mex = %{epoch}:%{version}-%{release}
1512
1513 %description format-mex
1514 MeX Plain Format.
1515
1516 %description format-mex -l pl.UTF-8
1517 Format MeX Plain.
1518
1519 %package format-pdfmex
1520 Summary:        PDFMeX Plain Format
1521 Summary(pl.UTF-8):      Format PDFMeX Plain
1522 Group:          Applications/Publishing/TeX
1523 Requires(post,postun):  %{_bindir}/texhash
1524 Requires:       %{name}-mex = %{epoch}:%{version}-%{release}
1525 Requires:       %{name}-pdftex = %{epoch}:%{version}-%{release}
1526
1527 %description format-pdfmex
1528 PDFMeX Plain Format.
1529
1530 %description format-pdfmex -l pl.UTF-8
1531 Format PDFMeX Plain.
1532
1533 %package format-utf8mex
1534 Summary:        MeX Plain Format with UTF-8 encoded source files
1535 Summary(pl.UTF-8):      Format MeX Plain z plikami źródłowymi kodowanymi UTF-8
1536 Group:          Applications/Publishing/TeX
1537 Requires(post,postun):  %{_bindir}/texhash
1538 Requires:       %{name}-mex = %{epoch}:%{version}-%{release}
1539
1540 %description format-utf8mex
1541 MeX Plain Format with UTF-8 encoded source files.
1542
1543 %description format-utf8mex -l pl.UTF-8
1544 Format MeX Plain z plikami źródłowymi kodowanymi UTF-8.
1545
1546 # AMS TeX format
1547
1548 %package amstex
1549 Summary:        AMS macros for Plain TeX basic files
1550 Summary(pl.UTF-8):      Podstawowe pliki makr AMS dla formatu Plain TeX
1551 Group:          Applications/Publishing/TeX
1552 Requires(post,postun):  %{_bindir}/texhash
1553 Requires:       %{name}-fonts-ams = %{epoch}:%{version}-%{release}
1554 Requires:       %{name}-plain = %{epoch}:%{version}-%{release}
1555 Obsoletes:      tetex-ams
1556 Obsoletes:      tetex-plain-amsfonts
1557
1558 %description amstex
1559 American Mathematical Society macros for Plain TeX basic files.
1560
1561 %description amstex -l pl.UTF-8
1562 Podstawowe pliki makr AMS (American Mathematical Society) dla formatu
1563 Plain TeX.
1564
1565 %package format-amstex
1566 Summary:        AMS macros for Plain TeX
1567 Summary(pl.UTF-8):      Makra AMS dla formatu Plain TeX
1568 Group:          Applications/Publishing/TeX
1569 Requires(post,postun):  %{_bindir}/texhash
1570 Requires:       %{name}-amstex = %{epoch}:%{version}-%{release}
1571 Obsoletes:      tetex-ams
1572
1573 %description format-amstex
1574 American Mathematical Society macros for Plain TeX.
1575
1576 %description format-amstex -l pl.UTF-8
1577 Makra AMS (American Mathematical Society) dla formatu Plain TeX.
1578
1579 %package format-pdfamstex
1580 Summary:        AMS macros for PDFTeX
1581 Summary(pl.UTF-8):      Makra AMS dla formatu PDFTeX
1582 Group:          Applications/Publishing/TeX
1583 Requires(post,postun):  %{_bindir}/texhash
1584 Requires:       %{name}-amstex = %{epoch}:%{version}-%{release}
1585 Requires:       %{name}-pdftex = %{epoch}:%{version}-%{release}
1586
1587 %description format-pdfamstex
1588 American Mathematical Society macros for PDFTeX.
1589
1590 %description format-pdfamstex -l pl.UTF-8
1591 Makra AMS (American Mathematical Society) dla formatu PDFTeX.
1592
1593 # CSPlain format
1594
1595 %package csplain
1596 Summary:        TeX CSPlain format basic files
1597 Summary(pl.UTF-8):      Podstawowe pliki dla formatu TeX CSPlain
1598 Group:          Applications/Publishing/TeX
1599 Requires(post,postun):  %{_bindir}/texhash
1600 Requires:       %{name}-fonts-cs = %{epoch}:%{version}-%{release}
1601 Requires:       %{name}-plain = %{epoch}:%{version}-%{release}
1602
1603 %description csplain
1604 TeX CSPlain format basic files.
1605
1606 %description csplain -l pl.UTF-8
1607 Podstawowe pliki dla formatu TeX CSPlain.
1608
1609 %package format-csplain
1610 Summary:        TeX CSPlain format
1611 Summary(pl.UTF-8):      Format TeX CSPlain
1612 Group:          Applications/Publishing/TeX
1613 Requires(post,postun):  %{_bindir}/texhash
1614 Requires:       %{name}-csplain = %{epoch}:%{version}-%{release}
1615
1616 %description format-csplain
1617 TeX CSPlain format.
1618
1619 %description format-csplain -l pl.UTF-8
1620 Format TeX CSPlain.
1621
1622 %package format-pdfcsplain
1623 Summary:        PDFTeX CSPlain format
1624 Summary(pl.UTF-8):      Format PDFTeX CSPlain
1625 Group:          Applications/Publishing/TeX
1626 Requires(post,postun):  %{_bindir}/texhash
1627 Requires:       %{name}-csplain = %{epoch}:%{version}-%{release}
1628
1629 %description format-pdfcsplain
1630 PDFTeX CSPlain format.
1631
1632 %description format-pdfcsplain -l pl.UTF-8
1633 Format PDFTeX CSPlain.
1634
1635 # CSLaTeX format
1636
1637 %package cslatex
1638 Summary:        CSLaTeX format basic files
1639 Summary(pl.UTF-8):      Podstawowe pliki dla formatu CSLaTeX
1640 Group:          Applications/Publishing/TeX
1641 Requires(post,postun):  %{_bindir}/texhash
1642 Requires:       %{name}-fonts-cs = %{epoch}:%{version}-%{release}
1643 Requires:       %{name}-plain = %{epoch}:%{version}-%{release}
1644
1645 %description cslatex
1646 CSLaTeX format basic files.
1647
1648 %description cslatex -l pl.UTF-8
1649 Podstawowe pliki dla formatu CSLaTeX.
1650
1651 %package format-cslatex
1652 Summary:        CSLaTeX format
1653 Summary(pl.UTF-8):      Format CSLaTeX
1654 Group:          Applications/Publishing/TeX
1655 Requires(post,postun):  %{_bindir}/texhash
1656 Requires:       %{name}-cslatex = %{epoch}:%{version}-%{release}
1657
1658 %description format-cslatex
1659 CSLaTeX format.
1660
1661 %description format-cslatex -l pl.UTF-8
1662 Format CSLaTeX.
1663
1664 %package format-pdfcslatex
1665 Summary:        PDF CSLaTeX format
1666 Summary(pl.UTF-8):      Format PDF CSLaTeX
1667 Group:          Applications/Publishing/TeX
1668 Requires(post,postun):  %{_bindir}/texhash
1669 Requires:       %{name}-cslatex = %{epoch}:%{version}-%{release}
1670
1671 %description format-pdfcslatex
1672 PDF CSLaTeX format.
1673
1674 %description format-pdfcslatex -l pl.UTF-8
1675 Format PDF CSLaTeX.
1676
1677 # Cyrillic Plain format
1678
1679 %package cyrplain
1680 Summary:        Cyrillic Plain format basic files
1681 Summary(pl.UTF-8):      Podstawowe pliki dla formatu Cyrillic Plain
1682 Group:          Applications/Publishing/TeX
1683 Requires(post,postun):  %{_bindir}/texhash
1684 Requires:       %{name}-plain = %{epoch}:%{version}-%{release}
1685
1686 %description cyrplain
1687 Cyrillic Plain format basic files.
1688
1689 %description cyrplain -l pl.UTF-8
1690 Podstawowe pliki dla formatu Cyrillic Plain.
1691
1692 %package format-cyrplain
1693 Summary:        Cyrillic Plain format
1694 Summary(pl.UTF-8):      Format Cyrillic Plain
1695 Group:          Applications/Publishing/TeX
1696 Requires(post,postun):  %{_bindir}/texhash
1697 Requires:       %{name}-cyrplain = %{epoch}:%{version}-%{release}
1698
1699 %description format-cyrplain
1700 Cyrillic Plain format.
1701
1702 %description format-cyrplain -l pl.UTF-8
1703 Format Cyrillic Plain.
1704
1705 %package format-cyramstex
1706 Summary:        Cyrillic AMSTeX format
1707 Summary(pl.UTF-8):      Format Cyrillic AMSTeX
1708 Group:          Applications/Publishing/TeX
1709 Requires(post,postun):  %{_bindir}/texhash
1710 Requires:       %{name}-plain = %{epoch}:%{version}-%{release}
1711 Obsoletes:      tetex-cyramstex
1712
1713 %description format-cyramstex
1714 Cyrillic AMSTeX format.
1715
1716 %description format-cyramstex -l pl.UTF-8
1717 Format Cyrillic AMSTeX.
1718
1719 %package format-cyrtexinfo
1720 Summary:        Cyrillic TeXInfo format
1721 Summary(pl.UTF-8):      Format Cyrillic TeXInfo
1722 Group:          Applications/Publishing/TeX
1723 Requires(post,postun):  %{_bindir}/texhash
1724 Requires:       %{name}-plain = %{epoch}:%{version}-%{release}
1725 Obsoletes:      tetex-cyrtexinfo
1726
1727 %description format-cyrtexinfo
1728 Cyrillic TeXInfo format.
1729
1730 %description format-cyrtexinfo -l pl.UTF-8
1731 Format Cyrillic TeXInfo.
1732
1733 # EPlain format
1734
1735 %package eplain
1736 Summary:        EPlain format basic files
1737 Summary(pl.UTF-8):      Podstawowe pliki dla formatu EPlain
1738 Group:          Applications/Publishing/TeX
1739 Requires(post,postun):  %{_bindir}/texhash
1740 Requires:       %{name}-plain = %{epoch}:%{version}-%{release}
1741 Obsoletes:      tetex-etex
1742
1743 %description eplain
1744 EPlain format basic files.
1745
1746 %description eplain -l pl.UTF-8
1747 Podstawowe pliki dla formatu EPlain.
1748
1749 %package format-eplain
1750 Summary:        EPlain format
1751 Summary(pl.UTF-8):      Format EPlain
1752 Group:          Applications/Publishing/TeX
1753 Requires(post,postun):  %{_bindir}/texhash
1754 Requires:       %{name}-eplain = %{epoch}:%{version}-%{release}
1755
1756 %description format-eplain
1757 EPlain format.
1758
1759 %description format-eplain -l pl.UTF-8
1760 Format EPlain.
1761
1762 # ConTeXt format.
1763
1764 %package context
1765 Summary:        ConTeXt macro package basic files
1766 Summary(pl.UTF-8):      Podstawowe pliki pakietu makr ConTeXt
1767 Group:          Applications/Publishing/TeX
1768 Requires(post,postun):  %{_bindir}/texhash
1769 Requires:       %{name} = %{epoch}:%{version}-%{release}
1770 Obsoletes:      tetex-latex-context
1771
1772 %define         _noautoreq      'perl(path_tre)'
1773
1774 %description context
1775 A full featured, parameter driven macro package, which fully supports
1776 advanced interactive documents.
1777
1778 This package contains basic files.
1779
1780 %description context -l pl.UTF-8
1781 Pakiet makr sterowanych przez parametry o pełnych możliwościach,
1782 całkowicie obsługujący zaawansowane dokumenty interaktywne.
1783
1784 Ten pakiet zawiera podstawowe pliki.
1785
1786 %package format-context-de
1787 Summary:        German ConTeXt format
1788 Summary(pl.UTF-8):      Niemiecka wersja formatu ConTeXt
1789 Group:          Applications/Publishing/TeX
1790 Requires(post,postun):  %{_bindir}/texhash
1791 Requires:       %{name}-context = %{epoch}:%{version}-%{release}
1792
1793 %description format-context-de
1794 German ConTeXt format.
1795
1796 %description format-context-de -l pl.UTF-8
1797 Niemiecka wersja formatu ConTeXt.
1798
1799 %package format-context-en
1800 Summary:        English ConTeXt format
1801 Summary(pl.UTF-8):      Angielska wersja formatu ConTeXt
1802 Group:          Applications/Publishing/TeX
1803 Requires(post,postun):  %{_bindir}/texhash
1804 Requires:       %{name}-context = %{epoch}:%{version}-%{release}
1805
1806 %description format-context-en
1807 English ConTeXt format.
1808
1809 %description format-context-en -l pl.UTF-8
1810 Angielska wersja formatu ConTeXt.
1811
1812 %package format-context-nl
1813 Summary:        Dutch ConTeXt format
1814 Summary(pl.UTF-8):      Holenderska wersja formatu ConTeXt
1815 Group:          Applications/Publishing/TeX
1816 Requires(post,postun):  %{_bindir}/texhash
1817 Requires:       %{name}-context = %{epoch}:%{version}-%{release}
1818
1819 %description format-context-nl
1820 Dutch ConTeXt format.
1821
1822 %description format-context-nl -l pl.UTF-8
1823 Holenderska wersja formatu ConTeXt.
1824
1825 # LaTeX format.
1826
1827 %package latex
1828 Summary:        LaTeX macro package basic files
1829 Summary(pl.UTF-8):      Podstawowe pliki pakietu makr LaTeX
1830 Group:          Applications/Publishing/TeX
1831 Requires(post,postun):  %{_bindir}/texhash
1832 Requires:       %{name} = %{epoch}:%{version}-%{release}
1833 Requires:       %{name}-fonts-latex = %{epoch}:%{version}-%{release}
1834 Requires:       %{name}-tex-ruhyphen = %{epoch}:%{version}-%{release}
1835 Requires:       %{name}-tex-ukrhyph = %{epoch}:%{version}-%{release}
1836 # for misc/eurosym:
1837 Requires:       %{name}-fonts-eurosym = %{epoch}:%{version}-%{release}
1838 Requires:       %{name}-pdftex = %{epoch}:%{version}-%{release}
1839 Requires:       %{name}-tex-babel = %{epoch}:%{version}-%{release}
1840 Requires:       %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
1841 Suggests:       %{name}-fonts-jknappen
1842 Suggests:       %{name}-latex-ucs = %{epoch}:%{version}-%{release}
1843 Obsoletes:      tetex-bibtex-koma-script
1844 Obsoletes:      tetex-latex-SIunits
1845 Obsoletes:      tetex-latex-caption
1846 Obsoletes:      tetex-latex-curves
1847 Obsoletes:      tetex-latex-dinbrief
1848 Obsoletes:      tetex-latex-draftcopy
1849 Obsoletes:      tetex-latex-dvilj
1850 Obsoletes:      tetex-latex-eepic
1851 Obsoletes:      tetex-latex-endfloat
1852 Obsoletes:      tetex-latex-fancyhdr
1853 Obsoletes:      tetex-latex-fancyheadings
1854 Obsoletes:      tetex-latex-fancyvrb
1855 Obsoletes:      tetex-latex-fp
1856 Obsoletes:      tetex-latex-graphics
1857 Obsoletes:      tetex-latex-hyperref
1858 Obsoletes:      tetex-latex-koma-script
1859 Obsoletes:      tetex-latex-labels
1860 Obsoletes:      tetex-latex-listings
1861 Obsoletes:      tetex-latex-misc
1862 Obsoletes:      tetex-latex-ms
1863 Obsoletes:      tetex-latex-multirow
1864 Obsoletes:      tetex-latex-mwcls
1865 Obsoletes:      tetex-latex-mwdtools
1866 Obsoletes:      tetex-latex-natbib
1867 Obsoletes:      tetex-latex-ntgclass
1868 Obsoletes:      tetex-latex-oberdiek
1869 Obsoletes:      tetex-latex-pb-diagram
1870 Obsoletes:      tetex-latex-pstricks
1871 Obsoletes:      tetex-latex-revtex4
1872 Obsoletes:      tetex-latex-seminar
1873 Obsoletes:      tetex-latex-t2
1874 Obsoletes:      tetex-latex-titlesec
1875 Obsoletes:      tetex-latex-tools
1876 Obsoletes:      tetex-latex-units
1877 Obsoletes:      tetex-mwcls
1878 Obsoletes:      tetex-revtex4
1879
1880 %description latex
1881 LaTeX is a front end for the TeX text formatting system. Easier to use
1882 than TeX, LaTeX is essentially a set of TeX macros which provide
1883 convenient, predefined document formats for users.
1884
1885 This package contains basic files.
1886
1887 %description latex -l pl.UTF-8
1888 LaTeX jest frontendem do systemu formatującego tekst TeX. Jest
1889 łatwiejszy w użyciu niż TeX. Jest właściwie zestawem makr TeXowych,
1890 dających użytkownikom wygodne, predefiniowane formaty dokumentów.
1891
1892 Ten pakiet zawiera podstawowe pliki.
1893
1894 %package latex-colortab
1895 Summary:        Shade cells of tables and halign
1896 Group:          Applications/Publishing/TeX
1897 Requires(post,postun):  %{_bindir}/texhash
1898 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
1899
1900 %description latex-colortab
1901 Shade cells of tables and halign.
1902
1903 %package latex-12many
1904 Summary:        Generalising mathematical index sets
1905 Summary(hu.UTF-8):      A matematikai halmazok indexelésének általánosítása
1906 Group:          Applications/Publishing/TeX
1907 Requires(post,postun):  %{_bindir}/texhash
1908 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
1909
1910 %description latex-12many
1911 Generalising mathematical index sets.
1912
1913 %description latex-12many -l hu.UTF-8
1914 A matematikai halmazok indexelésének általánosítása.
1915
1916 %package latex-abstract
1917 Summary:        Control the typesetting of the abstract environment
1918 Summary(hu.UTF-8):      Az "abstract" környezet szedésének irányítása
1919 Group:          Applications/Publishing/TeX
1920 Requires(post,postun):  %{_bindir}/texhash
1921 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
1922
1923 %description latex-abstract
1924 Control the typesetting of the abstract environment.
1925
1926 %description latex-abstract -l hu.UTF-8
1927 Az "abstract" környezet szedésének irányítása.
1928
1929 %package latex-accfonts
1930 Summary:        Utilities to derive new fonts from existing ones
1931 Summary(hu.UTF-8):      Eszközök új betűtípusok származtatására már létezőkből
1932 Group:          Applications/Publishing/TeX
1933 Requires(post,postun):  %{_bindir}/texhash
1934
1935 %description latex-accfonts
1936 Utilities to derive new fonts from existing ones.
1937
1938 %description latex-accfonts -l hu.UTF-8
1939 Eszközök új betűtípusok származtatására már létezőkből.
1940
1941 %package latex-adrconv
1942 Summary:        BibTeX styles to implement an address database
1943 Summary(hu.UTF-8):      BibTeX stílusok cím-adatbázis megvalósításához
1944 Group:          Applications/Publishing/TeX
1945 Requires(post,postun):  %{_bindir}/texhash
1946 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
1947
1948 %description latex-adrconv
1949 BibTeX styles to implement an address database.
1950
1951 %description latex-adrconv -l hu.UTF-8
1952 BibTeX stílusok cím-adatbázis megvalósításához.
1953
1954
1955 %package latex-ae
1956 Summary:        Virtual fonts for PDF-files with T1 encoded CMR-fonts
1957 Summary(pl.UTF-8):      Wirtualne fonty dla plików PDF z fontami CMR o kodowaniu T1
1958 Group:          Applications/Publishing/TeX
1959 Requires(post,postun):  %{_bindir}/texhash
1960 Requires:       %{name}-fonts-ae = %{epoch}:%{version}-%{release}
1961 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
1962
1963 %description latex-ae
1964 A set of virtual fonts which emulates T1 coded fonts using the
1965 standard CM fonts. The package is called AE fonts (for Almost
1966 European). The main use of the package is to produce PDF files using
1967 versions of the CM fonts instead of the bitmapped EC fonts.
1968
1969 %description latex-ae -l pl.UTF-8
1970 Zestaw wirtualnych fontów emulujących fonty o kodowaniu T1 przy użyciu
1971 standardowych 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
1977 Summary:        Floating algorithm environment
1978 Summary(pl.UTF-8):      Pływające środowisko dla algorytmów
1979 Group:          Applications/Publishing/TeX
1980 Requires(post,postun):  /usr/bin/texhash
1981 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
1982
1983 %description latex-algorithms
1984 Defines a floating algorithm environment designed to work with the
1985 algorithmic package.
1986
1987 %description latex-algorithms -l pl.UTF-8
1988 Pakiet definiujący pływające środowisko dla algorytmów zaprojektowane
1989 do pracy z pakietem algorithmic.
1990
1991 %package latex-ams
1992 Summary:        AMS math facilities for LaTeX
1993 Summary(pl.UTF-8):      Udogodnienia matematyczne AMS dla LaTeXa
1994 Group:          Applications/Publishing/TeX
1995 Requires(post,postun):  %{_bindir}/texhash
1996 Requires:       %{name}-fonts-ams = %{epoch}:%{version}-%{release}
1997 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
1998 Obsoletes:      tetex-latex-amscls
1999 Obsoletes:      tetex-latex-amsfonts
2000 Obsoletes:      tetex-latex-amsmath
2001
2002 %description latex-ams
2003 This package is the principal package in the AMS-LaTeX distribution.
2004 It adapts for use in LaTeX most of the mathematical features found in
2005 AMS-TeX.
2006
2007 %description latex-ams -l pl.UTF-8
2008 To jest główny pakiet dystrybucji AMS-LaTeX. Jest adaptacją większości
2009 możliwości matematycznych AMS-TeXa do używania w LaTeXu.
2010
2011 %package latex-antp
2012 Summary:        Antykwa Poltawskiego, a Type 1 family of Polish traditional type
2013 Summary(pl.UTF-8):      Antykwa Półtawskiego - rodzina tradycyjnych czcionek polskich jako Type 1
2014 Group:          Applications/Publishing/TeX
2015 Requires(post,postun):  %{_bindir}/texhash
2016 Requires:       %{name}-fonts-antp = %{epoch}:%{version}-%{release}
2017 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2018
2019 %description latex-antp
2020 A 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
2029 Wstępna wersja repliki kroju Antykwa Półtawskiego w formacie
2030 PostScript Type 1. Ten krój został opracowany w latach 30-tych i
2031 40-tych XX wieku przez polskiego grafika i typografa Adama
2032 Półtawskiego. Była szeroko używana przez polskie drukarnie dopóki
2033 używano metalowych czcionek (do lat 60-tych). Prawdopodobnie pierwsza
2034 kompletna rodzina fontów zaprogramowana i zparametryzowana w
2035 METAPOSCIE.
2036
2037 %package latex-antt
2038 Summary:        Antykwa Torunska, a Type 1 family of a Polish traditional type
2039 Summary(pl.UTF-8):      Antykwa Turuńska - rodzina tradycyjnych czcionek polskich jako Type 1
2040 Group:          Applications/Publishing/TeX
2041 Requires(post,postun):  %{_bindir}/texhash
2042 Requires:       %{name}-fonts-antt = %{epoch}:%{version}-%{release}
2043 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2044
2045 %description latex-antt
2046 Antykwa Torunska is a serif font designed by the late Polish
2047 typographer Zygfryd Gardzielewski, reconstructed and digitized as Type
2048 1.
2049
2050 %description latex-antt -l pl.UTF-8
2051 Antykwa Toruńska to krój szeryfowy opracowany niedawno przez polskiego
2052 typografa Zygfryda Gardzielewskiego, zrekonstruowany i przerobiony na
2053 postać cyfrową jako Type 1.
2054
2055 %package latex-appendix
2056 Summary:        Extra control of appendices
2057 Summary(hu.UTF-8):      Az appendixek nagyobb irányítása
2058 Group:          Applications/Publishing/TeX
2059 Requires(post,postun):  %{_bindir}/texhash
2060 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2061
2062 %description latex-appendix
2063 Extra control of appendices.
2064
2065 %description latex-appendix -l hu.UTF-8
2066 Az appendixek nagyobb irányítása.
2067
2068 %package latex-backgammon
2069 Summary:        LaTeX package to documenting backgammon games
2070 Summary(hu.UTF-8):      LaTeX csomag backgammon játékok dokumentálására
2071 Group:          Applications/Publishing/TeX
2072 Requires(post,postun):  %{_bindir}/texhash
2073 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2074
2075 %description latex-backgammon
2076 LaTeX package to documenting backgammon games.
2077
2078 %description latex-backgammon -l hu.UTF-8
2079 LaTeX csomag backgammon játékok dokumentálására
2080
2081 %package latex-bbm
2082 Summary:        Blackboard variant fonts for Computer Modern, with LaTeX support
2083 Summary(pl.UTF-8):      Tablicowy wariant fontów Computer Modern z obsługą LaTeXa
2084 Group:          Applications/Publishing/TeX
2085 Requires(post,postun):  %{_bindir}/texhash
2086 Requires:       %{name}-fonts-bbm = %{epoch}:%{version}-%{release}
2087 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2088
2089 %description latex-bbm
2090 Blackboard variant fonts for Computer Modern, with LaTeX support.
2091
2092 %description latex-bbm -l pl.UTF-8
2093 Tablicowy wariant fontów Computer Modern z obsługą LaTeXa.
2094
2095 %package latex-bardiag
2096 Summary:        LateX package for drawing bar diagrams
2097 Summary(pl.UTF-8):      LaTeX csomag oszlopdiagramok rajzolására
2098 Group:          Applications/Publishing/TeX
2099 Requires(post,postun):  %{_bindir}/texhash
2100
2101 %description latex-bardiag
2102 LateX package for drawing bar diagrams.
2103
2104 %description latex-bardiag -l hu.UTF-8
2105 LaTeX csomag oszlopdiagramok rajzolására.
2106
2107 %package latex-bbold
2108 Summary:        Sans serif blackboard bold for LaTeX
2109 Summary(pl.UTF-8):      Tablicowy tłusty font sans serif dla LaTeXa
2110 Group:          Applications/Publishing/TeX
2111 Requires(post,postun):  %{_bindir}/texhash
2112 Requires:       %{name}-fonts-bbold = %{epoch}:%{version}-%{release}
2113 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2114
2115 %description latex-bbold
2116 A geometric sans serif blackboard bold font, for use in mathematics.
2117
2118 %description latex-bbold -l pl.UTF-8
2119 Geometryczny tablicowy tłusty font sans serif, do używania w
2120 matematyce.
2121
2122 %package latex-bibtex
2123 Summary:        Bibliography management for LaTeX
2124 Summary(pl.UTF-8):      Zarządzenie bibliografią dla LaTeXa
2125 Group:          Applications/Publishing/TeX
2126 Requires(post,postun):  %{_bindir}/texhash
2127 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2128 Obsoletes:      tetex-bibtex
2129 Obsoletes:      tetex-natbib
2130 Obsoletes:      tetex-rubibtex
2131
2132 %description latex-bibtex
2133 Bibliography management for LaTeX.
2134
2135 %description latex-bibtex -l pl.UTF-8
2136 Zarządzanie bibliografią dla LaTeXa.
2137
2138 %package latex-beamer
2139 Summary:        A LaTeX class for producing presentations and slides
2140 Summary(hu.UTF-8):      LaTeX dokumentumosztály prezentációk és fóliák készítéséhez
2141 Group:          Applications/Publishing/TeX
2142 Requires(post,postun):  %{_bindir}/texhash
2143 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2144
2145 %description latex-beamer
2146 A LaTeX class for producing presentations and slides.
2147
2148 %description latex-beamer -l hu.UTF-8
2149 LaTeX dokumentumosztály prezentációk és fóliák készítéséhez.
2150
2151 %package latex-bezos
2152 Summary:        Packages by Javier Bezos (additional math tools)
2153 Summary(hu.UTF-8):      Javier Bezos csomagjai (további matematikai eszközök)
2154 Group:          Applications/Publishing/TeX
2155 Requires(post,postun):  %{_bindir}/texhash
2156 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2157
2158 %description latex-bezos
2159 Packages by Javier Bezos (additional math tools).
2160
2161 %description latex-bezos
2162 Javier Bezos csomagjai (további matematikai eszközök).
2163
2164 %package latex-bibtex-ams
2165 Summary:        BibTeX style files for American Mathematical Society publications
2166 Summary(pl.UTF-8):      Pliki stylów BibTeXa do publikacji American Mathematical Society
2167 Group:          Applications/Publishing/TeX
2168 Requires(post,postun):  %{_bindir}/texhash
2169 Requires:       %{name}-latex-ams = %{epoch}:%{version}-%{release}
2170 Requires:       %{name}-latex-bibtex = %{epoch}:%{version}-%{release}
2171 Obsoletes:      tetex-bibtex-ams
2172
2173 %description latex-bibtex-ams
2174 BibTeX style files for American Mathematical Society publications.
2175
2176 %description latex-bibtex-ams -l pl.UTF-8
2177 Pliki stylów BibTeXa do publikacji American Mathematical Society.
2178
2179 %package latex-bibtex-dk
2180 Summary:        Danish variants of the standard BibTeX styles
2181 Summary(pl.UTF-8):      Duńskie warianty standardowych stylów BibTeXa
2182 Group:          Applications/Publishing/TeX
2183 Requires(post,postun):  /usr/bin/texhash
2184 Requires:       %{name}-latex-bibtex = %{epoch}:%{version}-%{release}
2185
2186 %description latex-bibtex-dk
2187 Dk-bib is a translation of the four standard BibTeX style files
2188 (abbrv, alpha, plain and unsrt) into Danish. The files have been
2189 extended with ISBN, ISSN and URL fields which can be enabled through a
2190 LaTeX style file.
2191
2192 %description latex-bibtex-dk -l pl.UTF-8
2193 Dk-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
2195 rozszerzone o pola ISBN, ISSN i URL, które można włączyć poprzez plik
2196 stylu LaTeXa.
2197
2198 %package latex-bibtex-nor
2199 Summary:        Norwegian variants of the standard BibTeX styles
2200 Summary(pl.UTF-8):      Norweskie warianty standardowych stylów BibTeXa
2201 Group:          Applications/Publishing/TeX
2202 Requires(post,postun):  /usr/bin/texhash
2203 Requires:       %{name}-latex-bibtex = %{epoch}:%{version}-%{release}
2204
2205 %description latex-bibtex-nor
2206 Norwegian variants of the standard BibTeX styles.
2207
2208 %description latex-bibtex-nor -l pl.UTF-8
2209 Norweskie warianty standardowych stylów BibTeXa.
2210
2211 %package latex-bibtex-pl
2212 Summary:        Polish bibliography management for LaTeX
2213 Summary(pl.UTF-8):      Polska wersja zarządzania bibliografią dla LaTeXa
2214 Group:          Applications/Publishing/TeX
2215 Requires(post,postun):  %{_bindir}/texhash
2216 Requires:       %{name}-latex-bibtex = %{epoch}:%{version}-%{release}
2217 Obsoletes:      tetex-bibtex-plbib
2218
2219 %description latex-bibtex-pl
2220 Polish bibliography management for LaTeX.
2221
2222 %description latex-bibtex-pl -l pl.UTF-8
2223 Polska wersja zarządzania bibliografią dla LaTeXa.
2224
2225 %package latex-bibtex-german
2226 Summary:        German variants of standard BibTeX styles
2227 Summary(pl.UTF-8):      Niemieckie wersje standardowych stylów BibTeXa
2228 Group:          Applications/Publishing/TeX
2229 Requires(post,postun):  %{_bindir}/texhash
2230 Requires:       %{name}-latex-bibtex = %{epoch}:%{version}-%{release}
2231 Obsoletes:      tetex-bibtex-germbib
2232
2233 %description latex-bibtex-german
2234 German variants of standard BibTeX styles.
2235
2236 %description latex-bibtex-german -l pl.UTF-8
2237 Niemieckie wersje standardowych stylów BibTeXa.
2238
2239 %package latex-bibtex-revtex4
2240 Summary:        BibTeX styles for REVTeX4
2241 Summary(pl.UTF-8):      Style BibTeXa dla REVTeX4
2242 Group:          Applications/Publishing/TeX
2243 Requires(post,postun):  %{_bindir}/texhash
2244 Requires:       %{name} = %{epoch}:%{version}-%{release}
2245 Obsoletes:      tetex-bibtex-revtex4
2246
2247 %description latex-bibtex-revtex4
2248 BibTeX styles for REVTeX4.
2249
2250 %description latex-bibtex-revtex4 -l pl.UTF-8
2251 Style BibTeXa dla REVTeX4.
2252
2253 %package latex-bibtex-jurabib
2254 Summary:        Extended BibTeX citation support for the humanities and legal texts
2255 Summary(pl.UTF-8):      Rozszerzona obsługa cytowania BibTeXa do tekstów humanistycznych i prawniczych
2256 Group:          Applications/Publishing/TeX
2257 Requires(post,postun):  %{_bindir}/texhash
2258 Requires:       %{name} = %{epoch}:%{version}-%{release}
2259 Obsoletes:      tetex-bibtex-jurabib
2260
2261 %description latex-bibtex-jurabib
2262 Extended BibTeX citation support for the humanities and legal texts.
2263
2264 %description latex-bibtex-jurabib -l pl.UTF-8
2265 Rozszerzona obsługa cytowania BibTeXa do tekstów humanistycznych i
2266 prawniczych.
2267
2268 %package latex-bibtex-styles
2269 Summary:        Various BibTeX styles
2270 Summary(hu.UTF-8):      Vegyes BibTeX stílusok
2271 Group:          Applications/Publishing/TeX
2272 Requires(post,postun):  %{_bindir}/texhash
2273 Requires:       %{name}-latex-bibtex = %{epoch}:%{version}-%{release}
2274
2275 %description latex-bibtex-styles
2276 Various BibTeX styles.
2277
2278 %description latex-bibtex-styles -l hu.UTF-8
2279 Vegyes BibTeX stílusok.
2280
2281 %package latex-bibtex-vancouver
2282 Summary:        Bibliographic style file for Biomedical Journals
2283 Summary(hu.UTF-8):      Irodalomjegyzék-stílus a Biomedical Journal-hoz
2284 Group:          Applications/Publishing/TeX
2285 Requires(post,postun):  %{_bindir}/texhash
2286 Requires:       %{name}-latex-bibtex = %{epoch}:%{version}-%{release}
2287
2288 %description latex-bibtex-vancouver
2289 Bibliographic style file for Biomedical Journals.
2290
2291 %description latex-bibtex-vancouver -l hu.UTF-8
2292 Irodalomjegyzék-stílus a Biomedical Journal-hoz.
2293
2294 %package latex-booktabs
2295 Summary:        Publication quality tables in LaTeX
2296 Summary(hu.UTF-8):      Nyomdai minőségű táblázatok LaTeX-ben
2297 Group:          Applications/Publishing/TeX
2298 Requires(post,postun):  %{_bindir}/texhash
2299 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2300
2301 %description latex-booktabs
2302 Publication quality tables in LaTeX.
2303
2304 %description latex-booktabs -l hu.UTF-8
2305 Nyomdai minőségű táblázatok LaTeX-ben.
2306
2307
2308 %package latex-caption
2309 Summary:        Customising captions in floating environments
2310 Summary(hu.UTF-8):      Feliratok testreszabása úszó környezetekben
2311 Group:          Applications/Publishing/TeX
2312 Requires(post,postun):  %{_bindir}/texhash
2313 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2314
2315 %description latex-caption
2316 Customising captions in floating environments.
2317
2318 %description latex-caption -l hu.UTF-8
2319 Feliratok testreszabása úszó környezetekben.
2320
2321 %package latex-carlisle
2322 Summary:        Miscellaneous small packages by David Carlisle
2323 Summary(pl.UTF-8):      Różne małe pakiety autorstwa Davida Carlisle
2324 Group:          Applications/Publishing/TeX
2325 Requires(post,postun):  %{_bindir}/texhash
2326 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2327
2328 %description latex-carlisle
2329 Miscellaneous small packages by David Carlisle.
2330
2331 %description latex-carlisle -l pl.UTF-8
2332 Różne małe pakiety autorstwa Davida Carlisle.
2333
2334 %package latex-ccfonts
2335 Summary:        Support for Concrete text and math fonts in LaTeX
2336 Summary(pl.UTF-8):      Obsługa fontów tekstowych i matematycznych Concrete w LaTeXu
2337 Group:          Applications/Publishing/TeX
2338 Requires(post,postun):  %{_bindir}/texhash
2339 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2340
2341 %description latex-ccfonts
2342 LaTeX font definition files for the Concrete fonts and a LaTeX package
2343 for typesetting documents using Concrete as the default font family.
2344 The 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
2348 Pliki definicji fontów LaTeXowych dla fontów Concrete oraz pakiet
2349 LaTeXa do składania dokumentów przy użyciu Concrete jako domyślnej
2350 rodziny fontów. Pliki obsługują fonty OT1, T1, TS1 oraz matematyczny
2351 Concrete wraz z AMS (concmath Ulrika Vietha).
2352
2353 %package latex-cite
2354 Summary:        Supports compressed, sorted lists of numerical citations
2355 Summary(pl.UTF-8):      Obsługa kompresowanych, sortowanych list numerowanych cytatów
2356 Group:          Applications/Publishing/TeX
2357 Requires(post,postun):  %{_bindir}/texhash
2358 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2359
2360 %description latex-cite
2361 Supports compressed, sorted lists of numerical citations.
2362
2363 %description latex-cite -l pl.UTF-8
2364 Obsługa kompresowanych, sortowanych list numerowanych cytatów.
2365
2366 %package latex-cmbright
2367 Summary:        Support for CM Bright fonts in LaTeX
2368 Summary(pl.UTF-8):      Obsługa fontów CM Bright w LaTeXu
2369 Group:          Applications/Publishing/TeX
2370 Requires(post,postun):  %{_bindir}/texhash
2371 Requires:       %{name}-fonts-cmbright = %{epoch}:%{version}-%{release}
2372 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2373
2374 %description latex-cmbright
2375 A family of sans serif fonts for TeX and LaTeX, based on Donald
2376 Knuth's CM fonts. It comprises OT1, T1 and TS1 encoded text fonts of
2377 various shapes as well as all the fonts necessary for mathematical
2378 typesetting, incl. AMS symbols. This collection provides all the
2379 necessary files for using the fonts with LaTeX.
2380
2381 %description latex-cmbright -l pl.UTF-8
2382 Rodzina fontów sans serif dla TeXa i LaTeXa, oparta na fontach CM
2383 Donalda Knutha. Obejmuje fonty dla kodowań OT1, T1 i TS1 różnych
2384 kształtów oraz fonty niezbędne do składu matematycznego, włącznie z
2385 symbolami AMS. Ten zestaw dostarcza wszystkie niezbędne pliki do
2386 używania fontów w LaTeXu.
2387
2388 %package latex-comment
2389 Summary:        Selectively include/excludes portions of text
2390 Summary(hu.UTF-8):      A szöveg részeinek beillesztése/kihagyása
2391 Group:          Applications/Publishing/TeX
2392 Requires(post,postun):  %{_bindir}/texhash
2393 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2394
2395 %description latex-comment
2396 Selectively include/excludes portions of text.
2397
2398 %description latex-comment -l hu.UTF-8
2399 A szöveg részeinek beillesztése/kihagyása.
2400
2401 %package latex-concmath
2402 Summary:        LaTeX package and font definition files to access the Concrete math fonts
2403 Summary(pl.UTF-8):      Pakiet LaTeXa i pliki definicji fontów udostępniające fonty matematyczne Concrete
2404 Group:          Applications/Publishing/TeX
2405 Requires(post,postun):  %{_bindir}/texhash
2406 Requires:       %{name}-fonts-concmath = %{epoch}:%{version}-%{release}
2407 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2408
2409 %description latex-concmath
2410 LaTeX package and font definition files to access the Concrete math
2411 fonts, which were derived from Computer Modern math fonts using
2412 parameters from Concrete Roman text fonts.
2413
2414 %description latex-concmath -l pl.UTF-8
2415 Pakiet LaTeXa i pliki definicji fontów udostępniające fonty
2416 matematyczne Concrete wywodzące się z fontów matematycznych Computer
2417 Modern poprzez zastosowanie parametrów fontów tekstowych Concrete
2418 Roman.
2419
2420 %package latex-currvita
2421 Summary:        Typeset a curriculum vitae
2422 Summary(hu.UTF-8):      Önéletrajzok írása
2423 Group:          Applications/Publishing/TeX
2424 Requires(post,postun):  %{_bindir}/texhash
2425 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2426
2427 %description latex-currvita
2428 Typeset a curriculum vitae.
2429
2430 %description latex-currvita -l hu.UTF-8
2431 Önéletrajzok írása.
2432
2433 %package latex-curves
2434 Summary:        Curves for LaTeX picture environment
2435 Summary(hu.UTF-8):      Görbék LaTeX picture környezetébe
2436 Group:          Applications/Publishing/TeX
2437 Requires(post,postun):  %{_bindir}/texhash
2438 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2439
2440 %description latex-curves
2441 Curves for LaTeX picture environment.
2442
2443 %description latex-curves -l hu.UTF-8
2444 Görbék LaTeX picture környezetébe.
2445
2446 %package latex-custom-bib
2447 Summary:        Customized BibTeX styles for LaTeX
2448 Summary(pl.UTF-8):      Dostosowywanie stylów BibTeXa dla LaTeXa
2449 Group:          Applications/Publishing/TeX
2450 Requires(post,postun):  %{_bindir}/texhash
2451 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2452
2453 %description latex-custom-bib
2454 Package generating customized BibTeX bibliography styles from a
2455 generic file using docstrip. Includes support for the Harvard style.
2456
2457 %description latex-custom-bib -l pl.UTF-8
2458 Pakiet generujący dostosowane style bibliografii BibTeXa z ogólnego
2459 pliki przy użyciu docstrip. Zawiera obsługę stylu Harvard.
2460
2461 %package latex-cyrillic
2462 Summary:        LaTeX Cyrillic support
2463 Summary(pl.UTF-8):      Obsługa cyrylicy dla LaTeXa
2464 Group:          Applications/Publishing/TeX
2465 Requires(post,postun):  %{_bindir}/texhash
2466 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2467
2468 %description latex-cyrillic
2469 LaTeX Cyrillic support.
2470
2471 %description latex-cyrillic -l pl.UTF-8
2472 Obsługa cyrylicy dla LaTeXa.
2473
2474 %package latex-dstroke
2475 Summary:        LaTeX doublestroke font
2476 Summary(pl.UTF-8):      Podwójnie kreślony font dla LaTeXa
2477 Group:          Applications/Publishing/TeX
2478 Requires(post,postun):  %{_bindir}/texhash
2479 Requires:       %{name}-fonts-dstroke = %{epoch}:%{version}-%{release}
2480 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2481
2482 %description latex-dstroke
2483 Doublestroke font for typesetting the mathematical symbols for the
2484 natural numbers, whole numbers, rational numbers, real numbers and
2485 complex numbers.
2486
2487 %description latex-dstroke -l pl.UTF-8
2488 Podwójnie kreślony font do składania symboli matematycznych liczb
2489 naturalnych, całkowitych, wymiernych, rzeczywistych i zespolonych.
2490
2491 %package latex-enumitem
2492 Summary:        A package to customize the three basic lists
2493 Summary(hu.UTF-8):      Egy csomag, amivel testreszabhatod a három alapvető listát
2494 Group:          Applications/Publishing/TeX
2495 Requires(post,postun):  %{_bindir}/texhash
2496 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2497
2498 %description latex-enumitem
2499 A package to customize the three basic lists (enumerate, itemize and
2500 description).
2501
2502 %description latex-enumitem
2503 Egy csomag, amivel testreszabhatod a három alapvető listakörnyezetet
2504 (enumerate, itemize, description).
2505
2506 %package latex-exam
2507 Summary:        The exam document class attempts to make it easy for even a LaTeX novice to prepare exams
2508 Summary(hu.UTF-8):      Az exam dokumentumosztály segítségével könnyűvé válik LaTeX-ben a feladatsorok készítése
2509 Group:          Applications/Publishing/TeX
2510 Requires(post,postun):  %{_bindir}/texhash
2511 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2512
2513 %description latex-exam
2514 The exam document class attempts to make it easy for even a LaTeX
2515 novice to prepare exams.
2516
2517 %description latex-exam -l hu.UTF-8
2518 Az exam dokumentumosztály segítségével könnyűvé válik LaTeX-ben a
2519 feladatsorok készítése.
2520
2521 %package latex-formlett
2522 Summary:        Letters to multiple recipients
2523 Summary(hu.UTF-8):      Levél több címzettnek ("körlevél")
2524 Group:          Applications/Publishing/TeX
2525 Requires(post,postun):  %{_bindir}/texhash
2526 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2527
2528 %description latex-formlett
2529 Letters to multiple recipients.
2530
2531 %description latex-formlett -l hu.UTF-8
2532 Levél több címzettnek ("körlevél").
2533
2534 %package latex-formular
2535 Summary:        Create forms containing field for manual entry
2536 Summary(hu.UTF-8):      Kézzel kitöltendő űrlapok készítése
2537 Group:          Applications/Publishing/TeX
2538 Requires(post,postun):  %{_bindir}/texhash
2539 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2540
2541 %description latex-formular
2542 Create forms containing field for manual entry.
2543
2544 %description latex-formular -l hu.UTF-8
2545 Kézzel kitöltendő űrlapok készítése.
2546
2547 %package latex-examdesign
2548 Summary:        LaTeX class for typesetting exams
2549 Summary(hu.UTF-8):      LaTeX osztály dolgozatok szedésére
2550 Group:          Applications/Publishing/TeX
2551 Requires(post,postun):  %{_bindir}/texhash
2552 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2553
2554 %description latex-examdesign
2555 LaTeX class for typesetting exams.
2556
2557 %description latex-examdesign -l hu.UTF-8
2558 LaTeX osztály dolgozatok szedésére.
2559
2560 %package latex-gbrief
2561 Summary:        Letter document class
2562 Summary(hu.UTF-8):      Levél dokumentumosztály
2563 Group:          Applications/Publishing/TeX
2564 Requires(post,postun):  %{_bindir}/texhash
2565 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2566
2567 %description latex-gbrief
2568 Letter document class.
2569
2570 %description latex-gbrief -l hu.UTF-8
2571 Levél dokumentumosztály.
2572
2573
2574 %package latex-jknappen
2575 Summary:        Miscellaneous packages by Joerg Knappen
2576 Summary(pl.UTF-8):      Różne pakiety autorstwa Joerga Knappena
2577 Group:          Applications/Publishing/TeX
2578 Requires(post,postun):  %{_bindir}/texhash
2579 Requires:       %{name}-fonts-jknappen = %{epoch}:%{version}-%{release}
2580 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2581
2582 %description latex-jknappen
2583 Miscellaneous macros, mostly for making use of extra fonts, by Joerg
2584 Knappen, including sgmlcmpt.
2585
2586 %description latex-jknappen -l pl.UTF-8
2587 Różne makra, głównie do używania dodatkowych fontów autorstwa Joerga
2588 Knappena. Zawiera sgmlcmpt.
2589
2590 %package latex-keystroke
2591 Summary:        Graphical representation of keys on keyboard
2592 Summary(hu.UTF-8):      A billentyűk grafikus megjelenítése
2593 Group:          Applications/Publishing/TeX
2594 Requires(post,postun):  %{_bindir}/texhash
2595 Requires:       %{name}-latex
2596
2597 %description latex-keystroke
2598 Graphical representation of keys on keyboard.
2599
2600 %description latex-keystroke -l hu.UTF-8
2601 A billentyűk grafikus megjelenítése.
2602
2603
2604 %package latex-labbook
2605 Summary:        Typeset laboratory journals
2606 Summary(hu.UTF-8):      Laborjegyzőkönyvek szedése
2607 Group:          Applications/Publishing/TeX
2608 Requires(post,postun):  %{_bindir}/texhash
2609 Requires:       %{name}-latex
2610
2611 %description latex-labbook
2612 Typeset laboratory journals.
2613
2614 %description latex-labbook -l hu.UTF-8
2615 Laborjegyzőkönyvek szedése.
2616
2617 %package latex-lcd
2618 Summary:        Alphanumerical LCD-style displays
2619 Summary(hu.UTF-8):      Alfanumerikus LCD-szerű kijelzés
2620 Group:          Applications/Publishing/TeX
2621 Requires(post,postun):  %{_bindir}/texhash
2622 Requires:       %{name}-latex
2623
2624 %description latex-lcd
2625 Alphanumerical LCD-style displays.
2626
2627 %description latex-lcd -l hu.UTF-8
2628 Alfanumerikus LCD-szerű kijelzés.
2629
2630 %package latex-leaflet
2631 Summary:        Create small handouts (flyers)
2632 Summary(hu.UTF-8):      Kis "kézikönyvek" készítése (brossúrák)
2633 Group:          Applications/Publishing/TeX
2634 Requires(post,postun):  %{_bindir}/texhash
2635 Requires:       %{name}-latex
2636
2637 %description latex-leaflet
2638 Create small handouts (flyers).
2639
2640 %description latex-leaflet -l hu.UTF-8
2641 Kis "kézikönyvek" készítése (brossúrák).
2642
2643 %package latex-leftidx
2644 Summary:        Left and right subscripts and superscripts in math mode
2645 Summary(hu.UTF-8):      Bal és jobboldali alsó és felső indexek matematikai módban
2646 Group:          Applications/Publishing/TeX
2647 Requires(post,postun):  %{_bindir}/texhash
2648 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2649
2650 %description latex-leftidx
2651 Left and right subscripts and superscripts in math mode.
2652
2653 %description latex-leftidx -l hu.UTF-8
2654 Bal és jobboldali alsó és felső indexek matematikai módban.
2655
2656
2657 %package latex-lewis
2658 Summary:        Draw Lewis structures (chemistry)
2659 Summary(hu.UTF-8):      Lewis struktúrák készítése (kémia)
2660 Group:          Applications/Publishing/TeX
2661 Requires(post,postun):  %{_bindir}/texhash
2662 Requires:       %{name}-latex
2663
2664 %description latex-lewis
2665 Draw Lewis structures (chemistry).
2666
2667 %description latex-lewis -l hu.UTF-8
2668 Lewis struktúrák készítése (kémia).
2669
2670 %package latex-lm
2671 Summary:        LaTeX styles for Latin Modern family fonts
2672 Summary(pl.UTF-8):      Style LaTeXa dla fontów z rodziny Latin Modern
2673 Group:          Applications/Publishing/TeX
2674 Requires(post,postun):  /usr/bin/texhash
2675 Requires:       %{name}-fonts-lm = %{epoch}:%{version}-%{release}
2676 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2677
2678 %description latex-lm
2679 Latin Modern family of fonts, based on the Computer Modern fonts
2680 released into public domain by AMS (copyright (C) 1997 AMS). Contain a
2681 lot of additional characters, mainly accented ones, but not only.
2682 There is a one set of PostScript fonts and four sets of TeX Font
2683 Metric files, corresponding to: Cork encoding (cork-*.tfm); QX
2684 encoding (qx-*.tfm); TeX'n'ANSI aka LY1 encoding (texnansi-*.tfm); and
2685 Text Companion for EC fonts aka TS1 (ts1-*.tfm). It is presumed that a
2686 potential user knows what to do with all these files. The author is
2687 Boguslaw Jackowski.
2688
2689 %description latex-lm -l pl.UTF-8
2690 Rodzina fontów Latin Modern, oparta na fontach Computer Modern
2691 przekazanych do domeny publicznej przez AMS (copyright (C) 1997 AMS).
2692 Zawiera wiele dodatkowych znaków, głównie z akcentami, ale nie tylko.
2693 Jest jeden zbiór fontów postscriptowych oraz cztery zbiory plików TeX
2694 Font Metric, odpowiadających: kodowaniu Cork (cork-*.tfm); kodowaniu
2695 QX (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
2698 tymi wszystkimi plikami. Autorem jest Bogusław Jackowski.
2699
2700 %package latex-lastpage
2701 Summary:        Reference last page for "Page N of M" type footers
2702 Summary(hu.UTF-8):      Az utolsó oldalra hivatkozás "N/M. oldal" típusú lábfejekhez
2703 Group:          Applications/Publishing/TeX
2704 Requires(post,postun):  %{_bindir}/texhash
2705
2706 %description latex-lastpage
2707 Reference last page for Page N of M type footers.
2708
2709 %description latex-lastpage -l hu.UTF-8
2710 Az utolsó oldalra hivatkozás "N/M. oldal" típusú lábfejekhez.
2711
2712 %package latex-lineno
2713 Summary:        Line numbers on paragraphs
2714 Summary(pl.UTF-8):      Numery linii dla paragrafów
2715 Group:          Applications/Publishing/TeX
2716 Requires(post,postun):  /usr/bin/texhash
2717 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2718
2719 %description latex-lineno
2720 The LaTeX package lineno.sty provides line numbers on paragraphs.
2721 After TeX has broken a paragraph into lines there will be line numbers
2722 attached to them, with the possibility to make references through the
2723 LaTeX \ref, \pageref cross reference mechanism.
2724
2725 %description latex-lineno -l pl.UTF-8
2726 Pakiet LaTeXa lineno.sty daje numery linii dla paragrafów. Po podziale
2727 paragrafu na linie przez TeXa do linii dołączane są ich numery z
2728 możliwością tworzenia odnośników poprzez mechanizm odnośników LaTeXa
2729 \ref i \pageref.
2730
2731
2732 %package latex-mathexam
2733 Summary:        Package for typesetting exams
2734 Summary(hu.UTF-8):      Vizsgák szedése
2735 Group:          Applications/Publishing/TeX
2736 Requires(post,postun):  %{_bindir}/texhash
2737 Requires:       %{name}-latex
2738
2739 %description latex-mathexam
2740 Package for typesetting exams.
2741
2742 %description latex-mathexam -l hu.UTF-8
2743 Vizsgák szedése.
2744
2745 %package latex-microtype
2746 Summary:        An interface to the micro-typographic extensions of pdfTeX
2747 Summary(pl.UTF-8):      Interfejs do rozszerzeń mikrotypograficznych pdfTeXa
2748 Group:          Applications/Publishing/TeX
2749 Requires(post,postun):  /usr/bin/texhash
2750 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2751
2752 %description latex-microtype
2753 The `microtype' package provides a LaTeX interface to pdfTeX's
2754 micro-typographic extensions: character protrusion and font expansion.
2755 It allows to restrict character protrusion and/or font expansion to a
2756 definable set of fonts, and to configure micro-typographic aspects of
2757 the fonts in a straight-forward and flexible way. Settings for various
2758 fonts are provided.
2759
2760 %description latex-microtype -l pl.UTF-8
2761 Pakiet microtype dodaje do LaTeXa mechanizm do rozszerzeń
2762 mikrotypograficznych pdfTeXa: wysuwania znaków i rozszerzania fontów.
2763 Pozwala ograniczyć wysuwanie znaku i/lub rozszerzanie fontu do
2764 określonego zbioru fontów oraz skonfigurować mikrotypograficzne
2765 aspekty fontów w prosty i elastyczny sposób. Dostarczone są ustawienia
2766 dla różnych fontów.
2767
2768 %package latex-musictex
2769 Summary:        Typesetting music with TeX
2770 Summary(hu.UTF-8):      Zenék szedése TeX-hel
2771 Group:          Applications/Publishing/TeX
2772 Requires(post,postun):  %{_bindir}/texhash
2773 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2774
2775 %description latex-musictex
2776 Typesetting music with TeX.
2777
2778 %description latex-musictex -l hu.UTF-8
2779 Zenék szedése TeX-hel.
2780
2781 %package latex-lucidabr
2782 Summary:        Package to make Lucida Bright fonts usable with LaTeX
2783 Summary(pl.UTF-8):      Pakiet umożliwiający używanie fontów Lucida Bright w LaTeXu
2784 Group:          Applications/Publishing/TeX
2785 Requires(post,postun):  %{_bindir}/texhash
2786 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2787
2788 %description latex-lucidabr
2789 Package to make Lucida Bright fonts usable with LaTeX.
2790
2791 %description latex-lucidabr -l pl.UTF-8
2792 Pakiet umożliwiający używanie fontów Lucida Bright w LaTeXu.
2793
2794 %package latex-marvosym
2795 Summary:        Styles for Martin Vogel's Symbol (marvosym) font
2796 Summary(pl.UTF-8):      Style dla fontu Symbol Martina Vogela (marvosym)
2797 Group:          Applications/Publishing/TeX
2798 Requires(post,postun):  /usr/bin/texhash
2799 Requires:       %{name}-fonts-marvosym = %{epoch}:%{version}-%{release}
2800 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2801
2802 %description latex-marvosym
2803 Martin Vogel's Symbol (marvosym) font is a font containing: the Euro
2804 currency symbol as defined by the European commission; Euro currency
2805 symbols in typefaces Times, Helvetica and Courier; Symbols for
2806 structural engineering; Symbols for steel cross-sections; Astronomy
2807 signs (Sun, Moon, planets); The 12 signs of the zodiac; Scissor
2808 symbols; CE sign and others.
2809
2810 %description latex-marvosym -l pl.UTF-8
2811 Font Martin Vogel's Symbol (marvosym) to font zawierający: symbol
2812 waluty Euro zdefiniowany przez Komisję Europejską; symbole Euro w
2813 krojach Times, Helvetica i Courier; symbole do inżynierii
2814 strukturalnej; symbole do przekrojów stalowych; znaki astronomiczne
2815 (Słońce, Księżyc, planety); 12 znaków Zodiaku; symbole nożyczek; znak
2816 CE i inne.
2817
2818 %package latex-mathpple
2819 Summary:        Use PostScript Palatino for typesetting maths
2820 Summary(pl.UTF-8):      Używanie postscriptowych fontów Palatino do składania wzorów matematycznych
2821 Group:          Applications/Publishing/TeX
2822 Requires(post,postun):  %{_bindir}/texhash
2823 Requires:       %{name}-fonts-adobe = %{epoch}:%{version}-%{release}
2824 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2825
2826 %description latex-mathpple
2827 The package defines the PostScript font family `Palatino' (ppl) as the
2828 default roman font and then uses the `mathpple' fonts for typesetting
2829 math. These virtual fonts have been created for typesetting math in a
2830 style that suits the Palatino text fonts. The AMS fonts, when used
2831 additionally, will be scaled to fit Palatino.
2832
2833 %description latex-mathpple -l pl.UTF-8
2834 Pakiet definiuje rodzinę fontów postscriptowych Palatino (ppl) jako
2835 domyślny font roman i używa fontów mathpple do składania wzorów
2836 matematycznych. Te wirtualne fonty zostały stworzone do składania
2837 wzorów matematycznych w stylu pasującym do fontów tekstowych Palatino.
2838 Fonty AMS, jeśli są dodatkowo używane, zostaną przeskalowane tak, by
2839 pasować do Palatino.
2840
2841 %package latex-mathtime
2842 Summary:        Mathtime fonts for LaTeX
2843 Summary(pl.UTF-8):      Fonty Mathtime dla LaTeXa
2844 Group:          Applications/Publishing/TeX
2845 Requires(post,postun):  %{_bindir}/texhash
2846 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2847
2848 %description latex-mathtime
2849 The Mathtime fonts have a number of characters remapped to positions
2850 different from the ones normally used by the corresponding TeX
2851 CM-fonts. For the symbol font ``operators'' the corresponding mathtime
2852 style files use the Times Roman font (often called something like:
2853 ptmr or ptmr7t or ptmrq).
2854
2855 %description latex-mathtime -l pl.UTF-8
2856 Fonty Mathtime zawierają wiele znaków przemapowanych na pozycje
2857 różniące się od tych normalnie używanych w odpowiadających im TeXowych
2858 fontach CM. Dla fontu symboli "operators" odpowiadający styl mathtime
2859 używa fontu Times Roman (zazwyczaj nazywanego w stylu ptmr, ptmr7t lub
2860 ptmrq).
2861
2862 %package latex-mflogo
2863 Summary:        LaTeX support for MetaFont and logo fonts
2864 Summary(pl.UTF-8):      Obsługa LaTeXa dla MetaFonta i fontów logo
2865 Group:          Applications/Publishing/TeX
2866 Requires(post,postun):  %{_bindir}/texhash
2867 Requires:       %{name}-fonts-mflogo = %{epoch}:%{version}-%{release}
2868 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2869
2870 %description latex-mflogo
2871 LaTeX package and font definition file to access the Knuthian `logo'
2872 fonts described in `The MetaFontbook' and the MetaFont and logos in
2873 LaTeX documents.
2874
2875 %description latex-mflogo -l pl.UTF-8
2876 Pakiet LaTeXa i plik definicji fontów udostępniający fonty logo Knutha
2877 opisane w "The MetaFontbook" oraz MetaFont i loga w dokumentach
2878 LaTeXa.
2879
2880 %package latex-mfnfss
2881 Summary:        Font description files to use extra fonts like yinit and ygoth
2882 Summary(pl.UTF-8):      Pliki opisów fontów udostępniające dodatkowe fonty, jak yinit i ygoth
2883 Group:          Applications/Publishing/TeX
2884 Requires(post,postun):  %{_bindir}/texhash
2885 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2886
2887 %description latex-mfnfss
2888 Font description files to use extra fonts like yinit and ygoth.
2889
2890 %description latex-mfnfss -l pl.UTF-8
2891 Pliki opisów fontów udostępniające dodatkowe fonty, jak yinit i ygoth.
2892
2893 %package latex-minitoc
2894 Summary:        Produce a table of contents for each chapter
2895 Summary(pl.UTF-8):      Tworzenie spisów treści dla każdego rozdziału
2896 Group:          Applications/Publishing/TeX
2897 Requires(post,postun):  %{_bindir}/texhash
2898 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2899
2900 %description latex-minitoc
2901 Produce a table of contents for each chapter.
2902
2903 %description latex-minitoc -l pl.UTF-8
2904 Tworzenie spisów treści dla każdego rozdziału.
2905
2906 %package latex-mltex
2907 Summary:        Support for MLTeX
2908 Summary(pl.UTF-8):      Wsparcie dla MLTeXa
2909 Group:          Applications/Publishing/TeX
2910 Requires(post,postun):  %{_bindir}/texhash
2911 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2912
2913 %description latex-mltex
2914 Support for MLTeX, the multilingual TeX extension from Michael J.
2915 Ferguson.
2916
2917 %description latex-mltex -l pl.UTF-8
2918 Wsparcie dla MLTeXa - rozszerzenia TeXa z obsługą wielu języków,
2919 autorstwa Michaela J. Fergusona.
2920
2921 %package latex-multienum
2922 Summary:        Multi-column enumerated lists
2923 Summary(hu.UTF-8):      Többoszlopos számozott listák
2924 Group:          Applications/Publishing/TeX
2925 Requires(post,postun):  %{_bindir}/texhash
2926 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2927
2928 %description latex-multienum
2929 Multi-column enumerated lists.
2930
2931 %description latex-multienum -l hu.UTF-8
2932 Többoszlopos számozott listák.
2933
2934
2935 %package latex-moreverb
2936 Summary:        Extended verbatim
2937 Summary(hu.UTF-8):      Kiterjesztett verbatim
2938 Group:          Applications/Publishing/TeX
2939 Requires(post,postun):  %{_bindir}/texhash
2940 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2941
2942 %description latex-moreverb
2943 Extended verbatim.
2944
2945 %description latex-moreverb -l hu.UTF-8
2946 Kiterjesztett verbatim.
2947
2948 %package latex-ntheorem
2949 Summary:        Enhanced theorem environment
2950 Summary(hu.UTF-8):      Bővített tétel környezet
2951 Group:          Applications/Publishing/TeX
2952 Requires(post,postun):  %{_bindir}/texhash
2953 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2954
2955 %description latex-ntheorem
2956 Enhanced theorem environment.
2957
2958 %description latex-ntheorem -l hu.UTF-8
2959 Bővített tétel környezet
2960
2961 %package latex-other
2962 Summary:        Other LaTeX packages
2963 Summary(hu.UTF-8):      Néhány további LaTeX csomag
2964 Group:          Applications/Publishing/TeX
2965 Requires(post,postun):  %{_bindir}/texhash
2966 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2967
2968 %description latex-other
2969 Other LaTeX packages.
2970
2971 %description latex-other -l hu.UTF-8
2972 Néhány további LaTeX csomag.
2973
2974 %package latex-other-doc
2975 Summary:        Other LaTeX packages documentation
2976 Summary(hu.UTF-8):      Néhány további LaTeX csomag dokumentációja
2977 Group:          Applications/Publishing/TeX
2978 Requires(post,postun):  %{_bindir}/texhash
2979 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2980
2981 %description latex-other-doc
2982 Other LaTeX packages documentation.
2983
2984 %description latex-other-doc -l hu.UTF-8
2985 Néhány további LaTeX csomag dokumentációja.
2986
2987 %package latex-palatcm
2988 Summary:        Palatino + Computer Modern math fonts for LaTeX
2989 Summary(pl.UTF-8):      Fonty matematyczne Palatino i Computer Modern dla LaTeXa
2990 Group:          Applications/Publishing/TeX
2991 Requires(post,postun):  %{_bindir}/texhash
2992 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
2993
2994 %description latex-palatcm
2995 Palatino + Computer Modern math fonts for LaTeX.
2996
2997 %description latex-palatcm -l pl.UTF-8
2998 Fonty matematyczne Palatino i Computer Modern dla LaTeXa.
2999
3000
3001 %package latex-pdfslide
3002 Summary:        Presentation slides using pdftex
3003 Summary(hu.UTF-8):      Prezentáció készítése pdftex-hel
3004 Group:          Applications/Publishing/TeX
3005 Requires(post,postun):  %{_bindir}/texhash
3006 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
3007
3008 %description latex-pdfslide
3009 Presentation slides using pdftex.
3010
3011 %description latex-pdfslide -l hu.UTF-8
3012 Prezentáció készítése pdftex-hel.
3013
3014 %package latex-pgf
3015 Summary:        The TeX Portable Graphic Format
3016 Summary(hu.UTF-8):      TeX Portable Graphic Formátum
3017 Summary(pl.UTF-8):      Przenośny format grafiki dla TeXa
3018 Group:          Applications/Publishing/TeX
3019 Requires(post,postun):  %{_bindir}/texhash
3020 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
3021 Requires:       %{name}-latex-xcolor = %{epoch}:%{version}-%{release}
3022 Obsoletes:      tetex-pgf
3023
3024 %description latex-pgf
3025 A macro package for creating graphics directly in TeX and LaTeX.
3026
3027 %description latex-pgf -l hu.UTF-8
3028 Makró csomag rajzok készítéséhez közvetlenül TeX-ben és LaTeX-ben.
3029
3030 %description latex-pgf -l pl.UTF-8
3031 Pakiet makr do tworzenia grafiki bezpośrednio z TeXa i LaTeXa.
3032
3033 %package latex-polynom
3034 Summary:        Macros for manipulating polynomials
3035 Summary(hu.UTF-8):      Makrók polinomokkal való műveletekre
3036 Group:          Applications/Publishing/TeX
3037 Requires(post,postun):  %{_bindir}/texhash
3038 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
3039
3040 %description latex-polynom
3041 Macros for manipulating polynomials.
3042
3043 %description latex-polynom -l hu.UTF-8
3044 Makrók polinomokkal való műveletekre.
3045
3046 %package latex-polynomial
3047 Summary:        Typeset (univariate) polynomials
3048 Summary(hu.UTF-8):      Egyváltozós polinomok szedése
3049 Group:          Applications/Publishing/TeX
3050 Requires(post,postun):  %{_bindir}/texhash
3051 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
3052
3053 %description latex-polynomial
3054 Typeset (univariate) polynomials.
3055
3056 %description latex-polynomial -l hu.UTF-8
3057 Egyváltozós polinomok szedése.
3058
3059 %package latex-prosper
3060 Summary:        LaTeX class for high quality slides
3061 Summary(hu.UTF-8):      LaTeX osztály jó minőségű fóliák készítéséhez
3062 Group:          Applications/Publishing/TeX
3063 Requires(post,postun):  %{_bindir}/texhash
3064 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
3065
3066 %description latex-prosper
3067 LaTeX class for high quality slides.
3068
3069 %description latex-prosper -l hu.UTF-8
3070 LaTeX osztály jó minőségű fóliák készítéséhez.
3071
3072 %package latex-pseudocode
3073 Summary:        LaTeX enviroment for specifying algorithms in a natural way
3074 Summary(hu.UTF-8):      LaTeX környezet algoritmusok bevitelére
3075 Group:          Applications/Publishing/TeX
3076 Requires(post,postun):  %{_bindir}/texhash
3077 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
3078
3079 %description latex-pseudocode
3080 LaTeX enviroment for specifying algorithms in a natural way.
3081
3082 %description latex-pseudocode -l hu.UTF-8
3083 LaTeX környezet algoritmusok bevitelére.
3084
3085 %package latex-psnfss
3086 Summary:        LaTeX font support for common PostScript fonts
3087 Summary(pl.UTF-8):      Obsługa popularnych fontów postscriptowych w LaTeXu
3088 Group:          Applications/Publishing/TeX
3089 Requires(post,postun):  %{_bindir}/texhash
3090 Requires:       %{name}-fonts-adobe = %{epoch}:%{version}-%{release}
3091 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
3092 Obsoletes:      tetex-latex-mathptm
3093 Obsoletes:      tetex-latex-mathptmx
3094
3095 %description latex-psnfss
3096 LaTeX font definition files, macros and font metrics for common
3097 PostScript fonts.
3098
3099 %description latex-psnfss -l pl.UTF-8
3100 LaTeXowe pliki definicji fontów, makra i metryki fontów dla
3101 popularnych fontów postscriptowych.
3102
3103 %package latex-pst-2dplot
3104 Summary:        A PSTricks package for drawing 2D curves
3105 Summary(hu.UTF-8):      PSTricks csomag kétdimenziós görbék rajzolásához
3106 Group:          Applications/Publishing/TeX
3107 Requires(post,postun):  %{_bindir}/texhash
3108 Requires:       %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3109
3110 %description latex-pst-2dplot
3111 A PSTricks package for drawing 2D curves.
3112
3113 %description latex-pst-2dplot -l hu.UTF-8
3114 PSTricks csomag kétdimenziós görbék rajzolásához.
3115
3116 %package latex-pst-3dplot
3117 Summary:        Draw 3d curves and graphs using PSTricks
3118 Summary(hu.UTF-8):      3D-s görbék és grafikonok PSTricks-szel
3119 Group:          Applications/Publishing/TeX
3120 Requires(post,postun):  %{_bindir}/texhash
3121 Requires:       %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3122
3123 %description latex-pst-3dplot
3124 Draw 3d curves and graphs using PSTricks.
3125
3126 %description latex-pst-3dplot -l hu.UTF-8
3127 3D-s görbék és grafikonok PSTricks-szel.
3128
3129
3130 %package latex-pst-bar
3131 Summary:        Produces bar charts using pstricks
3132 Summary(hu.UTF-8):      Oszlopdiagramok pstricks-szel
3133 Group:          Applications/Publishing/TeX
3134 Requires(post,postun):  %{_bindir}/texhash
3135 Requires:       %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3136
3137 %description latex-pst-bar
3138 Produces bar charts using pstricks.
3139
3140 %description latex-pst-bar -l hu.UTF-8
3141 Oszlopdiagramok pstricks-szel.
3142
3143 %package latex-pst-circ
3144 Summary:        PSTricks package for drawing electric circuits
3145 Summary(hu.UTF-8):      PSTricks csomag elektromos áramkörök rajzolásához
3146 Group:          Applications/Publishing/TeX
3147 Requires(post,postun):  %{_bindir}/texhash
3148 Requires:       %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3149
3150 %description latex-pst-circ
3151 PSTricks package for drawing electric circuits.
3152
3153 %description latex-pst-circ -l hu.UTF-8
3154 PSTricks csomag elektromos áramkörök rajzolásához.
3155
3156 %package latex-pst-diffraction
3157 Summary:        Print diffraction patterns from various apertures
3158 Summary(hu.UTF-8):      Diffrakciós képek különböző eszközökön
3159 Group:          Applications/Publishing/TeX
3160 Requires(post,postun):  %{_bindir}/texhash
3161 Requires:       %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3162
3163 %description latex-pst-diffraction
3164 Print diffraction patterns from various apertures.
3165
3166 %description latex-pst-diffraction -l hu.UTF-8
3167 Diffrakciós képek különböző eszközökön.
3168
3169 %package latex-pst-eucl
3170 Summary:        Euclidian geometry with pstricks
3171 Summary(hu.UTF-8):      Euklidészi geometria a pstricks használatával
3172 Group:          Applications/Publishing/TeX
3173 Requires(post,postun):  %{_bindir}/texhash
3174 Requires:       %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3175
3176 %description latex-pst-eucl
3177 Euclidian geometry with pstricks.
3178
3179 %description latex-pst-eucl -l hu.UTF-8
3180 Euklidészi geometria a pstricks használatával.
3181
3182
3183 %package latex-pst-fun
3184 Summary:        Draw "funny" objects with PSTricks
3185 Summary(hu.UTF-8):      "Vicces" rajzok PSTricks-szel
3186 Group:          Applications/Publishing/TeX
3187 Requires(post,postun):  %{_bindir}/texhash
3188 Requires:       %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3189
3190 %description latex-pst-fun
3191 Draw "funny" objects with PSTricks.
3192
3193 %description latex-pst-fun -l hu.UTF-8
3194 "Vicces" rajzok PSTricks-szel
3195
3196 %package latex-pst-func
3197 Summary:        PSTricks package for plotting mathematical functions
3198 Summary(hu.UTF-8):      PSTricks csomag matematikai függvények ábrázolásához
3199 Group:          Applications/Publishing/TeX
3200 Requires(post,postun):  %{_bindir}/texhash
3201 Requires:       %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3202
3203 %description latex-pst-func
3204 PSTricks package for plotting mathematical functions.
3205
3206 %description latex-pst-eucl -l hu.UTF-8
3207 PSTricks csomag matematikai függvények ábrázolásához.
3208
3209 %package latex-pst-fr3d
3210 Summary:        Draw 3-dimensional framed boxes using PSTricks
3211 Summary(hu.UTF-8):      Háromdimenziós dobozok PSTricks segítségével
3212 Group:          Applications/Publishing/TeX
3213 Requires(post,postun):  %{_bindir}/texhash
3214 Requires:       %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3215
3216 %description latex-pst-fr3d
3217 Draw 3-dimensional framed boxes using PSTricks.
3218
3219 %description latex-pst-fr3d -l hu.UTF-8
3220 Háromdimenziós dobozok PSTricks segítségével.
3221
3222 %package latex-pst-fractal
3223 Summary:        Draw fractal sets using PSTricks
3224 Summary(hu.UTF-8):      Fraktálok rajzolása PSTricks segítségével
3225 Group:          Applications/Publishing/TeX
3226 Requires(post,postun):  %{_bindir}/texhash
3227 Requires:       %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3228
3229 %description latex-pst-fractal
3230 Draw fractal sets using PSTricks.
3231
3232 %description latex-pst-fractal -l hu.UTF-8
3233 Fraktálok rajzolása PSTricks segítségével.
3234
3235 %package latex-pst-infixplot
3236 Summary:        Using pstricks plotting capacities with infix expressions rather than RPN
3237 Summary(hu.UTF-8):      Infix kifejezések ábrázolása
3238 Group:          Applications/Publishing/TeX
3239 Requires(post,postun):  %{_bindir}/texhash
3240 Requires:       %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3241
3242 %description latex-pst-infixplot
3243 Using pstricks plotting capacities with infix expressions rather than
3244 RPN.
3245
3246 %description latex-pst-infixplot -l hu.UTF-8
3247 Infix kifejezések ábrázolása.
3248
3249 %package latex-pst-math
3250 Summary:        Enhancement of PostScript math operators to use with pstricks
3251 Summary(hu.UTF-8):      PostScript matematikai operátorok bővítése pstricks-szel
3252 Group:          Applications/Publishing/TeX
3253 Requires(post,postun):  %{_bindir}/texhash
3254 Requires:       %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3255
3256 %description latex-pst-math
3257 Enhancement of PostScript math operators to use with pstricks.
3258
3259 %description latex-pst-math -l hu.UTF-8
3260 PostScript matematikai operátorok bővítése pstricks-szel.
3261
3262 %package latex-pst-ob3d
3263 Summary:        Three dimensional objects using PSTricks
3264 Summary(hu.UTF-8):      Háromdimenziós objektumok PSTricks-szel
3265 Group:          Applications/Publishing/TeX
3266 Requires(post,postun):  %{_bindir}/texhash
3267 Requires:       %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3268
3269 %description latex-pst-ob3d
3270 Three dimensional objects using PSTricks.
3271
3272 %description latex-pst-ob3d -l hu.UTF-8
3273 Háromdimenziós objektumok PSTricks-szel.
3274
3275 %package latex-pst-optexp
3276 Summary:        Drawing optical experimental setups
3277 Summary(hu.UTF-8):      Optikai összeállítások rajzolása
3278 Group:          Applications/Publishing/TeX
3279 Requires(post,postun):  %{_bindir}/texhash
3280 Requires:       %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3281
3282 %description latex-pst-optexp
3283 Drawing optical experimental setups.
3284
3285 %description latex-pst-optexp -l hu.UTF-8
3286 Optikai összeállítások rajzolása.
3287
3288 %package latex-pst-optic
3289 Summary:        Drawing optics diagrams
3290 Summary(hu.UTF-8):      Optikai ábrák rajzolása
3291 Group:          Applications/Publishing/TeX
3292 Requires(post,postun):  %{_bindir}/texhash
3293 Requires:       %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3294
3295 %description latex-pst-optic
3296 Drawing optics diagrams.
3297
3298 %description latex-pst-optic -l hu.UTF-8
3299 Optikai ábrák rajzolása.
3300
3301 %package latex-pst-text
3302 Summary:        Text and character manipulation in PSTricks
3303 Summary(hu.UTF-8):      Szöveg és karakter manipulációk PSTricks-szel
3304 Group:          Applications/Publishing/TeX
3305 Requires(post,postun):  %{_bindir}/texhash
3306 Requires:       %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3307
3308 %description latex-pst-text
3309 Text and character manipulation in PSTricks.
3310
3311 %description latex-pst-text -l hu.UTF-8
3312 Szöveg és karakter manipulációk PSTricks-szel.
3313
3314 %package latex-pst-uncategorized
3315 Summary:        Other uncategorized PSTricks packages
3316 Summary(hu.UTF-8):      Néhány kategorizálatlan PSTricks csomag
3317 Group:          Applications/Publishing/TeX
3318 Requires(post,postun):  %{_bindir}/texhash
3319 Requires:       %{name}-tex-pstricks = %{epoch}:%{version}-%{release}
3320
3321 %description latex-pst-uncategorized
3322 Other uncategorized PSTricks packages.
3323
3324 %description latex-pst-uncategorized -l hu.UTF-8
3325 Néhány kategorizálatlan PSTricks csomag.
3326
3327 %package latex-pxfonts
3328 Summary:        PX fonts LaTeX support
3329 Summary(pl.UTF-8):      Obsługa fontów PX w LaTeXu
3330 Group:          Applications/Publishing/TeX
3331 Requires(post,postun):  %{_bindir}/texhash
3332 Requires:       %{name}-fonts-px = %{epoch}:%{version}-%{release}
3333 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
3334
3335 %description latex-pxfonts
3336 PX fonts LaTeX support.
3337
3338 %description latex-pxfonts -l pl.UTF-8
3339 Obsługa fontów PX w LaTeXu.
3340
3341 %package latex-qfonts
3342 Summary:        A collection of PostScript (Adobe Type 1) fonts in QX layout
3343 Summary(pl.UTF-8):      Zestaw fontów postscriptowych (Adobe Type 1) w układzie QX
3344 Group:          Applications/Publishing/TeX
3345 Requires(post,postun):  %{_bindir}/texhash
3346 Requires:       %{name}-fonts-qfonts = %{epoch}:%{version}-%{release}
3347 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
3348
3349 %description latex-qfonts
3350 A collection of Type 1 fonts; include QuasiBookman, QuasiChancery,
3351 QuasiCourier, QuasiPalatino, QuasiSwiss, QuasiSwissCondensed, and
3352 QuasiTimes (regular, italic, bold and bold italic), based on URW++
3353 fonts distributed with Ghostscript. The fonts are encoded according to
3354 QX layout which facilitates multilingual and technical typesetting
3355 using TeX, preserving usability in Windows applications.
3356
3357 %description latex-qfonts -l pl.UTF-8
3358 Zestaw fontów Type 1; zawiera QuasiBookman, QuasiChancery,
3359 QuasiCourier, QuasiPalatino, QuasiSwiss, QuasiSwissCondensed oraz
3360 QuasiTimes (zwykłe, pochyłe, tłuste i tłuste pochyłe), oparte na
3361 fontach URW++ rozpowszechnianych z Ghostscriptem. Fonty są kodowane
3362 zgodnie z układem QX, który ułatwia skład wielojęzyczny i techniczny w
3363 TeXu, zachowując przydatność dla aplikacji windowsowych.
3364
3365 %package latex-SIstyle
3366 Summary:        Package to typeset SI units, numbers and angles
3367 Summary(hu.UTF-8):      Csomag SI egységek, számok és szögek szedésére
3368 Group:          Applications/Publishing/TeX
3369 Requires(post,postun):  /usr/bin/texhash
3370 Requires:       %{name}-latex-ams = %{epoch}:%{version}-%{release}
3371
3372 %description latex-SIstyle
3373 Package to typeset SI units, numbers and angles.
3374
3375 %description latex-SIstyle -l hu.UTF-8
3376 Csomag SI egységek, számok és szögek szedésére.
3377
3378 %package latex-SIunits
3379 Summary:        The SIunits package can be used to standardise the use of units in your writings
3380 Summary(hu.UTF-8):      Az SIunits csomag a mennyiségek egységes írásában nyújt segítséget
3381 Group:          Applications/Publishing/TeX
3382 Requires(post,postun):  /usr/bin/texhash
3383 Requires:       %{name}-latex-ams = %{epoch}:%{version}-%{release}
3384
3385 %description latex-SIunits
3386 The SIunits package can be used to standardise the use of units in
3387 your writings.
3388
3389 %description latex-SIunits -l hu.UTF-8
3390 Az SIunits csomag a mennyiségek egységes írásában nyújt segítséget.
3391
3392 %package latex-siunitx
3393 Summary:        A comprehensive (SI) units package
3394 Summary(hu.UTF-8):      Egy minden részletre kiterjedő (SI) egységek kezelését végző csomag
3395 Group:          Applications/Publishing/TeX
3396 Requires(post,postun):  /usr/bin/texhash
3397 Requires:       %{name}-latex
3398
3399 %description latex-siunitx
3400 A comprehensive (SI) units package.
3401
3402 %description latex-siunitx -l hu.UTF-8
3403 Egy minden részletre kiterjedő (SI) egységek kezelését végző csomag.
3404
3405 %package latex-Tabbing
3406 Summary:        Tabbing with accented letters
3407 Summary(hu.UTF-8):      Tabbing környezet ékezetes betűk használatával
3408 Group:          Applications/Publishing/TeX
3409 Requires(post,postun):  /usr/bin/texhash
3410
3411 %description latex-Tabbing
3412 Tabbing with accented letters.
3413
3414 %description latex-Tabbing -l hu.UTF-8
3415 Tabbing környezet ékezetes betűk használatával.
3416
3417 %package latex-urwvn
3418 Summary:        URWVN fonts
3419 Summary(pl.UTF-8):      Fonty URWVN
3420 Group:          Applications/Publishing/TeX
3421 Requires(post,postun):  /usr/bin/texhash
3422 Requires:       %{name}-fonts-urwvn = %{epoch}:%{version}-%{release}
3423 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
3424
3425 %description latex-urwvn
3426 URWVN fonts.
3427
3428 %description latex-urwvn -l pl.UTF-8
3429 Fonty URWVN.
3430
3431 %package latex-txfonts
3432 Summary:        TX fonts LaTeX support
3433 Summary(pl.UTF-8):      Obsługa fontów TX w LaTeXu
3434 Group:          Applications/Publishing/TeX
3435 Requires(post,postun):  %{_bindir}/texhash
3436 Requires:       %{name}-fonts-tx = %{epoch}:%{version}-%{release}
3437 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
3438
3439 %description latex-txfonts
3440 TX fonts LaTeX support.
3441
3442 %description latex-txfonts -l pl.UTF-8
3443 Obsługa fontów TX w LaTeXu.
3444
3445 %package latex-ucs
3446 Summary:        This package contains support for using UTF-8 as input encoding in LaTeX documents
3447 Summary(hu.UTF-8):      Ez a csomag lehetővé teszi UTF-8 kódolást a LaTeX dokumentumokban
3448 Group:          Applications/Publishing/TeX
3449 Requires(post,postun):  %{_bindir}/texhash
3450 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
3451
3452 %description latex-ucs
3453 This package contains support for using UTF-8 as input encoding in
3454 LaTeX documents.
3455
3456 %description latex-ucs -l hu.UTF-8
3457 Ez a csomag lehetővé teszi UTF-8 kódolást a LaTeX dokumentumokban.
3458
3459 %package latex-umlaute
3460 Summary:        An interface to inputenc for using alternate input encodings
3461 Summary(pl.UTF-8):      Interfejs inputenc do używania alternatywnych kodowań wejściowych
3462 Group:          Applications/Publishing/TeX
3463 Requires(post,postun):  %{_bindir}/texhash
3464 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
3465
3466 %description latex-umlaute
3467 An interface to inputenc for using alternate input encodings.
3468
3469 %description latex-umlaute -l pl.UTF-8
3470 Interfejs inputenc do używania alternatywnych kodowań wejściowych.
3471
3472 %package latex-wasysym
3473 Summary:        Extra characters from the Waldis symbol fonts
3474 Summary(pl.UTF-8):      Dodatkowe znaki z fontów Waldis symbol
3475 Group:          Applications/Publishing/TeX
3476 Requires(post,postun):  %{_bindir}/texhash
3477 Requires:       %{name}-fonts-wasy = %{epoch}:%{version}-%{release}
3478 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
3479
3480 %description latex-wasysym
3481 Makes some additional characters available that come from the wasy
3482 fonts (Waldis symbol fonts). These fonts are not automatically
3483 included in NFSS2/LaTeX2e since they take up important space and often
3484 aren't necessary if one makes use of the packages amsfonts or amssymb.
3485 Symbols include: join box, diamond, leadsto, sqsubset, lhd, rhd,
3486 apple, ocircle invneg, logof, varint, male, female, phone, clock,
3487 lightning, pointer, sun, bell, permil, smiley, various electrical
3488 symbols, shapes, music notes, circles, signs, astronomy, etc.
3489
3490 %description latex-wasysym -l pl.UTF-8
3491 Pakiet udostępniający dodatkowe symbole pochodzące z fontów wasy
3492 (Waldis symbol). Te fonty nie są automatycznie dołączane w
3493 NFSS2/LaTeX2e, ponieważ zajmują miejsce i zazwyczaj nie są potrzebne
3494 jeśli używa się pakietów amsfonts lub amssymb. Zestaw symboli zawiera
3495 m.in.: symbole join box, diamond, leadsto, sqsubset, lhd, rhd, apple,
3496 ocircle invneg, logof, varint, male, female, phone, clock, lightning,
3497 pointer, sun, bell, permil, smiley oraz różne symbole elektryczne,
3498 kształty, nuty, okręgi, znaki, symbole astronomiczne itp.
3499
3500 %package latex-xcolor
3501 Summary:        Allows for access to color tints, shades, tones etc
3502 Summary(hu.UTF-8):      Hozzáférés színekhez, tónusokhoz, átmenetekhez, stb.
3503 Summary(pl.UTF-8):      Pozwala na dostęp do odcieni, gradientów itp.
3504 Group:          Applications/Publishing/TeX
3505 Obsoletes:      tetex-latex-xcolor
3506
3507 %description
3508 `xcolor' provides easy driver-independent access to several kinds of
3509 color tints, shades, tones, and mixes of arbitrary colors. It allows
3510 to select a document-wide target color model and offers tools for
3511 automatic color schemes, conversion between eight color models, and
3512 alternating table row colors.
3513
3514 %description latex-xcolor -l hu.UTF-8
3515 `xcolor' egy egyszerű meghajtó-független hozzáférést biztosít
3516 színekhez, átmenetekhez, tónusokhóz, és a színek korlátlan
3517 keverékéhez. Lehetőséged van a teljes dokumentumra érvényes szín
3518 modell kiválasztásához és a színmodellek közötti konverzióra.
3519
3520 %description latex-xcolor -l pl.UTF-8
3521 `xcolor' dostarcza łatwego, niezależnego od urządzenia dostępu do
3522 wielu rodzai cieniowania, tonów i połączeń dowolnych kolorów. Pozwala
3523 na wybór modelu koloru dla całego dokumentu i oferuje narzędzia dla
3524 schematów kolorów, konwersji między ośmioma modelami kolorów oraz
3525 naprzemiennych kolorów w tabelach.
3526
3527 %package format-latex
3528 Summary:        LaTeX macro package
3529 Summary(pl.UTF-8):      Pakiet makr LaTeX
3530 Group:          Applications/Publishing/TeX
3531 Requires(post,postun):  %{_bindir}/texhash
3532 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
3533 Obsoletes:      hugelatex
3534
3535 %description format-latex
3536 LaTeX is a front end for the TeX text formatting system. Easier to use
3537 than TeX, LaTeX is essentially a set of TeX macros which provide
3538 convenient, predefined document formats for users.
3539
3540 This package contains LaTeX format.
3541
3542 %description format-latex -l pl.UTF-8
3543 LaTeX jest frontendem do systemu formatującego tekst TeX. Jest
3544 łatwiejszy w użyciu niż TeX. Jest właściwie zestawem makr TeXowych,
3545 dających użytkownikom wygodne, predefiniowane formaty dokumentów.
3546
3547 Ten pakiet zawiera format LaTeX.
3548
3549 %package format-pdflatex
3550 Summary:        PDF LaTeX macro package
3551 Summary(pl.UTF-8):      Pakiet makr PDF LaTeX
3552 Group:          Applications/Publishing/TeX
3553 Requires(post,postun):  %{_bindir}/texhash
3554 Requires:       %{name}-fonts-jknappen = %{epoch}:%{version}-%{release}
3555 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
3556 Requires:       %{name}-latex-psnfss = %{epoch}:%{version}-%{release}
3557 Requires:       %{name}-metafont = %{epoch}:%{version}-%{release}
3558 Requires:       %{name}-pdftex = %{epoch}:%{version}-%{release}
3559
3560 %description format-pdflatex
3561 LaTeX is a front end for the TeX text formatting system. Easier to use
3562 than TeX, LaTeX is essentially a set of TeX macros which provide
3563 convenient, predefined document formats for users.
3564
3565 This package contains PDF LaTeX format.
3566
3567 %description format-pdflatex -l pl.UTF-8
3568 LaTeX jest frontendem do systemu formatującego tekst TeX. Jest
3569 łatwiejszy w użyciu niż TeX. Jest właściwie zestawem makr TeXowych,
3570 dających użytkownikom wygodne, predefiniowane formaty dokumentów.
3571
3572 Ten pakiet zawiera format PDF LaTeX.
3573
3574 # PLaTeX format
3575
3576 %package platex
3577 Summary:        PLaTeX format basic files
3578 Summary(pl.UTF-8):      Podstawowe pliki dla formatu PLaTeX
3579 Group:          Applications/Publishing/TeX
3580 Requires(post,postun):  %{_bindir}/texhash
3581 Requires:       %{name}-fonts-pl = %{epoch}:%{version}-%{release}
3582 Requires:       %{name}-latex = %{epoch}:%{version}-%{release}
3583
3584 %description platex
3585 PLaTeX format basic files.
3586
3587 %description platex -l pl.UTF-8
3588 Podstawowe pliki dla formatu PLaTeX.
3589
3590 %package format-platex
3591 Summary:        PLaTeX format
3592 Summary(pl.UTF-8):      Format PLaTeX
3593 Group:          Applications/Publishing/TeX
3594 Requires(post,postun):  %{_bindir}/texhash
3595 Requires:       %{name}-platex = %{epoch}:%{version}-%{release}
3596
3597 %description format-platex
3598 PLaTeX format.
3599
3600 %description format-platex -l pl.UTF-8
3601 Format PLaTeX.
3602
3603 %package format-pdfplatex
3604 Summary:        PDF PLaTeX format
3605 Summary(pl.UTF-8):      Format PDF PLaTeX
3606 Group:          Applications/Publishing/TeX
3607 Requires(post,postun):  %{_bindir}/texhash
3608 Requires:       %{name}-fonts-type1-pl = %{epoch}:%{version}-%{release}
3609 Requires:       %{name}-pdftex = %{epoch}:%{version}-%{release}
3610 Requires:       %{name}-platex = %{epoch}:%{version}-%{release}
3611
3612 %description format-pdfplatex
3613 PDF PLaTeX format.
3614
3615 %description format-pdfplatex -l pl.UTF-8
3616 Format PDF PLaTeX.
3617
3618 %package scripts
3619 Summary:        Various scripts
3620 Summary(hu.UTF-8):      Néhány szkript
3621 Group:          Applications/Publishing/TeX
3622 Requires(post,postun):  %{_bindir}/texhash
3623 Requires:       %{name} = %{epoch}:%{version}-%{release}
3624
3625 %description scripts
3626 Various scripts.
3627
3628 %description scripts -l hu.UTF-8
3629 Néhány szkript.
3630
3631 # # TeX generic macros #
3632
3633 %package tex-babel
3634 Summary:        Multilingual support for TeX
3635 Summary(pl.UTF-8):      Obsługa wielu języków dla TeXa
3636 Group:          Applications/Publishing/TeX
3637 Requires(post,postun):  %{_bindir}/texhash
3638 Requires:       %{name} = %{epoch}:%{version}-%{release}
3639
3640 %description tex-babel
3641 Multilingual support for TeX.
3642
3643 %description tex-babel -l pl.UTF-8
3644 Obsługa wielu języków dla TeXa.
3645
3646 %package tex-german
3647 Summary:        Supports the new German orthography (neue deutsche Rechtschreibung)
3648 Summary(pl.UTF-8):      Obsługa nowej ortografii niemieckiej (neue deutsche Rechtschreibung)
3649 Group:          Applications/Publishing/TeX
3650 Requires(post,postun):  %{_bindir}/texhash
3651 Requires:       %{name} = %{epoch}:%{version}-%{release}
3652
3653 %description tex-german
3654 Supports the new German orthography (neue deutsche Rechtschreibung).
3655
3656 %description tex-german -l pl.UTF-8
3657 Obsługa nowej ortografii niemieckiej (neue deutsche Rechtschreibung).
3658
3659 %package tex-insbox
3660 Summary:        A TeX macro for inserting pictures/boxes into paragraphs
3661 Summary(hu.UTF-8):      TeX makró képek/dobozok beszúrására bekezdésekbe
3662 Group:          Applications/Publishing/TeX
3663 Requires(post,postun):  %{_bindir}/texhash
3664 Requires:       %{name} = %{epoch}:%{version}-%{release}
3665
3666 %description tex-insbox
3667 A TeX macro for inserting pictures/boxes into paragraphs.
3668
3669 %description tex-insbox -l hu.UTF-8
3670 TeX makró képek/dobozok beszúrására bekezdésekbe.
3671
3672 %package tex-mfpic
3673 Summary:        Macros which generate Metafont or Metapost for drawing pictures
3674 Summary(pl.UTF-8):      Makra generujące Metafont lub Metapost do rysowania obrazków
3675 Group:          Applications/Publishing/TeX
3676 Requires(post,postun):  %{_bindir}/texhash
3677 Requires:       %{name} = %{epoch}:%{version}-%{release}
3678
3679 %description tex-mfpic
3680 Macros which generate Metafont or Metapost for drawing pictures.
3681
3682 %description tex-mfpic -l pl.UTF-8
3683 Makra generujące Metafont lub Metapost do rysowania obrazków.
3684
3685 %package tex-misc
3686 Summary:        Miscellaneous TeX macros
3687 Summary(pl.UTF-8):      Różne makra TeXowe
3688 Group:          Applications/Publishing/TeX
3689 Requires(post,postun):  %{_bindir}/texhash
3690 Requires:       %{name} = %{epoch}:%{version}-%{release}
3691 Obsoletes:      tetex-tex-eijkhout
3692
3693 %description tex-misc
3694 Miscellaneous TeX macros.
3695
3696 %description tex-misc -l pl.UTF-8
3697 Różne makra TeXowe.
3698
3699 %package tex-pictex
3700 Summary:        Picture drawing macros for TeX and LaTeX
3701 Summary(pl.UTF-8):      Makra do rysowania obrazków dla TeXa i LaTeXa
3702 Group:          Applications/Publishing/TeX
3703 Requires(post,postun):  %{_bindir}/texhash
3704 Requires:       %{name} = %{epoch}:%{version}-%{release}
3705
3706 %description tex-pictex
3707 Picture drawing macros for TeX and LaTeX.
3708
3709 %description tex-pictex -l pl.UTF-8
3710 Makra do rysowania obrazków dla TeXa i LaTeXa.
3711
3712 %package tex-psizzl
3713 Summary:        A TeX format for physics papers
3714 Summary(hu.UTF-8):      TeX formátum fizikai kiadványokhoz
3715 Group:          Applications/Publishing/TeX
3716 Requires(post,postun):  %{_bindir}/texhash
3717 Requires:       %{name} = %{epoch}:%{version}-%{release}
3718
3719 %description tex-psizzl
3720 A TeX format for physics papers.
3721
3722 %description tex-psizzl -l hu.UTF-8
3723 TeX formátum fizikai kiadványokhoz.
3724
3725 %package tex-pstricks
3726 Summary:        PostScript macros for TeX
3727 Summary(pl.UTF-8):      Makra postscriptowe dla TeXa
3728 Group:          Applications/Publishing/TeX
3729 Requires(post,postun):  %{_bindir}/texhash
3730 Requires:       %{name}-tex-misc = %{epoch}:%{version}-%{release}
3731
3732 %description tex-pstricks
3733 An extensive collection of PostScript macros that is compatible with
3734 most TeX macro packages, including Plain TeX, LaTeX, AMS-TeX, and
3735 AMS-LaTeX. Included are macros for color, graphics, pie charts,
3736 rotation, trees and overlays. It has many special features, including:
3737 a wide variety of graphics (picture drawing) macros, with a flexible
3738 interface and with color support. There are macros for coloring or
3739 shading the cells of tables.
3740
3741 %description tex-pstricks -l pl.UTF-8
3742 Duży zestaw makr postscriptowych kompatybilny z większością pakietów
3743 makr TeXowych, w tym: Plain TeX, LaTeX, AMS-TeX i AMS-LaTeX. Załączono
3744 makra obsługujące kolory, grafikę, wykresy kołowe, obroty, drzewa i
3745 nakładanie. Mają wiele możliwości, w tym dużo makr graficznych (do
3746 rysowania obrazków) z elastycznym interfejsem i obsługą koloru. Są też
3747 makra do kolorowania lub cieniowania komórek tabel.
3748
3749 %package tex-qpx
3750 Summary:        QuasiPalatino and PX fonts typesetting support
3751 Summary(pl.UTF-8):      Wsparcie dla składu fontami QuasiPalatino i PX
3752 Group:          Applications/Publishing/TeX
3753 Requires(post,postun):  %{_bindir}/texhash
3754 Requires:       %{name} = %{epoch}:%{version}-%{release}
3755 Requires:       %{name}-fonts-qpx = %{epoch}:%{version}-%{release}
3756
3757 %description tex-qpx
3758 QuasiPalatino and PX fonts typesetting support.
3759
3760 %description tex-qpx -l pl.UTF-8
3761 Wsparcie dla składu fontami QuasiPalatino i PX.
3762
3763 %package tex-qpxqtx
3764 Summary:        QuasiTimes and TX fonts typesetting support
3765 Summary(pl.UTF-8):      Wsparcie dla składu fontami QuasiTimes i TX
3766 Group:          Applications/Publishing/TeX
3767 Requires(post,postun):  %{_bindir}/texhash
3768 Requires:       %{name} = %{epoch}:%{version}-%{release}
3769 Requires:       %{name}-fonts-qpxqtx = %{epoch}:%{version}-%{release}
3770
3771 %description tex-qpxqtx
3772 QuasiTimes and TX fonts typesetting support.
3773
3774 %description tex-qpxqtx -l pl.UTF-8
3775 Wsparcie dla składu fontami QuasiTimes i TX.
3776
3777 %package tex-ruhyphen
3778 Summary:        Russian hyphenation
3779 Summary(pl.UTF-8):      Rosyjskie reguły przenoszenia wyrazów
3780 Group:          Applications/Publishing/TeX
3781 Requires(post,postun):  %{_bindir}/texhash
3782 Requires:       %{name} = %{epoch}:%{version}-%{release}
3783
3784 %description tex-ruhyphen
3785 A collection of Russian hyphenation patterns supporting a number of
3786 Cyrillic font encodings, including T2, UCY (Omega Unicode Cyrillic),
3787 LCY, LWN (OT2), and koi8-r.
3788
3789 %description tex-ruhyphen -l pl.UTF-8
3790 Zestaw rosyjskich wzorców przenoszenia wyrazów obsługujący wiele
3791 kodowań fontów w cyrylicy, włącznie z T2, UCY (Omega Unicode
3792 Cyrillic), LCY, LWN (OT2) i koi8-r.
3793
3794 %package tex-spanish
3795 Summary:        Various TeX related files for typesetting documents written in Spanish
3796 Summary(pl.UTF-8):      Różne pliki TeXowe służące do składu dokumentów w języku hiszpańskim
3797 Group:          Applications/Publishing/TeX
3798 Requires(post,postun):  %{_bindir}/texhash
3799 Requires:       %{name} = %{epoch}:%{version}-%{release}
3800 Obsoletes:      tetex-tex-spanishb
3801
3802 %description tex-spanish
3803 Various TeX related files for typesetting documents written in
3804 Spanish, including hyphenation and dictionaries.
3805
3806 %description tex-spanish -l pl.UTF-8
3807 Różne pliki TeXowe służące do składu dokumentów napisanych w języku
3808 hiszpańskim - w tym reguły przenoszenia wyrazów i słowniki.
3809
3810 %package tex-texdraw
3811 Summary:        Graphical macros, using embedded PostScript
3812 Summary(pl.UTF-8):      Makra graficzne używające osadzanego PostScriptu
3813 Group:          Applications/Publishing/TeX
3814 Requires(post,postun):  %{_bindir}/texhash
3815 Requires:       %{name} = %{epoch}:%{version}-%{release}
3816
3817 %description tex-texdraw
3818 Graphical macros, using embedded PostScript.
3819
3820 %description tex-texdraw -l pl.UTF-8
3821 Makra graficzne używające osadzanego PostScriptu.
3822
3823 %package tex-thumbpdf
3824 Summary:        Thumbnails for PDFTeX and dvips/ps2pdf
3825 Summary(pl.UTF-8):      Ikonki dla PDFTeXa i dvips/ps2pdf
3826 Group:          Applications/Publishing/TeX
3827 Requires(post,postun):  %{_bindir}/texhash
3828 Requires:       %{name} = %{epoch}:%{version}-%{release}
3829
3830 %description tex-thumbpdf
3831 Provides support, using Perl, for thumbnails in pdfTeX and
3832 dvips/ps2pdf, using ghostscript to generate the thumbnails which get
3833 represented in a TeX readable file that is read by the package
3834 thumbpdf.sty to automatically include the thumbnails. Works with both
3835 plain TeX and LaTeX.
3836
3837 %description tex-thumbpdf -l pl.UTF-8
3838 Pakiet przy pomocy Perla dodaje ikonki w pdfTeXu i dvips/ps2pdf przy
3839 użyciu ghostscripta. Ikonki są reprezentowane w pliku czytanym przez
3840 TeXa, który jest wywoływany z thumbpdf.sty, aby automatycznie dołączyć
3841 ikonki. Działa z formatami plain TeX i LaTeX.
3842
3843 %package tex-ukrhyph
3844 Summary:        Ukranian hyphenation
3845 Summary(pl.UTF-8):      Ukraińskie zasady przenoszenia wyrazów
3846 Group:          Applications/Publishing/TeX
3847 Requires(post,postun):  %{_bindir}/texhash
3848 Requires:       %{name} = %{epoch}:%{version}-%{release}
3849
3850 %description tex-ukrhyph
3851 This package allows the use of different hyphenation patterns for the
3852 Ukrainian language for various Cyrillic font encodings. Contains
3853 packages implementing traditional rules, modern rules, and combined
3854 English-Ukrainian hyphenation.
3855
3856 %description tex-ukrhyph -l pl.UTF-8
3857 Ten pakiet pozwala na używanie różnych wzorców przenoszenia wyrazów
3858 dla języka ukraińskiego z różnymi kodowaniami fontów z cyrylicą.
3859 Zawiera pakiety z implementacją reguł tradycyjnych, współczesnych i
3860 łączonych angielsko-ukraińskich.
3861
3862 %package latex-variations
3863 Summary:        Typeset tables of variations of functions
3864 Group:          Applications/Publishing/TeX
3865 Requires(post,postun):  %{_bindir}/texhash
3866 Requires:       %{name} = %{epoch}:%{version}-%{release}
3867
3868 %description latex-variations
3869 Typeset tables of variations of functions.
3870
3871 %package latex-vietnam
3872 Summary:        Vietnamese language support
3873 Summary(pl.UTF-8):      Wsparcie dla języka wietnamskiego
3874 Group:          Applications/Publishing/TeX
3875 Requires(post,postun):  %{_bindir}/texhash
3876 Requires:       %{name} = %{epoch}:%{version}-%{release}
3877 Obsoletes:      tetex-tex-vietnam
3878
3879 %description latex-vietnam
3880 Vietnamese language support.
3881
3882 %description latex-vietnam -l pl.UTF-8
3883 Wsparcie dla języka wietnamskiego.
3884
3885 %package tex-xypic
3886 Summary:        Package for typesetting a variety of graphs and diagrams with TeX
3887 Summary(pl.UTF-8):      Pakiet do składania w TeXu różnych wykresów i diagramów
3888 Group:          Applications/Publishing/TeX
3889 Requires(post,postun):  %{_bindir}/texhash
3890 Requires:       %{name} = %{epoch}:%{version}-%{release}
3891 Requires:       %{name}-fonts-xypic = %{epoch}:%{version}-%{release}
3892
3893 %description tex-xypic
3894 A package for typesetting a variety of graphs and diagrams with TeX.
3895 Xy-pic works with most formats (including LaTeX, AMS-LaTeX, AMS-TeX,
3896 and plain TeX), in particular Xy-pic is provided as a LaTeX2e
3897 `supported package'.
3898
3899 %description tex-xypic -l pl.UTF-8
3900 Pakiet do składania w TeXu różnych wykresów i diagramów. Xy-pic działa
3901 z większością formatów (w tym LaTeX, AMS-LaTeX, AMS-TeX i plain TeX),
3902 w szczególności jest dołączany jako "wspierany pakiet" LaTeX2e.
3903
3904 %package tex-xkeyval
3905 Summary:        Extension to keyval package
3906 Summary(pl.UTF-8):      Rozszerzenie do pakietu keyval
3907 Group:          Applications/Publishing/TeX
3908 Requires(post,postun):  /usr/bin/texhash
3909 Requires:       %{name} = %{epoch}:%{version}-%{release}
3910
3911 %description tex-xkeyval
3912 Extension to keyval package.
3913
3914 %description tex-xkeyval -l pl.UTF-8
3915 Rozszerzenie do pakietu keyval.
3916
3917 %package dirs-fonts
3918 Summary:        TeX font directories
3919 Summary(pl.UTF-8):      Katalogi fontów TeXa
3920 Group:          Fonts
3921 Obsoletes:      tetex-dirs-fonts
3922
3923 %description dirs-fonts
3924 TeX font directories.
3925
3926 %description dirs-fonts -l pl.UTF-8
3927 Katalogi fontów TeXa.
3928
3929 # # Fonts packages #
3930
3931 %package fonts-adobe
3932 Summary:        Adobe fonts
3933 Summary(pl.UTF-8):      Fonty Adobe
3934 Group:          Fonts
3935 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3936
3937 %description fonts-adobe
3938 Adobe fonts.
3939
3940 %description fonts-adobe -l pl.UTF-8
3941 Fonty Adobe.
3942
3943 %package fonts-ae
3944 Summary:        Virtual fonts for PDF-files with T1 encoded CMR-fonts
3945 Summary(pl.UTF-8):      Wirtualne fonty do plików PDF z fontami CMR o kodowaniu T1
3946 Group:          Fonts
3947 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3948
3949 %description fonts-ae
3950 Virtual fonts for PDF-files with T1 encoded CMR-fonts.
3951
3952 %description fonts-ae -l pl.UTF-8
3953 Wirtualne fonty do plików PDF z fontami CMR o kodowaniu T1.
3954
3955 %package fonts-ams
3956 Summary:        AMS fonts
3957 Summary(pl.UTF-8):      Fonty AMS
3958 Group:          Fonts
3959 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3960
3961 %description fonts-ams
3962 AMS fonts.
3963
3964 %description fonts-ams -l pl.UTF-8
3965 Fonty AMS.
3966
3967 %package fonts-antp
3968 Summary:        Antykwa Poltawskiego, a Type 1 family of Polish traditional type
3969 Summary(pl.UTF-8):      Antykwa Półtawskiego - rodzina tradycyjnych polskich czcionek jako Type 1
3970 Group:          Fonts
3971 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3972
3973 %description fonts-antp
3974 Antykwa Poltawskiego, a Type 1 family of Polish traditional type.
3975
3976 %description fonts-antp -l pl.UTF-8
3977 Antykwa Półtawskiego - rodzina tradycyjnych polskich czcionek jako
3978 Type 1.
3979
3980 %package fonts-antt
3981 Summary:        Antykwa Torunska, a Type 1 family of a Polish traditional type
3982 Summary(pl.UTF-8):      Antykwa Toruńska - rodzina tradycyjnych polskich czcionek jako Type 1
3983 Group:          Fonts
3984 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3985
3986 %description fonts-antt
3987 Antykwa Torunska, a Type 1 family of a Polish traditional type.
3988
3989 %description fonts-antt -l pl.UTF-8
3990 Antykwa Toruńska - rodzina tradycyjnych polskich czcionek jako Type 1.
3991
3992 %package fonts-arphic
3993 Summary:        Arphic fonts
3994 Group:          Fonts
3995 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
3996
3997 %description fonts-arphic
3998 Arphic fonts.
3999
4000 %package fonts-bbm
4001 Summary:        Blackboard variant fonts for Computer Modern, with LaTeX support
4002 Summary(pl.UTF-8):      Tablicowy wariant fontów Computer Modern ze wsparciem dla LaTeXa
4003 Group:          Fonts
4004 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4005
4006 %description fonts-bbm
4007 Blackboard variant fonts for Computer Modern, with LaTeX support.
4008
4009 %description fonts-bbm -l pl.UTF-8
4010 Tablicowy wariant fontów Computer Modern ze wsparciem dla LaTeXa.
4011
4012 %package fonts-bbold
4013 Summary:        Sans serif blackboard bold for LaTeX
4014 Summary(pl.UTF-8):      Tablicowy tłusty font sans serif dla LaTeXa
4015 Group:          Fonts
4016 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4017
4018 %description fonts-bbold
4019 Sans serif blackboard bold for LaTeX.
4020
4021 %description fonts-bbold -l pl.UTF-8
4022 Tablicowy tłusty font sans serif dla LaTeXa.
4023
4024 %package fonts-bh
4025 Summary:        Bold & Heavy Fonts
4026 Summary(pl.UTF-8):      Fonty Bold i Heavy
4027 Group:          Fonts
4028 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4029
4030 %description fonts-bh
4031 Bold & Heavy Fonts.
4032
4033 %description fonts-bh -l pl.UTF-8
4034 Fonty Bold i Heavy.
4035
4036 %package fonts-bitstream
4037 Summary:        Bitstream fonts
4038 Summary(pl.UTF-8):      Fonty Bitstream
4039 Group:          Fonts
4040 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4041 Obsoletes:      tetex-fonts-bitstrea
4042
4043 %description fonts-bitstream
4044 Bitstream fonts.
4045
4046 %description fonts-bitstream -l pl.UTF-8
4047 Fonty Bitstream.
4048
4049 %package fonts-cbgreek
4050 Summary:        Complete set of Greek fonts
4051 Summary(pl.UTF-8):      Pełny zestaw fontów greckich
4052 Group:          Fonts
4053 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4054
4055 %description fonts-cbgreek
4056 Complete set of Greek fonts.
4057
4058 %description fonts-cbgreek -l pl.UTF-8
4059 Pełny zestaw fontów greckich.
4060
4061 %package fonts-cc-pl
4062 Summary:        Polish version of Computer Concrete fonts
4063 Summary(pl.UTF-8):      Polska wersja fontów Computer Concrete
4064 Group:          Fonts
4065 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4066
4067 %description fonts-cc-pl
4068 Polish version of Computer Concrete fonts.
4069
4070 %description fonts-cc-pl -l pl.UTF-8
4071 Polska wersja fontów Computer Concrete.
4072
4073 %package fonts-cg
4074 Summary:        Compugraphic fonts
4075 Summary(pl.UTF-8):      Fonty Compugraphic
4076 Group:          Fonts
4077 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4078
4079 %description fonts-cg
4080 Compugraphic fonts.
4081
4082 %description fonts-cg -l pl.UTF-8
4083 Fonty Compugraphic.
4084
4085 %package fonts-cm
4086 Summary:        Computer Modern fonts
4087 Summary(pl.UTF-8):      Fonty Computer Modern
4088 Group:          Fonts
4089 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4090
4091 %description fonts-cm
4092 Computer Modern fonts.
4093
4094 %description fonts-cm -l pl.UTF-8
4095 Fonty Computer Modern.
4096
4097 %package fonts-cmbright
4098 Summary:        CM Bright fonts
4099 Summary(pl.UTF-8):      Fonty CM Bright
4100 Group:          Fonts
4101 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4102
4103 %description fonts-cmbright
4104 CM Bright fonts.
4105
4106 %description fonts-cmbright -l pl.UTF-8
4107 Fonty CM Bright.
4108
4109 %package fonts-cmsuper
4110 Summary:        CM Super fonts
4111 Summary(hu.UTF-8):      CM Super betűtípus
4112 Group:          Fonts
4113 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4114
4115 %description fonts-cmsuper
4116 CM Super fonts.
4117
4118 %description fonts-cmsuper -l hu.UTF-8
4119 CM Super betűtípus
4120
4121
4122 %package fonts-cmcyr
4123 Summary:        Computer Modern fonts extended with Russian letters
4124 Summary(pl.UTF-8):      Fonty Computer Modern rozszerzone o litery rosyjskie
4125 Group:          Fonts
4126 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4127
4128 %description fonts-cmcyr
4129 Computer Modern fonts extended with Russian letters.
4130
4131 %description fonts-cmcyr -l pl.UTF-8
4132 Fonty Computer Modern rozszerzone o litery rosyjskie.
4133
4134 %package fonts-cmextra
4135 Summary:        Extra Computer Modern fonts, from the American Mathematical Society
4136 Summary(pl.UTF-8):      Dodatkowe fonty Computer Modern z AMS
4137 Group:          Fonts
4138 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4139
4140 %description fonts-cmextra
4141 Extra Computer Modern fonts, from the American Mathematical Society.
4142
4143 %description fonts-cmextra -l pl.UTF-8
4144 Dodatkowe fonty Computer Modern z AMS (American Mathematical Society).
4145
4146 %package fonts-concmath
4147 Summary:        Concrete Math fonts
4148 Summary(pl.UTF-8):      Fonty matematyczne Concrete Math
4149 Group:          Fonts
4150 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4151
4152 %description fonts-concmath
4153 Concrete Math fonts.
4154
4155 %description fonts-concmath -l pl.UTF-8
4156 Fonty matematyczne Concrete Math.
4157
4158 %package fonts-concrete
4159 Summary:        Concrete Roman fonts
4160 Summary(pl.UTF-8):      Fonty Concrete Roman
4161 Group:          Fonts
4162 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4163
4164 %description fonts-concrete
4165 Concrete Roman fonts, designed by Donald E. Knuth, originally for use
4166 with Euler math fonts.
4167
4168 %description fonts-concrete -l pl.UTF-8
4169 Fonty Concrete Roman, opracowane przez Donalda E. Knutha, oryginalnie
4170 przeznaczone do używania z fontami matematycznymi Euler.
4171
4172 %package fonts-cs
4173 Summary:        Czech/Slovak-tuned MetaFont Computer Modern fonts
4174 Summary(pl.UTF-8):      Fonty MetaFont Computer Modern dla języków czeskiego i słowackiego
4175 Group:          Fonts
4176 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4177
4178 %description fonts-cs
4179 Czech/Slovak-tuned MetaFont Computer Modern fonts.
4180
4181 %description fonts-cs -l pl.UTF-8
4182 Fonty MetaFont Computer Modern zmodyfikowane pod kątem języków
4183 czeskiego i słowackiego.
4184
4185 %package fonts-dstroke
4186 Summary:        Doublestroke font for typesetting the mathematical symbols
4187 Summary(pl.UTF-8):      Podwójnie kreślony font do składania symboli matematycznych
4188 Group:          Fonts
4189 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4190
4191 %description fonts-dstroke
4192 Doublestroke font for typesetting the mathematical symbols.
4193
4194 %description fonts-dstroke -l pl.UTF-8
4195 Podwójnie kreślony font do składania symboli matematycznych.
4196
4197 %package fonts-ecc
4198 Summary:        Sources for the European Concrete fonts
4199 Summary(pl.UTF-8):      Źródła dla fontów European Concrete
4200 Group:          Fonts
4201 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4202
4203 %description fonts-ecc
4204 The MetaFont sources and tfm files of the European Concrete Fonts.
4205 This is the EC implementation of Knuth's Concrete fonts, including
4206 also the corresponding text companion fonts.
4207
4208 %description fonts-ecc -l pl.UTF-8
4209 Źródła MetaFonta i pliki tfm dla fontów European Concrete. Jest to
4210 implementacja EC fontów Concrete Knutha, włącznie z odpowiadającymi
4211 tekstowymi fontami towarzyszącymi.
4212
4213 %package fonts-eurosym
4214 Summary:        The new European currency symbol for the Euro
4215 Summary(pl.UTF-8):      Symbol nowej europejskiej waluty Euro
4216 Group:          Fonts
4217 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4218
4219 %description fonts-eurosym
4220 The new European currency symbol for the Euro implemented in Metafont,
4221 using the official European Commission dimensions, and providing
4222 several shapes (normal, slanted, bold, outline).
4223
4224 %description fonts-eurosym -l pl.UTF-8
4225 Symbol nowej europejskiej waluty Euro, zaimplementowany w Metafoncie,
4226 z użyciem oficjalnych wymiarów wg Komisji Europejskiej, dostarczający
4227 różnych kształtów (normalnego, pochylonego, tłustego, szkicowanego).
4228
4229 %package fonts-eulervm
4230 Summary:        The Virtual Euler Math fonts
4231 Summary(pl.UTF-8):      Fonty Virtual Euler Math
4232 Group:          Fonts
4233 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4234
4235 %description fonts-eulervm
4236 Euler-VM is a set of _virtual_ math fonts based on Euler and CM. This
4237 approach has several advantages over immediately using the _real_
4238 Euler fonts: Most noticeably, less TeX resources are consumed, the
4239 quality of various math symbols is improved, and a usable \hslash
4240 symbol can be provided.
4241
4242 %description fonts-eulervm -l pl.UTF-8
4243 Euler-VM to zbiór _wirtualnych_ fontów matematycznych opartych na
4244 fontach Euler i CM. Podejście to ma różne zalety nad bezpośrednim
4245 używaniem _prawdziwych_ fontów Euler: najbardziej zauważalnie, używane
4246 jest mniej zasobów TeXa, poprawiona jest jakość różnych symboli
4247 matematycznych i może być dostępny używalny symbol \hslash.
4248
4249 %package fonts-euxm
4250 Summary:        Fonts similar to EUSM but with two more characters
4251 Summary(pl.UTF-8):      Fonty podobne do EUSM, ale z dwoma dodatkowymi znakami
4252 Group:          Fonts
4253 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4254
4255 %description fonts-euxm
4256 Fonts like EUSM but with two more characters needed for Concrete Math
4257 included in TeXLive distribution in fonts3.
4258
4259 %description fonts-euxm -l pl.UTF-8
4260 Fonty podobne do EUSM, ale z dwoma dodatkowymi znakami, potrzebnymi
4261 dla Concrete Math dołączonego w fonts3 dystrybucji TeXLive.
4262
4263 %package fonts-gothic
4264 Summary:        Gothic and ornamental initial fonts by Yannis Haralambous
4265 Summary(pl.UTF-8):      Początkowe fonty gotyckie i ornamentowe Yannisa Haralambousa
4266 Group:          Fonts
4267 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4268
4269 %description fonts-gothic
4270 Gothic and ornamental initial fonts by Yannis Haralambous.
4271
4272 %description fonts-gothic -l pl.UTF-8
4273 Początkowe fonty gotyckie i ornamentowe Yannisa Haralambousa.
4274
4275 %package fonts-hoekwater
4276 Summary:        Converted mflogo font
4277 Summary(pl.UTF-8):      Przekonwertowany font mflogo
4278 Group:          Fonts
4279 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4280
4281 %description fonts-hoekwater
4282 Fonts originally created in MetaFont, transformed to PostScript by
4283 Taco Hoekwater; includes logo, manfnt, rsfs, stmaryrd, wasy, wasy2,
4284 xipa.
4285
4286 %description fonts-hoekwater -l pl.UTF-8
4287 Fonty oryginalnie stworzone w MetaFoncie, przekształcone do
4288 PostScriptu przez Taco Hoekwatera; zawierają: logo, manfnt, rsfs,
4289 stmaryrd, wasy, wasy2, xipa.
4290
4291 %package fonts-jknappen
4292 Summary:        Miscellaneous packages by Joerg Knappen
4293 Summary(pl.UTF-8):      Różne pakiety autorstwa Joerga Knappena
4294 Group:          Fonts
4295 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4296
4297 %description fonts-jknappen
4298 Miscellaneous macros, mostly for making use of extra fonts, by Joerg
4299 Knappen, including sgmlcmpt.
4300
4301 %description fonts-jknappen -l pl.UTF-8
4302 Różne makra, głównie do używania dodatkowych fontów autorstwa Joerga
4303 Knappena. Zawiera sgmlcmpt.
4304
4305 %package fonts-latex
4306 Summary:        Basic LaTeX fonts
4307 Summary(pl.UTF-8):      Podstawowe fonty dla LaTeXa
4308 Group:          Fonts
4309 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4310
4311 %description fonts-latex
4312 Basic LaTeX fonts.
4313
4314 %description fonts-latex -l pl.UTF-8
4315 Podstawowe fonty dla LaTeXa.
4316
4317 %package fonts-lh
4318 Summary:        Olga Lapko's LH fonts
4319 Summary(pl.UTF-8):      Fonty LH Olgi Lapko
4320 Group:          Fonts
4321 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4322
4323 %description fonts-lh
4324 The lh fonts for the `T2'/X2 encodings (for cyrillic languages).
4325
4326 %description fonts-lh -l pl.UTF-8
4327 Fonty lh dla kodowań `T2'/X2 (dla języków zapisywanych cyrylicą).
4328
4329 %package fonts-lm
4330 Summary:        Latin Modern family fonts
4331 Summary(pl.UTF-8):      Fonty z rodziny Latin Modern
4332 Group:          Applications/Publishing/TeX
4333 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4334
4335 %description fonts-lm
4336 Latin Modern family of fonts, based on the Computer Modern fonts
4337 released into public domain by AMS (copyright (C) 1997 AMS). Contain a
4338 lot of additional characters, mainly accented ones, but not only.
4339 There is a one set of PostScript fonts and four sets of TeX Font
4340 Metric files, corresponding to: Cork encoding (cork-*.tfm); QX
4341 encoding (qx-*.tfm); TeX'n'ANSI aka LY1 encoding (texnansi-*.tfm); and
4342 Text Companion for EC fonts aka TS1 (ts1-*.tfm). It is presumed that a
4343 potential user knows what to do with all these files. The author is
4344 Boguslaw Jackowski.
4345
4346 %description fonts-lm -l pl.UTF-8
4347 Rodzina fontów Latin Modern, oparta na fontach Computer Modern
4348 przekazanych do domeny publicznej przez AMS (copyright (C) 1997 AMS).
4349 Zawiera wiele dodatkowych znaków, głównie z akcentami, ale nie tylko.
4350 Jest jeden zbiór fontów postscriptowych oraz cztery zbiory plików TeX
4351 Font Metric, odpowiadających: kodowaniu Cork (cork-*.tfm); kodowaniu
4352 QX (qx-*.tfm); kodowaniu TeX'n'ANSI zwanemu także LY1
4353 (texnansi-*.tfm); oraz Text Companion dla fontów EC zwanemu także TS1
4354 (ts1-*.tfm). Zakłada się, że potencjalny użytkownik wie, co zrobić z
4355 tymi wszystkimi plikami. Autorem jest Bogusław Jackowski.
4356
4357 %package fonts-marvosym
4358 Summary:        Martin Vogel's Symbol (marvosym) font
4359 Summary(pl.UTF-8):      Font Symbol Martina Vogela (marvosym)
4360 Group:          Fonts
4361 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4362
4363 %description fonts-marvosym
4364 Martin Vogel's Symbol (marvosym) font is a font containing: the Euro
4365 currency symbol as defined by the European commission; Euro currency
4366 symbols in typefaces Times, Helvetica and Courier; Symbols for
4367 structural engineering; Symbols for steel cross-sections; Astronomy
4368 signs (Sun, Moon, planets); The 12 signs of the zodiac; Scissor
4369 symbols; CE sign and others.
4370
4371 %description fonts-marvosym -l pl.UTF-8
4372 Font Symbol Martina Vogela (marvosym) to font zawierający: symbol
4373 waluty Euro zdefiniowany przez Komisję Europejską; symbole waluty Euro
4374 dla krojów Times, Helvetica i Courier; symbole dla inżynierii
4375 strukturalnej; symbole dla przekroi poprzecznych; symbole
4376 astronomiczne (Słońce, Księżyc, planety); 12 znaków Zodiaku; symbole
4377 krawieckie; znak CE i inne.
4378
4379 %package fonts-mflogo
4380 Summary:        Logo fonts
4381 Summary(pl.UTF-8):      Fonty logo
4382 Group:          Fonts
4383 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4384
4385 %description fonts-mflogo
4386 Logo fonts.
4387
4388 %description fonts-mflogo -l pl.UTF-8
4389 Fonty logo.
4390
4391 %package fonts-misc
4392 Summary:        Miscellaneous fonts
4393 Summary(pl.UTF-8):      Różne fonty
4394 Group:          Fonts
4395 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4396
4397 %description fonts-misc
4398 Miscellaneous fonts.
4399
4400 %description fonts-misc -l pl.UTF-8
4401 Fonty różne.
4402
4403 %package fonts-monotype
4404 Summary:        Monotype fonts
4405 Summary(pl.UTF-8):      Fonty Monotype
4406 Group:          Fonts
4407 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4408
4409 %description fonts-monotype
4410 Monotype fonts.
4411
4412 %description fonts-monotype -l pl.UTF-8
4413 Fonty Monotype.
4414
4415 %package fonts-omega
4416 Summary:        Fonts for Omega - extended unicode TeX
4417 Summary(pl.UTF-8):      Fonty dla Omegi - TeXa ze wsparciem dla unikodu
4418 Group:          Fonts
4419 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4420
4421 %description fonts-omega
4422 Fonts for Omega - extended unicode TeX.
4423
4424 %description fonts-omega -l pl.UTF-8
4425 Fonty dla Omegi - TeXa ze wsparciem dla unikodu.
4426
4427
4428 %package fonts-other
4429 Summary:        Other fonts
4430 Summary(hu.UTF-8):      További betűtípusok
4431 Group:          Fonts
4432 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4433
4434 %description fonts-other
4435 Other fonts.
4436
4437 %description fonts-omega -l hu.UTF-8
4438 További betűtípusok.
4439
4440 %package fonts-pazo
4441 Summary:        Pazo fonts
4442 Summary(pl.UTF-8):      Fonty Pazo
4443 Group:          Fonts
4444 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4445
4446 %description fonts-pazo
4447 Pazo fonts.
4448
4449 %description fonts-pazo -l pl.UTF-8
4450 Fonty Pazo.
4451
4452 %package fonts-pl
4453 Summary:        Polish fonts
4454 Summary(pl.UTF-8):      Polskie fonty
4455 Group:          Fonts
4456 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4457
4458 %description fonts-pl
4459 Polish fonts.
4460
4461 %description fonts-pl -l pl.UTF-8
4462 Polskie fonty.
4463
4464 %package fonts-px
4465 Summary:        PX fonts
4466 Summary(pl.UTF-8):      Fonty PX
4467 Group:          Fonts
4468 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4469
4470 %description fonts-px
4471 PX fonts.
4472
4473 %description fonts-px -l pl.UTF-8
4474 Fonty PX.
4475
4476 %package fonts-qfonts
4477 Summary:        Quasi fonts
4478 Summary(pl.UTF-8):      Fonty Quasi
4479 Group:          Fonts
4480 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4481
4482 %description fonts-qfonts
4483 Quasi fonts.
4484
4485 %description fonts-qfonts -l pl.UTF-8
4486 Fonty Quasi.
4487
4488 %package fonts-qpx
4489 Summary:        Additional fonts for QPX package
4490 Summary(pl.UTF-8):      Dodatkowe fonty dla pakietu QPX
4491 Group:          Fonts
4492 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4493 Requires:       %{name}-fonts-px = %{epoch}:%{version}-%{release}
4494 Requires:       %{name}-fonts-qfonts = %{epoch}:%{version}-%{release}
4495
4496 %description fonts-qpx
4497 Additional fonts for QPX package.
4498
4499 %description fonts-qpx -l pl.UTF-8
4500 Dodatkowe fonty dla pakietu QPX.
4501
4502 %package fonts-qpxqtx
4503 Summary:        Additional fonts for QTX package
4504 Summary(pl.UTF-8):      Dodatkowe fonty dla pakietu QTX
4505 Group:          Fonts
4506 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4507 # I hope qpxqtx doesn't need qfonts
4508 # Requires:     %{name}-fonts-qfonts = %{epoch}:%{version}-%{release}
4509 Requires:       %{name}-fonts-tx = %{epoch}:%{version}-%{release}
4510
4511 %description fonts-qpxqtx
4512 Additional fonts for QTX package.
4513
4514 %description fonts-qpxqtx -l pl.UTF-8
4515 Dodatkowe fonty dla pakietu QTX.
4516
4517 %package fonts-rsfs
4518 Summary:        Fonts of uppercase script letters for scientific and mathematical typesetting
4519 Summary(pl.UTF-8):      Fonty wielkich liter pisanych do składania dokumentów naukowych i matematycznych
4520 Group:          Fonts
4521 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4522
4523 %description fonts-rsfs
4524 Fonts of uppercase script letters for use as symbols in scientific and
4525 mathematical typesetting, in contrast to the informal script fonts
4526 such as that used for the `calligraphic' symbols in the TeX math
4527 symbol font.
4528
4529 %description fonts-rsfs -l pl.UTF-8
4530 Fonty wielkich liter pisanych do używania jako symbole przy składaniu
4531 dokumentów naukowych i matematycznych, w odróżnieniu od nieformalnych
4532 fontów pisanych takich jak używane do symboli "kaligraficznych" w
4533 matematycznym foncie TeXowym symbol.
4534
4535 %package fonts-stmaryrd
4536 Summary:        St Mary Road symbols for functional programming
4537 Summary(pl.UTF-8):      Symbole St Mary Road do programowania funkcyjnego
4538 Group:          Fonts
4539 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4540
4541 %description fonts-stmaryrd
4542 St Mary Road symbols for functional programming.
4543
4544 %description fonts-stmaryrd -l pl.UTF-8
4545 Symbole St Mary Road do programowania funkcyjnego.
4546
4547 %package fonts-tx
4548 Summary:        TX fonts
4549 Summary(pl.UTF-8):      Fonty TX
4550 Group:          Fonts
4551 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4552
4553 %description fonts-tx
4554 TX fonts.
4555
4556 %description fonts-tx -l pl.UTF-8
4557 Fonty TX.
4558
4559 %package fonts-uhc
4560 Summary:        UHC fonts
4561 Group:          Fonts
4562 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4563
4564 %description fonts-uhc
4565 UHC fonts.
4566
4567 %package fonts-urw
4568 Summary:        URW fonts
4569 Summary(pl.UTF-8):      Fonty URW
4570 Group:          Fonts
4571 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4572
4573 %description fonts-urw
4574 URW fonts.
4575
4576 %description fonts-urw -l pl.UTF-8
4577 Fonty URW.
4578
4579 %package fonts-urwvn
4580 Summary:        URWVN fonts
4581 Summary(pl.UTF-8):      Fonty URWVN
4582 Group:          Fonts
4583 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4584
4585 %description fonts-urwvn
4586 URWVN fonts.
4587
4588 %description fonts-urwvn -l pl.UTF-8
4589 Fonty URWVN.
4590
4591 %package fonts-vnr
4592 Summary:        VNR fonts
4593 Summary(pl.UTF-8):      Fonty VNR
4594 Group:          Fonts
4595 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4596
4597 %description fonts-vnr
4598 VNR fonts.
4599
4600 %description fonts-vnr -l pl.UTF-8
4601 Fonty VNR.
4602
4603 %package fonts-urw35vf
4604 Summary:        urw35vf fonts
4605 Summary(hu.UTF-8):      urw35vf betűtípus
4606 Summary(pl.UTF-8):      Fonty urw35vf
4607 Group:          Fonts
4608 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4609
4610 %description fonts-urw35vf
4611 urw35vf fonts.
4612
4613 %description fonts-urw35vf -l hu.UTF-8
4614 urw35vf betűtípus.
4615
4616 %package fonts-wadalab
4617 Summary:        Wadalab fonts
4618 Group:          Fonts
4619 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4620
4621 %description fonts-wadalab
4622 Wadalab fonts.
4623
4624 %package fonts-wasy
4625 Summary:        Waldis symbol fonts
4626 Summary(pl.UTF-8):      Fonty Waldis symbol
4627 Group:          Fonts
4628 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4629
4630 %description fonts-wasy
4631 Waldis symbol fonts.
4632
4633 %description fonts-wasy -l pl.UTF-8
4634 Fonty Waldis symbol.
4635
4636 %package fonts-xypic
4637 Summary:        Xy-pic fonts
4638 Summary(pl.UTF-8):      Fonty Xy-pic
4639 Group:          Fonts
4640 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4641
4642 %description fonts-xypic
4643 Xy-pic fonts.
4644
4645 %description fonts-xypic -l pl.UTF-8
4646 Fonty Xy-pic.
4647
4648 %package fonts-yandy
4649 Summary:        European Modern fonts from Y&Y
4650 Summary(pl.UTF-8):      Fonty European Modern od Y&Y
4651 Group:          Fonts
4652 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4653
4654 %description fonts-yandy
4655 European Modern fonts from Y&Y.
4656
4657 %description fonts-yandy -l pl.UTF-8
4658 Fonty European Modern od Y&Y.
4659
4660 %package fonts-type1-antp
4661 Summary:        Antykwa Poltawskiego, a Type 1 family of Polish traditional type
4662 Summary(pl.UTF-8):      Antykwa Półtawskiego - rodzina tradycyjnych polskich czcionek jako Type 1
4663 Group:          Fonts
4664 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4665
4666 %description fonts-type1-antp
4667 Antykwa Poltawskiego, a Type 1 family of Polish traditional type.
4668
4669 %description fonts-type1-antp -l pl.UTF-8
4670 Antykwa Półtawskiego - rodzina tradycyjnych polskich czcionek jako
4671 Type 1.
4672
4673 %package fonts-type1-antt
4674 Summary:        Antykwa Torunska, a Type 1 family of a Polish traditional type
4675 Summary(pl.UTF-8):      Antykwa Toruńska - rodzina tradycyjnych polskich czcionek jako Type 1
4676 Group:          Fonts
4677 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4678
4679 %description fonts-type1-antt
4680 Antykwa Torunska, a Type 1 family of a Polish traditional type.
4681
4682 %description fonts-type1-antt -l pl.UTF-8
4683 Antykwa Toruńska - rodzina tradycyjnych polskich czcionek jako Type 1.
4684
4685 %package fonts-type1-arphic
4686 Summary:        Type1 Arphic fonts
4687 Group:          Fonts
4688 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4689
4690 %description fonts-type1-arphic
4691 Type1 Arphic fonts.
4692
4693 %package fonts-type1-belleek
4694 Summary:        Free replacement for basic MathTime fonts
4695 Summary(pl.UTF-8):      Wolnodostępny zamiennik podstawowych fontów MathTime
4696 Group:          Fonts
4697 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4698
4699 %description fonts-type1-belleek
4700 Free replacement for basic MathTime fonts.
4701
4702 %description fonts-type1-belleek -l pl.UTF-8
4703 Wolnodostępny zamiennik podstawowych fontów MathTime.
4704
4705 %package fonts-type1-bitstream
4706 Summary:        Bitstream fonts
4707 Summary(pl.UTF-8):      Fonty Bitstream
4708 Group:          Fonts
4709 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4710 Obsoletes:      tetex-fonts-type1-bitstrea
4711
4712 %description fonts-type1-bitstream
4713 Bitstream fonts.
4714
4715 %description fonts-type1-bitstream -l pl.UTF-8
4716 Fonty Bitstream.
4717
4718 %package fonts-type1-bluesky
4719 Summary:        Computer Modern family fonts
4720 Summary(pl.UTF-8):      Fonty z rodziny Computer Modern
4721 Group:          Fonts
4722 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4723
4724 %description fonts-type1-bluesky
4725 Computer Modern family fonts.
4726
4727 %description fonts-type1-bluesky -l pl.UTF-8
4728 Fonty z rodzony Computer Modern.
4729
4730 %package fonts-type1-cc-pl
4731 Summary:        Polish version of Computer Concrete fonts
4732 Summary(pl.UTF-8):      Polska wersja fontów Computer Concrete
4733 Group:          Fonts
4734 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4735
4736 %description fonts-type1-cc-pl
4737 Polish version of Computer Concrete fonts.
4738
4739 %description fonts-type1-cc-pl -l pl.UTF-8
4740 Polska wersja fontów Computer Concrete.
4741
4742 %package fonts-type1-cmcyr
4743 Summary:        Computer Modern fonts extended with Russian letters
4744 Summary(pl.UTF-8):      Fonty Computer Modern rozszerzone o litery rosyjskie
4745 Group:          Fonts
4746 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4747
4748 %description fonts-type1-cmcyr
4749 Computer Modern fonts extended with Russian letters.
4750
4751 %description fonts-type1-cmcyr -l pl.UTF-8
4752 Fonty Computer Modern rozszerzone o litery rosyjskie.
4753
4754 %package fonts-type1-cs
4755 Summary:        Czech/Slovak-tuned MetaFont Computer Modern fonts
4756 Summary(pl.UTF-8):      Fonty MetaFont Computer Modern dla języków czeskiego i słowackiego
4757 Group:          Fonts
4758 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4759
4760 %description fonts-type1-cs
4761 Czech/Slovak-tuned MetaFont Computer Modern fonts.
4762
4763 %description fonts-type1-cs -l pl.UTF-8
4764 Fonty MetaFont Computer Modern zmodyfikowane pod kątem języków
4765 czeskiego i słowackiego.
4766
4767 %package fonts-type1-dstroke
4768 Summary:        Doublestroke Type1 font for typesetting the mathematical symbols
4769 Summary(pl.UTF-8):      Podwójnie kreślony font Type1 do składania symboli matematycznych
4770 Group:          Fonts
4771 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4772
4773 %description fonts-type1-dstroke
4774 Doublestroke Type1 font for typesetting the mathematical symbols.
4775
4776 %description fonts-type1-dstroke -l pl.UTF-8
4777 Podwójnie kreślony font Type1 do składania symboli matematycznych.
4778
4779 %package fonts-type1-eurosym
4780 Summary:        The new European currency symbol for the Euro
4781 Summary(pl.UTF-8):      Symbol nowej europejskiej waluty Euro
4782 Group:          Fonts
4783 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4784
4785 %description fonts-type1-eurosym
4786 The new European currency symbol for the Euro implemented in Metafont,
4787 using the official European Commission dimensions, and providing
4788 several shapes (normal, slanted, bold, outline).
4789
4790 %description fonts-type1-eurosym -l pl.UTF-8
4791 Symbol nowej europejskiej waluty Euro, zaimplementowany w Metafoncie,
4792 z użyciem oficjalnych wymiarów wg Komisji Europejskiej, dostarczający
4793 różnych kształtów (normalnego, pochylonego, tłustego, szkicowanego).
4794
4795 %package fonts-type1-hoekwater
4796 Summary:        Converted mflogo font
4797 Summary(pl.UTF-8):      Przekonwertowany font mflogo
4798 Group:          Fonts
4799 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4800
4801 %description fonts-type1-hoekwater
4802 Fonts originally created in MetaFont, transformed to PostScript by
4803 Taco Hoekwater; includes logo, manfnt, rsfs, stmaryrd, wasy, wasy2,
4804 xipa.
4805
4806 %description fonts-type1-hoekwater -l pl.UTF-8
4807 Fonty oryginalnie stworzone w MetaFoncie, przekształcone do
4808 PostScriptu przez Taco Hoekwatera; zawierają: logo, manfnt, rsfs,
4809 stmaryrd, wasy, wasy2, xipa.
4810
4811 %package fonts-type1-fpl
4812 Summary:        SC/OsF fonts for URW Palladio L
4813 Summary(pl.UTF-8):      Fonty SC/OsF dla URW Palladio L
4814 Group:          Fonts
4815 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4816
4817 %description fonts-type1-fpl
4818 The FPL Fonts provide a set of SC/OsF fonts for URW Palladio L which
4819 are compatible with respect to metrics with the Palatino SC/OsF fonts
4820 from Adobe. Note that it is not the author's aim to exactly reproduce
4821 the outlines of the original Adobe fonts. The SC and OsF in the FPL
4822 Fonts were designed with the glyphs from URW Palladio L as starting
4823 point. For some glyphs (eg 'o') the author got the best result by
4824 scaling and boldening. For others (eg 'h') shifting selected portions
4825 of the character gave more satisfying results. All this was done using
4826 the free font editor FontForge <http://fontforge.sf.net/>. The kerning
4827 data in these fonts comes from Walter Schmidt's improved Palatino
4828 metrics.
4829
4830 %description fonts-type1-fpl -l pl.UTF-8
4831 Fonty FPL dostarczają zbiór fontów SC/OsF dla URW Palladio L, które są
4832 kompatybilne co do metryk z fontami Palatino SC/OsF firmy Adobe.
4833 Należy jednak zaznaczyć, że celem autora nie jest dokładne odtworzenie
4834 kształtów oryginalnych fontów Adobe. SC i OsF w fontach FPL były
4835 projektowane w oparciu o glify z URW Palladio L. Dla niektórych glifów
4836 (np. 'o') autor uzyskał najlepszy wynik poprzez skalowanie i
4837 pogrubianie. Dla innych (np. 'h') przesuwanie wybranych części znaku
4838 dało lepsze wyniki. Wszystko to zostało zrobione przy użyciu
4839 wolnodostępnego edytora fontów FontForge <http://fontforge.sf.net/>.
4840 Dane dla kerningu w tych fontach pochodzą z ulepszonych metryk
4841 Palatino Waltera Schmidta.
4842
4843 %package fonts-type1-tt2001
4844 Summary:        Type1 tt2001 family fonts
4845 Summary(pl.UTF-8):      Fonty Type1 z rodziny tt2001
4846 Group:          Applications/Publishing/TeX
4847 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4848
4849 %description fonts-type1-tt2001
4850 Type1 tt2001 famliy fonts.
4851
4852 %description fonts-type1-tt2001 -l pl.UTF-8
4853 Fonty Type1 z rodziny tt2001.
4854
4855 %package fonts-type1-lm
4856 Summary:        Type1 Latin Modern family fonts
4857 Summary(pl.UTF-8):      Fonty Type1 z rodziny Latin Modern
4858 Group:          Applications/Publishing/TeX
4859 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4860
4861 %description fonts-type1-lm
4862 Latin Modern family of fonts, based on the Computer Modern fonts
4863 released into public domain by AMS (copyright (C) 1997 AMS). Contain a
4864 lot of additional characters, mainly accented ones, but not only.
4865 There is a one set of PostScript fonts and four sets of TeX Font
4866 Metric files, corresponding to: Cork encoding (cork-*.tfm); QX
4867 encoding (qx-*.tfm); TeX'n'ANSI aka LY1 encoding (texnansi-*.tfm); and
4868 Text Companion for EC fonts aka TS1 (ts1-*.tfm). It is presumed that a
4869 potential user knows what to do with all these files. The author is
4870 Boguslaw Jackowski.
4871
4872 %description fonts-type1-lm -l pl.UTF-8
4873 Rodzina fontów Latin Modern, oparta na fontach Computer Modern
4874 przekazanych do domeny publicznej przez AMS (copyright (C) 1997 AMS).
4875 Zawiera wiele dodatkowych znaków, głównie z akcentami, ale nie tylko.
4876 Jest jeden zbiór fontów postscriptowych oraz cztery zbiory plików TeX
4877 Font Metric, odpowiadających: kodowaniu Cork (cork-*.tfm); kodowaniu
4878 QX (qx-*.tfm); kodowaniu TeX'n'ANSI zwanemu także LY1
4879 (texnansi-*.tfm); oraz Text Companion dla fontów EC zwanemu także TS1
4880 (ts1-*.tfm). Zakłada się, że potencjalny użytkownik wie, co zrobić z
4881 tymi wszystkimi plikami. Autorem jest Bogusław Jackowski.
4882
4883 %package fonts-type1-marvosym
4884 Summary:        Martin Vogel's Symbol (marvosym) font
4885 Summary(pl.UTF-8):      Font Symbol Martina Vogela (marvosym)
4886 Group:          Fonts
4887 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4888
4889 %description fonts-type1-marvosym
4890 Martin Vogel's Symbol (marvosym) font is a font containing: the Euro
4891 currency symbol as defined by the European commission; Euro currency
4892 symbols in typefaces Times, Helvetica and Courier; Symbols for
4893 structural engineering; Symbols for steel cross-sections; Astronomy
4894 signs (Sun, Moon, planets); The 12 signs of the zodiac; Scissor
4895 symbols; CE sign and others.
4896
4897 %description fonts-type1-marvosym -l pl.UTF-8
4898 Font Symbol Martina Vogela (marvosym) to font zawierający: symbol
4899 waluty Euro zdefiniowany przez Komisję Europejską; symbole waluty Euro
4900 dla krojów Times, Helvetica i Courier; symbole dla inżynierii
4901 strukturalnej; symbole dla przekroi poprzecznych; symbole
4902 astronomiczne (Słońce, Księżyc, planety); 12 znaków Zodiaku; symbole
4903 krawieckie; znak CE i inne.
4904
4905 %package fonts-type1-mathpazo
4906 Summary:        Pazo Math fonts
4907 Summary(pl.UTF-8):      Fonty matematyczne Pazo Math
4908 Group:          Fonts
4909 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4910
4911 %description fonts-type1-mathpazo
4912 Pazo Math fonts.
4913
4914 %description fonts-type1-mathpazo -l pl.UTF-8
4915 Fonty matematyczne Pazo Math.
4916
4917 %package fonts-type1-omega
4918 Summary:        Type1 fonts for Omega - extended unicode TeX
4919 Summary(pl.UTF-8):      Fonty Type1 dla Omegi - TeXa ze wsparciem dla unikodu
4920 Group:          Fonts
4921 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4922
4923 %description fonts-type1-omega
4924 Type1 fonts for Omega - extended unicode TeX.
4925
4926 %description fonts-type1-omega -l pl.UTF-8
4927 Fonty Type1 dla Omegi - TeXa ze wsparciem dla unikodu.
4928
4929 %package fonts-type1-pl
4930 Summary:        Polish fonts
4931 Summary(pl.UTF-8):      Polskie fonty
4932 Group:          Fonts
4933 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4934 Requires:       %{name}-fonts-type1-bluesky = %{epoch}:%{version}-%{release}
4935
4936 %description fonts-type1-pl
4937 Polish fonts.
4938
4939 %description fonts-type1-pl -l pl.UTF-8
4940 Polskie fonty.
4941
4942 %package fonts-type1-px
4943 Summary:        PX fonts
4944 Summary(pl.UTF-8):      Fonty PX
4945 Group:          Fonts
4946 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4947
4948 %description fonts-type1-px
4949 PX fonts.
4950
4951 %description fonts-type1-px -l pl.UTF-8
4952 Fonty PX.
4953
4954 %package fonts-type1-qfonts
4955 Summary:        Quasi fonts
4956 Summary(pl.UTF-8):      Fonty Quasi
4957 Group:          Fonts
4958 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4959
4960 %description fonts-type1-qfonts
4961 Quasi fonts.
4962
4963 %description fonts-type1-qfonts -l pl.UTF-8
4964 Fonty Quasi.
4965
4966 %package fonts-type1-tx
4967 Summary:        TX fonts
4968 Summary(pl.UTF-8):      Fonty TX
4969 Group:          Fonts
4970 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4971
4972 %description fonts-type1-tx
4973 TX fonts.
4974
4975 %description fonts-type1-tx -l pl.UTF-8
4976 Fonty TX.
4977
4978 %package fonts-type1-uhc
4979 Summary:        Type1 UHC fonts
4980 Group:          Fonts
4981 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4982
4983 %description fonts-type1-uhc
4984 Type1 UHC fonts.
4985
4986 %package fonts-type1-urw
4987 Summary:        URW fonts
4988 Summary(pl.UTF-8):      Fonty URW
4989 Group:          Fonts
4990 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
4991
4992 %description fonts-type1-urw
4993 URW fonts.
4994
4995 %description fonts-type1-urw -l pl.UTF-8
4996 Fonty URW.
4997
4998 %package fonts-type1-vnr
4999 Summary:        Type1 VNR fonts
5000 Summary(pl.UTF-8):      Fonty Type1 VNR
5001 Group:          Fonts
5002 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
5003
5004 %description fonts-type1-vnr
5005 Type1 VNR fonts.
5006
5007 %description fonts-type1-vnr -l pl.UTF-8
5008 Fonty Type1 VNR.
5009
5010 %package fonts-type1-wadalab
5011 Summary:        Type1 Wadalab fonts
5012 Group:          Fonts
5013 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
5014
5015 %description fonts-type1-wadalab
5016 Type1 Wadalab fonts.
5017
5018 %package fonts-type1-xypic
5019 Summary:        Xy-pic fonts
5020 Summary(pl.UTF-8):      Fonty Xy-pic
5021 Group:          Fonts
5022 Requires:       %{name}-dirs-fonts = %{epoch}:%{version}-%{release}
5023
5024 %description fonts-type1-xypic
5025 Xy-pic fonts.
5026
5027 %description fonts-type1-xypic -l pl.UTF-8
5028 Fonty Xy-pic.
5029
5030
5031 # TeXLive-specific packages - there wasn't before...
5032 %package afm2pl
5033 Summary:        Convert an Adobe font metric file to a TeX font property list
5034 Group:          Fonts
5035
5036 %description afm2pl
5037 Convert an Adobe font metric file to a TeX font property list.
5038
5039
5040 %package bbox
5041 Summary:        bbox prints the bounding box of images
5042 Group:          Applications/Publishing/TeX
5043
5044 %description bbox
5045 bbox reads a rawppm or rawpbm file and prints out the bounding box of
5046 the image.
5047
5048 %package cefutils
5049 Summary:        In cefutils there are CEF-compatible utils
5050 Group:          Applications/Publishing/TeX
5051
5052 %description cefutils
5053 In cefutils there are CEF-compatible (Chinese Encoding Framework)
5054 utils.
5055
5056 %package detex
5057 Summary:        A filter to strip TeX commands from a .tex file
5058 Summary(hu.UTF-8):      Egy szűrő, amely .tex fájlokból szűri ki a TeX parancsokat
5059 Group:          Applications/Publishing/TeX
5060
5061 %description detex
5062 A filter to strip TeX commands from a .tex file.
5063
5064 %description detex -l hu.UTF-8
5065 Egy szűrő, amely .tex fájlokból szűri ki a TeX parancsokat.
5066
5067
5068 %package dviutils
5069 Summary:        Various DVI utils
5070 Summary(hu.UTF-8):      Vegyes DVI eszközök
5071 Group:          Applications/Publishing/TeX
5072
5073 %description dviutils
5074 This package contains various DVI utils.
5075
5076 %description dviutils -l hu.UTF-8
5077 Ez a csomag mindenféle DVI eszközt tartalmaz.
5078
5079 %package epsutils
5080 Summary:        Various EPS utils
5081 Group:          Applications/Publishing/TeX
5082
5083 %description epsutils
5084 Various EPS (Encapsulated PostScript) utils.
5085
5086
5087 %package filters
5088 Summary:        Various filters
5089 Group:          Applications/Publishing/TeX
5090
5091 %description filters
5092 Various filters.
5093
5094
5095 %package uncategorized-utils
5096 Summary:        Uncategorized utils
5097 Group:          Applications/Publishing/TeX
5098
5099 %description uncategorized-utils
5100 Uncategorized utilities. Needs check and categorizing.
5101
5102 %package tex4ht
5103 Summary:        LaTeX and TeX for hypertext
5104 Group:          Applications/Publishing/TeX
5105
5106 %description tex4ht
5107 A converter from TeX and LaTeX to hypertext (HTML, XML, etc.),
5108 providing a configurable (La)TeX-based authoring system for hypertext.
5109 When converting to XML, you can use MathML instead of images for
5110 equation representation.
5111
5112 %package xetex
5113 Summary:        Extended TeX / LaTeX version for unicode
5114 Group:          Applications/Publishing/TeX
5115 Requires(post,postun):  /usr/bin/texhash
5116 Requires:       %{name}-fonts-misc = %{epoch}:%{version}-%{release}
5117
5118 %description xetex
5119 XeTeX extends the TeX typesetting system (and macro packages such as
5120 LaTeX and ConTeXt) to have native support for the Unicode character
5121 set, including complex Asian scripts, and for OpenType and TrueType
5122 fonts.
5123
5124 %package xmltex
5125 Summary:        TeX package for processing XML files
5126 Group:          Applications/Publishing/TeX
5127 Requires(post,postun):  /usr/bin/texhash
5128
5129 %description xmltex
5130 XMLTeX is a non-validating, namespace-aware XML parser written in TeX.
5131 It allows TeX to directly process XML files.
5132
5133 %prep
5134 %setup -q -c -T -n %{name}-%{version}-source
5135 lzma -dc %{SOURCE0} | tar xf - -C ..
5136 %patch0 -p1
5137 %patch1 -p1
5138
5139 cd libs/teckit
5140 cat ax*.m4 > acinclude.m4
5141 %{__libtoolize}
5142 %{__aclocal}
5143 %{__autoconf}
5144 %{__automake}
5145
5146 %build
5147 find . -name "config.sub" -exec cp /usr/share/automake/config.sub '{}' ';'
5148 %{__sed} -i 's@"extend/\(.*\)"@<\1>@' texk/ttf2pk/*.c
5149 cd texk/kpathsea
5150 %{__sed} -i 's@^TEXMFMAIN =.*@TEXMFMAIN = %{texmf}@' texmf.cnf
5151 %{__sed} -i 's@^TEXMFDIST =.*@TEXMFDIST = %{texmfdist}@' texmf.cnf
5152 %{__sed} -i 's@^TEXMFLOCAL =.*@TEXMFLOCAL = %{texmf}@' texmf.cnf
5153 %{__sed} -i 's@^TEXMFSYSVAR =.*@TEXMFSYSVAR = %{_localstatedir}@' texmf.cnf
5154 %{__sed} -i 's@^TEXMFSYSCONFIG =.*@TEXMFSYSCONFIG = %{_sysconfdir}/%{name}@' texmf.cnf
5155 %{__sed} -i 's@^TEXMFVAR =.*@TEXMFVAR = %{_localstatedir}@' texmf.cnf
5156 cd ../..
5157
5158 %configure \
5159 %if %{with bootstrap}
5160         --without-xindy \
5161         --without-luatex \
5162 %endif
5163         --disable-multiplatform \
5164         --disable-static \
5165         --enable-a4 \
5166         --enable-gf \
5167         --enable-ipc \
5168         --enable-shared \
5169         --with-fontconfig \
5170         --with-fonts-dir=/var/cache/fonts \
5171         --with-ncurses \
5172         --with-system-freetype \
5173         --with-freetype-include=/usr/include/freetype \
5174         --with-system-freetype2 \
5175         --with-freetype2-include=/usr/include/freetype2 \
5176         --with-system-gd \
5177         --with-system-ncurses \
5178         --with-system-pnglib \
5179         --with-system-t1lib \
5180         --with-system-zlib \
5181         --with-xdvi-x-toolkit=xaw \
5182         --without-dialog \
5183         --without-t1utils \
5184         --without-texinfo
5185
5186 %{__make}
5187
5188 %install
5189 rm -rf $RPM_BUILD_ROOT
5190 install -d $RPM_BUILD_ROOT%{_datadir} \
5191         $RPM_BUILD_ROOT%{_desktopdir} \
5192         $RPM_BUILD_ROOT%{_pixmapsdir} \
5193         $RPM_BUILD_ROOT%{_mandir}/man5 \
5194         $RPM_BUILD_ROOT/var/cache/fonts \
5195         $RPM_BUILD_ROOT/etc/cron.daily\
5196         $RPM_BUILD_ROOT/etc/sysconfig/tetex-updmap\
5197         $RPM_BUILD_ROOT%{_localstatedir}/fonts/map\
5198         $RPM_BUILD_ROOT%{fmtdir}/pdftex
5199
5200 lzma -dc %{SOURCE1} | tar xf - -C $RPM_BUILD_ROOT%{_datadir}
5201 %{__mv} $RPM_BUILD_ROOT%{_datadir}/texlive-20080822-texmf/texmf $RPM_BUILD_ROOT%{texmf}
5202 %{__mv} $RPM_BUILD_ROOT%{_datadir}/texlive-20080822-texmf/texmf-dist $RPM_BUILD_ROOT%{texmfdist}
5203 %{__mv} $RPM_BUILD_ROOT%{_datadir}/texlive-20080822-texmf/texmf-doc $RPM_BUILD_ROOT%{texmfdoc}
5204 %{__mv} $RPM_BUILD_ROOT%{texmfdist}/doc/generic/pgfplots/* $RPM_BUILD_ROOT%{texmfdist}/doc/latex/pgfplots
5205 rmdir $RPM_BUILD_ROOT%{texmfdist}/doc/generic/pgfplots
5206
5207 # This is an empty directory
5208 %{__rm} -r $RPM_BUILD_ROOT%{_datadir}/texlive-20080822-texmf
5209 # Useless binary
5210 %{__rm} $RPM_BUILD_ROOT%{_datadir}/texmf-dist/doc/latex/splitindex/splitindex{.exe,-Linux-i386,-OpenBSD-i386}
5211
5212 # commented out because of following (non-fatal) error:
5213 # Can't open texmf/web2c/texmf.cnf: No such file or directory.
5214 #perl -pi \
5215 #       -e "s|\.\./\.\./texmf|$RPM_BUILD_ROOT%{texmf}|g;" \
5216 #       -e "s|/var/cache/fonts|$RPM_BUILD_ROOT/var/cache/fonts|g;" \
5217 #       texmf/web2c/texmf.cnf
5218
5219 install -d $RPM_BUILD_ROOT%{texmf}/fonts/opentype/public
5220
5221 LD_LIBRARY_PATH=$RPM_BUILD_ROOT%{_libdir}; export LD_LIBRARY_PATH
5222
5223 %{__make} install \
5224         prefix=$RPM_BUILD_ROOT%{_prefix} \
5225         bindir=$RPM_BUILD_ROOT%{_bindir} \
5226         mandir=$RPM_BUILD_ROOT%{_mandir} \
5227         libdir=$RPM_BUILD_ROOT%{_libdir} \
5228         datadir=$RPM_BUILD_ROOT%{_datadir} \
5229         infodir=$RPM_BUILD_ROOT%{_infodir} \
5230         includedir=$RPM_BUILD_ROOT%{_includedir} \
5231         sbindir=$RPM_BUILD_ROOT%{_sbindir} \
5232         texmf=$RPM_BUILD_ROOT%{texmf} \
5233         texmfsysvar=$RPM_BUILD_ROOT%{_localstatedir} \
5234         texmfsysconfig=$RPM_BUILD_ROOT%{texmf}
5235
5236 %{__rm} $RPM_BUILD_ROOT%{texmf}/scripts/texlive/uninstall-win32.pl
5237 # Fix broken symlinks
5238 CURDIR=$(pwd)
5239 cd $RPM_BUILD_ROOT%{_bindir}
5240 ln -sf ../share/texmf/scripts/a2ping/a2ping.pl a2ping
5241 ln -sf ../share/texmf-dist/scripts/context/stubs/unix/context context
5242 ln -sf ../share/texmf-dist/scripts/context/stubs/unix/ctxtools ctxtools
5243 ln -sf ../share/texmf-dist/scripts/dviasm/dviasm.py dviasm
5244 ln -sf ../share/texmf/scripts/tetex/e2pall.pl e2pall
5245 ln -sf ../share/texmf-dist/scripts/bengali/ebong.py ebong
5246 ln -sf ../share/texmf-dist/scripts/epspdf/epspdf epspdf
5247 ln -sf ../share/texmf-dist/scripts/epspdf/epspdftk epspdftk
5248 ln -sf ../share/texmf/scripts/epstopdf/epstopdf.pl epstopdf
5249 ln -sf ../share/texmf-dist/scripts/context/stubs/unix/exatools exatools
5250 ln -sf ../share/texmf/scripts/texlive/getnonfreefonts.pl getnonfreefonts
5251 ln -sf ../share/texmf/scripts/texlive/getnonfreefonts.pl getnonfreefonts-sys
5252 ln -sf ../share/texmf-dist/scripts/tex4ht/ht.sh ht
5253 ln -sf ../share/texmf-dist/scripts/tex4ht/htcontext.sh htcontext
5254 ln -sf ../share/texmf-dist/scripts/tex4ht/htlatex.sh htlatex
5255 ln -sf ../share/texmf-dist/scripts/tex4ht/htmex.sh htmex
5256 ln -sf ../share/texmf-dist/scripts/tex4ht/httex.sh httex
5257 ln -sf ../share/texmf-dist/scripts/tex4ht/httexi.sh httexi
5258 ln -sf ../share/texmf-dist/scripts/tex4ht/htxelatex.sh htxelatex
5259 ln -sf ../share/texmf-dist/scripts/tex4ht/htxetex.sh htxetex
5260 ln -sf ../share/texmf-dist/scripts/context/stubs/unix/luatools luatools
5261 ln -sf ../share/texmf-dist/scripts/glossaries/makeglossaries makeglossaries
5262 ln -sf ../share/texmf-dist/scripts/context/stubs/unix/makempy makempy
5263 ln -sf ../share/texmf-dist/scripts/tex4ht/mk4ht.pl mk4ht
5264 ln -sf ../share/texmf-dist/scripts/mkjobtexmf/mkjobtexmf.pl mkjobtexmf
5265 ln -sf ../share/texmf-dist/scripts/context/stubs/unix/mpstools mpstools
5266 ln -sf ../share/texmf-dist/scripts/context/stubs/unix/mptopdf mptopdf
5267 ln -sf ../share/texmf-dist/scripts/context/stubs/unix/mtxrun mtxrun
5268 ln -sf ../share/texmf-dist/scripts/context/stubs/unix/mtxtools mtxtools
5269 ln -sf ../share/texmf-dist/scripts/oberdiek/pdfatfi.pl pdfatfi
5270 ln -sf ../share/texmf-dist/scripts/pdfcrop/pdfcrop.pl pdfcrop
5271 ln -sf ../share/texmf-dist/scripts/ppower4/pdfthumb.texlua pdfthumb
5272 ln -sf ../share/texmf-dist/scripts/context/stubs/unix/pdftools pdftools
5273 ln -sf ../share/texmf-dist/scripts/context/stubs/unix/pdftrimwhite pdftrimwhite
5274 ln -sf ../share/texmf-dist/scripts/perltex/perltex.pl perltex
5275 ln -sf ../share/texmf/scripts/pkfix/pkfix.pl pkfix
5276 ln -sf ../share/texmf-dist/scripts/ppower4/ppower4.texlua ppower4
5277 ln -sf ../share/texmf/scripts/ps2eps/ps2eps.pl ps2eps
5278 ln -sf ../share/texmf-dist/scripts/pst-pdf/ps4pdf ps4pdf
5279 ln -sf ../share/texmf-dist/scripts/pst2pdf/pst2pdf.pl pst2pdf
5280 ln -sf ../share/texmf-dist/scripts/context/stubs/unix/pstopdf pstopdf
5281 ln -sf ../share/texmf-dist/scripts/context/stubs/unix/rlxtools rlxtools
5282 ln -sf ../share/texmf/scripts/texlive/rungs.tlu rungs
5283 ln -sf ../share/texmf-dist/scripts/context/stubs/unix/runtools runtools
5284 ln -sf ../share/texmf/scripts/simpdftex/simpdftex simpdftex
5285 ln -sf ../share/texmf-dist/scripts/texcount/TeXcount.pl texcount
5286 ln -sf ../share/texmf/scripts/texlive/texdoc.tlu texdoc
5287 ln -sf ../share/texmf/scripts/tetex/texdoctk.pl texdoctk
5288 ln -sf ../share/texmf-dist/scripts/context/stubs/unix/texexec texexec
5289 ln -sf ../share/texmf-dist/scripts/context/stubs/unix/texfind texfind
5290 ln -sf ../share/texmf-dist/scripts/context/stubs/unix/texfont texfont
5291 ln -sf ../share/texmf-dist/scripts/context/ruby/texmfstart.rb texmfstart
5292 ln -sf ../share/texmf-dist/scripts/context/stubs/unix/texshow texshow
5293 ln -sf ../share/texmf-dist/scripts/context/stubs/unix/textools textools
5294 ln -sf ../share/texmf-dist/scripts/context/stubs/unix/texutil texutil
5295 ln -sf ../share/texmf-dist/scripts/thumbpdf/thumbpdf.pl thumbpdf
5296 ln -sf ../share/texmf/scripts/texlive/tlmgr.pl tlmgr
5297 ln -sf ../share/texmf-dist/scripts/context/stubs/unix/tmftools tmftools
5298 ln -sf ../share/texmf-dist/scripts/vpe/vpe.pl vpe
5299 ln -sf ../share/texmf-dist/scripts/context/stubs/unix/xmltools xmltools
5300 cd $CURDIR
5301
5302 #install %{SOURCE7} $RPM_BUILD_ROOT%{_bindir}
5303 #touch $RPM_BUILD_ROOT/etc/sysconfig/tetex-updmap/maps.lst
5304
5305 # %{__make} init \
5306 #       prefix=$RPM_BUILD_ROOT%{_prefix} \
5307 #       bindir=$RPM_BUILD_ROOT%{_bindir} \
5308 #       mandir=$RPM_BUILD_ROOT%{_mandir} \
5309 #       libdir=$RPM_BUILD_ROOT%{_libdir} \
5310 #       datadir=$RPM_BUILD_ROOT%{_datadir} \
5311 #       infodir=$RPM_BUILD_ROOT%{_infodir} \
5312 #       includedir=$RPM_BUILD_ROOT%{_includedir} \
5313 #       sbindir=$RPM_BUILD_ROOT%{_sbindir} \
5314 #       texmf=$RPM_BUILD_ROOT%{texmf}
5315
5316 %{__rm} -r $RPM_BUILD_ROOT%{_prefix}/texmf
5317 %{__rm} -r $RPM_BUILD_ROOT%{_prefix}/texmf-dist
5318 # We don't need it
5319 %{__rm} -r $RPM_BUILD_ROOT%{texmf}/doc/man
5320 %{__rm} -r $RPM_BUILD_ROOT%{texmfdoc}/source
5321
5322 perl -pi \
5323         -e "s|$RPM_BUILD_ROOT||g;" \
5324         $RPM_BUILD_ROOT%{texmf}/web2c/texmf.cnf
5325
5326 install %{SOURCE4} $RPM_BUILD_ROOT/etc/cron.daily/texlive
5327
5328 install %{SOURCE5} $RPM_BUILD_ROOT%{_desktopdir}
5329 install %{SOURCE6} $RPM_BUILD_ROOT%{_pixmapsdir}
5330
5331 # bzip2 -dc %{SOURCE3} | tar xf - -C $RPM_BUILD_ROOT%{_mandir}
5332
5333 # in separate spec
5334 # rm -rf $RPM_BUILD_ROOT%{texmf}/tex/latex/{pgf,xcolor}
5335 # rm -rf $RPM_BUILD_ROOT%{texmf}/doc/latex/{pgf,xcolor}
5336
5337 # not included in package
5338 rm -f $RPM_BUILD_ROOT%{texmf}/doc/fonts/oldgerman/COPYING
5339 rm -f $RPM_BUILD_ROOT%{texmf}/doc/Makefile
5340 rm -f $RPM_BUILD_ROOT%{texmf}/doc/programs/texinfo.*
5341 rm -f $RPM_BUILD_ROOT%{texmf}/doc/helpfile
5342 rm -f $RPM_BUILD_ROOT%{texmf}/doc/helpindex.html
5343 rm -f $RPM_BUILD_ROOT%{texmf}/fonts/pk/ljfour/lh/lh-lcy/*.600pk
5344 rm -f $RPM_BUILD_ROOT%{texmf}/release-tetex-{src,texmf}.txt
5345 rm -f $RPM_BUILD_ROOT%{texmf}/scripts/uniqleaf/uniqleaf.pl
5346 rm -f $RPM_BUILD_ROOT%{texmf}/doc/help/Catalogue-upd.sh
5347 rm -f $RPM_BUILD_ROOT%{texmf}/doc/help/faq/uktug-faq-upd.sh
5348 rm -f $RPM_BUILD_ROOT%{texmf}/doc/mkhtml*
5349 rm -f $RPM_BUILD_ROOT%{texmf}/doc/index.html
5350 rm -f $RPM_BUILD_ROOT%{texmf}/doc/index.php
5351 rm -f $RPM_BUILD_ROOT%{_infodir}/dir.gz
5352 rm -f $RPM_BUILD_ROOT%{_mandir}/{README.*,hu/man1/readlink.1*}
5353 rm -f $RPM_BUILD_ROOT%{_datadir}/texinfo/html/texi2html.html
5354
5355 # move format logs to BUILD, so $RPM_BUILD_ROOT is not polluted
5356 # and we can still analyze them
5357 # install -d format-logs
5358 # mv -fv $RPM_BUILD_ROOT%{fmtdir}/*.log format-logs
5359
5360 %clean
5361 rm -rf $RPM_BUILD_ROOT
5362
5363 %post
5364 %fixinfodir
5365 %texhash
5366
5367 %postun
5368 %fixinfodir
5369 if [ "$1" = "1" ]; then
5370         %texhash
5371 fi
5372
5373 %post doc-Catalogue
5374 %texhash
5375
5376 %postun doc-Catalogue
5377 %texhash
5378
5379 %post doc-tug-faq
5380 %texhash
5381
5382 %postun doc-tug-faq
5383 %texhash
5384
5385 %post -n kpathsea
5386 /sbin/ldconfig
5387 %fixinfodir
5388 %texhash
5389
5390 %postun -n kpathsea
5391 /sbin/ldconfig
5392 %fixinfodir
5393 %texhash
5394
5395 %post -n kpathsea-devel
5396 %texhash
5397
5398 %postun -n kpathsea-devel
5399 %texhash
5400
5401 %post dvips
5402 %fixinfodir
5403 %texhash
5404
5405 %postun dvips
5406 %fixinfodir
5407 %texhash
5408
5409 %post dvilj
5410 %texhash
5411
5412 %postun dvilj
5413 %texhash
5414
5415 %post makeindex
5416 %texhash
5417
5418 %postun makeindex
5419 %texhash
5420
5421 %post scripts
5422 %texhash
5423
5424 %postun scripts
5425 %texhash
5426
5427 %post tex-arrayjob
5428 %texhash
5429
5430 %postun tex-arrayjob
5431 %texhash
5432
5433 %post tex-insbox
5434 %texhash
5435
5436 %postun tex-insbox
5437 %texhash
5438
5439 %post tex-mathdots
5440 %texhash
5441
5442 %postun tex-mathdots
5443 %texhash
5444
5445 %post tex-midnight
5446 %texhash
5447
5448 %postun tex-midnight
5449 %texhash
5450
5451 %post tex-ofs
5452 %texhash
5453
5454 %postun tex-ofs
5455 %texhash
5456
5457 %post tex-physe
5458 %texhash
5459
5460 %postun tex-physe
5461 %texhash
5462
5463 %post tex-velthuis
5464 %texhash
5465
5466 %postun tex-velthuis
5467 %texhash
5468
5469 %post tex-ytex
5470 %texhash
5471
5472 %postun tex-ytex
5473 %texhash
5474
5475 %post metafont
5476 %texhash
5477
5478 %postun metafont
5479 %texhash
5480
5481 %post metapost
5482 %texhash
5483
5484 %postun metapost
5485 %texhash
5486
5487 %post metapost-other
5488 %texhash
5489
5490 %postun metapost-other
5491 %texhash
5492
5493 %post mptopdf
5494 %texhash
5495
5496 %postun mptopdf
5497 %texhash
5498
5499 %post texdoctk
5500 %texhash
5501
5502 %postun texdoctk
5503 %texhash
5504
5505 %post -n xdvi
5506 %texhash
5507
5508 %postun -n xdvi
5509 %texhash
5510
5511 %post pdftex
5512 %texhash
5513
5514 %postun pdftex
5515 %texhash
5516
5517 %post phyzzx
5518 %texhash
5519
5520 %postun phyzzx
5521 %texhash
5522
5523 %post omega
5524 %texhash
5525
5526 %postun omega
5527 %texhash
5528
5529 %post plain
5530 %texhash
5531
5532 %postun plain
5533 %texhash
5534
5535 %post format-plain
5536 %texhash
5537
5538 %postun format-plain
5539 %texhash
5540
5541 %post format-pdftex
5542 %texhash
5543
5544 %postun format-pdftex
5545 %texhash
5546
5547 %post format-pdfetex
5548 %texhash
5549
5550 %postun format-pdfetex
5551 %texhash
5552
5553 %post mex
5554 %texhash
5555
5556 %postun mex
5557 %texhash
5558
5559 %post format-mex
5560 %texhash
5561
5562 %postun format-mex
5563 %texhash
5564
5565 %post format-pdfmex
5566 %texhash
5567
5568 %postun format-pdfmex
5569 %texhash
5570
5571 %postun format-utf8mex
5572 %texhash
5573
5574 %post amstex
5575 %texhash
5576
5577 %postun amstex
5578 %texhash
5579
5580 %post format-amstex
5581 %texhash
5582
5583 %postun format-amstex
5584 %texhash
5585
5586 %post format-pdfamstex
5587 %texhash
5588
5589 %postun format-pdfamstex
5590 %texhash
5591
5592 %post csplain
5593 %texhash
5594
5595 %postun csplain
5596 %texhash
5597
5598 %post format-csplain
5599 %texhash
5600
5601 %postun format-csplain
5602 %texhash
5603
5604 %post format-pdfcsplain
5605 %texhash
5606
5607 %postun format-pdfcsplain
5608 %texhash
5609
5610 %post cslatex
5611 %texhash
5612
5613 %postun cslatex
5614 %texhash
5615
5616 %post format-cslatex
5617 %texhash
5618
5619 %postun format-cslatex
5620 %texhash
5621
5622 %post format-pdfcslatex
5623 %texhash
5624
5625 %postun format-pdfcslatex
5626 %texhash
5627
5628 %post cyrplain
5629 %texhash
5630
5631 %postun cyrplain
5632 %texhash
5633
5634 %post format-cyrplain
5635 %texhash
5636
5637 %postun format-cyrplain
5638 %texhash
5639
5640 %post format-cyramstex
5641 %texhash
5642
5643 %postun format-cyramstex
5644 %texhash
5645
5646 %post format-cyrtexinfo
5647 %texhash
5648
5649 %postun format-cyrtexinfo
5650 %texhash
5651
5652 %post eplain
5653 %texhash
5654
5655 %postun eplain
5656 %texhash
5657
5658 %post format-eplain
5659 %texhash
5660
5661 %postun format-eplain
5662 %texhash
5663
5664 # ConTeXt format
5665
5666 %post context
5667 %texhash
5668
5669 %postun context
5670 %texhash
5671
5672 %post format-context-de
5673 %texhash
5674
5675 %postun format-context-de
5676 %texhash
5677
5678 %post format-context-en
5679 %texhash
5680
5681 %postun format-context-en
5682 %texhash
5683
5684 %post format-context-nl
5685 %texhash
5686
5687 %postun format-context-nl
5688 %texhash
5689
5690 # LaTeX format.
5691
5692 %post latex
5693 %fixinfodir
5694 %texhash
5695
5696 %postun latex
5697 %fixinfodir
5698 %texhash
5699
5700 %post latex-12many
5701 %texhash
5702
5703 %postun latex-12many
5704 %texhash
5705
5706 %post latex-abstract
5707 %texhash
5708
5709 %postun latex-abstract
5710 %texhash
5711
5712 %post latex-accfonts
5713 %texhash
5714
5715 %postun latex-accfonts
5716 %texhash
5717
5718 %post latex-adrconv
5719 %texhash
5720
5721 %postun latex-adrconv
5722 %texhash
5723
5724 %post latex-ae
5725 %texhash
5726
5727 %postun latex-ae
5728 %texhash
5729
5730 %post latex-ams
5731 %texhash
5732
5733 %postun latex-ams
5734 %texhash
5735
5736 %post latex-antp
5737 %texhash
5738
5739 %postun latex-antp
5740 %texhash
5741
5742 %post latex-antt
5743 %texhash
5744
5745 %postun latex-antt
5746 %texhash
5747
5748 %post latex-appendix
5749 %texhash
5750
5751 %postun latex-appendix
5752 %texhash
5753
5754 %post latex-backgammon
5755 %texhash
5756
5757 %postun latex-backgammon
5758 %texhash
5759
5760 %post latex-bardiag
5761 %texhash
5762
5763 %postun latex-bardiag
5764 %texhash
5765
5766 %post latex-bbm
5767 %texhash
5768
5769 %postun latex-bbm
5770 %texhash
5771
5772 %post latex-bbold
5773 %texhash
5774
5775 %postun latex-bbold
5776 %texhash
5777
5778 %post latex-beamer
5779 %texhash
5780
5781 %postun latex-beamer
5782 %texhash
5783
5784 %post latex-bezos
5785 %texhash
5786
5787 %postun latex-bezos
5788 %texhash
5789
5790 %post latex-bibtex
5791 %texhash
5792
5793 %postun latex-bibtex
5794 %texhash
5795
5796 %post latex-bibtex-ams
5797 %texhash
5798
5799 %postun latex-bibtex-ams
5800 %texhash
5801
5802 %post latex-bibtex-pl
5803 %texhash
5804
5805 %postun latex-bibtex-pl
5806 %texhash
5807
5808 %post latex-bibtex-german
5809 %texhash
5810
5811 %postun latex-bibtex-german
5812 %texhash
5813
5814 %post latex-bibtex-revtex4
5815 %texhash
5816
5817 %postun latex-bibtex-revtex4
5818 %texhash
5819
5820 %post latex-bibtex-jurabib
5821 %texhash
5822
5823 %postun latex-bibtex-jurabib
5824 %texhash
5825
5826 %post latex-bibtex-styles
5827 %texhash
5828
5829 %postun latex-bibtex-styles
5830 %texhash
5831
5832 %post latex-booktabs
5833 %texhash
5834
5835 %postun latex-booktabs
5836 %texhash
5837
5838 %post latex-caption
5839 %texhash
5840
5841 %postun latex-caption
5842 %texhash
5843
5844 %post latex-carlisle
5845 %texhash
5846
5847 %postun latex-carlisle
5848 %texhash
5849
5850 %post latex-ccfonts
5851 %texhash
5852
5853 %postun latex-ccfonts
5854 %texhash
5855
5856 %post latex-cite
5857 %texhash
5858
5859 %postun latex-cite
5860 %texhash
5861
5862 %post latex-cmbright
5863 %texhash
5864
5865 %postun latex-cmbright
5866 %texhash
5867
5868 %post latex-colortab
5869 %texhash
5870
5871 %postun latex-colortab
5872 %texhash
5873
5874 %post latex-comment
5875 %texhash
5876
5877 %postun latex-comment
5878 %texhash
5879
5880 %post latex-concmath
5881 %texhash
5882
5883 %postun latex-concmath
5884 %texhash
5885
5886 %post latex-currvita
5887 %texhash
5888
5889 %postun latex-currvita
5890 %texhash
5891
5892 %post latex-curves
5893 %texhash
5894
5895 %postun latex-curves
5896 %texhash
5897
5898 %post latex-custom-bib
5899 %texhash
5900
5901 %postun latex-custom-bib
5902 %texhash
5903
5904 %post latex-cyrillic
5905 %texhash
5906
5907 %postun latex-cyrillic
5908 %texhash
5909
5910 # %post latex-dstroke
5911 # %texhash
5912
5913 # %postun latex-dstroke
5914 # %texhash
5915
5916 %post latex-enumitem
5917 %texhash
5918
5919 %postun latex-enumitem
5920 %texhash
5921
5922 %post latex-exam
5923 %texhash
5924
5925 %postun latex-exam
5926 %texhash
5927
5928 %post latex-examdesign
5929 %texhash
5930
5931 %postun latex-examdesign
5932 %texhash
5933
5934 %post latex-formlett
5935 %texhash
5936
5937 %postun latex-formlett
5938 %texhash
5939
5940 %post latex-formular
5941 %texhash
5942
5943 %postun latex-formular
5944 %texhash
5945
5946 %post latex-gbrief
5947 %texhash
5948
5949 %postun latex-gbrief
5950 %texhash
5951
5952 %post latex-jknappen
5953 %texhash
5954
5955 %postun latex-jknappen
5956 %texhash
5957
5958 %post latex-keystroke
5959 %texhash
5960
5961 %postun latex-keystroke
5962 %texhash
5963
5964 %post latex-labbook
5965 %texhash
5966
5967 %postun latex-labbook
5968 %texhash
5969
5970 %post latex-lcd
5971 %texhash
5972
5973 %postun latex-lcd
5974 %texhash
5975
5976 %post latex-leaflet
5977 %texhash
5978
5979 %postun latex-leaflet
5980 %texhash
5981
5982 %post latex-leftidx
5983 %texhash
5984
5985 %postun latex-leftidx
5986 %texhash
5987
5988 %post latex-lewis
5989 %texhash
5990
5991 %postun latex-lewis
5992 %texhash
5993
5994 %post latex-lm
5995 %texhash
5996
5997 %post latex-lastpage
5998 %texhash
5999
6000 %postun latex-lastpage
6001 %texhash
6002
6003 %postun latex-lm
6004 %texhash
6005
6006 %post latex-lucidabr
6007 %texhash
6008
6009 %postun latex-lucidabr
6010 %texhash
6011
6012 %post latex-marvosym
6013 %texhash
6014
6015 %postun latex-marvosym
6016 %texhash
6017
6018 %post latex-mathexam
6019 %texhash
6020
6021 %postun latex-mathexam
6022 %texhash
6023
6024 %post latex-mathpple
6025 %texhash
6026
6027 %postun latex-mathpple
6028 %texhash
6029
6030 %post latex-mathtime
6031 %texhash
6032
6033 %postun latex-mathtime
6034 %texhash
6035
6036 %post latex-mflogo
6037 %texhash
6038
6039 %postun latex-mflogo
6040 %texhash
6041
6042 %post latex-mfnfss
6043 %texhash
6044
6045 %postun latex-mfnfss
6046 %texhash
6047
6048 %post latex-minitoc
6049 %texhash
6050
6051 %postun latex-minitoc
6052 %texhash
6053
6054 %post latex-mltex
6055 %texhash
6056
6057 %postun latex-mltex
6058 %texhash
6059
6060 %post latex-moreverb
6061 %texhash
6062
6063 %postun latex-moreverb
6064 %texhash
6065
6066 %post latex-multienum
6067 %texhash
6068
6069 %postun latex-multienum
6070 %texhash
6071
6072 %post latex-musictex
6073 %texhash
6074
6075 %postun latex-musictex
6076 %texhash
6077
6078 %post latex-ntheorem
6079 %texhash
6080
6081 %postun latex-ntheorem
6082 %texhash
6083
6084 %post latex-other
6085 %texhash
6086
6087 %postun latex-other
6088 %texhash
6089
6090 %post latex-other-doc
6091 %texhash
6092
6093 %postun latex-other-doc
6094 %texhash
6095
6096 %post latex-palatcm
6097 %texhash
6098
6099 %postun latex-palatcm
6100 %texhash
6101
6102 %post latex-pdfslide
6103 %texhash
6104
6105 %postun latex-pdfslide
6106 %texhash
6107
6108 %post latex-pgf
6109 %texhash
6110
6111 %postun latex-pgf
6112 %texhash
6113
6114 %post latex-polynom
6115 %texhash
6116
6117 %postun latex-polynom
6118 %texhash
6119
6120 %post latex-polynomial
6121 %texhash
6122
6123 %postun latex-polynomial
6124 %texhash
6125
6126 %post latex-prosper
6127 %texhash
6128
6129 %postun latex-prosper
6130 %texhash
6131
6132 %post latex-pseudocode
6133 %texhash
6134
6135 %postun latex-pseudocode
6136 %texhash
6137
6138 %post latex-psnfss
6139 %texhash
6140
6141 %postun latex-psnfss
6142 %texhash
6143
6144 %post latex-pst-2dplot
6145 %texhash
6146
6147 %postun latex-pst-2dplot
6148 %texhash
6149
6150 %post latex-pst-3dplot
6151 %texhash
6152
6153 %postun latex-pst-3dplot
6154 %texhash
6155
6156 %post latex-pst-bar
6157 %texhash
6158
6159 %postun latex-pst-bar
6160 %texhash
6161
6162 %post latex-pst-circ
6163 %texhash
6164
6165 %postun latex-pst-circ
6166 %texhash
6167
6168 %post latex-pst-eucl
6169 %texhash
6170
6171 %postun latex-pst-eucl
6172 %texhash
6173
6174 %post latex-pst-diffraction
6175 %texhash
6176
6177 %postun latex-pst-diffraction
6178 %texhash
6179
6180 %post latex-pst-fun
6181 %texhash
6182
6183 %postun latex-pst-fun
6184 %texhash
6185
6186 %post latex-pst-func
6187 %texhash
6188
6189 %postun latex-pst-func
6190 %texhash
6191
6192 %post latex-pst-infixplot
6193 %texhash
6194
6195 %postun latex-pst-infixplot
6196 %texhash
6197
6198 %post latex-pst-fr3d
6199 %texhash
6200
6201 %postun latex-pst-fr3d
6202 %texhash
6203
6204 %post latex-pst-fractal
6205 %texhash
6206
6207 %postun latex-pst-fractal
6208 %texhash
6209
6210 %post latex-pxfonts
6211 %texhash
6212
6213 %post latex-pst-math
6214 %texhash
6215
6216 %postun latex-pst-math
6217 %texhash
6218
6219 %post latex-pst-ob3d
6220 %texhash
6221
6222 %postun latex-pst-ob3d
6223 %texhash
6224
6225 %post latex-pst-optic
6226 %texhash
6227
6228 %postun latex-pst-optic
6229 %texhash
6230
6231 %post latex-pst-optexp
6232 %texhash
6233
6234 %postun latex-pst-optexp
6235 %texhash
6236
6237 %post latex-pst-text
6238 %texhash
6239
6240 %postun latex-pst-text
6241 %texhash
6242
6243 %post latex-pst-uncategorized
6244 %texhash
6245
6246 %postun latex-pst-uncategorized
6247 %texhash
6248
6249 %postun latex-pxfonts
6250 %texhash
6251
6252 %post latex-qfonts
6253 %texhash
6254
6255 %postun latex-qfonts
6256 %texhash
6257
6258 %post latex-SIstyle
6259 %texhash
6260
6261 %postun latex-SIstyle
6262 %texhash
6263
6264 %post latex-SIunits
6265 %texhash
6266
6267 %postun latex-SIunits
6268 %texhash
6269
6270 %post latex-siunitx
6271 %texhash
6272
6273 %postun latex-siunitx
6274 %texhash
6275
6276 %post latex-Tabbing
6277 %texhash
6278
6279 %postun latex-Tabbing
6280 %texhash
6281
6282 %post latex-txfonts
6283 %texhash
6284
6285 %postun latex-txfonts
6286 %texhash
6287
6288 %post latex-ucs
6289 %texhash
6290
6291 %postun latex-ucs
6292 %texhash
6293
6294 %post latex-umlaute
6295 %texhash
6296
6297 %postun latex-umlaute
6298 %texhash
6299
6300 %post latex-variations
6301 %texhash
6302
6303 %postun latex-variations
6304 %texhash
6305
6306 %post latex-wasysym
6307 %texhash
6308
6309 %postun latex-wasysym
6310 %texhash
6311
6312 %post latex-xcolor
6313 %texhash
6314
6315 %postun latex-xcolor
6316 %texhash
6317
6318 %post format-latex
6319 %texhash
6320
6321 %postun format-latex
6322 %texhash
6323
6324 %post format-pdflatex
6325 %texhash
6326
6327 %postun format-pdflatex
6328 %texhash
6329
6330 %post platex
6331 %texhash
6332
6333 %postun platex
6334 %texhash
6335
6336 %post format-platex
6337 %texhash
6338
6339 %postun format-platex
6340 %texhash
6341
6342 %post format-pdfplatex
6343 %texhash
6344
6345 %postun format-pdfplatex
6346 %texhash
6347
6348 %post tex-babel
6349 %texhash
6350
6351 %postun tex-babel
6352 %texhash
6353
6354 %post tex-german
6355 %texhash
6356
6357 %postun tex-german
6358 %texhash
6359
6360 %post tex-mfpic
6361 %texhash
6362
6363 %postun tex-mfpic
6364 %texhash
6365
6366 %post tex-misc
6367 %texhash
6368
6369 %postun tex-misc
6370 %texhash
6371
6372 %post tex-pictex
6373 %texhash
6374
6375 %postun tex-pictex
6376 %texhash
6377
6378 %post tex-psizzl
6379 %texhash
6380
6381 %postun tex-psizzl
6382 %texhash
6383
6384 %post tex-pstricks
6385 %texhash
6386
6387 %postun tex-pstricks
6388 %texhash
6389
6390 %post tex-qpx
6391 %texhash
6392
6393 %postun tex-qpx
6394 %texhash
6395
6396 %post tex-qpxqtx
6397 %texhash
6398
6399 %postun tex-qpxqtx
6400 %texhash
6401
6402 %post tex-ruhyphen
6403 %texhash
6404
6405 %postun tex-ruhyphen
6406 %texhash
6407
6408 %post tex-spanish
6409 %texhash
6410
6411 %postun tex-spanish
6412 %texhash
6413
6414 %post tex-texdraw
6415 %texhash
6416
6417 %postun tex-texdraw
6418 %texhash
6419
6420 %post tex-thumbpdf
6421 %texhash
6422
6423 %postun tex-thumbpdf
6424 %texhash
6425
6426 %post tex-ukrhyph
6427 %texhash
6428
6429 %postun tex-ukrhyph
6430 %texhash
6431
6432 %post latex-vietnam
6433 %texhash
6434
6435 %postun latex-vietnam
6436 %texhash
6437
6438 %post tex-xypic
6439 %texhash
6440
6441 %postun tex-xypic
6442 %texhash
6443
6444 %post fonts-adobe
6445 %texhash
6446
6447 %postun fonts-adobe
6448 %texhash
6449
6450 %post fonts-ae
6451 %texhash
6452
6453 %postun fonts-ae
6454 %texhash
6455
6456 %post fonts-ams
6457 %texhash
6458
6459 %postun fonts-ams
6460 %texhash
6461
6462 %post fonts-antp
6463 %texhash
6464
6465 %postun fonts-antp
6466 %texhash
6467
6468 %post fonts-antt
6469 %texhash
6470
6471 %postun fonts-antt
6472 %texhash
6473
6474 %post fonts-bbm
6475 %texhash
6476
6477 %postun fonts-bbm
6478 %texhash
6479
6480 %post fonts-bbold
6481 %texhash
6482
6483 %postun fonts-bbold
6484 %texhash
6485
6486 %post fonts-bh
6487 %texhash
6488
6489 %postun fonts-bh
6490 %texhash
6491
6492 %post fonts-bitstream
6493 %texhash
6494
6495 %postun fonts-bitstream
6496 %texhash
6497
6498 %post fonts-cbgreek
6499 %texhash
6500
6501 %postun fonts-cbgreek
6502 %texhash
6503
6504 %post fonts-cc-pl
6505 %texhash
6506
6507 %postun fonts-cc-pl
6508 %texhash
6509
6510 %post fonts-cg
6511 %texhash
6512
6513 %postun fonts-cg
6514 %texhash
6515
6516 %post fonts-cm
6517 %texhash
6518
6519 %postun fonts-cm
6520 %texhash
6521
6522 %post fonts-cmbright
6523 %texhash
6524
6525 %postun fonts-cmbright
6526 %texhash
6527
6528 %post fonts-cmcyr
6529 %texhash
6530
6531 %postun fonts-cmcyr
6532 %texhash
6533
6534 %post fonts-cmextra
6535 %texhash
6536
6537 %postun fonts-cmextra
6538 %texhash
6539
6540 %post fonts-cmsuper
6541 %texhash
6542
6543 %postun fonts-cmsuper
6544 %texhash
6545
6546 %post fonts-concmath
6547 %texhash
6548
6549 %postun fonts-concmath
6550 %texhash
6551
6552 %post fonts-concrete
6553 %texhash
6554
6555 %postun fonts-concrete
6556 %texhash
6557
6558 %post fonts-cs
6559 %texhash
6560
6561 %postun fonts-cs
6562 %texhash
6563
6564 %post fonts-dstroke
6565 %texhash
6566
6567 %postun fonts-dstroke
6568 %texhash
6569
6570 %post fonts-ecc
6571 %texhash
6572
6573 %postun fonts-ecc
6574 %texhash
6575
6576 %post fonts-eurosym
6577 %texhash
6578
6579 %postun fonts-eurosym
6580 %texhash
6581
6582 %post fonts-euxm
6583 %texhash
6584
6585 %postun fonts-euxm
6586 %texhash
6587
6588 %post fonts-gothic
6589 %texhash
6590
6591 %postun fonts-gothic
6592 %texhash
6593
6594 %post fonts-hoekwater
6595 %texhash
6596
6597 %postun fonts-hoekwater
6598 %texhash
6599
6600 %post fonts-jknappen
6601 %texhash
6602
6603 %postun fonts-jknappen
6604 %texhash
6605
6606 %post fonts-latex
6607 %texhash
6608
6609 %postun fonts-latex
6610 %texhash
6611
6612 %post fonts-lh
6613 %texhash
6614
6615 %postun fonts-lh
6616 %texhash
6617
6618 %post fonts-lm
6619 %texhash
6620
6621 %postun fonts-lm
6622 %texhash
6623
6624 %post fonts-marvosym
6625 %texhash
6626
6627 %postun fonts-marvosym
6628 %texhash
6629
6630 %post fonts-mflogo
6631 %texhash
6632
6633 %postun fonts-mflogo
6634 %texhash
6635
6636 %post fonts-misc
6637 %texhash
6638
6639 %postun fonts-misc
6640 %texhash
6641
6642 %post fonts-monotype
6643 %texhash
6644
6645 %postun fonts-monotype
6646 %texhash
6647
6648 %post fonts-omega
6649 %texhash
6650
6651 %postun fonts-omega
6652 %texhash
6653
6654 %post fonts-other
6655 %texhash
6656
6657 %postun fonts-other
6658 %texhash
6659
6660 %post fonts-pazo
6661 %texhash
6662
6663 %postun fonts-pazo
6664 %texhash
6665
6666 %post fonts-pl
6667 %texhash
6668
6669 %postun fonts-pl
6670 %texhash
6671
6672 %post fonts-px
6673 %texhash
6674
6675 %postun fonts-px
6676 %texhash
6677
6678 %post fonts-qfonts
6679 %texhash
6680
6681 %postun fonts-qfonts
6682 %texhash
6683
6684 %post fonts-qpx
6685 %texhash
6686
6687 %postun fonts-qpx
6688 %texhash
6689
6690 %post fonts-qpxqtx
6691 %texhash
6692
6693 %postun fonts-qpxqtx
6694 %texhash
6695
6696 %post fonts-rsfs
6697 %texhash
6698
6699 %postun fonts-rsfs
6700 %texhash
6701
6702 %post fonts-stmaryrd
6703 %texhash
6704
6705 %postun fonts-stmaryrd
6706 %texhash
6707
6708 %post fonts-tx
6709 %texhash
6710
6711 %postun fonts-tx
6712 %texhash
6713
6714 %post fonts-urw
6715 %texhash
6716
6717 %postun fonts-urw
6718 %texhash
6719
6720 %post fonts-urw35vf
6721 %texhash
6722
6723 %postun fonts-urw35vf
6724 %texhash
6725
6726 %post fonts-vnr
6727 %texhash
6728
6729 %postun fonts-vnr
6730 %texhash
6731
6732 %post fonts-wasy
6733 %texhash
6734
6735 %postun fonts-wasy
6736 %texhash
6737
6738 %post fonts-xypic
6739 %texhash
6740
6741 %postun fonts-xypic
6742 %texhash
6743
6744 %post fonts-yandy
6745 %texhash
6746
6747 %postun fonts-yandy
6748 %texhash
6749
6750 %post fonts-type1-antp
6751 %texhash
6752
6753 %postun fonts-type1-antp
6754 %texhash
6755
6756 %post fonts-type1-antt
6757 %texhash
6758
6759 %postun fonts-type1-antt
6760 %texhash
6761
6762 %post fonts-type1-belleek
6763 %texhash
6764
6765 %postun fonts-type1-belleek
6766 %texhash
6767
6768 %post fonts-type1-bitstream
6769 %texhash
6770
6771 %postun fonts-type1-bitstream
6772 %texhash
6773
6774 %post fonts-type1-bluesky
6775 %texhash
6776
6777 %postun fonts-type1-bluesky
6778 %texhash
6779
6780 %post fonts-type1-cc-pl
6781 %texhash
6782
6783 %postun fonts-type1-cc-pl
6784 %texhash
6785
6786 %post fonts-type1-cmcyr
6787 %texhash
6788
6789 %postun fonts-type1-cmcyr
6790 %texhash
6791
6792 %post fonts-type1-cs
6793 %texhash
6794
6795 %postun fonts-type1-cs
6796 %texhash
6797
6798 %post fonts-type1-dstroke
6799 %texhash
6800
6801 %postun fonts-type1-dstroke
6802 %texhash
6803
6804 %post fonts-type1-eurosym
6805 %texhash
6806
6807 %postun fonts-type1-eurosym
6808 %texhash
6809
6810 %post fonts-type1-hoekwater
6811 %texhash
6812
6813 %postun fonts-type1-hoekwater
6814 %texhash
6815
6816 %post fonts-type1-lm
6817 %texhash
6818
6819 %postun fonts-type1-lm
6820 %texhash
6821
6822 %post fonts-type1-marvosym
6823 %texhash
6824
6825 %postun fonts-type1-marvosym
6826 %texhash
6827
6828 %post fonts-type1-mathpazo
6829 %texhash
6830
6831 %postun fonts-type1-mathpazo
6832 %texhash
6833
6834 %post fonts-type1-omega
6835 %texhash
6836
6837 %postun fonts-type1-omega
6838 %texhash
6839
6840 %post fonts-type1-pl
6841 %texhash
6842
6843 %postun fonts-type1-pl
6844 %texhash
6845
6846 %post fonts-type1-px
6847 %texhash
6848
6849 %postun fonts-type1-px
6850 %texhash
6851
6852 %post fonts-type1-qfonts
6853 %texhash
6854
6855 %postun fonts-type1-qfonts
6856 %texhash
6857
6858 %post fonts-type1-tx
6859 %texhash
6860
6861 %postun fonts-type1-tx
6862 %texhash
6863
6864 %post fonts-type1-urw
6865 %texhash
6866
6867 %postun fonts-type1-urw
6868 %texhash
6869
6870 %post fonts-type1-vnr
6871 %texhash
6872
6873 %postun fonts-type1-vnr
6874 %texhash
6875
6876 %post fonts-type1-xypic
6877 %texhash
6878
6879 %postun fonts-type1-xypic
6880 %texhash
6881
6882 %post -n texconfig
6883 %texhash
6884
6885 %postun -n texconfig
6886 %texhash
6887
6888 %post xetex
6889 %texhash
6890
6891 %postun xetex
6892 %texhash
6893
6894 %post xmltex
6895 %texhash
6896
6897 %postun xmltex
6898 %texhash
6899
6900 # Check the commented lines!!!
6901
6902 %files
6903 %defattr(644,root,root,755)
6904 # %doc %{texmf}/LICENSE.texmf
6905 # %doc %{texmf}/ChangeLog
6906 # %doc %{texmf}/doc/README.knuth
6907 # There isn't doc/fonts directory
6908 %dir %{texmfdist}/doc/fonts
6909 %doc %{texmfdist}/doc/fontname
6910 # %dir %{texmf}/doc/fonts/polish
6911 # %dir %{texmf}/doc/help
6912 # %doc %{texmf}/doc/help/csname.txt
6913 # %doc %{texmf}/doc/help/ctan
6914 # %doc %{texmf}/doc/help/tds.dvi
6915 # %doc %{texmf}/doc/help/unixtex.ftp
6916 # %dir %{texmf}/doc/help/faq
6917 # %doc %{texmf}/doc/images
6918 # %dir %{texmf}/doc/polish
6919 # %doc %{texmf}/doc/polish/*.html
6920 # %dir %{texmf}/doc/programs
6921 # %doc %{texmf}/doc/programs/web2c*
6922 # %doc %{texmf}/doc/programs/cwebman.dvi
6923 # %doc %{texmf}/doc/programs/dvipng.*
6924 # %doc %{texmf}/doc/knuth
6925 #%attr(755,root,root) %{_bindir}/MakeTeXPK
6926 #%attr(755,root,root) %{_bindir}/access
6927
6928 # ***********
6929 # executables
6930 # ***********
6931 %attr(755,root,root) %{_bindir}/a2ping
6932 %attr(755,root,root) %{_bindir}/afm2tfm
6933 %attr(755,root,root) %{_bindir}/allcm
6934 %attr(755,root,root) %{_bindir}/allec
6935 %attr(755,root,root) %{_bindir}/allneeded
6936 %attr(755,root,root) %{_bindir}/cweave
6937 %attr(755,root,root) %{_bindir}/ctangle
6938 %attr(755,root,root) %{_bindir}/ctie
6939 %attr(755,root,root) %{_bindir}/dmp
6940 %attr(755,root,root) %{_bindir}/dvipng
6941 %attr(755,root,root) %{_bindir}/e2pall
6942 %attr(755,root,root) %{_bindir}/ebb
6943 # %attr(755,root,root) %{_bindir}/fdf2tan
6944 %attr(755,root,root) %{_bindir}/fmtutil
6945 %attr(755,root,root) %{_bindir}/fmtutil-sys
6946 #%attr(755,root,root) %{_bindir}/fontexport
6947 #%attr(755,root,root) %{_bindir}/fontimport
6948 %attr(755,root,root) %{_bindir}/fontinst
6949 %attr(755,root,root) %{_bindir}/gftodvi
6950 %attr(755,root,root) %{_bindir}/gftopk
6951 %attr(755,root,root) %{_bindir}/gftype
6952 %attr(755,root,root) %{_bindir}/gsftopk
6953 #%attr(755,root,root) %{_bindir}/initex
6954 %attr(755,root,root) %{_bindir}/kpseaccess
6955 %attr(755,root,root) %{_bindir}/kpsereadlink
6956 %attr(755,root,root) %{_bindir}/kpsewhere
6957 %attr(755,root,root) %{_bindir}/mag
6958 %attr(755,root,root) %{_bindir}/makempx
6959 #%attr(755,root,root) %{_bindir}/mkfontdesc
6960 %attr(755,root,root) %{_bindir}/mktexfmt
6961 %attr(755,root,root) %{_bindir}/mktexlsr
6962 %attr(755,root,root) %{_bindir}/newer
6963 %attr(755,root,root) %{_bindir}/patgen
6964 %attr(755,root,root) %{_bindir}/pdfetex
6965 %attr(755,root,root) %{_bindir}/pfb2pfa
6966 %attr(755,root,root) %{_bindir}/pk2bm
6967 %attr(755,root,root) %{_bindir}/pktogf
6968 %attr(755,root,root) %{_bindir}/pktype
6969 %attr(755,root,root) %{_bindir}/pltotf
6970 %attr(755,root,root) %{_bindir}/pooltype
6971 %attr(755,root,root) %{_bindir}/ps2frag
6972 %attr(755,root,root) %{_bindir}/ps2pk
6973 # TODO: move this file to correct subpackage ?
6974 %attr(755,root,root) %{_bindir}/ps4pdf
6975 #%attr(755,root,root) %{_bindir}/t1mapper
6976 %attr(755,root,root) %{_bindir}/tangle
6977 #%attr(755,root,root) %{_bindir}/tetex-updmap
6978 %attr(755,root,root) %{_bindir}/tex
6979 %attr(755,root,root) %{_bindir}/texdoc
6980 %attr(755,root,root) %{_bindir}/texhash
6981 # %attr(755,root,root) %{_bindir}/texi2html
6982 %attr(755,root,root) %{_bindir}/texlinks
6983 %attr(755,root,root) %{_bindir}/tftopl
6984 %attr(755,root,root) %{_bindir}/tie
6985 %attr(755,root,root) %{_bindir}/ttf2afm
6986 %attr(755,root,root) %{_bindir}/updmap
6987 %attr(755,root,root) %{_bindir}/updmap-sys
6988 %attr(755,root,root) %{_bindir}/vftovp
6989 #%attr(755,root,root) %{_bindir}/virtex
6990 %attr(755,root,root) %{_bindir}/vptovf
6991 %attr(755,root,root) %{_bindir}/weave
6992
6993 %attr(755,root,root) %{texmf}/web2c/mktexnam
6994 %attr(755,root,root) %{texmf}/web2c/mktexdir
6995 %attr(755,root,root) %{texmf}/web2c/mktexupd
6996
6997 %attr(750,root,root) /etc/cron.daily/texlive
6998
6999 #%dir /etc/sysconfig/tetex-updmap
7000 #%verify(not md5 mtime size) %config(noreplace) /etc/sysconfig/tetex-updmap/maps.lst
7001
7002 %ghost %{texmf}/ls-R
7003 %ghost %{texmfdist}/ls-R
7004 # %ghost %{_localstatedir}/ls-R
7005
7006 %config(noreplace) %verify(not md5 mtime size) %{texmfdist}/tex/cslatex/base/fonttext.cfg
7007 %config(noreplace) %verify(not md5 mtime size) %{texmf}/tex/generic/config/language.dat
7008 %config(noreplace) %verify(not md5 mtime size) %{texmfdist}/tex/latex/base/fontmath.cfg
7009 %config(noreplace) %verify(not md5 mtime size) %{texmfdist}/tex/latex/base/fonttext.cfg
7010 %config(noreplace) %verify(not md5 mtime size) %{texmfdist}/tex/latex/base/preload.cfg
7011
7012 %config(noreplace) %verify(not md5 mtime size) %{texmf}/web2c/fmtutil.cnf
7013 %config(noreplace) %verify(not md5 mtime size) %{texmf}/web2c/mktex.cnf
7014 %config(noreplace) %verify(not md5 mtime size) %{texmf}/web2c/mktex.opt
7015 %config(noreplace) %verify(not md5 mtime size) %{texmf}/web2c/mktexdir.opt
7016 %config(noreplace) %verify(not md5 mtime size) %{texmf}/web2c/mktexnam.opt
7017 %config(noreplace) %verify(not md5 mtime size) %{texmf}/web2c/texmf.cnf
7018 %config(noreplace) %verify(not md5 mtime size) %{texmf}/web2c/updmap.cfg
7019
7020 %attr(1777,root,root) /var/cache/fonts
7021
7022 %{_datadir}/info/web2c.info*
7023 # %{_datadir}/info/texi2html.info*
7024 # %{_datadir}/texi2html
7025 #%{texmf}/updates.dat
7026
7027 # %{texmf}/aliases
7028 # %{texmf}/tex/generic/bghyph
7029 # %doc %{texmf}/doc/generic/hyphen
7030 #%{texmf}/tex/generic/letterspacing
7031
7032 # ***********
7033 # Directories
7034 # ***********
7035 %attr(1777,root,root) %dir %{_localstatedir}
7036 %attr(1777,root,root) %dir %{_localstatedir}/fonts
7037 %attr(1777,root,root) %dir %{_localstatedir}/fonts/map
7038 %attr(1777,root,root) %dir %{fmtdir}
7039
7040 %dir %{texmfdist}
7041 %doc %{texmfdist}/README
7042 %dir %{texmf}
7043
7044 %dir %{texmfdist}/doc
7045 %dir %{texmfdist}/doc/generic
7046 %dir %{texmfdist}/doc/generic/enctex
7047 %dir %{texmfdist}/doc/latex
7048 %dir %{texmfdist}/doc/latex/localloc
7049 %dir %{texmf}/doc
7050 %dir %{texmf}/doc/generic
7051 %dir %{texmf}/doc/tetex
7052 %dir %{texmf}/fmtutil
7053
7054 %dir %{texmfdist}/tex
7055 %dir %{texmfdist}/tex/cslatex
7056 %dir %{texmfdist}/tex/cslatex/base
7057 %dir %{texmfdist}/tex/fontinst
7058 %dir %{texmfdist}/tex/generic
7059 %dir %{texmfdist}/tex/generic/dehyph-exptl
7060 %dir %{texmfdist}/tex/generic/enctex
7061 %dir %{texmfdist}/tex/generic/hyph-utf8
7062 %dir %{texmfdist}/tex/generic/misc
7063 %dir %{texmfdist}/tex/latex
7064 %dir %{texmfdist}/tex/latex/base
7065 %dir %{texmf}/dvips
7066 %dir %{texmf}/dvips/config
7067 %dir %{texmf}/dvips/tetex
7068 %dir %{texmf}/fonts/enc
7069 %dir %{texmf}/fonts/enc/dvips
7070 %dir %{texmf}/fonts/enc/dvips/tetex
7071 %dir %{texmf}/fonts/map/dvips/updmap
7072 %dir %{texmf}/fonts/map
7073 %dir %{texmf}/fonts/map/dvips
7074 %dir %{texmf}/fonts/map/dvips/tetex
7075 %dir %{texmf}/scripts
7076 %dir %{texmf}/tex
7077 %dir %{texmf}/tex/generic
7078 %dir %{texmf}/tex/generic/config
7079 %dir %{texmf}/web2c
7080
7081 # Docs
7082 # %doc %{texmf}/doc/README
7083 %doc %{texmf}/doc/tetex/TETEXDOC.*
7084 %doc %{texmf}/doc/tetex/teTeX-FAQ
7085 %doc %{texmfdist}/source/fontinst
7086
7087 # %{texmf}/fonts/map/dvips/tetex/contnav.map
7088 # %{texmf}/fonts/map/dvips/tetex/lumath-o.map
7089 %{texmfdist}/fonts/map/dvips/vntex/urwvn.map
7090 %{texmfdist}/fonts/map/fontname
7091 %{texmfdist}/fonts/enc/dvips/vntex/t5.enc
7092
7093 # Main fonts from TeTeX
7094 %{texmf}/fonts/enc/dvips/tetex/09fbbfac.enc
7095 %{texmf}/fonts/enc/dvips/tetex/0ef0afca.enc
7096 %{texmf}/fonts/enc/dvips/tetex/10037936.enc
7097 %{texmf}/fonts/enc/dvips/tetex/1b6d048e.enc
7098 %{texmf}/fonts/enc/dvips/tetex/71414f53.enc
7099 %{texmf}/fonts/enc/dvips/tetex/74afc74c.enc
7100 %{texmf}/fonts/enc/dvips/tetex/aae443f0.enc
7101 %{texmf}/fonts/enc/dvips/tetex/b6a4d7c7.enc
7102 %{texmf}/fonts/enc/dvips/tetex/bbad153f.enc
7103 %{texmf}/fonts/enc/dvips/tetex/d9b29452.enc
7104 %{texmf}/fonts/enc/dvips/tetex/f7b6d320.enc
7105 %{texmf}/fonts/map/dvips/tetex/ps2pk35.map
7106
7107 %{texmfdist}/tex/fontinst
7108 %{texmfdist}/tex/generic/dehyph-exptl/*
7109 %{texmfdist}/tex/generic/encodings
7110 %{texmfdist}/tex/generic/epsf
7111 %{texmfdist}/tex/generic/hyph-utf8/*
7112 %{texmfdist}/tex/generic/genmisc
7113 %{texmfdist}/tex/generic/misc/null*
7114 %{texmfdist}/tex/generic/misc/texnames.sty
7115 %{texmfdist}/tex/generic/tap
7116 %{texmfdist}/tex/generic/tex-ps
7117 %{texmfdist}/tex/texinfo
7118 %{texmf}/tex/fontinst
7119 %{texmf}/tex/generic/hyphen
7120
7121 %doc %{texmfdist}/doc/generic/epsf
7122 %doc %{temxfdist}/doc/generic/tex-ps
7123
7124 # %{fmtdir}/metafun.mem
7125 #%{texmf}/web2c/tex-pl.pool
7126 # %{texmf}/web2c/tex.pool
7127 %{texmf}/fonts/map/dvips/updmap/*
7128
7129 %{texmf}/web2c/*.tcx
7130
7131 # %lang(fi) %{_mandir}/fi/man1/afm2tfm.1*
7132 # %lang(fi) %{_mandir}/fi/man1/allcm.1*
7133 # %lang(fi) %{_mandir}/fi/man1/allneeded.1*
7134 # %lang(fr) %{_mandir}/fr/man1/access.1*
7135 # %lang(hu) %{_mandir}/hu/man1/access.1*
7136 # %lang(hu) %{_mandir}/hu/man1/newer.1*
7137 # %lang(pl) %{_mandir}/pl/man1/access.1*
7138 # %lang(pl) %{_mandir}/pl/man1/newer.1*
7139 #%{_mandir}/man1/MakeTeXPK.1*
7140 #%{_mandir}/man1/access.1*
7141 #%{_mandir}/man1/fontexport.1*
7142 #%{_mandir}/man1/fontimport.1*
7143 #%{_mandir}/man1/initex.1*
7144 #%{_mandir}/man1/t1mapper.1*
7145 #%{_mandir}/man1/texdoc.1*
7146 #%{_mandir}/man1/texi2html.1*
7147 #%{_mandir}/man1/virtex.1*
7148 #%{_mandir}/man8/fmtutil.8*
7149 #%{_mandir}/man8/mkfontdesc.8*
7150 #%{_mandir}/man8/texlinks.8*
7151
7152 %{_mandir}/man1/afm2tfm.1*
7153 %{_mandir}/man1/allcm.1*
7154 %{_mandir}/man1/allec.1*
7155 %{_mandir}/man1/allneeded.1*
7156 %{_mandir}/man1/ctangle.1*
7157 %{_mandir}/man1/ctie.1*
7158 %{_mandir}/man1/cweave.1*
7159 %{_mandir}/man1/cweb.1*
7160 %{_mandir}/man1/dmp.1*
7161 %{_mandir}/man1/dvipdft.1*
7162 %{_mandir}/man1/dvipng.1*
7163 %{_mandir}/man1/e2pall.1*
7164 %{_mandir}/man1/ebb.1*
7165 %{_mandir}/man1/fmtutil.1*
7166 %{_mandir}/man1/fmtutil-sys.1*
7167 %{_mandir}/man1/fontinst.1*
7168 %{_mandir}/man1/gftodvi.1*
7169 %{_mandir}/man1/gftopk.1*
7170 %{_mandir}/man1/gftype.1*
7171 %{_mandir}/man1/gsftopk.1*
7172 %{_mandir}/man1/kpseaccess.1*
7173 %{_mandir}/man1/kpsereadlink.1*
7174 %{_mandir}/man1/kpsewhere.1*
7175 %{_mandir}/man1/mag.1*
7176 %{_mandir}/man1/makempx.1*
7177 %{_mandir}/man1/makempy.1*
7178 %{_mandir}/man1/mktexfmt.1*
7179 %{_mandir}/man1/mktexlsr.1*
7180 %{_mandir}/man1/newer.1*
7181 %{_mandir}/man1/patgen.1*
7182 %{_mandir}/man1/pdfetex.1*
7183 %{_mandir}/man1/pfb2pfa.1*
7184 %{_mandir}/man1/pk2bm.1*
7185 %{_mandir}/man1/pktogf.1*
7186 %{_mandir}/man1/pktype.1*
7187 %{_mandir}/man1/pltotf.1*
7188 %{_mandir}/man1/pooltype.1*
7189 %{_mandir}/man1/ps2frag.1*
7190 %{_mandir}/man1/ps2pk.1*
7191 %{_mandir}/man1/tangle.1*
7192 %{_mandir}/man1/tex.1*
7193 %{_mandir}/man1/texexec.1*
7194 %{_mandir}/man1/texhash.1*
7195 %{_mandir}/man1/texlinks.1*
7196 %{_mandir}/man1/tftopl.1*
7197 %{_mandir}/man1/tie.1*
7198 %{_mandir}/man1/ttf2afm.1*
7199 %{_mandir}/man1/updmap.1*
7200 %{_mandir}/man1/updmap-sys.1*
7201 %{_mandir}/man1/vftovp.1*
7202 %{_mandir}/man1/vptovf.1*
7203 %{_mandir}/man1/weave.1*
7204 %{_mandir}/man5/fmtutil.cnf.5*
7205 %{_mandir}/man5/updmap.cfg.5*
7206
7207 %files other-utils
7208 %defattr(644,root,root,755)
7209 %attr(755,root,root) %{_bindir}/bg5+latex
7210 %attr(755,root,root) %{_bindir}/bg5+pdflatex
7211 %attr(755,root,root) %{_bindir}/bg5conv
7212 %attr(755,root,root) %{_bindir}/bg5latex
7213 %attr(755,root,root) %{_bindir}/bg5pdflatex
7214 %attr(755,root,root) %{_bindir}/bibtex8
7215 %attr(755,root,root) %{_bindir}/cfftot1
7216 %attr(755,root,root) %{_bindir}/ebong
7217 %attr(755,root,root) %{_bindir}/extconv
7218 %attr(755,root,root) %{_bindir}/extractbb
7219 %attr(755,root,root) %{_bindir}/gbklatex
7220 %attr(755,root,root) %{_bindir}/gbkpdflatex
7221 %attr(755,root,root) %{_bindir}/getnonfreefonts
7222 %attr(755,root,root) %{_bindir}/getnonfreefonts-sys
7223 %attr(755,root,root) %{_bindir}/hbf2gf
7224 %attr(755,root,root) %{_bindir}/jadetex
7225 %attr(755,root,root) %{_bindir}/lamed
7226 %attr(755,root,root) %{_bindir}/makeglossaries
7227 %attr(755,root,root) %{_bindir}/metafun
7228 %attr(755,root,root) %{_bindir}/mkjobtexmf
7229 %attr(755,root,root) %{_bindir}/mllatex
7230 %attr(755,root,root) %{_bindir}/mltex
7231 %attr(755,root,root) %{_bindir}/mmafm
7232 %attr(755,root,root) %{_bindir}/mmpfb
7233 %attr(755,root,root) %{_bindir}/musixflx
7234 %attr(755,root,root) %{_bindir}/ofm2opl
7235 %attr(755,root,root) %{_bindir}/otfinfo
7236 %attr(755,root,root) %{_bindir}/otftotfm
7237 %attr(755,root,root) %{_bindir}/oxdvi
7238 %attr(755,root,root) %{_bindir}/pdfatfi
7239 %attr(755,root,root) %{_bindir}/pdfclose
7240 %attr(755,root,root) %{_bindir}/pdfjadetex
7241 %attr(755,root,root) %{_bindir}/pdfopen
7242 %attr(755,root,root) %{_bindir}/pdftosrc
7243 %{__perl}tex
7244 %attr(755,root,root) %{_bindir}/physe
7245 %attr(755,root,root) %{_bindir}/pkfix
7246 %attr(755,root,root) %{_bindir}/ppower4
7247 %attr(755,root,root) %{_bindir}/rungs
7248 %attr(755,root,root) %{_bindir}/simpdftex
7249 %attr(755,root,root) %{_bindir}/sjisconv
7250 %attr(755,root,root) %{_bindir}/sjislatex
7251 %attr(755,root,root) %{_bindir}/sjispdflatex
7252 %attr(755,root,root) %{_bindir}/synctex
7253 %attr(755,root,root) %{_bindir}/t1dotlessj
7254 %attr(755,root,root) %{_bindir}/t1lint
7255 %attr(755,root,root) %{_bindir}/t1reencode
7256 %attr(755,root,root) %{_bindir}/t1testpage
7257 %attr(755,root,root) %{_bindir}/texcount
7258 %attr(755,root,root) %{_bindir}/texsis
7259 %attr(755,root,root) %{_bindir}/tlmgr
7260 %attr(755,root,root) %{_bindir}/tpic2pdftex
7261 %attr(755,root,root) %{_bindir}/ttf2pk
7262 %attr(755,root,root) %{_bindir}/ttf2tfm
7263 %attr(755,root,root) %{_bindir}/ttftotype42
7264 %attr(755,root,root) %{_bindir}/vlna
7265 %attr(755,root,root) %{_bindir}/vpe
7266 %{_mandir}/man1/cfftot1.1*
7267 %{_mandir}/man1/getnonfreefonts-sys.1
7268 %{_mandir}/man1/getnonfreefonts.1*
7269 %{_mandir}/man1/hbf2gf.1*
7270 %{_mandir}/man1/mkjobtexmf.1*
7271 %{_mandir}/man1/mmafm.1*
7272 %{_mandir}/man1/mmpfb.1*
7273 %{_mandir}/man1/otfinfo.1*
7274 %{_mandir}/man1/otftotfm.1*
7275 %{_mandir}/man1/oxdvi.1
7276 %{_mandir}/man1/pdftosrc.1*
7277 %{_mandir}/man1/ps2eps.1*
7278 %{_mandir}/man1/synctex.1*
7279 %{_mandir}/man1/t1dotlessj.1*
7280 %{_mandir}/man1/t1lint.1*
7281 %{_mandir}/man1/t1reencode.1*
7282 %{_mandir}/man1/t1testpage.1*
7283 %{_mandir}/man1/ttf2pk.1*
7284 %{_mandir}/man1/ttf2tfm.1*
7285 %{_mandir}/man1/ttftotype42.1*
7286 %{_mandir}/man1/vlna.1*
7287 %{_mandir}/man5/synctex.5*
7288 %{texmfdist}/source/startex
7289 %{texmfdist}/source/jadetex
7290 %{texmfdist}/tex/jadetex
7291 %{texmfdist}/tex/texsis
7292 %{texmfdist}/tex/startex
7293 %{texmf}/fmtutil/format.jadetex.cnf
7294 %{texmf}/fmtutil/format.mltex.cnf
7295 %{texmfdist}/tex/generic/abbr
7296 %{texmfdist}/tex/generic/abstyles/
7297 %{texmfdist}/tex/generic/barr
7298 %{texmfdist}/tex/generic/borceux
7299 %{texmfdist}/tex/generic/c-pascal
7300 %{texmfdist}/tex/generic/cirth
7301 %{texmfdist}/tex/generic/dratex
7302 %{texmfdist}/tex/generic/ean
7303 %{texmfdist}/tex/generic/edmac
7304 %{texmfdist}/tex/generic/elvish
7305 %{texmfdist}/tex/generic/fenixpar
7306 %{texmfdist}/tex/generic/fltpoint
7307 %{texmfdist}/tex/generic/musixtex
7308 %{texmf}/hbf2gf
7309 %{texmf}/fmtutil/format.texsis.cnf
7310
7311 %files other-utils-doc
7312 %defattr(644,root,root,755)
7313 %doc %{texmfdist}/doc/jadetex
7314 %doc %{texmfdist}/doc/texsis
7315 %doc %{texmfdist}/doc/startex
7316 %doc %{texmfdist}/doc/generic/c-pascal
7317 %doc %{texmfdist}/doc/generic/barr
7318 %doc %{texmfdist}/doc/generic/borceux
7319 %doc %{texmfdist}/doc/generic/dratex
7320 %doc %{texmfdist}/doc/generic/mkjobtexmf
7321
7322 %files dirs-fonts
7323 %defattr(644,root,root,755)
7324 %dir %{texmfdist}/doc/latex/marvosym/mac/oztex/tex-font
7325 %dir %{texmfdist}/fonts
7326 %dir %{texmfdist}/fonts/afm
7327 %dir %{texmfdist}/fonts/afm/public
7328 %dir %{texmfdist}/fonts/afm/vntex
7329 %dir %{texmfdist}/fonts/enc
7330 %dir %{texmfdist}/fonts/enc/dvips
7331 %dir %{texmfdist}/fonts/enc/dvips/vntex
7332 %dir %{texmfdist}/fonts/map
7333 %dir %{texmfdist}/fonts/map/dvipdfm
7334 %dir %{texmfdist}/fonts/map/dvips
7335 %dir %{texmfdist}/fonts/map/dvips/vntex
7336 %dir %{texmfdist}/fonts/map/fontname
7337 %dir %{texmfdist}/fonts/map/vtex
7338 %dir %{texmfdist}/fonts/ofm
7339 %dir %{texmfdist}/fonts/ofm/public
7340 %dir %{texmfdist}/fonts/ovf
7341 %dir %{texmfdist}/fonts/ovf/public
7342 %dir %{texmfdist}/fonts/ovp
7343 %dir %{texmfdist}/fonts/ovp/public
7344 %dir %{texmfdist}/fonts/opentype
7345 %dir %{texmfdist}/fonts/opentype/public
7346 %dir %{texmfdist}/fonts/pk
7347 %dir %{texmfdist}/fonts/pk/ljfour
7348 %dir %{texmfdist}/fonts/source
7349 %dir %{texmfdist}/fonts/source/public
7350 %dir %{texmfdist}/fonts/source/vntex
7351 %dir %{texmfdist}/fonts/tfm
7352 %dir %{texmfdist}/fonts/tfm/public
7353 %dir %{texmfdist}/fonts/tfm/vntex
7354 %dir %{texmfdist}/fonts/truetype
7355 %dir %{texmfdist}/fonts/type1
7356 %dir %{texmfdist}/fonts/type1/public
7357 %dir %{texmfdist}/fonts/type1/vntex
7358 %dir %{texmfdist}/fonts/vf
7359 %dir %{texmfdist}/fonts/vf/public
7360 %dir %{texmfdist}/fonts/vf/vntex
7361 %dir %{texmfdist}/source
7362 %dir %{texmfdist}/source/fonts
7363 %dir %{texmfdist}/source/latex
7364 %dir %{texmf}/fonts
7365 %dir %{texmf}/fonts/opentype
7366 %dir %{texmf}/fonts/opentype/public
7367
7368 %files doc
7369 %defattr(644,root,root,755)
7370 %doc %{texmfdist}/doc/generic/dehyph-exptl
7371 %dir %{texmfdoc}
7372 %dir %{texmfdoc}/doc
7373 %{texmfdoc}/README
7374 %{texmfdoc}/ls-R
7375 %{texmfdoc}/doc/english
7376 %{texmfdist}/doc/fontinst
7377
7378 %files doc-bg
7379 %defattr(644,root,root,755)
7380 %{texmfdoc}/doc/bulgarian
7381
7382 %files doc-cs
7383 %defattr(644,root,root,755)
7384 %{texmfdoc}/doc/czechslovak
7385
7386 %files doc-de
7387 %defattr(644,root,root,755)
7388 %{texmfdoc}/doc/german
7389
7390 %files doc-el
7391 %defattr(644,root,root,755)
7392 %{texmfdoc}/doc/greek
7393
7394 %files doc-es
7395 %defattr(644,root,root,755)
7396 %{texmfdoc}/doc/spanish
7397
7398 %files doc-fi
7399 %defattr(644,root,root,755)
7400 %{texmfdoc}/doc/finnish
7401
7402 %files doc-fr
7403 %defattr(644,root,root,755)
7404 %{texmfdoc}/doc/french
7405
7406 %files doc-it
7407 %defattr(644,root,root,755)
7408 %{texmfdoc}/doc/italian
7409
7410 %files doc-ja
7411 %defattr(644,root,root,755)
7412 %{texmfdoc}/doc/japanese
7413
7414 %files doc-ko
7415 %defattr(644,root,root,755)
7416 %{texmfdoc}/doc/korean
7417
7418 %files doc-mn
7419 %defattr(644,root,root,755)
7420 %{texmfdoc}/doc/mongolian
7421
7422 %files doc-nl
7423 %defattr(644,root,root,755)
7424 %{texmfdoc}/doc/dutch
7425
7426 %files doc-pl
7427 %defattr(644,root,root,755)
7428 %{texmfdoc}/doc/polish
7429
7430 %files doc-pt
7431 %defattr(644,root,root,755)
7432 %{texmfdoc}/doc/portuguese
7433
7434 %files doc-ru
7435 %defattr(644,root,root,755)
7436 %{texmfdoc}/doc/russian
7437
7438 %files doc-sk
7439 %defattr(644,root,root,755)
7440 %{texmfdoc}/doc/slovak
7441
7442 %files doc-sl
7443 %defattr(644,root,root,755)
7444 %{texmfdoc}/doc/slovenian
7445
7446 %files doc-th
7447 %defattr(644,root,root,755)
7448 %{texmfdoc}/doc/thai
7449
7450 %files doc-tr
7451 %defattr(644,root,root,755)
7452 %{texmfdoc}/doc/turkish
7453
7454 %files doc-uk
7455 %defattr(644,root,root,755)
7456 %{texmfdoc}/doc/ukrainian
7457
7458 %files doc-vi
7459 %defattr(644,root,root,755)
7460 %{texmfdoc}/doc/vietnamese
7461
7462 %files doc-zh_CN
7463 %defattr(644,root,root,755)
7464 %{texmfdoc}/doc/chinese
7465
7466 # %files doc-Catalogue
7467 # %defattr(644,root,root,755)
7468 # %{texmf}/doc/help/Catalogue
7469
7470 # %files doc-tug-faq
7471 # %defattr(644,root,root,755)
7472 # %{texmf}/doc/help/faq/uktug-faq
7473
7474
7475 %files doc-latex
7476 %defattr(644,root,root,755)
7477 # %{texmfdist}/doc/latex/bar
7478 # %{texmfdist}/doc/latex/eclbip
7479 # %{texmfdist}/doc/latex/eo
7480 # %{texmfdist}/doc/latex/floatflt
7481 # %{texmfdist}/doc/latex/general
7482 # %{texmfdist}/doc/latex/germbib
7483 # %{texmfdist}/doc/latex/images
7484 # %{texmfdist}/doc/latex/mathcomp
7485 # %{texmfdist}/doc/latex/mt11p
7486 # %{texmfdist}/doc/latex/picins
7487 # %{texmfdist}/doc/latex/ps4pdf
7488 # %{texmfdist}/doc/latex/pslatex
7489 # %{texmfdist}/doc/latex/supertab
7490 # %{texmfdist}/doc/latex/tex-refs
7491 # %{texmfdist}/doc/latex/textmerg
7492 # %{texmfdist}/doc/latex/treesvr
7493 %doc %{texmfdist}/doc/generic/shapepar
7494 %doc %{texmfdist}/doc/latex/acronym
7495 %doc %{texmfdist}/doc/latex/aeguill
7496 %doc %{texmfdist}/doc/latex/anysize
7497 %doc %{texmfdist}/doc/latex/base
7498 %doc %{texmfdist}/doc/latex/beton
7499 %doc %{texmfdist}/doc/latex/carlisle
7500 %doc %{texmfdist}/doc/latex/ccaption
7501 %doc %{texmfdist}/doc/latex/changebar
7502 %doc %{texmfdist}/doc/latex/chappg
7503 %doc %{texmfdist}/doc/latex/concmath
7504 %doc %{texmfdist}/doc/latex/crop
7505 %doc %{texmfdist}/doc/latex/dinbrief
7506 %doc %{texmfdist}/doc/latex/draftcopy
7507 %doc %{texmfdist}/doc/latex/eepic
7508 %doc %{texmfdist}/doc/latex/endfloat
7509 %doc %{texmfdist}/doc/latex/esint
7510 %doc %{texmfdist}/doc/latex/eso-pic
7511 %doc %{texmfdist}/doc/latex/euler
7512 %doc %{texmfdist}/doc/latex/eulervm
7513 %doc %{texmfdist}/doc/latex/extsizes
7514 %doc %{texmfdist}/doc/latex/fancybox
7515 %doc %{texmfdist}/doc/latex/fancyhdr
7516 %doc %{texmfdist}/doc/latex/fancyvrb
7517 %doc %{texmfdist}/doc/latex/filecontents
7518 %doc %{texmfdist}/doc/latex/float
7519 %doc %{texmfdist}/doc/latex/footmisc
7520 %doc %{texmfdist}/doc/latex/footnpag
7521 %doc %{texmfdist}/doc/latex/fp
7522 %doc %{texmfdist}/doc/latex/geometry
7523 %doc %{texmfdist}/doc/latex/graphics
7524 %doc %{texmfdist}/doc/latex/hyperref
7525 %doc %{texmfdist}/doc/latex/hyphenat
7526 %doc %{texmfdist}/doc/latex/index
7527 %doc %{texmfdist}/doc/latex/koma-script
7528 %doc %{texmfdist}/doc/latex/labels
7529 %doc %{texmfdist}/doc/latex/layouts
7530 %doc %{texmfdist}/doc/latex/lettrine
7531 %doc %{texmfdist}/doc/latex/listings
7532 %doc %{texmfdist}/doc/latex/ltabptch
7533 %doc %{texmfdist}/doc/latex/mdwtools
7534 %doc %{texmfdist}/doc/latex/memoir
7535 %doc %{texmfdist}/doc/latex/mh
7536 %doc %{texmfdist}/doc/latex/mparhack
7537 %doc %{texmfdist}/doc/latex/ms
7538 %doc %{texmfdist}/doc/latex/multibib
7539 %doc %{texmfdist}/doc/latex/mwcls
7540 %doc %{texmfdist}/doc/latex/natbib
7541 %doc %{texmfdist}/doc/latex/nomencl
7542 %doc %{texmfdist}/doc/latex/ntgclass
7543 %doc %{texmfdist}/doc/latex/oberdiek
7544 %doc %{texmfdist}/doc/latex/overpic
7545 %doc %{texmfdist}/doc/latex/paralist
7546 %doc %{texmfdist}/doc/latex/pb-diagram
7547 %doc %{texmfdist}/doc/latex/pdfpages
7548 %doc %{texmfdist}/doc/latex/picinpar
7549 %doc %{texmfdist}/doc/latex/pict2e
7550 %doc %{texmfdist}/doc/latex/placeins
7551 %doc %{texmfdist}/doc/latex/preprint
7552 %doc %{texmfdist}/doc/latex/preview
7553 %doc %{texmfdist}/doc/latex/program
7554 %doc %{texmfdist}/doc/latex/psfrag
7555 %doc %{texmfdist}/doc/latex/revtex
7556 %doc %{texmfdist}/doc/latex/rotating
7557 %doc %{texmfdist}/doc/latex/rotfloat
7558 %doc %{texmfdist}/doc/latex/scale
7559 %doc %{texmfdist}/doc/latex/sectsty
7560 %doc %{texmfdist}/doc/latex/seminar
7561 %doc %{texmfdist}/doc/latex/showlabels
7562 %doc %{texmfdist}/doc/latex/sidecap
7563 %doc %{texmfdist}/doc/latex/slashbox
7564 %doc %{texmfdist}/doc/latex/soul
7565 %doc %{texmfdist}/doc/latex/stdclsdv
7566 %doc %{texmfdist}/doc/latex/subfig
7567 %doc %{texmfdist}/doc/latex/subfigure
7568 %doc %{texmfdist}/doc/latex/textfit
7569 %doc %{texmfdist}/doc/latex/textpos
7570 %doc %{texmfdist}/doc/latex/titlesec
7571 %doc %{texmfdist}/doc/latex/tocbibind
7572 %doc %{texmfdist}/doc/latex/tocloft
7573 %doc %{texmfdist}/doc/latex/tools
7574 %doc %{texmfdist}/doc/latex/totpages
7575 %doc %{texmfdist}/doc/latex/type1cm
7576 %doc %{texmfdist}/doc/latex/units
7577 %doc %{texmfdist}/doc/latex/vmargin
7578 %doc %{texmfdist}/doc/latex/was
7579 %doc %{texmfdist}/doc/latex/wrapfig
7580 %doc %{texmfdist}/doc/latex/xtab
7581 %doc %{texmfdist}/doc/latex/yfonts
7582 %doc %{texmfdist}/doc/fonts/calrsfs
7583 %doc %{texmfdist}/doc/generic/encxvlna
7584 %doc %{texmfdist}/doc/generic/textmerg
7585
7586 %files -n kpathsea
7587 %defattr(644,root,root,755)
7588 %dir %{texmf}/doc/kpathsea
7589 %doc %{texmf}/doc/kpathsea/kpathsea.pdf
7590 %attr(755,root,root) %{_bindir}/kpsepath
7591 %attr(755,root,root) %{_bindir}/kpsestat
7592 %attr(755,root,root) %{_bindir}/kpsetool
7593 %attr(755,root,root) %{_bindir}/kpsewhich
7594 %attr(755,root,root) %{_bindir}/kpsexpand
7595 %attr(755,root,root) %{_libdir}/libkpathsea.so.*
7596 %{_libdir}/libkpathsea.la
7597 %{_mandir}/man1/kpsexpand.1*
7598 %{_mandir}/man1/kpsepath.1*
7599 %{_mandir}/man1/kpsestat.1*
7600 %{_mandir}/man1/kpsetool.1*
7601 %{_mandir}/man1/kpsewhich.1*
7602
7603 %files -n kpathsea-devel
7604 %defattr(644,root,root,755)
7605 %attr(755,root,root) %{_libdir}/libkpathsea.so
7606 %{_includedir}/kpathsea
7607 %{_infodir}/kpathsea.info*
7608
7609 %files dvips
7610 %defattr(644,root,root,755)
7611 # %doc %{texmf}/doc/programs/dvips.dvi
7612 # %doc %{texmf}/doc/programs/dvipdfm.dvi
7613 # %doc %{texmf}/doc/latex/psnfssx
7614 # %lang(fi) %{_mandir}/fi/man1/dvips.1*
7615 # %{texmf}/dvips/misc
7616 # %{texmf}/dvips/config/config.generic
7617 # %{texmf}/fonts/map/dvips/misc
7618 # %{texmf}/fonts/map/dvips/tetex/bsr-interpolated.map
7619 # %{texmf}/fonts/map/dvips/tetex/bsr.map
7620 # %{_localstatedir}/fonts/map/dvipdfm
7621 # %{_localstatedir}/fonts/map/dvips
7622 %dir %{texmfdist}/fonts/map/dvips/cmex
7623 %dir %{texmf}/dvipdfm
7624 %doc %{texmf}/doc/dvips
7625 %doc %{texmf}/doc/dvipdfm
7626 %attr(755,root,root) %{_bindir}/dvips
7627 %attr(755,root,root) %{_bindir}/dvired
7628 %attr(755,root,root) %{_bindir}/dvitomp
7629 %attr(755,root,root) %{_bindir}/dvitype
7630 %attr(755,root,root) %{_bindir}/dvicopy
7631 %attr(755,root,root) %{_bindir}/dvipdfm
7632 %attr(755,root,root) %{_bindir}/dvipdft
7633 # dvi2fax requires ghostscript
7634 %attr(755,root,root) %{_bindir}/dvi2fax
7635 %{_infodir}/dvips.info*
7636 %{_mandir}/man1/dvi2fax.1*
7637 %{_mandir}/man1/dvicopy.1*
7638 %{_mandir}/man1/dvipdfm.1*
7639 %{_mandir}/man1/dvips.1*
7640 %{_mandir}/man1/dvired.1*
7641 %{_mandir}/man1/dvitomp.1*
7642 %{_mandir}/man1/dvitype.1*
7643 %{texmf}/dvips/base
7644 %{texmf}/dvips/config
7645 %{texmf}/dvips/getafm
7646 %{texmf}/dvips/gsftopk
7647 # %config(noreplace) %verify(not md5 mtime size) %{texmf}/dvips/config/config.ps
7648 %{texmfdist}/fonts/enc/dvips/base
7649 %{texmfdist}/fonts/map/dvips/allrunes
7650 %{texmfdist}/fonts/map/dvips/cmex/ttcmex.map
7651 %{texmfdist}/tex/generic/dvips
7652 %{texmfdist}/dvips
7653 %{texmf}/dvipdfm/config
7654 %{texmf}/dvips/tetex/config.*
7655 %{texmf}/fonts/enc/dvips/tetex/mtex.enc
7656 %{texmf}/fonts/enc/dvips/afm2pl
7657 # %{texmf}/fonts/map
7658 %dir %{texmf}/fonts/map/dvipdfm
7659 %dir %{texmf}/fonts/map/dvips
7660 %dir %{texmf}/fonts/map/dvips/tetex
7661 %{texmf}/fonts/map/dvipdfm/updmap
7662 %{texmf}/fonts/map/dvipdfm/dvipdfmx
7663 %{texmf}/fonts/map/dvipdfm/tetex
7664 %{texmf}/fonts/map/dvips/tetex/dvipdfm35.map
7665 %{texmf}/fonts/map/dvips/tetex/dvips35.map
7666 %{texmf}/fonts/map/dvips/tetex/mathpple.map
7667 %{texmf}/fonts/map/dvips/tetex/mt-belleek.map
7668 %{texmf}/fonts/map/dvips/tetex/mt-plus.map
7669 %{texmf}/fonts/map/dvips/tetex/mt-yy.map
7670 %{texmf}/fonts/map/dvips/tetex/pdftex35.map
7671
7672
7673 %files dvilj
7674 %defattr(644,root,root,755)
7675 %attr(755,root,root) %{_bindir}/dvihp
7676 %attr(755,root,root) %{_bindir}/dvilj
7677 %attr(755,root,root) %{_bindir}/dvilj2p
7678 %attr(755,root,root) %{_bindir}/dvilj4
7679 %attr(755,root,root) %{_bindir}/dvilj4l
7680 %attr(755,root,root) %{_bindir}/dvilj6
7681 %{_mandir}/man1/dvihp.1*
7682 %{_mandir}/man1/dvilj.1*
7683 %{_mandir}/man1/dvilj2p.1*
7684 %{_mandir}/man1/dvilj4.1*
7685 %{_mandir}/man1/dvilj4l.1*
7686 %{_mandir}/man1/dvilj6.1*
7687
7688 %files makeindex
7689 %defattr(644,root,root,755)
7690 %doc %{texmfdist}/doc/makeindex
7691 %attr(755,root,root) %{_bindir}/mkindex
7692 %attr(755,root,root) %{_bindir}/makeindex
7693 %attr(755,root,root) %{_bindir}/rumakeindex
7694 %{texmfdist}/makeindex
7695 %{_mandir}/man1/makeindex.1*
7696 %{_mandir}/man1/mkindex.1*
7697 %{_mandir}/man1/rumakeindex.1*
7698
7699 %files scripts
7700 %defattr(644,root,root,755)
7701 %dir %{texmfdist}/scripts
7702 %dir %{texmf}/scripts
7703 %dir %{texmf}/scripts/texlive
7704 %{texmfdist}/scripts/bengali
7705 %{texmfdist}/scripts/dviasm
7706 %{texmfdist}/scripts/glossaries
7707 %{texmfdist}/scripts/oberdiek
7708 %{texmfdist}/scripts/perltex
7709 %{texmfdist}/scripts/pgfplots
7710 %{texmfdist}/scripts/ppower4
7711 %{texmfdist}/scripts/pst2pdf
7712 %{texmfdist}/scripts/shipunov
7713 %{texmfdist}/scripts/texcount
7714 %{texmfdist}/scripts/vpe/vpe.pl
7715 %{texmf}/scripts/a2ping
7716 %{texmf}/scripts/epstopdf
7717 %{texmf}/scripts/pkfix
7718 %{texmf}/scripts/ps2eps
7719 %{texmf}/scripts/simpdftex
7720 %{texmf}/scripts/tetex
7721 %{texmf}/scripts/texlive/getnonfreefonts.pl
7722 %{texmf}/scripts/texlive/gswin32
7723 %{texmf}/scripts/texlive/lua
7724 %{texmf}/scripts/texlive/*.tlu
7725 %{texmf}/scripts/texlive/tlmgr.pl
7726 %{texmf}/scripts/texlive/tlmgrgui
7727
7728 %files tex-arrayjob
7729 %defattr(644,root,root,755)
7730 %doc %{texmfdist}/doc/generic/arrayjob
7731 %{texmfdist}/tex/generic/arrayjob
7732
7733 %files tex-insbox
7734 %defattr(644,root,root,755)
7735 %doc %{texmfdist}/doc/generic/insbox
7736 %{texmfdist}/tex/generic/insbox
7737
7738 %files tex-mathdots
7739 %defattr(644,root,root,755)
7740 %doc %{texmfdist}/doc/generic/mathdots
7741 %{texmfdist}/source/generic/mathdots
7742 %{texmfdist}/tex/generic/mathdots
7743
7744 %files tex-ofs
7745 %defattr(644,root,root,755)
7746 %doc %{texmfdist}/doc/generic/ofs
7747 %{texmfdist}/tex/generic/ofs
7748
7749 %files tex-physe
7750 %defattr(644,root,root,755)
7751 %{texmfdist}/tex/physe
7752 %{texmf}/fmtutil/format.physe.cnf
7753
7754 %files tex-velthuis
7755 %defattr(644,root,root,755)
7756 %doc %{texmfdist}/doc/generic/velthuis
7757 %{texmfdist}/tex/generic/velthuis
7758
7759 %files tex-ytex
7760 %defattr(644,root,root,755)
7761 %{texmfdist}/tex/ytex
7762
7763 %files metafont
7764 %defattr(644,root,root,755)
7765 #%attr(755,root,root) %{_bindir}/mfw
7766 #%attr(755,root,root) %{_bindir}/virmf
7767 #%attr(755,root,root) %{_bindir}/inimf
7768 #%{texmf}/mft/cmbase.mft
7769 # %{texmf}/mft/e.mft
7770 # %{texmf}/mft/pl.mft
7771 # %{fmtdir}/mf.base
7772 #%{texmf}/web2c/mf-nowin.base
7773 # %{texmf}/web2c/mf.pool
7774 #%{texmf}/web2c/mfw.base
7775 #%{_mandir}/man1/inimf.1*
7776 #%{_mandir}/man1/virmf.1*
7777 %dir %{texmfdist}/mft
7778 %dir %{texmfdist}/mft/base
7779 %attr(755,root,root) %{_bindir}/mf
7780 %attr(755,root,root) %{_bindir}/mf-nowin
7781 %attr(755,root,root) %{_bindir}/mft
7782 %attr(755,root,root) %{_bindir}/mktexmf
7783 %attr(755,root,root) %{_bindir}/mktexpk
7784 %attr(755,root,root) %{_bindir}/mktextfm
7785 %{texmfdist}/metafont
7786 %{texmfdist}/mft/base/mplain.mft
7787 %{texmfdist}/mft/base/plain.mft
7788 %{texmfdist}/source/metafont
7789 %{_mandir}/man1/mf.1*
7790 %{_mandir}/man1/mf-nowin.1*
7791 %{_mandir}/man1/mft.1*
7792 %{_mandir}/man1/mktexmf.1*
7793 %{_mandir}/man1/mktexpk.1*
7794 %{_mandir}/man1/mktextfm.1*
7795 %{texmf}/fmtutil/format.metafont.cnf
7796
7797 %files metapost
7798 %defattr(644,root,root,755)
7799 #%attr(755,root,root) %{_bindir}/virmpost
7800 #%attr(755,root,root) %{_bindir}/inimpost
7801 # %{texmf}/web2c/mp.pool
7802 # %{fmtdir}/mpost.mem
7803 #%{_mandir}/man1/inimpost.1*
7804 #%{_mandir}/man1/virmpost.1*
7805 %dir %{texmfdist}/metapost
7806 %doc %{texmfdist}/doc/metapost
7807 %attr(755,root,root) %{_bindir}/mpost
7808 %attr(755,root,root) %{_bindir}/mpto
7809 %{texmfdist}/metapost/base
7810 %{texmfdist}/metapost/config
7811 %{texmfdist}/metapost/mfpic
7812 %{texmfdist}/metapost/misc
7813 %{texmfdist}/metapost/support
7814 %{texmfdist}/source/metapost
7815 %{_mandir}/man1/mpost.1*
7816 %{_mandir}/man1/mpto.1*
7817 %{texmf}/fmtutil/format.metapost.cnf
7818
7819 %files metapost-other
7820 %defattr(644,root,root,755)
7821 %{texmfdist}/metapost/automata
7822 %{texmfdist}/metapost/bbcard
7823 %{texmfdist}/metapost/blockdraw_mp
7824 %{texmfdist}/metapost/bpolynomial
7825 %{texmfdist}/metapost/cmarrows
7826 %{texmfdist}/metapost/dviincl
7827 %{texmfdist}/metapost/epsincl
7828 %{texmfdist}/metapost/expressg
7829 %{texmfdist}/metapost/exteps
7830 %{texmfdist}/metapost/featpost
7831 %{texmfdist}/metapost/feynmf
7832 %{texmfdist}/metapost/frcursive
7833 %{texmfdist}/metapost/hatching
7834 %{texmfdist}/metapost/metaobj
7835 %{texmfdist}/metapost/metaplot
7836 %{texmfdist}/metapost/metauml
7837 %{texmfdist}/metapost/mp3d
7838 %{texmfdist}/metapost/mpattern
7839 %{texmfdist}/metapost/nkarta
7840 %{texmfdist}/metapost/piechartmp
7841 %{texmfdist}/metapost/slideshow
7842 %{texmfdist}/metapost/splines
7843 %{texmfdist}/metapost/tabvar
7844 %{texmfdist}/metapost/textpath
7845 %{texmfdist}/metapost/venn
7846
7847 %files mptopdf
7848 %defattr(644,root,root,755)
7849 %attr(755,root,root) %{_bindir}/mptopdf
7850 %{_mandir}/man1/mptopdf.1*
7851 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/mptopdf.fmt
7852
7853 %files texdoctk
7854 %defattr(644,root,root,755)
7855 # %doc %{texmf}/doc/texdoctk
7856 %attr(755,root,root) %{_bindir}/texdoctk
7857 %{texmf}/texdoctk
7858 %{_mandir}/man1/texdoctk.1*
7859
7860 %files -n texconfig
7861 %defattr(644,root,root,755)
7862 %dir %{texmf}/texconfig
7863 %doc %{texmf}/texconfig/README
7864 %attr(755,root,root) %{_bindir}/texconfig
7865 %attr(755,root,root) %{_bindir}/texconfig-dialog
7866 %attr(755,root,root) %{_bindir}/texconfig-sys
7867 %attr(755,root,root) %{texmf}/texconfig/tcfmgr
7868 %{_mandir}/man1/texconfig.1*
7869 %{_mandir}/man1/texconfig-sys.1*
7870 %{texmf}/texconfig/g
7871 %{texmf}/texconfig/generic
7872 %{texmf}/texconfig/tcfmgr.map
7873 %{texmf}/texconfig/v
7874 %{texmf}/texconfig/x
7875
7876 %files -n xindy
7877 %defattr(644,root,root,755)
7878 %doc %{texmf}/doc/xindy
7879 %dir %{texmf}/xindy
7880 %dir %{texmf}/xindy/lang
7881 %dir %{texmf}/scripts
7882 %{texmf}/scripts/xindy
7883 %{texmf}/xindy/base
7884 %{texmf}/xindy/class
7885 %{texmf}/xindy/ord
7886 %{texmf}/xindy/rules
7887 %{texmf}/xindy/styles
7888 %{texmf}/xindy/tex
7889
7890
7891 %files -n xindy-albanian
7892 %defattr(644,root,root,755)
7893 %{texmf}/xindy/lang/albanian
7894
7895 %files -n xindy-belarusian
7896 %defattr(644,root,root,755)
7897 %{texmf}/xindy/lang/belarusian
7898
7899 %files -n xindy-bulgarian
7900 %defattr(644,root,root,755)
7901 %{texmf}/xindy/lang/bulgarian
7902
7903 %files -n xindy-croatian
7904 %defattr(644,root,root,755)
7905 %{texmf}/xindy/lang/croatian
7906
7907 %files -n xindy-czech
7908 %defattr(644,root,root,755)
7909 %{texmf}/xindy/lang/czech
7910
7911 %files -n xindy-danish
7912 %defattr(644,root,root,755)
7913 %{texmf}/xindy/lang/danish
7914
7915 %files -n xindy-dutch
7916 %defattr(644,root,root,755)
7917 %{texmf}/xindy/lang/dutch
7918
7919 %files -n xindy-english
7920 %defattr(644,root,root,755)
7921 %{texmf}/xindy/lang/english
7922
7923 %files -n xindy-esperanto
7924 %defattr(644,root,root,755)
7925 %{texmf}/xindy/lang/esperanto
7926
7927 %files -n xindy-estonian
7928 %defattr(644,root,root,755)
7929 %{texmf}/xindy/lang/estonian
7930
7931 %files -n xindy-finnish
7932 %defattr(644,root,root,755)
7933 %{texmf}/xindy/lang/finnish
7934
7935 %files -n xindy-french
7936 %defattr(644,root,root,755)
7937 %{texmf}/xindy/lang/french
7938
7939 %files -n xindy-general
7940 %defattr(644,root,root,755)
7941 %{texmf}/xindy/lang/general
7942
7943 %files -n xindy-georgian
7944 %defattr(644,root,root,755)
7945 %{texmf}/xindy/lang/georgian
7946
7947 %files -n xindy-german
7948 %defattr(644,root,root,755)
7949 %{texmf}/xindy/lang/german
7950
7951 %files -n xindy-greek
7952 %defattr(644,root,root,755)
7953 %{texmf}/xindy/lang/greek
7954
7955 %files -n xindy-gypsy
7956 %defattr(644,root,root,755)
7957 %{texmf}/xindy/lang/gypsy
7958
7959 %files -n xindy-hausa
7960 %defattr(644,root,root,755)
7961 %{texmf}/xindy/lang/hausa
7962
7963 %files -n xindy-hebrew
7964 %defattr(644,root,root,755)
7965 %{texmf}/xindy/lang/hebrew
7966
7967 %files -n xindy-hungarian
7968 %defattr(644,root,root,755)
7969 %{texmf}/xindy/lang/hungarian
7970
7971 %files -n xindy-icelandic
7972 %defattr(644,root,root,755)
7973 %{texmf}/xindy/lang/icelandic
7974
7975 %files -n xindy-italian
7976 %defattr(644,root,root,755)
7977 %{texmf}/xindy/lang/italian
7978
7979 %files -n xindy-klingon
7980 %defattr(644,root,root,755)
7981 %{texmf}/xindy/lang/klingon
7982
7983 %files -n xindy-kurdish
7984 %defattr(644,root,root,755)
7985 %{texmf}/xindy/lang/kurdish
7986
7987 %files -n xindy-latin
7988 %defattr(644,root,root,755)
7989 %{texmf}/xindy/lang/latin
7990
7991 %files -n xindy-latvian
7992 %defattr(644,root,root,755)
7993 %{texmf}/xindy/lang/latvian
7994
7995 %files -n xindy-lithuanian
7996 %defattr(644,root,root,755)
7997 %{texmf}/xindy/lang/lithuanian
7998
7999 %files -n xindy-lower-sorbian
8000 %defattr(644,root,root,755)
8001 %{texmf}/xindy/lang/lower-sorbian
8002
8003 %files -n xindy-macedonian
8004 %defattr(644,root,root,755)
8005 %{texmf}/xindy/lang/macedonian
8006
8007 %files -n xindy-mongolian
8008 %defattr(644,root,root,755)
8009 %{texmf}/xindy/lang/mongolian
8010
8011 %files -n xindy-norwegian
8012 %defattr(644,root,root,755)
8013 %{texmf}/xindy/lang/norwegian
8014
8015 %files -n xindy-polish
8016 %defattr(644,root,root,755)
8017 %{texmf}/xindy/lang/polish
8018
8019 %files -n xindy-portuguese
8020 %defattr(644,root,root,755)
8021 %{texmf}/xindy/lang/portuguese
8022
8023 %files -n xindy-romanian
8024 %defattr(644,root,root,755)
8025 %{texmf}/xindy/lang/romanian
8026
8027 %files -n xindy-russian
8028 %defattr(644,root,root,755)
8029 %{texmf}/xindy/lang/russian
8030
8031 %files -n xindy-serbian
8032 %defattr(644,root,root,755)
8033 %{texmf}/xindy/lang/serbian
8034
8035 %files -n xindy-slovak
8036 %defattr(644,root,root,755)
8037 %{texmf}/xindy/lang/slovak
8038
8039 %files -n xindy-slovenian
8040 %defattr(644,root,root,755)
8041 %{texmf}/xindy/lang/slovenian
8042
8043 %files -n xindy-spanish
8044 %defattr(644,root,root,755)
8045 %{texmf}/xindy/lang/spanish
8046
8047 %files -n xindy-swedish
8048 %defattr(644,root,root,755)
8049 %{texmf}/xindy/lang/swedish
8050
8051 %files -n xindy-turkish
8052 %defattr(644,root,root,755)
8053 %{texmf}/xindy/lang/turkish
8054
8055 %files -n xindy-ukrainian
8056 %defattr(644,root,root,755)
8057 %{texmf}/xindy/lang/ukrainian
8058
8059 %files -n xindy-upper-sorbian
8060 %defattr(644,root,root,755)
8061 %{texmf}/xindy/lang/upper-sorbian
8062
8063 %files -n xindy-vietnamese
8064 %defattr(644,root,root,755)
8065 %{texmf}/xindy/lang/vietnamese/
8066
8067 %files -n xdvi
8068 %defattr(644,root,root,755)
8069 #%attr(755,root,root) %{_bindir}/xdvi-motif.bin
8070 # %attr(755,root,root) %{_bindir}/xdvizilla
8071 # %{_mandir}/man1/xdvizilla.1*
8072 %attr(755,root,root) %{_bindir}/xdvi-xaw
8073 %attr(755,root,root) %{_bindir}/xdvi
8074 %{_mandir}/man1/xdvi.1*
8075 %{_desktopdir}/xdvi.desktop
8076 %{_pixmapsdir}/xdvi.png
8077 %{texmf}/xdvi
8078
8079 %files pdftex
8080 %defattr(644,root,root,755)
8081 # %doc %{texmf}/doc/programs/pdfcrop.txt
8082 # %attr(755,root,root) %{_bindir}/pdfxtex
8083 # %{_localstatedir}/fonts/map/pdftex
8084 # %dir %{texmf}/fonts/map/pdftex
8085 # %dir %{texmf}/fonts/map/pdftex/cmttf
8086 # %{texmf}/fonts/map/pdftex/cmttf/cmttf.map
8087 # %{texmf}/web2c/pdfetex-pl.pool
8088 # %{texmf}/web2c/pdfetex.pool
8089 # %{texmf}/web2c/pdfxtex.pool
8090 # %{_mandir}/man1/pdfxtex.1*
8091 %dir %{texmf}/fonts/map/pdftex
8092 %doc %{texmfdist}/doc/pdftex
8093 %attr(755,root,root) %{_bindir}/epstopdf
8094 %attr(755,root,root) %{_bindir}/pdfcrop
8095 %attr(755,root,root) %{_bindir}/pdftex
8096 %attr(1777,root,root) %dir %{fmtdir}/pdftex
8097 %config(noreplace) %verify(not md5 mtime size) %{texmf}/tex/generic/config/pdftexconfig.tex
8098 %{texmf}/fmtutil/format.pdftex.cnf
8099 %{texmfdist}/scripts/pdfcrop
8100 %{_mandir}/man1/epstopdf.1*
8101 %{_mandir}/man1/pdftex.1*
8102 %{texmfdist}/fonts/enc/pdftex
8103 %{texmfdist}/fonts/map/pdftex
8104 %{texmf}/fonts/map/pdftex/updmap
8105
8106 %files phyzzx
8107 %defattr(644,root,root,755)
8108 %attr(755,root,root) %{_bindir}/phyzzx
8109 %dir %{texmfdist}/doc/phyzzx
8110 %dir %{texmfdist}/tex/phyzzx
8111 %doc %{texmfdist}/doc/phyzzx/base
8112 %{texmfdist}/tex/phyzzx/base
8113 %{texmfdist}/tex/phyzzx/config
8114 %{texmf}/fmtutil/format.phyzzx.cnf
8115
8116 %files omega
8117 %defattr(644,root,root,755)
8118 # %{texmf}/web2c/omega.pool
8119 # %{texmf}/web2c/aleph.pool
8120 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/aleph.fmt
8121 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/lambda.fmt
8122 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/lamed.fmt
8123 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/omega.fmt
8124 %doc %{texmfdist}/doc/omega
8125 %doc %{texmfdist}/doc/lambda
8126 %dir %{texmfdist}/omega
8127 %dir %{texmfdist}/dvips/omega
8128 %attr(755,root,root) %{_bindir}/aleph
8129 %attr(755,root,root) %{_bindir}/lambda
8130 %attr(755,root,root) %{_bindir}/mkocp
8131 %attr(755,root,root) %{_bindir}/mkofm
8132 %attr(755,root,root) %{_bindir}/odvicopy
8133 %attr(755,root,root) %{_bindir}/odvips
8134 %attr(755,root,root) %{_bindir}/odvitype
8135 %attr(755,root,root) %{_bindir}/omega
8136 %attr(755,root,root) %{_bindir}/omfonts
8137 %attr(755,root,root) %{_bindir}/opl2ofm
8138 %attr(755,root,root) %{_bindir}/otangle
8139 %attr(755,root,root) %{_bindir}/otp2ocp
8140 %attr(755,root,root) %{_bindir}/outocp
8141 %attr(755,root,root) %{_bindir}/ovf2ovp
8142 %attr(755,root,root) %{_bindir}/ovp2ovf
8143 %{texmfdist}/dvips/omega/config.omega
8144 %{texmfdist}/dvips/omega/omega.cfg
8145 %{texmfdist}/fonts/map/dvips/omega
8146 %{texmfdist}/omega/ocp
8147 %{texmfdist}/omega/otp
8148 %{texmfdist}/tex/lambda
8149 %{texmfdist}/source/lambda
8150 %{_mandir}/man1/lambda.1*
8151 %{_mandir}/man1/mkocp.1*
8152 %{_mandir}/man1/mkofm.1*
8153 %{_mandir}/man1/omega.1*
8154 %{_mandir}/man1/odvicopy.1*
8155 %{_mandir}/man1/odvips.1*
8156 %{_mandir}/man1/odvitype.1*
8157 %{_mandir}/man1/ofm2opl.1*
8158 %{_mandir}/man1/opl2ofm.1*
8159 %{_mandir}/man1/otp2ocp.1*
8160 %{_mandir}/man1/outocp.1*
8161 %{_mandir}/man1/ovf2ovp.1*
8162 %{_mandir}/man1/ovp2ovf.1*
8163 %{texmf}/fmtutil/format.omega.cnf
8164 %{texmf}/fmtutil/format.aleph.cnf
8165 %doc %{texmfdist}/doc/aleph
8166
8167 %files plain
8168 %defattr(644,root,root,755)
8169 %doc %{texmfdist}/doc/plain
8170 %{texmfdist}/tex/plain
8171 %exclude %{texmfdist}/tex/plain/config/xetex.ini
8172 %{texmf}/fmtutil/format.tex.cnf
8173 #%{texmf}/web2c/plain.mem
8174 #%{texmf}/web2c/plain.base
8175
8176 # %files format-plain
8177 # %defattr(644,root,root,755)
8178 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/tex.fmt
8179 #%config(noreplace) %verify(not md5 mtime size) %{fmtdir}/plain.fmt
8180
8181 # %files format-pdftex
8182 # %defattr(644,root,root,755)
8183 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdftex.fmt
8184
8185 # %files format-pdfetex
8186 # %defattr(644,root,root,755)
8187 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdfetex.fmt
8188
8189 %files mex
8190 %defattr(644,root,root,755)
8191 %doc %{texmfdist}/doc/mex
8192 %dir %{texmfdist}/tex/mex
8193 %dir %{texmfdist}/tex/mex/base
8194 %{texmfdist}/tex/mex/base/mex1.tex
8195 %{texmfdist}/tex/mex/base/mex2.tex
8196 %{texmfdist}/tex/mex/base/mex.tex
8197 %dir %{texmfdist}/tex/mex/config
8198 %{texmfdist}/tex/mex/base/mexconf.tex
8199 %{texmf}/fmtutil/format.mex.cnf
8200 %{texmf}/fmtutil/format.utf8mex.cnf
8201
8202 %files format-mex
8203 %defattr(644,root,root,755)
8204 %attr(755,root,root) %{_bindir}/mex
8205 %{texmfdist}/tex/mex/config/mex.ini
8206 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/mex.fmt
8207
8208 %files format-pdfmex
8209 %defattr(644,root,root,755)
8210 %attr(755,root,root) %{_bindir}/pdfmex
8211 %{texmfdist}/tex/mex/config/pdfmex.ini
8212 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdfmex.fmt
8213
8214 %files format-utf8mex
8215 %defattr(644,root,root,755)
8216 %attr(755,root,root) %{_bindir}/utf8mex
8217 %dir %{texmfdist}/doc/mex
8218 %doc %{texmfdist}/doc/mex/utf8mex
8219 %{texmfdist}/tex/mex/utf8mex
8220 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/utf8mex.fmt
8221
8222 %files amstex
8223 %defattr(644,root,root,755)
8224 %dir %{texmfdist}/tex/amstex
8225 %{texmfdist}/tex/amstex/base
8226 %{texmfdist}/tex/amstex/config
8227 %{texmfdist}/tex/plain/amsfonts
8228
8229 %files format-amstex
8230 %defattr(644,root,root,755)
8231 %doc %{texmfdist}/doc/amstex
8232 %{texmfdist}/tex/amstex
8233 %attr(755,root,root) %{_bindir}/amstex
8234 %{_mandir}/man1/amstex.1*
8235 %{texmf}/fmtutil/format.amstex.cnf
8236 %{texmf}/fmtutil/format.cyramstex.cnf
8237 # %lang(fi) %{_mandir}/fi/man1/amstex.1*
8238 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/amstex.fmt
8239
8240 # %files format-pdfamstex
8241 # %defattr(644,root,root,755)
8242 # %attr(755,root,root) %{_bindir}/pdfamstex
8243 #%{texmf}/pdftex/amstex
8244 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdfamstex.fmt
8245
8246 %files csplain
8247 %defattr(644,root,root,755)
8248 %dir %{texmfdist}/doc/cslatex
8249 %dir %{texmfdist}/doc/cslatex/base
8250 %doc %{texmfdist}/doc/cslatex/base/README-cspsfont
8251 %doc %{texmfdist}/doc/cslatex/base/cs-fonts.doc
8252 %doc %{texmfdist}/doc/cslatex/base/cscorr.tab
8253 %doc %{texmfdist}/doc/cslatex/base/csplain.doc
8254 %doc %{texmfdist}/doc/cslatex/base/parpozn.tex
8255 %doc %{texmfdist}/doc/cslatex/base/test8z.tex
8256 %doc %{texmfdist}/doc/cslatex/base/testlat.tex
8257 %attr(755,root,root) %{_bindir}/csplain
8258 %{texmfdist}/tex/csplain
8259
8260 %files format-csplain
8261 %defattr(644,root,root,755)
8262 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/csplain.fmt
8263
8264 %files format-pdfcsplain
8265 %defattr(644,root,root,755)
8266 %attr(755,root,root) %{_bindir}/pdfcsplain
8267 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdfcsplain.fmt
8268
8269 %files cslatex
8270 %defattr(644,root,root,755)
8271 # %doc %{texmf}/doc/cstex/INSTALL.cslatex
8272 # %doc %{texmf}/doc/cstex/README.cslatex
8273 %{texmfdist}/tex/cslatex
8274 %{texmfdist}/tex/latex/cslatex
8275
8276 %files format-cslatex
8277 %defattr(644,root,root,755)
8278 %attr(755,root,root) %{_bindir}/cslatex
8279 %{texmf}/fmtutil/format.cslatex.cnf
8280 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cslatex.fmt
8281
8282 %files format-pdfcslatex
8283 %defattr(644,root,root,755)
8284 %attr(755,root,root) %{_bindir}/pdfcslatex
8285 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdfcslatex.fmt
8286
8287 # %files cyrplain
8288 # %defattr(644,root,root,755)
8289 # %doc %{texmf}/doc/cyrplain
8290 # %{texmf}/tex/cyrplain
8291
8292 # %files format-cyrplain
8293 # %defattr(644,root,root,755)
8294 # %attr(755,root,root) %{_bindir}/cyrtex
8295 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cyrtex.fmt
8296
8297 # %files format-cyramstex
8298 # %defattr(644,root,root,755)
8299 # %attr(755,root,root) %{_bindir}/cyramstex
8300 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cyramstex.fmt
8301
8302 # %files format-cyrtexinfo
8303 # %defattr(644,root,root,755)
8304 # %attr(755,root,root) %{_bindir}/cyrtexinfo
8305 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cyrtexinfo.fmt
8306
8307 %files eplain
8308 %defattr(644,root,root,755)
8309 %doc %{texmfdist}/doc/etex
8310 %doc %{texmfdist}/doc/eplain
8311 %{texmfdist}/tex/plain/etex
8312 %{texmfdist}/tex/eplain
8313
8314 %files format-eplain
8315 %defattr(644,root,root,755)
8316 %attr(755,root,root) %{_bindir}/eplain
8317 %attr(755,root,root) %{_bindir}/etex
8318 %{_mandir}/man1/eplain.1*
8319 %{_mandir}/man1/etex.1*
8320 %{texmf}/fmtutil/format.eplain.cnf
8321 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/eplain.fmt
8322 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/etex.fmt
8323
8324 %files context
8325 %defattr(644,root,root,755)
8326 %doc %{texmfdist}/doc/context
8327 # %doc %{texmf}/doc/polish/context
8328 %attr(755,root,root) %{_bindir}/context
8329 %attr(755,root,root) %{_bindir}/ctxtools
8330 %attr(755,root,root) %{_bindir}/exatools
8331 %attr(755,root,root) %{_bindir}/luatools
8332 %attr(755,root,root) %{_bindir}/makempy
8333 %attr(755,root,root) %{_bindir}/mpstools
8334 %attr(755,root,root) %{_bindir}/mtxrun
8335 %attr(755,root,root) %{_bindir}/mtxtools
8336 %attr(755,root,root) %{_bindir}/pdfthumb
8337 %attr(755,root,root) %{_bindir}/pdftools
8338 %attr(755,root,root) %{_bindir}/pdftrimwhite
8339 %attr(755,root,root) %{_bindir}/pstopdf
8340 %attr(755,root,root) %{_bindir}/rlxtools
8341 %attr(755,root,root) %{_bindir}/runtools
8342 %attr(755,root,root) %{_bindir}/texexec
8343 %attr(755,root,root) %{_bindir}/texfind
8344 %attr(755,root,root) %{_bindir}/texfont
8345 %attr(755,root,root) %{_bindir}/texmfstart
8346 %attr(755,root,root) %{_bindir}/texshow
8347 %attr(755,root,root) %{_bindir}/textools
8348 %attr(755,root,root) %{_bindir}/texutil
8349 %attr(755,root,root) %{_bindir}/tmftools
8350 %attr(755,root,root) %{_bindir}/xmltools
8351 # %{_mandir}/man1/fdf2tex.1*
8352 %{_mandir}/man1/ctxtools.1*
8353 %{_mandir}/man1/pdftools.1*
8354 %{_mandir}/man1/pstopdf.1*
8355 %{_mandir}/man1/texfind.1*
8356 %{_mandir}/man1/texfont.1*
8357 %{_mandir}/man1/texmfstart.1*
8358 %{_mandir}/man1/textools.1*
8359 %{_mandir}/man1/texutil.1*
8360 # %{_mandir}/man1/texshow.1*
8361 %{texmfdist}/context
8362 %{texmfdist}/fonts/enc/dvips/context
8363 # %{texmfdist}/fonts/map/dvips/context
8364 %{texmfdist}/metapost/context
8365 %{texmfdist}/scripts/context
8366 %{texmfdist}/tex/context
8367 %exclude %{texmfdist}/tex/context/config/cont-de.ini
8368 %exclude %{texmfdist}/tex/context/config/cont-en.ini
8369 %exclude %{texmfdist}/tex/context/config/cont-nl.ini
8370 %exclude %{texmfdist}/tex/context/config/cont-uk.ini
8371 %{texmfdist}/tex/generic/context
8372 %{texmfdist}/tex/latex/context
8373 %{texmfdist}/bibtex/bst/context
8374 %{texmf}/fmtutil/format.context.cnf
8375 %{texmf}/fmtutil/format.luatex.cnf
8376 %doc %{texmfdist}/doc/luatex
8377
8378 # no fmt, so commented out
8379 #%files format-context-cz
8380 #%defattr(644,root,root,755)
8381 #%%{texmf}/tex/context/config/cont-cz.ini
8382 # does not build with beta 20021025
8383 #%config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cont-cz.efmt
8384
8385 %files format-context-de
8386 %defattr(644,root,root,755)
8387 %{texmfdist}/tex/context/config/cont-de.ini
8388 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cont-de.fmt
8389 #%{_mandir}/man1/cont-de.1*
8390
8391 %files format-context-en
8392 %defattr(644,root,root,755)
8393 %{texmfdist}/tex/context/config/cont-en.ini
8394 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cont-en.fmt
8395 #%{_mandir}/man1/cont-en.1*
8396 # what is the difference betwen uk and en in this particular situation?
8397 %{texmfdist}/tex/context/config/cont-uk.ini
8398 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cont-uk.fmt
8399
8400 # no fmt, so commented out
8401 #%files format-context-it
8402 #%defattr(644,root,root,755)
8403 #%%{texmf}/tex/context/config/cont-it.ini
8404
8405 %files format-context-nl
8406 %defattr(644,root,root,755)
8407 %{texmfdist}/tex/context/config/cont-nl.ini
8408 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/cont-nl.fmt
8409 #%{_mandir}/man1/cont-nl.1*
8410
8411 # no fmt, so commented out
8412 #%files format-context-ro
8413 #%defattr(644,root,root,755)
8414 #%%{texmf}/tex/context/config/cont-ro.ini
8415
8416
8417 %files latex
8418 %defattr(644,root,root,755)
8419 %attr(755,root,root) %{_bindir}/lacheck
8420 %attr(755,root,root) %{_bindir}/latex
8421 %attr(755,root,root) %{_bindir}/pslatex
8422 # %lang(fi) %{_mandir}/fi/man1/latex.1*
8423 # %lang(pl) %{_mandir}/pl/man1/latex.1*
8424 # %{_infodir}/latex.info*
8425 %{texmf}/fmtutil/format.latex.cnf
8426 %{_mandir}/man1/lacheck.1*
8427 %{_mandir}/man1/latex.1*
8428 %{_mandir}/man1/pslatex.1*
8429
8430 %dir %{texmfdist}/scripts
8431 %dir %{texmfdist}/scripts/pst-pdf
8432 %dir %{texmfdist}/source/generic
8433 %dir %{texmfdist}/tex/latex
8434 %dir %{texmfdist}/tex/plain
8435 %dir %{texmf}/tex/latex
8436
8437 # %{texmfdist}/tex/latex/citesort
8438 # %{texmfdist}/tex/latex/dvilj
8439 # %{texmfdist}/tex/latex/eclbip
8440 # %{texmfdist}/tex/latex/eo
8441 # %{texmfdist}/tex/latex/example
8442 # %{texmfdist}/tex/latex/fguill
8443 # %{texmfdist}/tex/latex/floatflt
8444 # %{texmfdist}/tex/latex/gletter
8445 # %{texmfdist}/tex/latex/here
8446 # %{texmfdist}/tex/latex/mt11p
8447 # %{texmfdist}/tex/latex/relsize
8448 # %{texmfdist}/tex/latex/selectp
8449 # %{texmfdist}/tex/latex/shadow
8450 # %{texmfdist}/tex/latex/showtags
8451 # %{texmfdist}/tex/latex/tabls
8452 # %{texmfdist}/tex/latex/texmacs
8453 # %{texmfdist}/tex/latex/threeparttable
8454 # %{texmfdist}/tex/latex/treesvr
8455 # %{texmfdist}/tex/latex/ulem
8456 # %{texmfdist}/tex/latex/url
8457 # %{texmf}/tex/latex/version
8458 # %{texmf}/tex/latex/vpage
8459 %{texmfdist}/scripts/pst-pdf/ps4pdf
8460 %{texmfdist}/tex/generic/pstricks
8461 %{texmfdist}/tex/generic/shapepar
8462 %{texmfdist}/tex/generic/textmerg
8463 %{texmfdist}/source/generic/textmerg
8464 %{texmfdist}/tex/latex/12many
8465 %{texmfdist}/tex/latex/AkkTeX
8466 %{texmfdist}/tex/latex/ESIEEcv
8467 %{texmfdist}/tex/latex/GuIT
8468 %{texmfdist}/tex/latex/HA-prosper
8469 %{texmfdist}/tex/latex/IEEEconf
8470 %{texmfdist}/tex/latex/IEEEtran
8471 %{texmfdist}/tex/latex/SIstyle
8472 %{texmfdist}/tex/latex/Tabbing
8473 %{texmfdist}/tex/latex/a0poster
8474 %{texmfdist}/tex/latex/aastex
8475 %{texmfdist}/tex/latex/abc
8476 %{texmfdist}/tex/latex/achemso
8477 %{texmfdist}/tex/latex/acmconf
8478 %{texmfdist}/tex/latex/acmtrans
8479 %{texmfdist}/tex/latex/acronym
8480 %{texmfdist}/tex/latex/active-conf
8481 %{texmfdist}/tex/latex/addlines
8482 %{texmfdist}/tex/latex/adrlist
8483 %{texmfdist}/tex/latex/aeguill
8484 %{texmfdist}/tex/latex/afthesis
8485 %{texmfdist}/tex/latex/aguplus
8486 %{texmfdist}/tex/latex/aiaa
8487 %{texmfdist}/tex/latex/akletter
8488 %{texmfdist}/tex/latex/alg
8489 %{texmfdist}/tex/latex/algorithm2e
8490 %{texmfdist}/tex/latex/algorithmicx
8491 %{texmfdist}/tex/latex/allrunes
8492 %{texmfdist}/tex/latex/alnumsec
8493 %{texmfdist}/tex/latex/altfont
8494 %{texmfdist}/tex/latex/ametsoc
8495 %{texmfdist}/tex/latex/amsaddr
8496 %{texmfdist}/tex/latex/amsrefs
8497 %{texmfdist}/tex/latex/animate
8498 %{texmfdist}/tex/latex/answers
8499 %{texmfdist}/tex/latex/antiqua
8500 %{texmfdist}/tex/latex/anyfontsize
8501 %{texmfdist}/tex/latex/anysize
8502 %{texmfdist}/tex/latex/apa
8503 %{texmfdist}/tex/latex/apacite
8504 %{texmfdist}/tex/latex/apl
8505 %{texmfdist}/tex/latex/ar
8506 %{texmfdist}/tex/latex/arabi
8507 %{texmfdist}/tex/latex/arabtex
8508 %{texmfdist}/tex/latex/archaic
8509 %{texmfdist}/tex/latex/arcs
8510 %{texmfdist}/tex/latex/arev
8511 %{texmfdist}/tex/latex/armenian
8512 %{texmfdist}/tex/latex/arydshln
8513 %{texmfdist}/tex/latex/asaetr
8514 %{texmfdist}/tex/latex/ascelike
8515 %{texmfdist}/tex/latex/ascii
8516 %{texmfdist}/tex/latex/assignment
8517 %{texmfdist}/tex/latex/attachfile
8518 %{texmfdist}/tex/latex/augie
8519 %{texmfdist}/tex/latex/auncial-new
8520 %{texmfdist}/tex/latex/aurical
8521 %{texmfdist}/tex/latex/authoraftertitle
8522 %{texmfdist}/tex/latex/authorindex
8523 %{texmfdist}/tex/latex/auto-pst-pdf
8524 %{texmfdist}/tex/latex/autoarea
8525 %{texmfdist}/tex/latex/autotab
8526 %{texmfdist}/tex/latex/avantgar
8527 %{texmfdist}/tex/latex/babelbib
8528 %{texmfdist}/tex/latex/bangtex
8529 %{texmfdist}/tex/latex/barcodes
8530 %{texmfdist}/tex/latex/base
8531 %{texmfdist}/tex/latex/bayer
8532 %{texmfdist}/tex/latex/bbding
8533 %{texmfdist}/tex/latex/bbm-macros
8534 %{texmfdist}/tex/latex/begriff
8535 %{texmfdist}/tex/latex/bengali
8536 %{texmfdist}/tex/latex/bera
8537 %{texmfdist}/tex/latex/betababel
8538 %{texmfdist}/tex/latex/beton
8539 %{texmfdist}/tex/latex/bez123
8540 %{texmfdist}/tex/latex/bibarts
8541 %{texmfdist}/tex/latex/bibleref
8542 %{texmfdist}/tex/latex/biblist
8543 %{texmfdist}/tex/latex/bibtopicprefix
8544 %{texmfdist}/tex/latex/bigfoot
8545 %{texmfdist}/tex/latex/binomexp
8546 %{texmfdist}/tex/latex/biocon
8547 %{texmfdist}/tex/latex/bizcard
8548 %{texmfdist}/tex/latex/blacklettert1
8549 %{texmfdist}/tex/latex/blindtext
8550 %{texmfdist}/tex/latex/blowup
8551 %{texmfdist}/tex/latex/boisik
8552 %{texmfdist}/tex/latex/boites
8553 %{texmfdist}/tex/latex/boldtensors
8554 %{texmfdist}/tex/latex/bookest
8555 %{texmfdist}/tex/latex/bookhands
8556 %{texmfdist}/tex/latex/booklet
8557 %{texmfdist}/tex/latex/bookman
8558 %{texmfdist}/tex/latex/bophook
8559 %{texmfdist}/tex/latex/boxhandler
8560 %{texmfdist}/tex/latex/bpchem
8561 %{texmfdist}/tex/latex/braille
8562 %{texmfdist}/tex/latex/breakurl
8563 %{texmfdist}/tex/latex/bridge
8564 %{texmfdist}/tex/latex/brushscr
8565 %{texmfdist}/tex/latex/bullcntr
8566 %{texmfdist}/tex/latex/burmese
8567 %{texmfdist}/tex/latex/bussproofs
8568 %{texmfdist}/tex/latex/bytefield
8569 %{texmfdist}/tex/latex/calrsfs
8570 %{texmfdist}/tex/latex/calxxxx
8571 %{texmfdist}/tex/latex/captcont
8572 %{texmfdist}/tex/latex/casyl
8573 %{texmfdist}/tex/latex/catechis
8574 %{texmfdist}/tex/latex/cbcoptic
8575 %{texmfdist}/tex/latex/cbfonts
8576 %{texmfdist}/tex/latex/ccaption
8577 %{texmfdist}/tex/latex/cchess
8578 %{texmfdist}/tex/latex/cclicenses
8579 %{texmfdist}/tex/latex/cd-cover
8580 %{texmfdist}/tex/latex/cd
8581 %{texmfdist}/tex/latex/cdpbundl
8582 %{texmfdist}/tex/latex/cellspace
8583 %{texmfdist}/tex/latex/changebar
8584 %{texmfdist}/tex/latex/changepage
8585 %{texmfdist}/tex/latex/changes
8586 %{texmfdist}/tex/latex/chappg
8587 %{texmfdist}/tex/latex/chapterfolder
8588 %{texmfdist}/tex/latex/chemarrow
8589 %{texmfdist}/tex/latex/chemcompounds
8590 %{texmfdist}/tex/latex/chemcono
8591 %{texmfdist}/tex/latex/chemstyle
8592 %{texmfdist}/tex/latex/cherokee
8593 %{texmfdist}/tex/latex/chess
8594 %{texmfdist}/tex/latex/chessboard
8595 %{texmfdist}/tex/latex/chessfss
8596 %{texmfdist}/tex/latex/chicago
8597 %{texmfdist}/tex/latex/china2e
8598 %{texmfdist}/tex/latex/chletter
8599 %{texmfdist}/tex/latex/circ
8600 %{texmfdist}/tex/latex/citeref
8601 %{texmfdist}/tex/latex/cjhebrew
8602 %{texmfdist}/tex/latex/cjk
8603 %{texmfdist}/tex/latex/cjw
8604 %{texmfdist}/tex/latex/classicthesis
8605 %{texmfdist}/tex/latex/clefval
8606 %{texmfdist}/tex/latex/cleveref
8607 %{texmfdist}/tex/latex/clock
8608 %{texmfdist}/tex/latex/clrscode
8609 %{texmfdist}/tex/latex/cm-lgc
8610 %{texmfdist}/tex/latex/cm-super
8611 %{texmfdist}/tex/latex/cmap
8612 %{texmfdist}/tex/latex/cmcyralt
8613 %{texmfdist}/tex/latex/cmdstring
8614 %{texmfdist}/tex/latex/cmdtrack
8615 %{texmfdist}/tex/latex/cmll
8616 %{texmfdist}/tex/latex/cmsd
8617 %{texmfdist}/tex/latex/codepage
8618 %{texmfdist}/tex/latex/colorinfo
8619 %{texmfdist}/tex/latex/colortbl
8620 %{texmfdist}/tex/latex/colorwav
8621 %{texmfdist}/tex/latex/combine
8622 %{texmfdist}/tex/latex/commath
8623 %{texmfdist}/tex/latex/compactbib
8624 %{texmfdist}/tex/latex/complexity
8625 %{texmfdist}/tex/latex/computational-complexity
8626 %{texmfdist}/tex/latex/concprog
8627 %{texmfdist}/tex/latex/confproc
8628 %{texmfdist}/tex/latex/constants
8629 %{texmfdist}/tex/latex/contour
8630 %{texmfdist}/tex/latex/cooking
8631 %{texmfdist}/tex/latex/cool
8632 %{texmfdist}/tex/latex/coollist
8633 %{texmfdist}/tex/latex/coolstr
8634 %{texmfdist}/tex/latex/cooltooltips
8635 %{texmfdist}/tex/latex/coordsys
8636 %{texmfdist}/tex/latex/courier-scaled
8637 %{texmfdist}/tex/latex/courier
8638 %{texmfdist}/tex/latex/courseoutline
8639 %{texmfdist}/tex/latex/coursepaper
8640 %{texmfdist}/tex/latex/coverpage
8641 %{texmfdist}/tex/latex/covington
8642 %{texmfdist}/tex/latex/crop
8643 %{texmfdist}/tex/latex/crossreference
8644 %{texmfdist}/tex/latex/crosswrd
8645 %{texmfdist}/tex/latex/csbulletin
8646 %{texmfdist}/tex/latex/csquotes
8647 %{texmfdist}/tex/latex/csvtools
8648 %{texmfdist}/tex/latex/ctable
8649 %{texmfdist}/tex/latex/ctib
8650 %{texmfdist}/tex/latex/cuisine
8651 %{texmfdist}/tex/latex/cursor
8652 %{texmfdist}/tex/latex/curve
8653 %{texmfdist}/tex/latex/curve2e
8654 %{texmfdist}/tex/latex/cv
8655 %{texmfdist}/tex/latex/cweb-latex
8656 %{texmfdist}/tex/latex/cwpuzzle
8657 %{texmfdist}/tex/latex/cyklop
8658 %{texmfdist}/tex/latex/dashbox
8659 %{texmfdist}/tex/latex/dashrule
8660 %{texmfdist}/tex/latex/datatool
8661 %{texmfdist}/tex/latex/dateiliste
8662 %{texmfdist}/tex/latex/datenumber
8663 %{texmfdist}/tex/latex/datetime
8664 %{texmfdist}/tex/latex/dcpic
8665 %{texmfdist}/tex/latex/decimal
8666 %{texmfdist}/tex/latex/delimtxt
8667 %{texmfdist}/tex/latex/diagnose
8668 %{texmfdist}/tex/latex/dialogl
8669 %{texmfdist}/tex/latex/dichokey
8670 %{texmfdist}/tex/latex/dictsym
8671 %{texmfdist}/tex/latex/digiconfigs
8672 %{texmfdist}/tex/latex/dinbrief
8673 %{texmfdist}/tex/latex/dingbat
8674 %{texmfdist}/tex/latex/directory
8675 %{texmfdist}/tex/latex/disser
8676 %{texmfdist}/tex/latex/dlfltxb
8677 %{texmfdist}/tex/latex/dnaseq
8678 %{texmfdist}/tex/latex/docmfp
8679 %{texmfdist}/tex/latex/doi
8680 %{texmfdist}/tex/latex/doipubmed
8681 %{texmfdist}/tex/latex/dotarrow
8682 %{texmfdist}/tex/latex/dotseqn
8683 %{texmfdist}/tex/latex/dottex
8684 %{texmfdist}/tex/latex/doublestroke
8685 %{texmfdist}/tex/latex/dpfloat
8686 %{texmfdist}/tex/latex/dprogress
8687 %{texmfdist}/tex/latex/drac
8688 %{texmfdist}/tex/latex/draftcopy
8689 %{texmfdist}/tex/latex/draftwatermark
8690 %{texmfdist}/tex/latex/dramatist
8691 %{texmfdist}/tex/latex/dtk
8692 %{texmfdist}/tex/latex/duerer-latex
8693 %{texmfdist}/tex/latex/dvdcoll
8694 %{texmfdist}/tex/latex/dvipdfmx-def
8695 %{texmfdist}/tex/latex/dyntree
8696 %{texmfdist}/tex/latex/eCards
8697 %{texmfdist}/tex/latex/ean13isbn
8698 %{texmfdist}/tex/latex/easy
8699 %{texmfdist}/tex/latex/ebezier
8700 %{texmfdist}/tex/latex/ebsthesis
8701 %{texmfdist}/tex/latex/ecclesiastic
8702 %{texmfdist}/tex/latex/ecltree
8703 %{texmfdist}/tex/latex/eco
8704 %{texmfdist}/tex/latex/economic
8705 %{texmfdist}/tex/latex/ecv
8706 %{texmfdist}/tex/latex/ed
8707 %{texmfdist}/tex/latex/edmargin
8708 %{texmfdist}/tex/latex/ednotes
8709 %{texmfdist}/tex/latex/eemeir
8710 %{texmfdist}/tex/latex/eepic
8711 %{texmfdist}/tex/latex/egameps
8712 %{texmfdist}/tex/latex/egplot
8713 %{texmfdist}/tex/latex/eiad
8714 %{texmfdist}/tex/latex/ellipsis
8715 %{texmfdist}/tex/latex/elmath
8716 %{texmfdist}/tex/latex/elpres
8717 %{texmfdist}/tex/latex/elsarticle
8718 %{texmfdist}/tex/latex/elsevier
8719 %{texmfdist}/tex/latex/em
8720 %{texmfdist}/tex/latex/emp
8721 %{texmfdist}/tex/latex/emulateapj
8722 %{texmfdist}/tex/latex/encxvlna
8723 %{texmfdist}/tex/latex/endfloat
8724 %{texmfdist}/tex/latex/endheads
8725 %{texmfdist}/tex/latex/engpron
8726 %{texmfdist}/tex/latex/engrec
8727 %{texmfdist}/tex/latex/envbig
8728 %{texmfdist}/tex/latex/environ
8729 %{texmfdist}/tex/latex/envlab
8730 %{texmfdist}/tex/latex/epigrafica
8731 %{texmfdist}/tex/latex/epigraph
8732 %{texmfdist}/tex/latex/epiolmec
8733 %{texmfdist}/tex/latex/epsdice
8734 %{texmfdist}/tex/latex/epspdfconversion
8735 %{texmfdist}/tex/latex/eqlist
8736 %{texmfdist}/tex/latex/eqname
8737 %{texmfdist}/tex/latex/eqnarray
8738 %{texmfdist}/tex/latex/eqparbox
8739 %{texmfdist}/tex/latex/errata
8740 %{texmfdist}/tex/latex/esdiff
8741 %{texmfdist}/tex/latex/esint
8742 %{texmfdist}/tex/latex/eskd
8743 %{texmfdist}/tex/latex/eskdx
8744 %{texmfdist}/tex/latex/eso-pic
8745 %{texmfdist}/tex/latex/esvect
8746 %{texmfdist}/tex/latex/etaremune
8747 %{texmfdist}/tex/latex/etex-pkg
8748 %{texmfdist}/tex/latex/ethiop
8749 %{texmfdist}/tex/latex/etoolbox
8750 %{texmfdist}/tex/latex/eukdate
8751 %{texmfdist}/tex/latex/euler
8752 %{texmfdist}/tex/latex/eulervm
8753 %{texmfdist}/tex/latex/euproposal
8754 %{texmfdist}/tex/latex/euro
8755 %{texmfdist}/tex/latex/eurofont
8756 %{texmfdist}/tex/latex/europecv
8757 %{texmfdist}/tex/latex/eurosans
8758 %{texmfdist}/tex/latex/eurosym
8759 %{texmfdist}/tex/latex/everypage
8760 %{texmfdist}/tex/latex/examplep
8761 %{texmfdist}/tex/latex/exceltex
8762 %{texmfdist}/tex/latex/exercise
8763 %{texmfdist}/tex/latex/expdlist
8764 %{texmfdist}/tex/latex/expl3
8765 %{texmfdist}/tex/latex/export
8766 %{texmfdist}/tex/latex/extarrows
8767 %{texmfdist}/tex/latex/extpfeil
8768 %{texmfdist}/tex/latex/extract
8769 %{texmfdist}/tex/latex/extsizes
8770 %{texmfdist}/tex/latex/facsimile
8771 %{texmfdist}/tex/latex/faktor
8772 %{texmfdist}/tex/latex/fancybox
8773 %{texmfdist}/tex/latex/fancyhdr
8774 %{texmfdist}/tex/latex/fancynum
8775 %{texmfdist}/tex/latex/fancyref
8776 %{texmfdist}/tex/latex/fancytooltips
8777 %{texmfdist}/tex/latex/fancyvrb
8778 %{texmfdist}/tex/latex/fax
8779 %{texmfdist}/tex/latex/fc
8780 %{texmfdist}/tex/latex/feyn
8781 %{texmfdist}/tex/latex/feynmf
8782 %{texmfdist}/tex/latex/fge
8783 %{texmfdist}/tex/latex/figbib
8784 %{texmfdist}/tex/latex/figsize
8785 %{texmfdist}/tex/latex/filecontents
8786 %{texmfdist}/tex/latex/fink
8787 %{texmfdist}/tex/latex/fixfoot
8788 %{texmfdist}/tex/latex/fixme
8789 %{texmfdist}/tex/latex/flabels
8790 %{texmfdist}/tex/latex/flacards
8791 %{texmfdist}/tex/latex/flagderiv
8792 %{texmfdist}/tex/latex/flashcards
8793 %{texmfdist}/tex/latex/flippdf
8794 %{texmfdist}/tex/latex/float
8795 %{texmfdist}/tex/latex/floatrow
8796 %{texmfdist}/tex/latex/flowfram
8797 %{texmfdist}/tex/latex/fmp
8798 %{texmfdist}/tex/latex/fmtcount
8799 %{texmfdist}/tex/latex/fnbreak
8800 %{texmfdist}/tex/latex/fncychap
8801 %{texmfdist}/tex/latex/foekfont
8802 %{texmfdist}/tex/latex/foilhtml
8803 %{texmfdist}/tex/latex/fonetika
8804 %{texmfdist}/tex/latex/fontinst
8805 %{texmfdist}/tex/latex/fonttable
8806 %{texmfdist}/tex/latex/footmisc
8807 %{texmfdist}/tex/latex/footnpag
8808 %{texmfdist}/tex/latex/forarray
8809 %{texmfdist}/tex/latex/forloop
8810 %{texmfdist}/tex/latex/formula
8811 %{texmfdist}/tex/latex/fouridx
8812 %{texmfdist}/tex/latex/fourier
8813 %{texmfdist}/tex/latex/fouriernc
8814 %{texmfdist}/tex/latex/fp
8815 %{texmfdist}/tex/latex/frankenstein
8816 %{texmfdist}/tex/latex/frcursive
8817 %{texmfdist}/tex/latex/frenchle
8818 %{texmfdist}/tex/latex/fribrief
8819 %{texmfdist}/tex/latex/frletter
8820 %{texmfdist}/tex/latex/frontespizio
8821 %{texmfdist}/tex/latex/fullblck
8822 %{texmfdist}/tex/latex/fullpict
8823 %{texmfdist}/tex/latex/functan
8824 %{texmfdist}/tex/latex/fundus
8825 %{texmfdist}/tex/latex/gaceta
8826 %{texmfdist}/tex/latex/galois
8827 %{texmfdist}/tex/latex/gastex
8828 %{texmfdist}/tex/latex/gatech-thesis
8829 %{texmfdist}/tex/latex/gauss
8830 %{texmfdist}/tex/latex/gb4e
8831 %{texmfdist}/tex/latex/gcard
8832 %{texmfdist}/tex/latex/gcite
8833 %{texmfdist}/tex/latex/genmpage
8834 %{texmfdist}/tex/latex/geometry
8835 %{texmfdist}/tex/latex/geomsty
8836 %{texmfdist}/tex/latex/germbib
8837 %{texmfdist}/tex/latex/gfsartemisia
8838 %{texmfdist}/tex/latex/gfsbaskerville
8839 %{texmfdist}/tex/latex/gfsbodoni
8840 %{texmfdist}/tex/latex/gfscomplutum
8841 %{texmfdist}/tex/latex/gfsdidot
8842 %{texmfdist}/tex/latex/gfsneohellenic
8843 %{texmfdist}/tex/latex/gfsporson
8844 %{texmfdist}/tex/latex/gfssolomos
8845 %{texmfdist}/tex/latex/ginpenc
8846 %{texmfdist}/tex/latex/gloss
8847 %{texmfdist}/tex/latex/glossaries
8848 %{texmfdist}/tex/latex/gmdoc
8849 %{texmfdist}/tex/latex/gmeometric
8850 %{texmfdist}/tex/latex/gmiflink
8851 %{texmfdist}/tex/latex/gmutils
8852 %{texmfdist}/tex/latex/gmverb
8853 %{texmfdist}/tex/latex/gnuplottex
8854 %{texmfdist}/tex/latex/go
8855 %{texmfdist}/tex/latex/graphics
8856 %{texmfdist}/tex/latex/graphicx-psmin
8857 %{texmfdist}/tex/latex/greek-inputenc
8858 %{texmfdist}/tex/latex/greekdates
8859 %{texmfdist}/tex/latex/greektex
8860 %{texmfdist}/tex/latex/grfpaste
8861 %{texmfdist}/tex/latex/grnumalt
8862 %{texmfdist}/tex/latex/grotesq
8863 %{texmfdist}/tex/latex/grverb
8864 %{texmfdist}/tex/latex/gu
8865 %{texmfdist}/tex/latex/guitar
8866 %{texmfdist}/tex/latex/guitbeamer
8867 %{texmfdist}/tex/latex/hanging
8868 %{texmfdist}/tex/latex/har2nat
8869 %{texmfdist}/tex/latex/harmony
8870 %{texmfdist}/tex/latex/harpoon
8871 %{texmfdist}/tex/latex/harvard
8872 %{texmfdist}/tex/latex/hc
8873 %{texmfdist}/tex/latex/helvetic
8874 %{texmfdist}/tex/latex/hep
8875 %{texmfdist}/tex/latex/hepnames
8876 %{texmfdist}/tex/latex/hepparticles
8877 %{texmfdist}/tex/latex/hepthesis
8878 %{texmfdist}/tex/latex/hepunits
8879 %{texmfdist}/tex/latex/hexgame
8880 %{texmfdist}/tex/latex/hfoldsty
8881 %{texmfdist}/tex/latex/hhtensor
8882 %{texmfdist}/tex/latex/hilowres
8883 %{texmfdist}/tex/latex/histogr
8884 %{texmfdist}/tex/latex/hitec
8885 %{texmfdist}/tex/latex/hpsdiss
8886 %{texmfdist}/tex/latex/hrlatex
8887 %{texmfdist}/tex/latex/hvfloat
8888 %{texmfdist}/tex/latex/hypdvips
8889 %{texmfdist}/tex/latex/hyper
8890 %{texmfdist}/tex/latex/hyperref
8891 %{texmfdist}/tex/latex/hyperxmp
8892 %{texmfdist}/tex/latex/hyphenat
8893 %{texmfdist}/tex/latex/ibycus-babel
8894 %{texmfdist}/tex/latex/icsv
8895 %{texmfdist}/tex/latex/ieeepes
8896 %{texmfdist}/tex/latex/ifmslide
8897 %{texmfdist}/tex/latex/ifplatform
8898 %{texmfdist}/tex/latex/ifsym
8899 %{texmfdist}/tex/latex/ijmart
8900 %{texmfdist}/tex/latex/imac
8901 %{texmfdist}/tex/latex/image-gallery
8902 %{texmfdist}/tex/latex/imtekda
8903 %{texmfdist}/tex/latex/index
8904 %{texmfdist}/tex/latex/initials
8905 %{texmfdist}/tex/latex/inlinebib
8906 %{texmfdist}/tex/latex/inlinedef
8907 %{texmfdist}/tex/latex/interactiveworkbook
8908 %{texmfdist}/tex/latex/inversepath
8909 %{texmfdist}/tex/latex/invoice
8910 %{texmfdist}/tex/latex/ipa
8911 %{texmfdist}/tex/latex/iso
8912 %{texmfdist}/tex/latex/iso10303
8913 %{texmfdist}/tex/latex/isodate
8914 %{texmfdist}/tex/latex/isodoc
8915 %{texmfdist}/tex/latex/isonums
8916 %{texmfdist}/tex/latex/isorot
8917 %{texmfdist}/tex/latex/isotope
8918 %{texmfdist}/tex/latex/itnumpar
8919 %{texmfdist}/tex/latex/itrans
8920 %{texmfdist}/tex/latex/iwona
8921 %{texmfdist}/tex/latex/jeopardy
8922 %{texmfdist}/tex/latex/jhep
8923 %{texmfdist}/tex/latex/jknapltx
8924 %{texmfdist}/tex/latex/jneurosci
8925 %{texmfdist}/tex/latex/jpsj
8926 %{texmfdist}/tex/latex/jura
8927 %{texmfdist}/tex/latex/juraabbrev
8928 %{texmfdist}/tex/latex/juramisc
8929 %{texmfdist}/tex/latex/jurarsp
8930 %{texmfdist}/tex/latex/koma-script
8931 %{texmfdist}/tex/latex/labels
8932 %dir %{texmfdist}/tex/latex/latexconfig
8933 %{texmfdist}/tex/latex/latexconfig/latex.ini
8934 %{texmfdist}/tex/latex/latexconfig/lualatex.ini
8935 %{texmfdist}/tex/latex/latexconfig/mllatex.ini
8936 %{texmfdist}/tex/latex/latexconfig/pdflatex.ini
8937 %{texmfdist}/tex/latex/latexconfig/pdflualatex.ini
8938 %{texmfdist}/tex/latex/layouts
8939 %{texmfdist}/tex/latex/lettrine
8940 %{texmfdist}/tex/latex/listings
8941 %{texmfdist}/tex/latex/ltabptch
8942 %{texmfdist}/tex/latex/localloc
8943 %{texmfdist}/tex/latex/ltxmisc
8944 %{texmfdist}/tex/latex/mathcomp
8945 %{texmfdist}/tex/latex/mdwtools
8946 %{texmfdist}/tex/latex/memoir
8947 %{texmfdist}/tex/latex/mh
8948 %{texmfdist}/tex/latex/misc209
8949 %{texmfdist}/tex/latex/mmap
8950 %{texmfdist}/tex/latex/mnsymbol
8951 %{texmfdist}/tex/latex/moderncv
8952 %{texmfdist}/tex/latex/modroman
8953 %{texmfdist}/tex/latex/mongolian-babel
8954 %{texmfdist}/tex/latex/montex
8955 %{texmfdist}/tex/latex/mparhack
8956 %{texmfdist}/tex/latex/ms
8957 %{texmfdist}/tex/latex/multibib
8958 %{texmfdist}/tex/latex/multirow
8959 %{texmfdist}/tex/latex/mwcls
8960 %{texmfdist}/tex/latex/natbib
8961 %{texmfdist}/tex/latex/ncclatex
8962 %{texmfdist}/tex/latex/ncctools
8963 %{texmfdist}/tex/latex/ncntrsbk
8964 %{texmfdist}/tex/latex/nddiss
8965 %{texmfdist}/tex/latex/newalg
8966 %{texmfdist}/tex/latex/newfile
8967 %{texmfdist}/tex/latex/newlfm
8968 %{texmfdist}/tex/latex/newspaper
8969 %{texmfdist}/tex/latex/newthm
8970 %{texmfdist}/tex/latex/nomencl
8971 %{texmfdist}/tex/latex/ntgclass
8972 %{texmfdist}/tex/generic/oberdiek
8973 %{texmfdist}/tex/latex/oberdiek
8974 %{texmfdist}/tex/latex/overpic
8975 %{texmfdist}/tex/latex/paralist
8976 %{texmfdist}/tex/latex/pb-diagram
8977 %{texmfdist}/tex/latex/pdfpages
8978 %{texmfdist}/tex/latex/picinpar
8979 %{texmfdist}/tex/latex/pict2e
8980 %{texmfdist}/tex/latex/placeins
8981 %{texmfdist}/tex/latex/preprint
8982 %{texmfdist}/tex/latex/preview
8983 %{texmfdist}/tex/latex/program
8984 %{texmfdist}/tex/latex/psfrag
8985 %{texmfdist}/tex/latex/pslatex
8986 %{texmfdist}/tex/latex/revtex
8987 %{texmfdist}/tex/latex/rotating
8988 %{texmfdist}/tex/latex/rotfloat
8989 %{texmfdist}/tex/latex/scale
8990 %{texmfdist}/tex/latex/sectsty
8991 %{texmfdist}/tex/latex/seminar
8992 %{texmfdist}/tex/latex/setspace
8993 %{texmfdist}/tex/latex/showdim
8994 %{texmfdist}/tex/latex/showlabels
8995 %{texmfdist}/tex/latex/sidecap
8996 %{texmfdist}/tex/latex/slashbox
8997 %{texmfdist}/tex/latex/soul
8998 %{texmfdist}/tex/latex/stdclsdv
8999 %{texmfdist}/tex/latex/stmaryrd
9000 %{texmfdist}/tex/latex/subfig
9001 %{texmfdist}/tex/latex/subfigure
9002 %{texmfdist}/tex/latex/supertabular
9003 %{texmfdist}/tex/latex/t2
9004 %{texmfdist}/tex/latex/t-angles
9005 %{texmfdist}/tex/latex/tableaux
9006 %{texmfdist}/tex/latex/tablists
9007 %{texmfdist}/tex/latex/tablor
9008 %{texmfdist}/tex/latex/tabto-ltx
9009 %{texmfdist}/tex/latex/tabulary
9010 %{texmfdist}/tex/latex/tabvar
9011 %{texmfdist}/tex/latex/talk
9012 %{texmfdist}/tex/latex/taupin
9013 %{texmfdist}/tex/latex/tcldoc
9014 %{texmfdist}/tex/latex/tdsfrmath
9015 %{texmfdist}/tex/latex/technics
9016 %{texmfdist}/tex/latex/ted
9017 %{texmfdist}/tex/latex/tengwarscript
9018 %{texmfdist}/tex/latex/tensor
9019 %{texmfdist}/tex/latex/teubner
9020 %{texmfdist}/tex/latex/tex-gyre
9021 %{texmfdist}/tex/latex/texilikecover
9022 %{texmfdist}/tex/latex/texlogos
9023 %{texmfdist}/tex/latex/texmate
9024 %{texmfdist}/tex/latex/texpower
9025 %{texmfdist}/tex/latex/texshade
9026 %{texmfdist}/tex/latex/textcase
9027 %{texmfdist}/tex/latex/textfit
9028 %{texmfdist}/tex/latex/textopo
9029 %{texmfdist}/tex/latex/textpath
9030 %{texmfdist}/tex/latex/textpos
9031 %{texmfdist}/tex/latex/theoremref
9032 %{texmfdist}/tex/latex/thesis-titlepage-fhac
9033 %{texmfdist}/tex/latex/thinsp
9034 %{texmfdist}/tex/latex/thmtools
9035 %{texmfdist}/tex/latex/thumb
9036 %{texmfdist}/tex/latex/thuthesis
9037 %{texmfdist}/tex/latex/ticket
9038 %{texmfdist}/tex/latex/tikz-inet
9039 %{texmfdist}/tex/latex/times
9040 %{texmfdist}/tex/latex/timesht
9041 %{texmfdist}/tex/latex/tipa
9042 %{texmfdist}/tex/latex/titlefoot
9043 %{texmfdist}/tex/latex/titlesec
9044 %{texmfdist}/tex/latex/titling
9045 %{texmfdist}/tex/latex/tocbibind
9046 %{texmfdist}/tex/latex/tocloft
9047 %{texmfdist}/tex/latex/tools
9048 %{texmfdist}/tex/latex/totpages
9049 %{texmfdist}/tex/latex/type1cm
9050 %{texmfdist}/tex/latex/undertilde
9051 %{texmfdist}/tex/latex/units
9052 %{texmfdist}/tex/latex/unitsdef
9053 %{texmfdist}/tex/latex/universa
9054 %{texmfdist}/tex/latex/unroman
9055 %{texmfdist}/tex/latex/upmethodology
9056 %{texmfdist}/tex/latex/upquote
9057 %{texmfdist}/tex/latex/varindex
9058 %{texmfdist}/tex/latex/varsfromjobname
9059 %{texmfdist}/tex/latex/vector
9060 %{texmfdist}/tex/latex/velthuis
9061 %{texmfdist}/tex/latex/verse
9062 %{texmfdist}/tex/latex/versions
9063 %{texmfdist}/tex/latex/vhistory
9064 %{texmfdist}/tex/latex/vita
9065 %{texmfdist}/tex/latex/vmargin
9066 %{texmfdist}/tex/latex/volumes
9067 %{texmfdist}/tex/latex/vpe
9068 %{texmfdist}/tex/latex/vrsion
9069 %{texmfdist}/tex/latex/vwcol
9070 %{texmfdist}/tex/latex/vxu
9071 %{texmfdist}/tex/latex/wallpaper
9072 %{texmfdist}/tex/latex/warning
9073 %{texmfdist}/tex/latex/warpcol
9074 %{texmfdist}/tex/latex/was
9075 %{texmfdist}/tex/latex/williams
9076 %{texmfdist}/tex/latex/wnri
9077 %{texmfdist}/tex/latex/wordlike
9078 %{texmfdist}/source/wordlike
9079 %{texmfdist}/tex/latex/wrapfig
9080 %{texmfdist}/tex/latex/wsuipa
9081 %{texmfdist}/source/generic/wsuipa
9082 %{texmfdist}/tex/latex/xargs
9083 %{texmfdist}/tex/latex/xcolor
9084 %{texmfdist}/tex/latex/xdoc
9085 %{texmfdist}/tex/latex/xfor
9086 %{texmfdist}/tex/latex/xifthen
9087 %{texmfdist}/tex/latex/xkeyval
9088 %{texmfdist}/tex/latex/xmpincl
9089 %{texmfdist}/tex/latex/xnewcommand
9090 %{texmfdist}/tex/latex/xoptarg
9091 %{texmfdist}/tex/latex/xpackages
9092 %{texmfdist}/tex/latex/xq
9093 %{texmfdist}/tex/latex/xskak
9094 %{texmfdist}/tex/latex/xstring
9095 %{texmfdist}/tex/latex/xtab
9096 %{texmfdist}/tex/latex/xtcapts
9097 %{texmfdist}/tex/latex/xyling
9098 %{texmfdist}/tex/latex/xytree
9099 %{texmfdist}/tex/latex/yafoot
9100 %{texmfdist}/tex/latex/yfonts
9101 %{texmfdist}/tex/latex/yhmath
9102 %{texmfdist}/tex/latex/yi4latex
9103 %{texmfdist}/tex/latex/york-thesis
9104 %{texmfdist}/tex/latex/youngtab
9105 %{texmfdist}/tex/latex/yplan
9106 %{texmfdist}/tex/latex/zapfchan
9107 %{texmfdist}/tex/latex/zapfding
9108 %{texmfdist}/tex/latex/zed-csp
9109 %{texmfdist}/tex/latex/zefonts
9110 %{texmfdist}/tex/latex/ziffer
9111 %{texmfdist}/tex/latex/zwgetfdate
9112 %{texmfdist}/tex/plain/etex
9113 %{texmf}/tex/latex/config
9114 %{texmf}/tex/latex/dvipdfm
9115
9116 %files latex-12many
9117 %defattr(644,root,root,755)
9118 %doc %{texmfdist}/doc/latex/12many
9119 %{texmfdist}/source/latex/12many
9120
9121 %files latex-abstract
9122 %defattr(644,root,root,755)
9123 %doc %{texmfdist}/doc/latex/abstract
9124 %{texmfdist}/tex/latex/abstract
9125
9126 %files latex-accfonts
9127 %defattr(644,root,root,755)
9128 %doc %{texmfdist}/doc/fonts/accfonts
9129 %{texmfdist}/tex/latex/accfonts
9130
9131 %files latex-adrconv
9132 %defattr(644,root,root,755)
9133 %{texmfdist}/tex/latex/adrconv
9134 %{texmfdist}/doc/latex/adrconv
9135
9136 %files latex-algorithms
9137 %defattr(644,root,root,755)
9138 %doc %{texmfdist}/doc/latex/algorithms
9139 %{texmfdist}/tex/latex/algorithms
9140
9141 %files latex-ae
9142 %defattr(644,root,root,755)
9143 %{texmfdist}/tex/latex/ae
9144
9145 %files latex-ams
9146 %defattr(644,root,root,755)
9147 %doc %{texmfdist}/doc/latex/amscls
9148 %doc %{texmfdist}/doc/latex/amsmath
9149 %doc %{texmfdist}/doc/latex/onlyamsmath
9150 %{texmfdist}/doc/fonts/amsfonts
9151 %{texmfdist}/tex/latex/amscls
9152 %{texmfdist}/tex/latex/amsmath
9153 %{texmfdist}/tex/latex/amsfonts
9154 %{texmfdist}/tex/latex/onlyamsmath
9155 %{texmfdist}/source/latex/onlyamsmath
9156
9157 %files latex-antp
9158 %defattr(644,root,root,755)
9159 %{texmfdist}/tex/latex/antp
9160
9161 %files latex-antt
9162 %defattr(644,root,root,755)
9163 %{texmfdist}/tex/latex/antt
9164
9165 %files latex-appendix
9166 %defattr(644,root,root,755)
9167 %doc %{texmfdist}/doc/latex/appendix
9168 %{texmfdist}/tex/latex/appendix
9169
9170 %files latex-backgammon
9171 %defattr(644,root,root,755)
9172 %doc %{texmfdist}/doc/latex/backgammon
9173 %{texmfdist}/tex/latex/backgammon
9174
9175 %files latex-bardiag
9176 %defattr(644,root,root,755)
9177 %doc %{texmfdist}/doc/latex/bardiag
9178 %{texmfdist}/tex/latex/bardiag
9179
9180 %files latex-bbm
9181 %defattr(644,root,root,755)
9182 %doc %{texmfdist}/doc/fonts/bbm
9183 %{texmfdist}/tex/latex/bbm
9184
9185 %files latex-bbold
9186 %defattr(644,root,root,755)
9187 %doc %{texmfdist}/doc/latex/bbold
9188 %{texmfdist}/tex/latex/bbold
9189 %{texmfdist}/source/latex/bbold
9190
9191 %files latex-beamer
9192 %defattr(644,root,root,755)
9193 %doc %{texmfdist}/doc/latex/beamer
9194 %{texmfdist}/tex/latex/beamer-contrib
9195 %{texmfdist}/tex/latex/beamer
9196
9197 %files latex-bezos
9198 %defattr(644,root,root,755)
9199 %doc %{texmfdist}/doc/latex/bezos
9200 %{texmfdist}/tex/latex/bezos
9201
9202 %files latex-bibtex
9203 %defattr(644,root,root,755)
9204 %doc %{texmfdist}/doc/bibtex/base
9205 %doc %{texmfdist}/doc/latex/adrconv
9206 %doc %{texmfdist}/doc/latex/bibtopic
9207 %doc %{texmfdist}/doc/latex/bibunits
9208 %doc %{texmfdist}/doc/latex/natbib
9209 %doc %{texmfdist}/doc/latex/footbib
9210 %doc %{texmf}/doc/bibtex8
9211 %dir %{texmfdist}/doc/bibtex
9212 %dir %{texmfdist}/bibtex
9213 %dir %{texmfdist}/bibtex/bib
9214 %dir %{texmfdist}/bibtex/bst
9215 %dir %{texmfdist}/bibtex/csf
9216
9217 %attr(755,root,root) %{_bindir}/bibtex
9218 %attr(755,root,root) %{_bindir}/rubibtex
9219
9220 %{texmfdist}/bibtex/bst/base
9221 %{texmfdist}/bibtex/csf/base
9222 %{texmfdist}/bibtex/bib/base
9223 %{texmfdist}/bibtex/bst/adrconv
9224 %{texmfdist}/bibtex/bib/adrconv
9225 %{texmfdist}/source/latex/adrconv
9226 %{texmfdist}/tex/latex/adrconv
9227 # %{texmf}/bibtex/bst/misc
9228 %{texmfdist}/bibtex/bst/natbib
9229 %{texmfdist}/tex/latex/natbib
9230 %{texmfdist}/tex/latex/bibtopic
9231 %{texmfdist}/source/latex/bibunits
9232 %{texmfdist}/tex/latex/bibunits
9233 %{texmfdist}/source/latex/footbib
9234 %{texmfdist}/tex/latex/footbib
9235 %dir %{texmf}/bibtex
9236 %{texmf}/bibtex/csf
9237
9238 %{_mandir}/man1/bibtex.1*
9239 %{_mandir}/man1/rubibtex.1*
9240
9241 %files latex-bibtex-ams
9242 %defattr(644,root,root,755)
9243 %{texmfdist}/bibtex/bst/ams
9244 %{texmfdist}/bibtex/bib/ams
9245
9246 %files latex-bibtex-pl
9247 %defattr(644,root,root,755)
9248 %dir %{texmfdist}/bibtex/bib/gustlib
9249 %{texmfdist}/bibtex/bib/gustlib/plbib.bib
9250
9251 %files latex-bibtex-german
9252 %defattr(644,root,root,755)
9253 %doc %{texmfdist}/doc/bibtex/germbib
9254 %{texmfdist}/bibtex/bst/germbib
9255 %{texmfdist}/tex/latex/germbib
9256
9257 %files latex-bibtex-revtex4
9258 %defattr(644,root,root,755)
9259 %dir %{texmfdist}/source/latex/revtex
9260 %doc %{texmfdist}/doc/latex/revtex/revtex4.pdf
9261 %{texmfdist}/source/latex/revtex/revtex4.dtx
9262 %{texmfdist}/source/latex/revtex/revtex4.ins
9263 %{texmfdist}/tex/latex/revtex/revtex4.cls
9264
9265 %files latex-bibtex-jurabib
9266 %defattr(644,root,root,755)
9267 %doc %{texmfdist}/doc/latex/jurabib
9268 %{texmfdist}/bibtex/bst/jurabib
9269 %{texmfdist}/bibtex/bib/jurabib
9270 %{texmfdist}/source/latex/jurabib
9271 %{texmfdist}/tex/latex/jurabib
9272
9273 %files latex-bibtex-dk
9274 %defattr(644,root,root,755)
9275 %doc %{texmfdist}/doc/latex/dk-bib
9276 %{texmfdist}/bibtex/bst/dk-bib
9277 %{texmfdist}/bibtex/csf/dk-bib
9278 %{texmfdist}/bibtex/bib/dk-bib
9279 %{texmfdist}/source/latex/dk-bib
9280 %{texmfdist}/tex/latex/dk-bib
9281
9282 # %files latex-bibtex-nor
9283 # %defattr(644,root,root,755)
9284 # %{texmf}/bibtex/bst/norbib
9285
9286 %files latex-bibtex-styles
9287 %defattr(644,root,root,755)
9288 %doc %{texmfdist}/doc/generic/t2
9289 %dir %{texmfdist}/source/bibtex
9290 %{texmfdist}/bibtex/bib/IEEEtran
9291 %{texmfdist}/bibtex/bib/abstyles
9292 %{texmfdist}/bibtex/bib/achemso
9293 %{texmfdist}/bibtex/bib/acmtrans
9294 %{texmfdist}/bibtex/bib/aiaa
9295 %{texmfdist}/bibtex/bib/apacite
9296 %{texmfdist}/bibtex/bib/asaetr
9297 %{texmfdist}/bibtex/bib/ascelike
9298 %{texmfdist}/bibtex/bib/beebe
9299 %{texmfdist}/bibtex/bib/bibhtml
9300 %{texmfdist}/bibtex/bib/bibtopic
9301 %{texmfdist}/bibtex/bib/biocon
9302 %{texmfdist}/bibtex/bib/computational-complexity
9303 %{texmfdist}/bibtex/bib/din1505
9304 %{texmfdist}/bibtex/bib/directory
9305 %{texmfdist}/bibtex/bib/dtk
9306 %{texmfdist}/bibtex/bib/figbib
9307 %{texmfdist}/bibtex/bib/frankenstein
9308 %{texmfdist}/bibtex/bib/gatech-thesis
9309 %{texmfdist}/bibtex/bib/geomsty
9310 %{texmfdist}/bibtex/bib/gloss
9311 %{texmfdist}/bibtex/bib/harvard
9312 %{texmfdist}/bibtex/bib/ieeepes
9313 %{texmfdist}/bibtex/bib/ijmart
9314 %{texmfdist}/bibtex/bib/imac
9315 %{texmfdist}/bibtex/bib/index
9316 %{texmfdist}/bibtex/bib/lsc
9317 %{texmfdist}/bibtex/bib/msc
9318 %{texmfdist}/bibtex/bib/nostarch
9319 %{texmfdist}/bibtex/bib/philosophersimprint
9320 %{texmfdist}/bibtex/bib/revtex
9321 %{texmfdist}/bibtex/bib/spie
9322 %{texmfdist}/bibtex/bib/urlbst
9323 %{texmfdist}/bibtex/bst/IEEEtran
9324 %{texmfdist}/bibtex/bst/abstyles
9325 %{texmfdist}/bibtex/bst/achemso
9326 %{texmfdist}/bibtex/bst/acmtrans
9327 %{texmfdist}/bibtex/bst/afthesis
9328 %{texmfdist}/bibtex/bst/aguplus
9329 %{texmfdist}/bibtex/bst/aiaa
9330 %{texmfdist}/bibtex/bst/aichej
9331 %{texmfdist}/bibtex/bst/ametsoc
9332 %{texmfdist}/bibtex/bst/apacite
9333 %{texmfdist}/bibtex/bst/asaetr
9334 %{texmfdist}/bibtex/bst/ascelike
9335 %{texmfdist}/bibtex/bst/babelbib
9336 %{texmfdist}/bibtex/bst/beebe
9337 %{texmfdist}/bibtex/bst/bibhtml
9338 %{texmfdist}/bibtex/bst/chem-journal
9339 %{texmfdist}/bibtex/bst/chicago
9340 %{texmfdist}/bibtex/bst/computational-complexity
9341 %{texmfdist}/bibtex/bst/confproc
9342 %{texmfdist}/bibtex/bst/datatool
9343 %{texmfdist}/bibtex/bst/din1505
9344 %{texmfdist}/bibtex/bst/dinat
9345 %{texmfdist}/bibtex/bst/directory
9346 %{texmfdist}/bibtex/bst/dtk
9347 %{texmfdist}/bibtex/bst/dvdcoll
9348 %{texmfdist}/bibtex/bst/economic
9349 %{texmfdist}/bibtex/bst/elsevier-bib
9350 %{texmfdist}/bibtex/bst/fbs
9351 %{texmfdist}/bibtex/bst/figbib
9352 %{texmfdist}/bibtex/bst/finbib
9353 %{texmfdist}/bibtex/bst/frankenstein
9354 %{texmfdist}/bibtex/bst/gatech-thesis
9355 %{texmfdist}/bibtex/bst/gloss
9356 %{texmfdist}/bibtex/bst/gost
9357 %{texmfdist}/bibtex/bst/gustlib
9358 %{texmfdist}/bibtex/bst/harvard
9359 %{texmfdist}/bibtex/bst/hc
9360 %{texmfdist}/bibtex/bst/ieeepes
9361 %{texmfdist}/bibtex/bst/ijmart
9362 %{texmfdist}/bibtex/bst/ijqc
9363 %{texmfdist}/bibtex/bst/imac
9364 %{texmfdist}/bibtex/bst/index
9365 %{texmfdist}/bibtex/bst/inlinebib
9366 %{texmfdist}/bibtex/bst/iopart-num
9367 %{texmfdist}/bibtex/bst/jneurosci
9368 %{texmfdist}/bibtex/bst/jurarsp
9369 %{texmfdist}/bibtex/bst/kluwer
9370 %{texmfdist}/bibtex/bst/mciteplus
9371 %{texmfdist}/bibtex/bst/mslapa
9372 %{texmfdist}/bibtex/bst/multibib
9373 %{texmfdist}/bibtex/bst/munich
9374 %{texmfdist}/bibtex/bst/nature
9375 %{texmfdist}/bibtex/bst/nddiss
9376 %{texmfdist}/bibtex/bst/opcit
9377 %{texmfdist}/bibtex/bst/perception
9378 %{texmfdist}/bibtex/bst/revtex
9379 %{texmfdist}/bibtex/bst/rsc
9380 %{texmfdist}/bibtex/bst/savetrees
9381 %{texmfdist}/bibtex/bst/shipunov
9382 %{texmfdist}/bibtex/bst/smflatex
9383 %{texmfdist}/bibtex/bst/sort-by-letters
9384 %{texmfdist}/bibtex/bst/spie
9385 %{texmfdist}/bibtex/bst/stellenbosch
9386 %{texmfdist}/bibtex/bst/swebib
9387 %{texmfdist}/bibtex/bst/texsis
9388 %{texmfdist}/bibtex/bst/thuthesis
9389 %{texmfdist}/bibtex/bst/tugboat
9390 %{texmfdist}/bibtex/bst/urlbst
9391 %{texmfdist}/bibtex/csf/gost
9392 %doc %{texmfdist}/doc/bibtex/abstyles
9393 %doc %{texmfdist}/doc/bibtex/bibhtml
9394 %doc %{texmfdist}/doc/bibtex/dinat
9395 %doc %{texmfdist}/doc/bibtex/economic
9396 %doc %{texmfdist}/doc/bibtex/elsevier-bib
9397 %doc %{texmfdist}/doc/bibtex/gost
9398 %doc %{texmfdist}/doc/bibtex/ijqc
9399 %doc %{texmfdist}/doc/bibtex/iopart-num
9400 %doc %{texmfdist}/doc/latex/IEEEtran
9401 %{texmfdist}/source/bibtex/gost
9402
9403 %files latex-bibtex-vancouver
9404 %defattr(644,root,root,755)
9405 %dir %{texmfdist}/bibtex/bib/vancouver
9406 %dir %{texmfdist}/bibtex/bst/vancouver
9407 %dir %{texmfdist}/doc/bibtex/vancouver
9408 %{texmfdist}/bibtex/bib/vancouver/vancouver.bib
9409 %{texmfdist}/bibtex/bst/vancouver/vancouver.bst
9410 %doc %{texmfdist}/doc/bibtex/vancouver/README
9411 %doc %{texmfdist}/doc/bibtex/vancouver/vancouver.pdf
9412 %doc %{texmfdist}/doc/bibtex/vancouver/vancouver.tex
9413
9414 %files latex-booktabs
9415 %defattr(644,root,root,755)
9416 %doc %{texmfdist}/doc/latex/booktabs
9417 %{texmfdist}/tex/latex/booktabs
9418
9419 %files latex-caption
9420 %defattr(644,root,root,755)
9421 %doc %{texmfdist}/doc/latex/caption
9422 %{texmfdist}/tex/latex/caption
9423
9424 %files latex-carlisle
9425 %defattr(644,root,root,755)
9426 %doc %{texmfdist}/doc/latex/carlisle
9427 %{texmfdist}/tex/latex/carlisle
9428
9429 %files latex-ccfonts
9430 %defattr(644,root,root,755)
9431 %doc %{texmfdist}/doc/latex/ccfonts
9432 %{texmfdist}/tex/latex/ccfonts
9433
9434 %files latex-cite
9435 %defattr(644,root,root,755)
9436 %{texmfdist}/tex/latex/cite
9437
9438 %files latex-cmbright
9439 %defattr(644,root,root,755)
9440 %doc %{texmfdist}/doc/latex/cmbright
9441 %{texmfdist}/tex/latex/cmbright
9442
9443 %files latex-colortab
9444 %defattr(644,root,root,755)
9445 %doc %{texmfdist}/doc/generic/colortab
9446 %{texmfdist}/tex/latex/colortab
9447 %{texmfdist}/tex/generic/colortab
9448
9449 %files latex-comment
9450 %defattr(644,root,root,755)
9451 %doc %{texmfdist}/doc/latex/comment
9452 %{texmfdist}/tex/latex/comment
9453
9454 %files latex-concmath
9455 %defattr(644,root,root,755)
9456 %{texmfdist}/tex/latex/concmath
9457
9458 %files latex-currvita
9459 %defattr(644,root,root,755)
9460 %doc %{texmfdist}/doc/latex/currvita
9461 %{texmfdist}/tex/latex/currvita
9462
9463 %files latex-curves
9464 %defattr(644,root,root,755)
9465 %doc %{texmfdist}/doc/latex/curves
9466 %{texmfdist}/tex/latex/curves
9467
9468 %files latex-custom-bib
9469 %defattr(644,root,root,755)
9470 %doc %{texmfdist}/doc/latex/custom-bib
9471 %{texmfdist}/source/latex/custom-bib
9472 %{texmfdist}/tex/latex/custom-bib
9473
9474 %files latex-cyrillic
9475 %defattr(644,root,root,755)
9476 %doc %{texmfdist}/doc/latex/cyrillic
9477 %{texmfdist}/source/latex/cyrillic
9478 %{texmfdist}/tex/latex/cyrillic
9479
9480 # %files latex-dstroke
9481 # %defattr(644,root,root,755)
9482 # %{texmf}/tex/latex/dstroke
9483
9484 %files latex-enumitem
9485 %defattr(644,root,root,755)
9486 %doc %{texmfdist}/doc/latex/enumitem
9487 %{texmfdist}/tex/latex/enumitem
9488
9489 %files latex-exam
9490 %defattr(644,root,root,755)
9491 %doc %{texmfdist}/doc/latex/exam
9492 %{texmfdist}/tex/latex/exam
9493
9494 %files latex-examdesign
9495 %defattr(644,root,root,755)
9496 %doc %{texmfdist}/doc/latex/examdesign
9497 %{texmfdist}/tex/latex/examdesign
9498 %{texmfdist}/source/latex/examdesign
9499
9500 %files latex-formlett
9501 %defattr(644,root,root,755)
9502 %doc %{texmfdist}/doc/latex/formlett
9503 %{texmfdist}/tex/latex/formlett
9504
9505 %files latex-formular
9506 %defattr(644,root,root,755)
9507 %doc %{texmfdist}/doc/latex/formular
9508 %{texmfdist}/tex/latex/formular
9509 %{texmfdist}/source/latex/formular
9510
9511 %files latex-gbrief
9512 %defattr(644,root,root,755)
9513 %doc %{texmfdist}/doc/latex/g-brief
9514 %{texmfdist}/tex/latex/g-brief
9515
9516 %files latex-jknappen
9517 %defattr(644,root,root,755)
9518 %doc %{texmfdist}/fonts/source/jknappen
9519 %{texmfdist}/fonts/tfm/jknappen
9520
9521 %files latex-keystroke
9522 %defattr(644,root,root,755)
9523 %{texmfdist}/tex/latex/keystroke
9524 %doc %{texmfdist}/doc/latex/keystroke
9525
9526 %files latex-labbook
9527 %defattr(644,root,root,755)
9528 %doc %{texmfdist}/doc/latex/labbook
9529 %{texmfdist}/source/latex/labbook
9530 %{texmfdist}/tex/latex/labbook
9531
9532 %files latex-lastpage
9533 %defattr(644,root,root,755)
9534 %doc %{texmfdist}/doc/latex/lastpage
9535 %{texmfdist}/tex/latex/lastpage
9536
9537 %files latex-lcd
9538 %defattr(644,root,root,755)
9539 %doc %{texmfdist}/doc/latex/lcd
9540 %{texmfdist}/source/latex/lcd
9541 %{texmfdist}/tex/latex/lcd
9542
9543 %files latex-leaflet
9544 %defattr(644,root,root,755)
9545 %doc %{texmfdist}/doc/latex/leaflet
9546 %{texmfdist}/source/latex/leaflet
9547 %{texmfdist}/tex/latex/leaflet
9548
9549 %files latex-leftidx
9550 %defattr(644,root,root,755)
9551 %doc %{texmfdist}/doc/latex/leftidx
9552 %{texmfdist}/tex/latex/leftidx
9553
9554 %files latex-lewis
9555 %defattr(644,root,root,755)
9556 %doc %{texmfdist}/doc/latex/lewis
9557 %{texmfdist}/tex/latex/lewis
9558
9559 %files latex-lm
9560 %defattr(644,root,root,755)
9561 %doc %{texmfdist}/doc/fonts/lm
9562 %{texmfdist}/tex/latex/lm
9563 %{texmfdist}/fonts/afm/public/lm
9564 %{texmfdist}/fonts/enc/dvips/lm
9565 %{texmfdist}/fonts/map/dvips/lm
9566 %{texmfdist}/fonts/map/dvipdfm/lm
9567 %{texmfdist}/fonts/opentype/public/lm
9568 %{texmfdist}/fonts/tfm/public/lm
9569 %{texmfdist}/source/fonts/lm
9570
9571 %files latex-lucidabr
9572 %defattr(644,root,root,755)
9573 %dir %{texmfdist}/vtex
9574 %dir %{texmfdist}/vtex/config
9575 %{texmfdist}/vtex/config/lucidabr-k.ali
9576 %{texmfdist}/vtex/config/lucidabr.ali
9577
9578 %files latex-lineno
9579 %defattr(644,root,root,755)
9580 %doc %{texmfdist}/doc/latex/lineno
9581 %{texmfdist}/tex/latex/lineno
9582
9583
9584 %files latex-marvosym
9585 %defattr(644,root,root,755)
9586 %{texmfdist}/tex/latex/marvosym
9587
9588 %files latex-mathexam
9589 %defattr(644,root,root,755)
9590 %doc %{texmfdist}/doc/latex/mathexam
9591 %{texmfdist}/source/latex/mathexam
9592 %{texmfdist}/tex/latex/mathexam
9593
9594 #%files latex-mathpple
9595 #%defattr(644,root,root,755)
9596
9597 #%files latex-mathtime
9598 #%defattr(644,root,root,755)
9599
9600 %files latex-microtype
9601 %defattr(644,root,root,755)
9602 %doc %{texmfdist}/doc/latex/microtype
9603 %{texmfdist}/source/latex/microtype
9604 %{texmfdist}/tex/latex/microtype
9605
9606 %files latex-mflogo
9607 %defattr(644,root,root,755)
9608 %doc %{texmfdist}/doc/latex/mflogo
9609 %{texmfdist}/tex/latex/mflogo
9610
9611 %files latex-mfnfss
9612 %defattr(644,root,root,755)
9613 %{texmfdist}/source/latex/mfnfss
9614 %{texmfdist}/tex/latex/mfnfss
9615
9616 %files latex-minitoc
9617 %defattr(644,root,root,755)
9618 %doc %{texmfdist}/doc/latex/minitoc
9619 %{texmfdist}/bibtex/bst/minitoc
9620 %{texmfdist}/makeindex/minitoc
9621 %{texmfdist}/scripts/minitoc
9622 %{texmfdist}/source/latex/minitoc
9623 %{texmfdist}/tex/latex/minitoc
9624
9625
9626 %files latex-mltex
9627 %defattr(644,root,root,755)
9628 %doc %{texmfdist}/doc/latex/mltex
9629 %{texmfdist}/tex/latex/mltex
9630
9631 %files latex-moreverb
9632 %defattr(644,root,root,755)
9633 %doc %{texmfdist}/doc/latex/moreverb
9634 %{texmfdist}/tex/latex/moreverb
9635
9636 %files latex-multienum
9637 %defattr(644,root,root,755)
9638 %doc %{texmfdist}/doc/latex/multenum
9639 %dir %{texmfdist}/tex/latex/multenum
9640 %{texmfdist}/tex/latex/multenum/*
9641
9642 %files latex-musictex
9643 %defattr(644,root,root,755)
9644 %doc %{texmfdist}/doc/generic/musictex
9645 %{texmfdist}/fonts/source/public/musictex
9646 %{texmfdist}/fonts/tfm/public/musictex
9647 %{texmfdist}/tex/generic/musictex
9648 %{texmfdist}/tex/latex/musictex
9649
9650 %files latex-ntheorem
9651 %defattr(644,root,root,755)
9652 %{texmfdist}/tex/latex/ntheorem
9653 %doc %{texmfdist}/doc/latex/ntheorem
9654
9655 %files latex-other-doc
9656 %defattr(644,root,root,755)
9657 %doc %{texmfdist}/doc/alatex
9658 %doc %{texmfdist}/doc/cslatex/base
9659 %doc %{texmfdist}/doc/generic/enctex
9660 %doc %{texmfdist}/doc/generic/wsuipa
9661 %doc %{texmfdist}/doc/latex/ANUfinalexam
9662 %doc %{texmfdist}/doc/latex/AkkTeX
9663 %doc %{texmfdist}/doc/latex/ESIEEcv
9664 %doc %{texmfdist}/doc/latex/GuIT
9665 %doc %{texmfdist}/doc/latex/HA-prosper
9666 %doc %{texmfdist}/doc/latex/IEEEconf
9667 %doc %{texmfdist}/doc/latex/a0poster
9668 %doc %{texmfdist}/doc/latex/aastex
9669 %doc %{texmfdist}/doc/latex/abc
9670 %doc %{texmfdist}/doc/latex/achemso
9671 %doc %{texmfdist}/doc/latex/acmconf
9672 %doc %{texmfdist}/doc/latex/acmtrans
9673 %doc %{texmfdist}/doc/latex/active-conf
9674 %doc %{texmfdist}/doc/latex/addlines
9675 %doc %{texmfdist}/doc/latex/adrlist
9676 %doc %{texmfdist}/doc/latex/afthesis
9677 %doc %{texmfdist}/doc/latex/aguplus
9678 %doc %{texmfdist}/doc/latex/aiaa
9679 %doc %{texmfdist}/doc/latex/akletter
9680 %doc %{texmfdist}/doc/latex/alg
9681 %doc %{texmfdist}/doc/latex/algorithm2e
9682 %doc %{texmfdist}/doc/latex/algorithmicx
9683 %doc %{texmfdist}/doc/latex/alnumsec
9684 %doc %{texmfdist}/doc/latex/altfont
9685 %doc %{texmfdist}/doc/latex/ametsoc
9686 %doc %{texmfdist}/doc/latex/amsaddr
9687 %doc %{texmfdist}/doc/latex/amsrefs
9688 %doc %{texmfdist}/doc/latex/animate
9689 %doc %{texmfdist}/doc/latex/answers
9690 %doc %{texmfdist}/doc/latex/anyfontsize
9691 %doc %{texmfdist}/doc/latex/apa
9692 %doc %{texmfdist}/doc/latex/apacite
9693 %doc %{texmfdist}/doc/latex/ar
9694 %doc %{texmfdist}/doc/latex/arabi
9695 %doc %{texmfdist}/doc/latex/arabtex
9696 %doc %{texmfdist}/doc/latex/arcs
9697 %doc %{texmfdist}/doc/latex/arydshln
9698 %doc %{texmfdist}/doc/latex/asaetr
9699 %doc %{texmfdist}/doc/latex/ascelike
9700 %doc %{texmfdist}/doc/latex/assignment
9701 %doc %{texmfdist}/doc/latex/attachfile
9702 %doc %{texmfdist}/doc/latex/augie
9703 %doc %{texmfdist}/doc/latex/aurical
9704 %doc %{texmfdist}/doc/latex/authorindex
9705 %doc %{texmfdist}/doc/latex/autoarea
9706 %doc %{texmfdist}/doc/latex/autotab
9707 %doc %{texmfdist}/doc/latex/babelbib
9708 %doc %{texmfdist}/doc/latex/bangtex
9709 %doc %{texmfdist}/doc/latex/barcodes
9710 %doc %{texmfdist}/doc/latex/bayer
9711 %doc %{texmfdist}/doc/latex/bbm-macros
9712 %doc %{texmfdist}/doc/latex/beamer-contrib
9713 %doc %{texmfdist}/doc/latex/begriff
9714 %doc %{texmfdist}/doc/latex/betababel
9715 %doc %{texmfdist}/doc/latex/bez123
9716 %doc %{texmfdist}/doc/latex/bibarts
9717 %doc %{texmfdist}/doc/latex/bibleref
9718 %doc %{texmfdist}/doc/latex/biblist
9719 %doc %{texmfdist}/doc/latex/bibtopicprefix
9720 %doc %{texmfdist}/doc/latex/bigfoot
9721 %doc %{texmfdist}/doc/latex/binomexp
9722 %doc %{texmfdist}/doc/latex/biocon
9723 %doc %{texmfdist}/doc/latex/bizcard
9724 %doc %{texmfdist}/doc/latex/blindtext
9725 %doc %{texmfdist}/doc/latex/blowup
9726 %doc %{texmfdist}/doc/latex/boites
9727 %doc %{texmfdist}/doc/latex/boldtensors
9728 %doc %{texmfdist}/doc/latex/bookest
9729 %doc %{texmfdist}/doc/latex/booklet
9730 %doc %{texmfdist}/doc/latex/boxhandler
9731 %doc %{texmfdist}/doc/latex/bpchem
9732 %doc %{texmfdist}/doc/latex/braille
9733 %doc %{texmfdist}/doc/latex/breakurl
9734 %doc %{texmfdist}/doc/latex/brushscr
9735 %doc %{texmfdist}/doc/latex/bullcntr
9736 %doc %{texmfdist}/doc/latex/bussproofs
9737 %doc %{texmfdist}/doc/latex/bytefield
9738 %doc %{texmfdist}/doc/latex/calxxxx
9739 %doc %{texmfdist}/doc/latex/captcont
9740 %doc %{texmfdist}/doc/latex/casyl
9741 %doc %{texmfdist}/doc/latex/catechis
9742 %doc %{texmfdist}/doc/latex/cbcoptic
9743 %doc %{texmfdist}/doc/latex/cclicenses
9744 %doc %{texmfdist}/doc/latex/cd-cover
9745 %doc %{texmfdist}/doc/latex/cd
9746 %doc %{texmfdist}/doc/latex/cdpbundl
9747 %doc %{texmfdist}/doc/latex/cellspace
9748 %doc %{texmfdist}/doc/latex/changes
9749 %doc %{texmfdist}/doc/latex/chapterfolder
9750 %doc %{texmfdist}/doc/latex/chemcompounds
9751 %doc %{texmfdist}/doc/latex/chemcono
9752 %doc %{texmfdist}/doc/latex/chemstyle
9753 %doc %{texmfdist}/doc/latex/chessboard
9754 %doc %{texmfdist}/doc/latex/chessfss
9755 %doc %{texmfdist}/doc/latex/china2e
9756 %doc %{texmfdist}/doc/latex/chletter
9757 %doc %{texmfdist}/doc/latex/circ
9758 %doc %{texmfdist}/doc/latex/cite
9759 %doc %{texmfdist}/doc/latex/cjk
9760 %doc %{texmfdist}/doc/latex/classicthesis
9761 %doc %{texmfdist}/doc/latex/clefval
9762 %doc %{texmfdist}/doc/latex/cleveref
9763 %doc %{texmfdist}/doc/latex/clock
9764 %doc %{texmfdist}/doc/latex/clrscode
9765 %doc %{texmfdist}/doc/latex/cm-lgc
9766 %doc %{texmfdist}/doc/latex/cmap
9767 %doc %{texmfdist}/doc/latex/cmcyralt
9768 %doc %{texmfdist}/doc/latex/cmdstring
9769 %doc %{texmfdist}/doc/latex/cmll
9770 %doc %{texmfdist}/doc/latex/codepage
9771 %doc %{texmfdist}/doc/latex/colorinfo
9772 %doc %{texmfdist}/doc/latex/colortbl
9773 %doc %{texmfdist}/doc/latex/colorwav
9774 %doc %{texmfdist}/doc/latex/combine
9775 %doc %{texmfdist}/doc/latex/commath
9776 %doc %{texmfdist}/doc/latex/complexity
9777 %doc %{texmfdist}/doc/latex/computational-complexity
9778 %doc %{texmfdist}/doc/latex/concprog
9779 %doc %{texmfdist}/doc/latex/confproc
9780 %doc %{texmfdist}/doc/latex/constants
9781 %doc %{texmfdist}/doc/latex/contour
9782 %doc %{texmfdist}/doc/latex/cooking
9783 %doc %{texmfdist}/doc/latex/cool
9784 %doc %{texmfdist}/doc/latex/coollist
9785 %doc %{texmfdist}/doc/latex/coolstr
9786 %doc %{texmfdist}/doc/latex/cooltooltips
9787 %doc %{texmfdist}/doc/latex/coordsys
9788 %doc %{texmfdist}/doc/latex/courier-scaled
9789 %doc %{texmfdist}/doc/latex/courseoutline
9790 %doc %{texmfdist}/doc/latex/coursepaper
9791 %doc %{texmfdist}/doc/latex/coverpage
9792 %doc %{texmfdist}/doc/latex/covington
9793 %doc %{texmfdist}/doc/latex/crossreference
9794 %doc %{texmfdist}/doc/latex/crosswrd
9795 %doc %{texmfdist}/doc/latex/cryst
9796 %doc %{texmfdist}/doc/latex/csbulletin
9797 %doc %{texmfdist}/doc/latex/csquotes
9798 %doc %{texmfdist}/doc/latex/csvtools
9799 %doc %{texmfdist}/doc/latex/ctable
9800 %doc %{texmfdist}/doc/latex/ctib
9801 %doc %{texmfdist}/doc/latex/cuisine
9802 %doc %{texmfdist}/doc/latex/cursor
9803 %doc %{texmfdist}/doc/latex/curve
9804 %doc %{texmfdist}/doc/latex/curve2e
9805 %doc %{texmfdist}/doc/latex/cv
9806 %doc %{texmfdist}/doc/latex/cweb-latex
9807 %doc %{texmfdist}/doc/latex/cwpuzzle
9808 %doc %{texmfdist}/doc/latex/dashrule
9809 %doc %{texmfdist}/doc/latex/datatool
9810 %doc %{texmfdist}/doc/latex/dateiliste
9811 %doc %{texmfdist}/doc/latex/datenumber
9812 %doc %{texmfdist}/doc/latex/datetime
9813 %doc %{texmfdist}/doc/latex/dcpic
9814 %doc %{texmfdist}/doc/latex/delimtxt
9815 %doc %{texmfdist}/doc/latex/diagnose
9816 %doc %{texmfdist}/doc/latex/dialogl
9817 %doc %{texmfdist}/doc/latex/dichokey
9818 %doc %{texmfdist}/doc/latex/digiconfigs
9819 %doc %{texmfdist}/doc/latex/din1505
9820 %doc %{texmfdist}/doc/latex/directory
9821 %doc %{texmfdist}/doc/latex/disser
9822 %doc %{texmfdist}/doc/latex/dlfltxb
9823 %doc %{texmfdist}/doc/latex/dnaseq
9824 %doc %{texmfdist}/doc/latex/docmfp
9825 %doc %{texmfdist}/doc/latex/doi
9826 %doc %{texmfdist}/doc/latex/doipubmed
9827 %doc %{texmfdist}/doc/latex/dotarrow
9828 %doc %{texmfdist}/doc/latex/dottex
9829 %doc %{texmfdist}/doc/latex/dpfloat
9830 %doc %{texmfdist}/doc/latex/dprogress
9831 %doc %{texmfdist}/doc/latex/drac
9832 %doc %{texmfdist}/doc/latex/draftwatermark
9833 %doc %{texmfdist}/doc/latex/dramatist
9834 %doc %{texmfdist}/doc/latex/dtk
9835 %doc %{texmfdist}/doc/latex/dtxgallery
9836 %doc %{texmfdist}/doc/latex/duerer-latex
9837 %doc %{texmfdist}/doc/latex/dvdcoll
9838 %doc %{texmfdist}/doc/latex/dyntree
9839 %doc %{texmfdist}/doc/latex/eCards
9840 %doc %{texmfdist}/doc/latex/ean13isbn
9841 %doc %{texmfdist}/doc/latex/easy
9842 %doc %{texmfdist}/doc/latex/ebezier
9843 %doc %{texmfdist}/doc/latex/ebong
9844 %doc %{texmfdist}/doc/latex/ebsthesis
9845 %doc %{texmfdist}/doc/latex/ecclesiastic
9846 %doc %{texmfdist}/doc/latex/ecltree
9847 %doc %{texmfdist}/doc/latex/ecv
9848 %doc %{texmfdist}/doc/latex/ed
9849 %doc %{texmfdist}/doc/latex/edmac
9850 %doc %{texmfdist}/doc/latex/edmargin
9851 %doc %{texmfdist}/doc/latex/ednotes
9852 %doc %{texmfdist}/doc/latex/eemeir
9853 %doc %{texmfdist}/doc/latex/egameps
9854 %doc %{texmfdist}/doc/latex/egplot
9855 %doc %{texmfdist}/doc/latex/ellipsis
9856 %doc %{texmfdist}/doc/latex/elmath
9857 %doc %{texmfdist}/doc/latex/elpres
9858 %doc %{texmfdist}/doc/latex/elsarticle
9859 %doc %{texmfdist}/doc/latex/elsevier
9860 %doc %{texmfdist}/doc/latex/em
9861 %doc %{texmfdist}/doc/latex/emp
9862 %doc %{texmfdist}/doc/latex/emulateapj
9863 %doc %{texmfdist}/doc/latex/endheads
9864 %doc %{texmfdist}/doc/latex/engpron
9865 %doc %{texmfdist}/doc/latex/engrec
9866 %doc %{texmfdist}/doc/latex/environ
9867 %doc %{texmfdist}/doc/latex/envlab
9868 %doc %{texmfdist}/doc/latex/epigraph
9869 %doc %{texmfdist}/doc/latex/epiolmec
9870 %doc %{texmfdist}/doc/latex/epsdice
9871 %doc %{texmfdist}/doc/latex/epspdfconversion
9872 %doc %{texmfdist}/doc/latex/eqlist
9873 %doc %{texmfdist}/doc/latex/eqnarray
9874 %doc %{texmfdist}/doc/latex/eqparbox
9875 %doc %{texmfdist}/doc/latex/errata
9876 %doc %{texmfdist}/doc/latex/esdiff
9877 %doc %{texmfdist}/doc/latex/eskd
9878 %doc %{texmfdist}/doc/latex/eskdx
9879 %doc %{texmfdist}/doc/latex/esvect
9880 %doc %{texmfdist}/doc/latex/etaremune
9881 %doc %{texmfdist}/doc/latex/etex-pkg
9882 %doc %{texmfdist}/doc/latex/ethiop-t1
9883 %doc %{texmfdist}/doc/latex/ethiop
9884 %doc %{texmfdist}/doc/latex/etoolbox
9885 %doc %{texmfdist}/doc/latex/eukdate
9886 %doc %{texmfdist}/doc/latex/euproposal
9887 %doc %{texmfdist}/doc/latex/euro
9888 %doc %{texmfdist}/doc/latex/europecv
9889 %doc %{texmfdist}/doc/latex/eurosans
9890 %doc %{texmfdist}/doc/latex/everypage
9891 %doc %{texmfdist}/doc/latex/examplep
9892 %doc %{texmfdist}/doc/latex/exceltex
9893 %doc %{texmfdist}/doc/latex/exercise
9894 %doc %{texmfdist}/doc/latex/expdlist
9895 %doc %{texmfdist}/doc/latex/expl3
9896 %doc %{texmfdist}/doc/latex/export
9897 %doc %{texmfdist}/doc/latex/extarrows
9898 %doc %{texmfdist}/doc/latex/extpfeil
9899 %doc %{texmfdist}/doc/latex/extract
9900 %doc %{texmfdist}/doc/latex/facsimile
9901 %doc %{texmfdist}/doc/latex/faktor
9902 %doc %{texmfdist}/doc/latex/fancynum
9903 %doc %{texmfdist}/doc/latex/fancyref
9904 %doc %{texmfdist}/doc/latex/fancytooltips
9905 %doc %{texmfdist}/doc/latex/fax
9906 %doc %{texmfdist}/doc/latex/feynmf
9907 %doc %{texmfdist}/doc/latex/figbib
9908 %doc %{texmfdist}/doc/latex/figsize
9909 %doc %{texmfdist}/doc/latex/fink
9910 %doc %{texmfdist}/doc/latex/fixfoot
9911 %doc %{texmfdist}/doc/latex/fixme
9912 %doc %{texmfdist}/doc/latex/flabels
9913 %doc %{texmfdist}/doc/latex/flacards
9914 %doc %{texmfdist}/doc/latex/flagderiv
9915 %doc %{texmfdist}/doc/latex/flashcards
9916 %doc %{texmfdist}/doc/latex/flippdf
9917 %doc %{texmfdist}/doc/latex/floatrow
9918 %doc %{texmfdist}/doc/latex/flowfram
9919 %doc %{texmfdist}/doc/latex/fmp
9920 %doc %{texmfdist}/doc/latex/fmtcount
9921 %doc %{texmfdist}/doc/latex/fnbreak
9922 %doc %{texmfdist}/doc/latex/fncychap
9923 %doc %{texmfdist}/doc/latex/foekfont
9924 %doc %{texmfdist}/doc/latex/fonttable
9925 %doc %{texmfdist}/doc/latex/forarray
9926 %doc %{texmfdist}/doc/latex/forloop
9927 %doc %{texmfdist}/doc/latex/formula
9928 %doc %{texmfdist}/doc/latex/fouridx
9929 %doc %{texmfdist}/doc/latex/frankenstein
9930 %doc %{texmfdist}/doc/latex/frenchle
9931 %doc %{texmfdist}/doc/latex/fribrief
9932 %doc %{texmfdist}/doc/latex/frletter
9933 %doc %{texmfdist}/doc/latex/frontespizio
9934 %doc %{texmfdist}/doc/latex/fullblck
9935 %doc %{texmfdist}/doc/latex/fullpict
9936 %doc %{texmfdist}/doc/latex/functan
9937 %doc %{texmfdist}/doc/latex/fundus
9938 %doc %{texmfdist}/doc/latex/gaceta
9939 %doc %{texmfdist}/doc/latex/galois
9940 %doc %{texmfdist}/doc/latex/gastex
9941 %doc %{texmfdist}/doc/latex/gatech-thesis
9942 %doc %{texmfdist}/doc/latex/gauss
9943 %doc %{texmfdist}/doc/latex/gb4e
9944 %doc %{texmfdist}/doc/latex/gcard
9945 %doc %{texmfdist}/doc/latex/gcite
9946 %doc %{texmfdist}/doc/latex/genmpage
9947 %doc %{texmfdist}/doc/latex/geomsty
9948 %doc %{texmfdist}/doc/latex/ginpenc
9949 %doc %{texmfdist}/doc/latex/gloss
9950 %doc %{texmfdist}/doc/latex/glossaries
9951 %doc %{texmfdist}/doc/latex/gmdoc
9952 %doc %{texmfdist}/doc/latex/gmeometric
9953 %doc %{texmfdist}/doc/latex/gmiflink
9954 %doc %{texmfdist}/doc/latex/gmutils
9955 %doc %{texmfdist}/doc/latex/gmverb
9956 %doc %{texmfdist}/doc/latex/gnuplottex
9957 %doc %{texmfdist}/doc/latex/graphicx-psmin
9958 %doc %{texmfdist}/doc/latex/greek-inputenc
9959 %doc %{texmfdist}/doc/latex/greekdates
9960 %doc %{texmfdist}/doc/latex/greektex
9961 %doc %{texmfdist}/doc/latex/grfpaste
9962 %doc %{texmfdist}/doc/latex/grnumalt
9963 %doc %{texmfdist}/doc/latex/grverb
9964 %doc %{texmfdist}/doc/latex/gu
9965 %doc %{texmfdist}/doc/latex/guitar
9966 %doc %{texmfdist}/doc/latex/guitbeamer
9967 %doc %{texmfdist}/doc/latex/hanging
9968 %doc %{texmfdist}/doc/latex/har2nat
9969 %doc %{texmfdist}/doc/latex/harmony
9970 %doc %{texmfdist}/doc/latex/harpoon
9971 %doc %{texmfdist}/doc/latex/harvard
9972 %doc %{texmfdist}/doc/latex/hc
9973 %doc %{texmfdist}/doc/latex/hep
9974 %doc %{texmfdist}/doc/latex/hepnames
9975 %doc %{texmfdist}/doc/latex/hepparticles
9976 %doc %{texmfdist}/doc/latex/hepthesis
9977 %doc %{texmfdist}/doc/latex/hepunits
9978 %doc %{texmfdist}/doc/latex/hexgame
9979 %doc %{texmfdist}/doc/latex/hhtensor
9980 %doc %{texmfdist}/doc/latex/histogr
9981 %doc %{texmfdist}/doc/latex/hitec
9982 %doc %{texmfdist}/doc/latex/hpsdiss
9983 %doc %{texmfdist}/doc/latex/hrlatex
9984 %doc %{texmfdist}/doc/latex/hvfloat
9985 %doc %{texmfdist}/doc/latex/hypdvips
9986 %doc %{texmfdist}/doc/latex/hyperref-docsrc
9987 %doc %{texmfdist}/doc/latex/hyperxmp
9988 %doc %{texmfdist}/doc/latex/ibycus-babel
9989 %doc %{texmfdist}/doc/latex/icsv
9990 %doc %{texmfdist}/doc/latex/ieeepes
9991 %doc %{texmfdist}/doc/latex/ifmslide
9992 %doc %{texmfdist}/doc/latex/ifplatform
9993 %doc %{texmfdist}/doc/latex/ijmart
9994 %doc %{texmfdist}/doc/latex/imac
9995 %doc %{texmfdist}/doc/latex/image-gallery
9996 %doc %{texmfdist}/doc/latex/imtekda
9997 %doc %{texmfdist}/doc/latex/inlinebib
9998 %doc %{texmfdist}/doc/latex/inlinedef
9999 %doc %{texmfdist}/doc/latex/interactiveworkbook
10000 %doc %{texmfdist}/doc/latex/inversepath
10001 %doc %{texmfdist}/doc/latex/invoice
10002 %doc %{texmfdist}/doc/latex/ipa
10003 %doc %{texmfdist}/doc/latex/iso
10004 %doc %{texmfdist}/doc/latex/iso10303
10005 %doc %{texmfdist}/doc/latex/isodate
10006 %doc %{texmfdist}/doc/latex/isodoc
10007 %doc %{texmfdist}/doc/latex/isorot
10008 %doc %{texmfdist}/doc/latex/itnumpar
10009 %doc %{texmfdist}/doc/latex/jeopardy
10010 %doc %{texmfdist}/doc/latex/jknapltx
10011 %doc %{texmfdist}/doc/latex/jneurosci
10012 %doc %{texmfdist}/doc/latex/jpsj
10013 %doc %{texmfdist}/doc/latex/jura
10014 %doc %{texmfdist}/doc/latex/juraabbrev
10015 %doc %{texmfdist}/doc/latex/juramisc
10016 %doc %{texmfdist}/doc/latex/jurarsp
10017 %doc %{texmfdist}/doc/latex/karnaugh
10018 %doc %{texmfdist}/doc/latex/kerkis
10019 %doc %{texmfdist}/doc/latex/kerntest
10020 %doc %{texmfdist}/doc/latex/kluwer
10021 %doc %{texmfdist}/doc/latex/labelcas
10022 %doc %{texmfdist}/doc/latex/lazylist
10023 %doc %{texmfdist}/doc/latex/lcyw
10024 %doc %{texmfdist}/doc/latex/leading
10025 %doc %{texmfdist}/doc/latex/ledmac
10026 %doc %{texmfdist}/doc/latex/lettre
10027 %doc %{texmfdist}/doc/latex/lexikon
10028 %doc %{texmfdist}/doc/latex/lgreek
10029 %doc %{texmfdist}/doc/latex/lhelp
10030 %doc %{texmfdist}/doc/latex/linguex
10031 %doc %{texmfdist}/doc/latex/lipsum
10032 %doc %{texmfdist}/doc/latex/listbib
10033 %doc %{texmfdist}/doc/latex/listliketab
10034 %doc %{texmfdist}/doc/latex/listofsymbols
10035 %doc %{texmfdist}/doc/latex/lkproof
10036 %doc %{texmfdist}/doc/latex/logic
10037 %doc %{texmfdist}/doc/latex/logpap
10038 %doc %{texmfdist}/doc/latex/lps
10039 %doc %{texmfdist}/doc/latex/lsc
10040 %doc %{texmfdist}/doc/latex/ltxindex
10041 %doc %{texmfdist}/doc/latex/mafr
10042 %doc %{texmfdist}/doc/latex/magyar
10043 %doc %{texmfdist}/doc/latex/mailing
10044 %doc %{texmfdist}/doc/latex/makebarcode
10045 %doc %{texmfdist}/doc/latex/makebox
10046 %doc %{texmfdist}/doc/latex/makecell
10047 %doc %{texmfdist}/doc/latex/makecmds
10048 %doc %{texmfdist}/doc/latex/makedtx
10049 %doc %{texmfdist}/doc/latex/makeglos
10050 %doc %{texmfdist}/doc/latex/makeplot
10051 %doc %{texmfdist}/doc/latex/manuscript
10052 %doc %{texmfdist}/doc/latex/maple
10053 %doc %{texmfdist}/doc/latex/marginnote
10054 %doc %{texmfdist}/doc/latex/mathdesign
10055 %doc %{texmfdist}/doc/latex/mathpazo
10056 %doc %{texmfdist}/doc/latex/maybemath
10057 %doc %{texmfdist}/doc/latex/mcaption
10058 %doc %{texmfdist}/doc/latex/mceinleger
10059 %doc %{texmfdist}/doc/latex/mcite
10060 %doc %{texmfdist}/doc/latex/mciteplus
10061 %doc %{texmfdist}/doc/latex/memexsupp
10062 %doc %{texmfdist}/doc/latex/mentis
10063 %doc %{texmfdist}/doc/latex/metaplot
10064 %doc %{texmfdist}/doc/latex/method
10065 %doc %{texmfdist}/doc/latex/metre
10066 %doc %{texmfdist}/doc/latex/mff
10067 %doc %{texmfdist}/doc/latex/mfpic4ode
10068 %doc %{texmfdist}/doc/latex/mftinc
10069 %doc %{texmfdist}/doc/latex/mhchem
10070 %doc %{texmfdist}/doc/latex/mhequ
10071 %doc %{texmfdist}/doc/latex/miller
10072 %doc %{texmfdist}/doc/latex/minipage-marginpar
10073 %doc %{texmfdist}/doc/latex/miniplot
10074 %doc %{texmfdist}/doc/latex/minutes
10075 %doc %{texmfdist}/doc/latex/mla-paper
10076 %doc %{texmfdist}/doc/latex/mlist
10077 %doc %{texmfdist}/doc/latex/mmap
10078 %doc %{texmfdist}/doc/latex/mnsymbol
10079 %doc %{texmfdist}/doc/latex/moderncv
10080 %doc %{texmfdist}/doc/latex/modroman
10081 %doc %{texmfdist}/doc/latex/mongolian-babel
10082 %doc %{texmfdist}/doc/latex/montex
10083 %doc %{texmfdist}/doc/latex/moresize
10084 %doc %{texmfdist}/doc/latex/movie15
10085 %doc %{texmfdist}/doc/latex/msc
10086 %doc %{texmfdist}/doc/latex/msg
10087 %doc %{texmfdist}/doc/latex/mslapa
10088 %doc %{texmfdist}/doc/latex/mtgreek
10089 %doc %{texmfdist}/doc/latex/multibbl
10090 %doc %{texmfdist}/doc/latex/multicap
10091 %doc %{texmfdist}/doc/latex/multirow
10092 %doc %{texmfdist}/doc/latex/munich
10093 %doc %{texmfdist}/doc/latex/musixlyr
10094 %doc %{texmfdist}/doc/latex/muthesis
10095 %doc %{texmfdist}/doc/latex/mxd
10096 %doc %{texmfdist}/doc/latex/mxedruli
10097 %doc %{texmfdist}/doc/latex/nag
10098 %doc %{texmfdist}/doc/latex/namespc
10099 %doc %{texmfdist}/doc/latex/nath
10100 %doc %{texmfdist}/doc/latex/nature
10101 %doc %{texmfdist}/doc/latex/ncclatex
10102 %doc %{texmfdist}/doc/latex/ncctools
10103 %doc %{texmfdist}/doc/latex/nddiss
10104 %doc %{texmfdist}/doc/latex/newalg
10105 %doc %{texmfdist}/doc/latex/newfile
10106 %doc %{texmfdist}/doc/latex/newlfm
10107 %doc %{texmfdist}/doc/latex/newspaper
10108 %doc %{texmfdist}/doc/latex/newvbtm
10109 %doc %{texmfdist}/doc/latex/niceframe
10110 %doc %{texmfdist}/doc/latex/nih
10111 %doc %{texmfdist}/doc/latex/noitcrul
10112 %doc %{texmfdist}/doc/latex/nomentbl
10113 %doc %{texmfdist}/doc/latex/nonfloat
10114 %doc %{texmfdist}/doc/latex/nostarch
10115 %doc %{texmfdist}/doc/latex/notes
10116 %doc %{texmfdist}/doc/latex/notes2bib
10117 %doc %{texmfdist}/doc/latex/nrc
10118 %doc %{texmfdist}/doc/latex/ntabbing
10119 %doc %{texmfdist}/doc/latex/numname
10120 %doc %{texmfdist}/doc/latex/numprint
10121 %doc %{texmfdist}/doc/latex/objectz
10122 %doc %{texmfdist}/doc/latex/ocr-latex
10123 %doc %{texmfdist}/doc/latex/octavo
10124 %doc %{texmfdist}/doc/latex/ogham
10125 %doc %{texmfdist}/doc/latex/ogonek
10126 %doc %{texmfdist}/doc/latex/opcit
10127 %doc %{texmfdist}/doc/latex/ordinalpt
10128 %doc %{texmfdist}/doc/latex/othello
10129 %doc %{texmfdist}/doc/latex/otibet
10130 %doc %{texmfdist}/doc/latex/outline
10131 %doc %{texmfdist}/doc/latex/outliner
10132 %doc %{texmfdist}/doc/latex/pagenote
10133 %doc %{texmfdist}/doc/latex/paper
10134 %doc %{texmfdist}/doc/latex/papercdcase
10135 %doc %{texmfdist}/doc/latex/papertex
10136 %doc %{texmfdist}/doc/latex/parallel
10137 %doc %{texmfdist}/doc/latex/paresse
10138 %doc %{texmfdist}/doc/latex/parrun
10139 %doc %{texmfdist}/doc/latex/pauldoc
10140 %doc %{texmfdist}/doc/latex/pbox
10141 %doc %{texmfdist}/doc/latex/pbsheet
10142 %doc %{texmfdist}/doc/latex/pdfcprot
10143 %doc %{texmfdist}/doc/latex/pdfscreen
10144 %doc %{texmfdist}/doc/latex/pdfsync
10145 %doc %{texmfdist}/doc/latex/pdftricks
10146 %doc %{texmfdist}/doc/latex/pdfwin
10147 %doc %{texmfdist}/doc/latex/pecha
10148 %doc %{texmfdist}/doc/latex/perception
10149 %doc %{texmfdist}/doc/latex/perltex
10150 %doc %{texmfdist}/doc/latex/permute
10151 %doc %{texmfdist}/doc/latex/petiteannonce
10152 %doc %{texmfdist}/doc/latex/petri-nets
10153 %doc %{texmfdist}/doc/latex/pgf-soroban
10154 %doc %{texmfdist}/doc/latex/pgfopts
10155 %doc %{texmfdist}/doc/latex/pgfplots
10156 %doc %{texmfdist}/doc/latex/philex
10157 %doc %{texmfdist}/doc/latex/philosophersimprint
10158 %doc %{texmfdist}/doc/latex/photo
10159 %doc %{texmfdist}/doc/latex/pinlabel
10160 %doc %{texmfdist}/doc/latex/pittetd
10161 %doc %{texmfdist}/doc/latex/plari
10162 %doc %{texmfdist}/doc/latex/plates
10163 %doc %{texmfdist}/doc/latex/play
10164 %doc %{texmfdist}/doc/latex/plweb
10165 %doc %{texmfdist}/doc/latex/pmgraph
10166 %doc %{texmfdist}/doc/latex/poemscol
10167 %doc %{texmfdist}/doc/latex/polski
10168 %doc %{texmfdist}/doc/latex/polyglot
10169 %doc %{texmfdist}/doc/latex/polytable
10170 %doc %{texmfdist}/doc/latex/postcards
10171 %doc %{texmfdist}/doc/latex/powerdot
10172 %doc %{texmfdist}/doc/latex/ppower4
10173 %doc %{texmfdist}/doc/latex/ppr-prv
10174 %doc %{texmfdist}/doc/latex/pracjourn
10175 %doc %{texmfdist}/doc/latex/prettyref
10176 %doc %{texmfdist}/doc/latex/proba
10177 %doc %{texmfdist}/doc/latex/probsoln
10178 %doc %{texmfdist}/doc/latex/procIAGssymp
10179 %doc %{texmfdist}/doc/latex/progkeys
10180 %doc %{texmfdist}/doc/latex/progress
10181 %doc %{texmfdist}/doc/latex/protex
10182 %doc %{texmfdist}/doc/latex/protocol
10183 %doc %{texmfdist}/doc/latex/psfragx
10184 %doc %{texmfdist}/doc/latex/psgo
10185 %doc %{texmfdist}/doc/latex/pspicture
10186 %doc %{texmfdist}/doc/latex/pst2pdf
10187 %doc %{texmfdist}/doc/latex/ptptex
10188 %doc %{texmfdist}/doc/latex/qcm
10189 %doc %{texmfdist}/doc/latex/qobitree
10190 %doc %{texmfdist}/doc/latex/qstest
10191 %doc %{texmfdist}/doc/latex/qsymbols
10192 %doc %{texmfdist}/doc/latex/qtree
10193 %doc %{texmfdist}/doc/latex/quotchap
10194 %doc %{texmfdist}/doc/latex/quotmark
10195 %doc %{texmfdist}/doc/latex/r_und_s
10196 %doc %{texmfdist}/doc/latex/randbild
10197 %doc %{texmfdist}/doc/latex/randtext
10198 %doc %{texmfdist}/doc/latex/rccol
10199 %doc %{texmfdist}/doc/latex/rcs
10200 %doc %{texmfdist}/doc/latex/rcsinfo
10201 %doc %{texmfdist}/doc/latex/recipecard
10202 %doc %{texmfdist}/doc/latex/rectopma
10203 %doc %{texmfdist}/doc/latex/refcheck
10204 %doc %{texmfdist}/doc/latex/refman
10205 %doc %{texmfdist}/doc/latex/refstyle
10206 %doc %{texmfdist}/doc/latex/regcount
10207 %doc %{texmfdist}/doc/latex/register
10208 %doc %{texmfdist}/doc/latex/relenc
10209 %doc %{texmfdist}/doc/latex/repeatindex
10210 %doc %{texmfdist}/doc/latex/rlepsf
10211 %doc %{texmfdist}/doc/latex/rmpage
10212 %doc %{texmfdist}/doc/latex/robustcommand
10213 %doc %{texmfdist}/doc/latex/robustindex
10214 %doc %{texmfdist}/doc/latex/romannum
10215 %doc %{texmfdist}/doc/latex/rotpages
10216 %doc %{texmfdist}/doc/latex/rsc
10217 %doc %{texmfdist}/doc/latex/rst
10218 %doc %{texmfdist}/doc/latex/rtkinenc
10219 %doc %{texmfdist}/doc/latex/rtklage
10220 %doc %{texmfdist}/doc/latex/sagetex
10221 %doc %{texmfdist}/doc/latex/sanskrit
10222 %doc %{texmfdist}/doc/latex/sauerj
10223 %doc %{texmfdist}/doc/latex/sauterfonts
10224 %doc %{texmfdist}/doc/latex/savefnmark
10225 %doc %{texmfdist}/doc/latex/savetrees
10226 %doc %{texmfdist}/doc/latex/scalebar
10227 %doc %{texmfdist}/doc/latex/schedule
10228 %doc %{texmfdist}/doc/latex/scientificpaper
10229 %doc %{texmfdist}/doc/latex/sciposter
10230 %doc %{texmfdist}/doc/latex/sciwordconv
10231 %doc %{texmfdist}/doc/latex/screenplay
10232 %doc %{texmfdist}/doc/latex/script
10233 %doc %{texmfdist}/doc/latex/sdrt
10234 %doc %{texmfdist}/doc/latex/sectionbox
10235 %doc %{texmfdist}/doc/latex/semantic
10236 %doc %{texmfdist}/doc/latex/semioneside
10237 %doc %{texmfdist}/doc/latex/seqsplit
10238 %doc %{texmfdist}/doc/latex/sf298
10239 %doc %{texmfdist}/doc/latex/sffms
10240 %doc %{texmfdist}/doc/latex/sfg
10241 %doc %{texmfdist}/doc/latex/sgame
10242 %doc %{texmfdist}/doc/latex/shadethm
10243 %doc %{texmfdist}/doc/latex/shipunov
10244 %doc %{texmfdist}/doc/latex/shorttoc
10245 %doc %{texmfdist}/doc/latex/show2e
10246 %doc %{texmfdist}/doc/latex/showexpl
10247 %doc %{texmfdist}/doc/latex/sides
10248 %doc %{texmfdist}/doc/latex/siggraph
10249 %doc %{texmfdist}/doc/latex/simplecv
10250 %doc %{texmfdist}/doc/latex/simplewick
10251 %doc %{texmfdist}/doc/latex/skak
10252 %doc %{texmfdist}/doc/latex/slantsc
10253 %doc %{texmfdist}/doc/latex/smalltableof
10254 %doc %{texmfdist}/doc/latex/smartref
10255 %doc %{texmfdist}/doc/latex/smflatex
10256 %doc %{texmfdist}/doc/latex/snapshot
10257 %doc %{texmfdist}/doc/latex/songbook
10258 %doc %{texmfdist}/doc/latex/sort-by-letters
10259 %doc %{texmfdist}/doc/latex/soyombo
10260 %doc %{texmfdist}/doc/latex/sparklines
10261 %doc %{texmfdist}/doc/latex/spie
10262 %doc %{texmfdist}/doc/latex/splitbib
10263 %doc %{texmfdist}/doc/latex/splitindex
10264 %doc %{texmfdist}/doc/latex/spotcolor
10265 %doc %{texmfdist}/doc/latex/sprite
10266 %doc %{texmfdist}/doc/latex/srcltx
10267 %doc %{texmfdist}/doc/latex/sseq
10268 %doc %{texmfdist}/doc/latex/ssqquote
10269 %doc %{texmfdist}/doc/latex/stage
10270 %doc %{texmfdist}/doc/latex/statistik
10271 %doc %{texmfdist}/doc/latex/stdpage
10272 %doc %{texmfdist}/doc/latex/stellenbosch
10273 %doc %{texmfdist}/doc/latex/stex
10274 %doc %{texmfdist}/doc/latex/stringstrings
10275 %doc %{texmfdist}/doc/latex/struktex
10276 %doc %{texmfdist}/doc/latex/sttools
10277 %doc %{texmfdist}/doc/latex/stubs
10278 %doc %{texmfdist}/doc/latex/subdepth
10279 %doc %{texmfdist}/doc/latex/subeqn
10280 %doc %{texmfdist}/doc/latex/subeqnarray
10281 %doc %{texmfdist}/doc/latex/subfloat
10282 %doc %{texmfdist}/doc/latex/substr
10283 %doc %{texmfdist}/doc/latex/sudoku
10284 %doc %{texmfdist}/doc/latex/sudokubundle
10285 %doc %{texmfdist}/doc/latex/sugconf
10286 %doc %{texmfdist}/doc/latex/supertabular
10287 %doc %{texmfdist}/doc/latex/susy
10288 %doc %{texmfdist}/doc/latex/svgcolor
10289 %doc %{texmfdist}/doc/latex/svn-multi
10290 %doc %{texmfdist}/doc/latex/svn
10291 %doc %{texmfdist}/doc/latex/svninfo
10292 %doc %{texmfdist}/doc/latex/swebib
10293 %doc %{texmfdist}/doc/latex/swimgraf
10294 %doc %{texmfdist}/doc/latex/synproof
10295 %doc %{texmfdist}/doc/latex/syntax
10296 %doc %{texmfdist}/doc/latex/syntrace
10297 %doc %{texmfdist}/doc/latex/synttree
10298 %doc %{texmfdist}/doc/latex/t-angles
10299 %doc %{texmfdist}/doc/latex/tableaux
10300 %doc %{texmfdist}/doc/latex/tablists
10301 %doc %{texmfdist}/doc/latex/tablor
10302 %doc %{texmfdist}/doc/latex/tabto-ltx
10303 %doc %{texmfdist}/doc/latex/tabulary
10304 %doc %{texmfdist}/doc/latex/tabvar
10305 %doc %{texmfdist}/doc/latex/talk
10306 %doc %{texmfdist}/doc/latex/tapir
10307 %doc %{texmfdist}/doc/latex/tcldoc
10308 %doc %{texmfdist}/doc/latex/tdsfrmath
10309 %doc %{texmfdist}/doc/latex/technics
10310 %doc %{texmfdist}/doc/latex/ted
10311 %doc %{texmfdist}/doc/latex/tengwarscript
10312 %doc %{texmfdist}/doc/latex/tensor
10313 %doc %{texmfdist}/doc/latex/teubner
10314 %doc %{texmfdist}/doc/latex/texmate
10315 %doc %{texmfdist}/doc/latex/texpower
10316 %doc %{texmfdist}/doc/latex/texshade
10317 %doc %{texmfdist}/doc/latex/textcase
10318 %doc %{texmfdist}/doc/latex/textopo
10319 %doc %{texmfdist}/doc/latex/theoremref
10320 %doc %{texmfdist}/doc/latex/thesis-titlepage-fhac
10321 %doc %{texmfdist}/doc/latex/thinsp
10322 %doc %{texmfdist}/doc/latex/thmtools
10323 %doc %{texmfdist}/doc/latex/thumb
10324 %doc %{texmfdist}/doc/latex/thuthesis
10325 %doc %{texmfdist}/doc/latex/ticket
10326 %doc %{texmfdist}/doc/latex/tikz-inet
10327 %doc %{texmfdist}/doc/latex/timesht
10328 %doc %{texmfdist}/doc/latex/titling
10329 %doc %{texmfdist}/doc/latex/tocvsec2
10330 %doc %{texmfdist}/doc/latex/todo
10331 %doc %{texmfdist}/doc/latex/tokenizer
10332 %doc %{texmfdist}/doc/latex/toolbox
10333 %doc %{texmfdist}/doc/latex/topfloat
10334 %doc %{texmfdist}/doc/latex/toptesi
10335 %doc %{texmfdist}/doc/latex/tpslifonts
10336 %doc %{texmfdist}/doc/latex/trajan
10337 %doc %{texmfdist}/doc/latex/translator
10338 %doc %{texmfdist}/doc/latex/tree-dvips
10339 %doc %{texmfdist}/doc/latex/trfsigns
10340 %doc %{texmfdist}/doc/latex/trivfloat
10341 %doc %{texmfdist}/doc/latex/trsym
10342 %doc %{texmfdist}/doc/latex/tufte-latex
10343 %doc %{texmfdist}/doc/latex/tugboat
10344 %doc %{texmfdist}/doc/latex/turnstile
10345 %doc %{texmfdist}/doc/latex/twoup
10346 %doc %{texmfdist}/doc/latex/typedref
10347 %doc %{texmfdist}/doc/latex/typogrid
10348 %doc %{texmfdist}/doc/latex/uaclasses
10349 %doc %{texmfdist}/doc/latex/ucthesis
10350 %doc %{texmfdist}/doc/latex/uebungsblatt
10351 %doc %{texmfdist}/doc/latex/uiucthesis
10352 %doc %{texmfdist}/doc/latex/ulsy
10353 %doc %{texmfdist}/doc/latex/umich-thesis
10354 %doc %{texmfdist}/doc/latex/uml
10355 %doc %{texmfdist}/doc/latex/umlaute
10356 %doc %{texmfdist}/doc/latex/umoline
10357 %doc %{texmfdist}/doc/latex/umthesis
10358 %doc %{texmfdist}/doc/latex/underlin
10359 %doc %{texmfdist}/doc/latex/undertilde
10360 %doc %{texmfdist}/doc/latex/unitsdef
10361 %doc %{texmfdist}/doc/latex/unroman
10362 %doc %{texmfdist}/doc/latex/upmethodology
10363 %doc %{texmfdist}/doc/latex/urlbst
10364 %doc %{texmfdist}/doc/latex/ushort
10365 %doc %{texmfdist}/doc/latex/uwthesis
10366 %doc %{texmfdist}/doc/latex/varindex
10367 %doc %{texmfdist}/doc/latex/varsfromjobname
10368 %doc %{texmfdist}/doc/latex/vector
10369 %doc %{texmfdist}/doc/latex/verse
10370 %doc %{texmfdist}/doc/latex/vhistory
10371 %doc %{texmfdist}/doc/latex/vita
10372 %doc %{texmfdist}/doc/latex/volumes
10373 %doc %{texmfdist}/doc/latex/vpe
10374 %doc %{texmfdist}/doc/latex/vrsion
10375 %doc %{texmfdist}/doc/latex/vwcol
10376 %doc %{texmfdist}/doc/latex/vxu
10377 %doc %{texmfdist}/doc/latex/wadalab
10378 %doc %{texmfdist}/doc/latex/wallpaper
10379 %doc %{texmfdist}/doc/latex/warpcol
10380 %doc %{texmfdist}/doc/latex/wnri
10381 %doc %{texmfdist}/doc/latex/wordlike
10382 %doc %{texmfdist}/doc/latex/xargs
10383 %doc %{texmfdist}/doc/latex/xdoc
10384 %doc %{texmfdist}/doc/latex/xfor
10385 %doc %{texmfdist}/doc/latex/xifthen
10386 %doc %{texmfdist}/doc/latex/xmpincl
10387 %doc %{texmfdist}/doc/latex/xnewcommand
10388 %doc %{texmfdist}/doc/latex/xoptarg
10389 %doc %{texmfdist}/doc/latex/xpackages
10390 %doc %{texmfdist}/doc/latex/xskak
10391 %doc %{texmfdist}/doc/latex/xstring
10392 %doc %{texmfdist}/doc/latex/xtcapts
10393 %doc %{texmfdist}/doc/latex/xyling
10394 %doc %{texmfdist}/doc/latex/xytree
10395 %doc %{texmfdist}/doc/latex/yafoot
10396 %doc %{texmfdist}/doc/latex/yhmath
10397 %doc %{texmfdist}/doc/latex/york-thesis
10398 %doc %{texmfdist}/doc/latex/yplan
10399 %doc %{texmfdist}/doc/latex/zed-csp
10400 %doc %{texmfdist}/doc/latex/zefonts
10401 %doc %{texmfdist}/doc/latex/ziffer
10402 %doc %{texmfdist}/doc/latex/zwgetfdate
10403 %doc %{texmfdist}/source/latex/hyperref/doc
10404 %doc %{texmfdist}/source/latex/koma-script/doc
10405
10406 %files latex-other
10407 %defattr(644,root,root,755)
10408 %{texmfdist}/metapost/latexmp
10409 %{texmfdist}/metapost/makecirc
10410 %dir %{texmfdist}/source/alatex
10411 %{texmfdist}/source/alatex/base
10412 %dir %{texmfdist}/source/cslatex
10413 %{texmfdist}/source/cslatex/base
10414 %{texmfdist}/source/generic/xypic
10415 %{texmfdist}/source/latex/ESIEEcv
10416 %{texmfdist}/source/latex/GuIT
10417 %{texmfdist}/source/latex/HA-prosper
10418 %{texmfdist}/source/latex/IEEEconf
10419 %{texmfdist}/source/latex/aastex
10420 %{texmfdist}/source/latex/abc
10421 %{texmfdist}/source/latex/abstract
10422 %{texmfdist}/source/latex/achemso
10423 %{texmfdist}/source/latex/acmconf
10424 %{texmfdist}/source/latex/acronym
10425 %{texmfdist}/source/latex/active-conf
10426 %{texmfdist}/source/latex/addlines
10427 %{texmfdist}/source/latex/adrlist
10428 %{texmfdist}/source/latex/aiaa
10429 %{texmfdist}/source/latex/alg
10430 %{texmfdist}/source/latex/alnumsec
10431 %{texmfdist}/source/latex/altfont
10432 %{texmfdist}/source/latex/amsaddr
10433 %{texmfdist}/source/latex/amscls
10434 %{texmfdist}/source/latex/amsfonts
10435 %{texmfdist}/source/latex/amsmath
10436 %{texmfdist}/source/latex/amsrefs
10437 %{texmfdist}/source/latex/answers
10438 %{texmfdist}/source/latex/apacite
10439 %{texmfdist}/source/latex/appendix
10440 %{texmfdist}/source/latex/arcs
10441 %{texmfdist}/source/latex/arydshln
10442 %{texmfdist}/source/latex/asaetr
10443 %{texmfdist}/source/latex/ascii
10444 %{texmfdist}/source/latex/attachfile
10445 %{texmfdist}/source/latex/augie
10446 %{texmfdist}/source/latex/babelbib
10447 %{texmfdist}/source/latex/backgammon
10448 %{texmfdist}/source/latex/barcodes
10449 %{texmfdist}/source/latex/base
10450 %{texmfdist}/source/latex/bayer
10451 %{texmfdist}/source/latex/bbding
10452 %{texmfdist}/source/latex/bbm-macros
10453 %{texmfdist}/source/latex/belleek
10454 %{texmfdist}/source/latex/bengali
10455 %{texmfdist}/source/latex/beton
10456 %{texmfdist}/source/latex/bez123
10457 %{texmfdist}/source/latex/bibarts
10458 %{texmfdist}/source/latex/bibleref
10459 %{texmfdist}/source/latex/biblist
10460 %{texmfdist}/source/latex/bibtopic
10461 %{texmfdist}/source/latex/bibtopicprefix
10462 %{texmfdist}/source/latex/bigfoot
10463 %{texmfdist}/source/latex/binomexp
10464 %{texmfdist}/source/latex/biocon
10465 %{texmfdist}/source/latex/bizcard
10466 %{texmfdist}/source/latex/blindtext
10467 %{texmfdist}/source/latex/blowup
10468 %{texmfdist}/source/latex/boites
10469 %{texmfdist}/source/latex/bookhands
10470 %{texmfdist}/source/latex/booklet
10471 %{texmfdist}/source/latex/booktabs
10472 %{texmfdist}/source/latex/bophook
10473 %{texmfdist}/source/latex/boxhandler
10474 %{texmfdist}/source/latex/bpchem
10475 %{texmfdist}/source/latex/braille
10476 %{texmfdist}/source/latex/breakurl
10477 %{texmfdist}/source/latex/brushscr
10478 %{texmfdist}/source/latex/bullcntr
10479 %{texmfdist}/source/latex/burmese
10480 %{texmfdist}/source/latex/bytefield
10481 %{texmfdist}/source/latex/captcont
10482 %{texmfdist}/source/latex/caption
10483 %{texmfdist}/source/latex/carlisle
10484 %{texmfdist}/source/latex/catechis
10485 %{texmfdist}/source/latex/ccaption
10486 %{texmfdist}/source/latex/ccfonts
10487 %{texmfdist}/source/latex/cclicenses
10488 %{texmfdist}/source/latex/cd-cover
10489 %{texmfdist}/source/latex/cd
10490 %{texmfdist}/source/latex/cdpbundl
10491 %{texmfdist}/source/latex/changebar
10492 %{texmfdist}/source/latex/changes
10493 %{texmfdist}/source/latex/chappg
10494 %{texmfdist}/source/latex/chapterfolder
10495 %{texmfdist}/source/latex/chemcompounds
10496 %{texmfdist}/source/latex/chemstyle
10497 %{texmfdist}/source/latex/chessboard
10498 %{texmfdist}/source/latex/chessfss
10499 %{texmfdist}/source/latex/chletter
10500 %{texmfdist}/source/latex/circ
10501 %{texmfdist}/source/latex/cjw
10502 %{texmfdist}/source/latex/clefval
10503 %{texmfdist}/source/latex/cleveref
10504 %{texmfdist}/source/latex/cmcyralt
10505 %{texmfdist}/source/latex/cmdtrack
10506 %{texmfdist}/source/latex/cmll
10507 %{texmfdist}/source/latex/cmsd
10508 %{texmfdist}/source/latex/codepage
10509 %{texmfdist}/source/latex/colortbl
10510 %{texmfdist}/source/latex/colorwav
10511 %{texmfdist}/source/latex/combine
10512 %{texmfdist}/source/latex/comment
10513 %{texmfdist}/source/latex/computational-complexity
10514 %{texmfdist}/source/latex/confproc
10515 %{texmfdist}/source/latex/constants
10516 %{texmfdist}/source/latex/contour
10517 %{texmfdist}/source/latex/cooking
10518 %{texmfdist}/source/latex/cool
10519 %{texmfdist}/source/latex/coollist
10520 %{texmfdist}/source/latex/coolstr
10521 %{texmfdist}/source/latex/cooltooltips
10522 %{texmfdist}/source/latex/coordsys
10523 %{texmfdist}/source/latex/coverpage
10524 %{texmfdist}/source/latex/crop
10525 %{texmfdist}/source/latex/crossreference
10526 %{texmfdist}/source/latex/crosswrd
10527 %{texmfdist}/source/latex/csvtools
10528 %{texmfdist}/source/latex/ctable
10529 %{texmfdist}/source/latex/ctib
10530 %{texmfdist}/source/latex/cuisine
10531 %{texmfdist}/source/latex/currvita
10532 %{texmfdist}/source/latex/curve
10533 %{texmfdist}/source/latex/curve2e
10534 %{texmfdist}/source/latex/curves
10535 %{texmfdist}/source/latex/cweb-latex
10536 %{texmfdist}/source/latex/cwpuzzle
10537 %{texmfdist}/source/latex/dashbox
10538 %{texmfdist}/source/latex/dashrule
10539 %{texmfdist}/source/latex/datatool
10540 %{texmfdist}/source/latex/dateiliste
10541 %{texmfdist}/source/latex/datenumber
10542 %{texmfdist}/source/latex/datetime
10543 %{texmfdist}/source/latex/decimal
10544 %{texmfdist}/source/latex/delimtxt
10545 %{texmfdist}/source/latex/diagnose
10546 %{texmfdist}/source/latex/dialogl
10547 %{texmfdist}/source/latex/dinbrief
10548 %{texmfdist}/source/latex/disser
10549 %{texmfdist}/source/latex/dnaseq
10550 %{texmfdist}/source/latex/docmfp
10551 %{texmfdist}/source/latex/doipubmed
10552 %{texmfdist}/source/latex/dotarrow
10553 %{texmfdist}/source/latex/dotseqn
10554 %{texmfdist}/source/latex/dottex
10555 %{texmfdist}/source/latex/dprogress
10556 %{texmfdist}/source/latex/drac
10557 %{texmfdist}/source/latex/draftcopy
10558 %{texmfdist}/source/latex/draftwatermark
10559 %{texmfdist}/source/latex/dramatist
10560 %{texmfdist}/source/latex/dtk
10561 %{texmfdist}/source/latex/dtxgallery
10562 %{texmfdist}/source/latex/dyntree
10563 %{texmfdist}/source/latex/eCards
10564 %{texmfdist}/source/latex/ebezier
10565 %{texmfdist}/source/latex/ebsthesis
10566 %{texmfdist}/source/latex/ecclesiastic
10567 %{texmfdist}/source/latex/ecv
10568 %{texmfdist}/source/latex/ed
10569 %{texmfdist}/source/latex/edmac
10570 %{texmfdist}/source/latex/edmargin
10571 %{texmfdist}/source/latex/eemeir
10572 %{texmfdist}/source/latex/egplot
10573 %{texmfdist}/source/latex/eiad
10574 %{texmfdist}/source/latex/ellipsis
10575 %{texmfdist}/source/latex/elmath
10576 %{texmfdist}/source/latex/elsarticle
10577 %{texmfdist}/source/latex/em
10578 %{texmfdist}/source/latex/emp
10579 %{texmfdist}/source/latex/endfloat
10580 %{texmfdist}/source/latex/endheads
10581 %{texmfdist}/source/latex/engpron
10582 %{texmfdist}/source/latex/engrec
10583 %{texmfdist}/source/latex/environ
10584 %{texmfdist}/source/latex/envlab
10585 %{texmfdist}/source/latex/epigraph
10586 %{texmfdist}/source/latex/epiolmec
10587 %{texmfdist}/source/latex/epsdice
10588 %{texmfdist}/source/latex/eqlist
10589 %{texmfdist}/source/latex/eqnarray
10590 %{texmfdist}/source/latex/eqparbox
10591 %{texmfdist}/source/latex/errata
10592 %{texmfdist}/source/latex/esdiff
10593 %{texmfdist}/source/latex/eskd
10594 %{texmfdist}/source/latex/eso-pic
10595 %{texmfdist}/source/latex/esvect
10596 %{texmfdist}/source/latex/etaremune
10597 %{texmfdist}/source/latex/ethiop
10598 %{texmfdist}/source/latex/eukdate
10599 %{texmfdist}/source/latex/euler
10600 %{texmfdist}/source/latex/euproposal
10601 %{texmfdist}/source/latex/euro
10602 %{texmfdist}/source/latex/everypage
10603 %{texmfdist}/source/latex/exercise
10604 %{texmfdist}/source/latex/expdlist
10605 %{texmfdist}/source/latex/expl3
10606 %{texmfdist}/source/latex/export
10607 %{texmfdist}/source/latex/extpfeil
10608 %{texmfdist}/source/latex/extract
10609 %{texmfdist}/source/latex/facsimile
10610 %{texmfdist}/source/latex/faktor
10611 %{texmfdist}/source/latex/fancynum
10612 %{texmfdist}/source/latex/fancyref
10613 %{texmfdist}/source/latex/fancytooltips
10614 %{texmfdist}/source/latex/fancyvrb
10615 %{texmfdist}/source/latex/feynmf
10616 %{texmfdist}/source/latex/figsize
10617 %{texmfdist}/source/latex/filecontents
10618 %{texmfdist}/source/latex/fink
10619 %{texmfdist}/source/latex/fixme
10620 %{texmfdist}/source/latex/flabels
10621 %{texmfdist}/source/latex/flagderiv
10622 %{texmfdist}/source/latex/flashcards
10623 %{texmfdist}/source/latex/flippdf
10624 %{texmfdist}/source/latex/float
10625 %{texmfdist}/source/latex/floatrow
10626 %{texmfdist}/source/latex/flowfram
10627 %{texmfdist}/source/latex/fmp
10628 %{texmfdist}/source/latex/fmtcount
10629 %{texmfdist}/source/latex/fnbreak
10630 %{texmfdist}/source/latex/foilhtml
10631 %{texmfdist}/source/latex/fonttable
10632 %{texmfdist}/source/latex/footmisc
10633 %{texmfdist}/source/latex/footnpag
10634 %{texmfdist}/source/latex/forarray
10635 %{texmfdist}/source/latex/forloop
10636 %{texmfdist}/source/latex/formula
10637 %{texmfdist}/source/latex/fouridx
10638 %{texmfdist}/source/latex/frankenstein
10639 %{texmfdist}/source/latex/frontespizio
10640 %{texmfdist}/source/latex/fullblck
10641 %{texmfdist}/source/latex/functan
10642 %{texmfdist}/source/latex/fundus
10643 %{texmfdist}/source/latex/g-brief
10644 %{texmfdist}/source/latex/galois
10645 %{texmfdist}/source/latex/gcite
10646 %{texmfdist}/source/latex/genmpage
10647 %{texmfdist}/source/latex/geometry
10648 %{texmfdist}/source/latex/geomsty
10649 %{texmfdist}/source/latex/ginpenc
10650 %{texmfdist}/source/latex/glossaries
10651 %{texmfdist}/source/latex/gnuplottex
10652 %{texmfdist}/source/latex/go
10653 %{texmfdist}/source/latex/graphics
10654 %{texmfdist}/source/latex/graphicx-psmin
10655 %{texmfdist}/source/latex/greekdates
10656 %{texmfdist}/source/latex/grnumalt
10657 %{texmfdist}/source/latex/grverb
10658 %{texmfdist}/source/latex/guitar
10659 %{texmfdist}/source/latex/hanging
10660 %{texmfdist}/source/latex/harvard
10661 %{texmfdist}/source/latex/hc
10662 %{texmfdist}/source/latex/hepthesis
10663 %{texmfdist}/source/latex/hhtensor
10664 %{texmfdist}/source/latex/hilowres
10665 %{texmfdist}/source/latex/histogr
10666 %{texmfdist}/source/latex/hpsdiss
10667 %{texmfdist}/source/latex/hrlatex
10668 %{texmfdist}/source/latex/hyper
10669 %{texmfdist}/source/latex/hyperref
10670 %{texmfdist}/source/latex/hyperxmp
10671 %{texmfdist}/source/latex/hyphenat
10672 %{texmfdist}/source/latex/ibycus-babel
10673 %{texmfdist}/source/latex/icsv
10674 %{texmfdist}/source/latex/ifmslide
10675 %{texmfdist}/source/latex/ifplatform
10676 %{texmfdist}/source/latex/ijmart
10677 %{texmfdist}/source/latex/imtekda
10678 %{texmfdist}/source/latex/index
10679 %{texmfdist}/source/latex/inlinedef
10680 %{texmfdist}/source/latex/inversepath
10681 %{texmfdist}/source/latex/iso
10682 %{texmfdist}/source/latex/iso10303
10683 %{texmfdist}/source/latex/isodate
10684 %{texmfdist}/source/latex/isodoc
10685 %{texmfdist}/source/latex/isorot
10686 %{texmfdist}/source/latex/isotope
10687 %{texmfdist}/source/latex/itnumpar
10688 %{texmfdist}/source/latex/jeopardy
10689 %{texmfdist}/source/latex/jura
10690 %{texmfdist}/source/latex/juraabbrev
10691 %{texmfdist}/source/latex/jurarsp
10692 %{texmfdist}/source/latex/kdgreek
10693 %{texmfdist}/source/latex/kerntest
10694 %{texmfdist}/source/latex/kluwer
10695 %{texmfdist}/source/latex/koma-script
10696 %{texmfdist}/source/latex/labelcas
10697 %{texmfdist}/source/latex/labels
10698 %{texmfdist}/source/latex/lastpage
10699 %{texmfdist}/source/latex/latex-tds
10700 %{texmfdist}/source/latex/layouts
10701 %{texmfdist}/source/latex/lcg
10702 %{texmfdist}/source/latex/lcyw
10703 %{texmfdist}/source/latex/leading
10704 %{texmfdist}/source/latex/ledmac
10705 %{texmfdist}/source/latex/leftidx
10706 %{texmfdist}/source/latex/lettrine
10707 %{texmfdist}/source/latex/lexikon
10708 %{texmfdist}/source/latex/lhcyr
10709 %{texmfdist}/source/latex/lhelp
10710 %{texmfdist}/source/latex/limap
10711 %{texmfdist}/source/latex/lipsum
10712 %{texmfdist}/source/latex/listbib
10713 %{texmfdist}/source/latex/listings
10714 %{texmfdist}/source/latex/listliketab
10715 %{texmfdist}/source/latex/localloc
10716 %{texmfdist}/source/latex/logpap
10717 %{texmfdist}/source/latex/lps
10718 %{texmfdist}/source/latex/ltxindex
10719 %{texmfdist}/source/latex/mailing
10720 %{texmfdist}/source/latex/makebox
10721 %{texmfdist}/source/latex/makecell
10722 %{texmfdist}/source/latex/makecmds
10723 %{texmfdist}/source/latex/makedtx
10724 %{texmfdist}/source/latex/makeplot
10725 %{texmfdist}/source/latex/manfnt
10726 %{texmfdist}/source/latex/manuscript
10727 %{texmfdist}/source/latex/mapcodes
10728 %{texmfdist}/source/latex/marginnote
10729 %{texmfdist}/source/latex/mathcomp
10730 %{texmfdist}/source/latex/mathpazo
10731 %{texmfdist}/source/latex/mcaption
10732 %{texmfdist}/source/latex/mcite
10733 %{texmfdist}/source/latex/mdwtools
10734 %{texmfdist}/source/latex/memoir
10735 %{texmfdist}/source/latex/mentis
10736 %{texmfdist}/source/latex/menu
10737 %{texmfdist}/source/latex/method
10738 %{texmfdist}/source/latex/metre
10739 %{texmfdist}/source/latex/mff
10740 %{texmfdist}/source/latex/mfpic4ode
10741 %{texmfdist}/source/latex/mftinc
10742 %{texmfdist}/source/latex/mh
10743 %{texmfdist}/source/latex/miller
10744 %{texmfdist}/source/latex/minipage-marginpar
10745 %{texmfdist}/source/latex/minutes
10746 %{texmfdist}/source/latex/mlist
10747 %{texmfdist}/source/latex/mnsymbol
10748 %{texmfdist}/source/latex/modroman
10749 %{texmfdist}/source/latex/mongolian-babel
10750 %{texmfdist}/source/latex/montex
10751 %{texmfdist}/source/latex/moresize
10752 %{texmfdist}/source/latex/moreverb
10753 %{texmfdist}/source/latex/mparhack
10754 %{texmfdist}/source/latex/ms
10755 %{texmfdist}/source/latex/msg
10756 %{texmfdist}/source/latex/mtgreek
10757 %{texmfdist}/source/latex/multibbl
10758 %{texmfdist}/source/latex/multibib
10759 %{texmfdist}/source/latex/multicap
10760 %{texmfdist}/source/latex/mwcls
10761 %{texmfdist}/source/latex/mxd
10762 %{texmfdist}/source/latex/nag
10763 %{texmfdist}/source/latex/namespc
10764 %{texmfdist}/source/latex/natbib
10765 %{texmfdist}/source/latex/ncctools
10766 %{texmfdist}/source/latex/nddiss
10767 %{texmfdist}/source/latex/newalg
10768 %{texmfdist}/source/latex/newfile
10769 %{texmfdist}/source/latex/newlfm
10770 %{texmfdist}/source/latex/newspaper
10771 %{texmfdist}/source/latex/newvbtm
10772 %{texmfdist}/source/latex/niceframe
10773 %{texmfdist}/source/latex/noitcrul
10774 %{texmfdist}/source/latex/nomencl
10775 %{texmfdist}/source/latex/nomentbl
10776 %{texmfdist}/source/latex/nonfloat
10777 %{texmfdist}/source/latex/nostarch
10778 %{texmfdist}/source/latex/notes
10779 %{texmfdist}/source/latex/notes2bib
10780 %{texmfdist}/source/latex/nrc
10781 %{texmfdist}/source/latex/ntgclass
10782 %{texmfdist}/source/latex/ntheorem
10783 %{texmfdist}/source/latex/numprint
10784 %{texmfdist}/source/latex/oberdiek
10785 %{texmfdist}/source/latex/objectz
10786 %{texmfdist}/source/latex/octavo
10787 %{texmfdist}/source/latex/ogonek
10788 %{texmfdist}/source/latex/oldstyle
10789 %{texmfdist}/source/latex/opcit
10790 %{texmfdist}/source/latex/ordinalpt
10791 %{texmfdist}/source/latex/othello
10792 %{texmfdist}/source/latex/otibet
10793 %{texmfdist}/source/latex/pacioli
10794 %{texmfdist}/source/latex/pageno
10795 %{texmfdist}/source/latex/pagenote
10796 %{texmfdist}/source/latex/paper
10797 %{texmfdist}/source/latex/papercdcase
10798 %{texmfdist}/source/latex/papertex
10799 %{texmfdist}/source/latex/paralist
10800 %{texmfdist}/source/latex/parallel
10801 %{texmfdist}/source/latex/paresse
10802 %{texmfdist}/source/latex/parrun
10803 %{texmfdist}/source/latex/patchcmd
10804 %{texmfdist}/source/latex/pauldoc
10805 %{texmfdist}/source/latex/pawpict
10806 %{texmfdist}/source/latex/pbox
10807 %{texmfdist}/source/latex/pbsheet
10808 %{texmfdist}/source/latex/pdfcprot
10809 %{texmfdist}/source/latex/pdfpages
10810 %{texmfdist}/source/latex/perltex
10811 %{texmfdist}/source/latex/permute
10812 %{texmfdist}/source/latex/petri-nets
10813 %{texmfdist}/source/latex/pgfopts
10814 %{texmfdist}/source/latex/pgfplots
10815 %{texmfdist}/source/latex/philosophersimprint
10816 %{texmfdist}/source/latex/photo
10817 %{texmfdist}/source/latex/pict2e
10818 %{texmfdist}/source/latex/pittetd
10819 %{texmfdist}/source/latex/plari
10820 %{texmfdist}/source/latex/play
10821 %{texmfdist}/source/latex/plweb
10822 %{texmfdist}/source/latex/poemscol
10823 %{texmfdist}/source/latex/polski
10824 %{texmfdist}/source/latex/polyglot
10825 %{texmfdist}/source/latex/polytable
10826 %{texmfdist}/source/latex/powerdot
10827 %{texmfdist}/source/latex/ppr-prv
10828 %{texmfdist}/source/latex/pracjourn
10829 %{texmfdist}/source/latex/preprint
10830 %{texmfdist}/source/latex/prettyref
10831 %{texmfdist}/source/latex/preview
10832 %{texmfdist}/source/latex/proba
10833 %{texmfdist}/source/latex/probsoln
10834 %{texmfdist}/source/latex/progkeys
10835 %{texmfdist}/source/latex/prosper
10836 %{texmfdist}/source/latex/protocol
10837 %{texmfdist}/source/latex/psfrag
10838 %{texmfdist}/source/latex/psfragx
10839 %{texmfdist}/source/latex/pslatex
10840 %{texmfdist}/source/latex/pspicture
10841 %{texmfdist}/source/latex/qcm
10842 %{texmfdist}/source/latex/qstest
10843 %{texmfdist}/source/latex/qsymbols
10844 %{texmfdist}/source/latex/quotchap
10845 %{texmfdist}/source/latex/quotmark
10846 %{texmfdist}/source/latex/randbild
10847 %{texmfdist}/source/latex/rccol
10848 %{texmfdist}/source/latex/rcs
10849 %{texmfdist}/source/latex/rcsinfo
10850 %{texmfdist}/source/latex/recipecard
10851 %{texmfdist}/source/latex/refman
10852 %{texmfdist}/source/latex/refstyle
10853 %{texmfdist}/source/latex/regcount
10854 %{texmfdist}/source/latex/register
10855 %{texmfdist}/source/latex/relenc
10856 %{texmfdist}/source/latex/revtex
10857 %{texmfdist}/source/latex/rmpage
10858 %{texmfdist}/source/latex/robustcommand
10859 %{texmfdist}/source/latex/romannum
10860 %{texmfdist}/source/latex/rotating
10861 %{texmfdist}/source/latex/rotfloat
10862 %{texmfdist}/source/latex/rsc
10863 %{texmfdist}/source/latex/rst
10864 %{texmfdist}/source/latex/rtkinenc
10865 %{texmfdist}/source/latex/sagetex
10866 %{texmfdist}/source/latex/sanskrit
10867 %{texmfdist}/source/latex/sauerj
10868 %{texmfdist}/source/latex/sauterfonts
10869 %{texmfdist}/source/latex/savefnmark
10870 %{texmfdist}/source/latex/savetrees
10871 %{texmfdist}/source/latex/scale
10872 %{texmfdist}/source/latex/scalebar
10873 %{texmfdist}/source/latex/schedule
10874 %{texmfdist}/source/latex/sciwordconv
10875 %{texmfdist}/source/latex/screenplay
10876 %{texmfdist}/source/latex/sectsty
10877 %{texmfdist}/source/latex/semantic
10878 %{texmfdist}/source/latex/semioneside
10879 %{texmfdist}/source/latex/seqsplit
10880 %{texmfdist}/source/latex/sf298
10881 %{texmfdist}/source/latex/sffms
10882 %{texmfdist}/source/latex/shorttoc
10883 %{texmfdist}/source/latex/show2e
10884 %{texmfdist}/source/latex/showexpl
10885 %{texmfdist}/source/latex/showlabels
10886 %{texmfdist}/source/latex/sidecap
10887 %{texmfdist}/source/latex/siggraph
10888 %{texmfdist}/source/latex/simplecv
10889 %{texmfdist}/source/latex/simplewick
10890 %{texmfdist}/source/latex/skull
10891 %{texmfdist}/source/latex/slantsc
10892 %{texmfdist}/source/latex/snapshot
10893 %{texmfdist}/source/latex/songbook
10894 %{texmfdist}/source/latex/soul
10895 %{texmfdist}/source/latex/splitbib
10896 %{texmfdist}/source/latex/splitindex
10897 %{texmfdist}/source/latex/srcltx
10898 %{texmfdist}/source/latex/sseq
10899 %{texmfdist}/source/latex/ssqquote
10900 %{texmfdist}/source/latex/stack
10901 %{texmfdist}/source/latex/statistik
10902 %{texmfdist}/source/latex/staves
10903 %{texmfdist}/source/latex/stdclsdv
10904 %{texmfdist}/source/latex/stdpage
10905 %{texmfdist}/source/latex/stellenbosch
10906 %{texmfdist}/source/latex/stex
10907 %{texmfdist}/source/latex/stringstrings
10908 %{texmfdist}/source/latex/struktex
10909 %{texmfdist}/source/latex/subdepth
10910 %{texmfdist}/source/latex/subeqn
10911 %{texmfdist}/source/latex/subeqnarray
10912 %{texmfdist}/source/latex/subfig
10913 %{texmfdist}/source/latex/subfigure
10914 %{texmfdist}/source/latex/subfloat
10915 %{texmfdist}/source/latex/sudoku
10916 %{texmfdist}/source/latex/sudokubundle
10917 %{texmfdist}/source/latex/supertabular
10918 %{texmfdist}/source/latex/svn-multi
10919 %{texmfdist}/source/latex/svn
10920 %{texmfdist}/source/latex/svninfo
10921 %{texmfdist}/source/latex/swimgraf
10922 %{texmfdist}/source/latex/syntrace
10923 %{texmfdist}/source/latex/synttree
10924 %{texmfdist}/source/latex/tablists
10925 %{texmfdist}/source/latex/tabulary
10926 %{texmfdist}/source/latex/tabvar
10927 %{texmfdist}/source/latex/talk
10928 %{texmfdist}/source/latex/tcldoc
10929 %{texmfdist}/source/latex/tdsfrmath
10930 %{texmfdist}/source/latex/technics
10931 %{texmfdist}/source/latex/ted
10932 %{texmfdist}/source/latex/tengwarscript
10933 %{texmfdist}/source/latex/tensor
10934 %{texmfdist}/source/latex/teubner
10935 %{texmfdist}/source/latex/texmate
10936 %{texmfdist}/source/latex/texpower
10937 %{texmfdist}/source/latex/texshade
10938 %{texmfdist}/source/latex/textcase
10939 %{texmfdist}/source/latex/textfit
10940 %{texmfdist}/source/latex/textopo
10941 %{texmfdist}/source/latex/textpos
10942 %{texmfdist}/source/latex/thesis-titlepage-fhac
10943 %{texmfdist}/source/latex/thmtools
10944 %{texmfdist}/source/latex/thumb
10945 %{texmfdist}/source/latex/thuthesis
10946 %{texmfdist}/source/latex/timesht
10947 %{texmfdist}/source/latex/titling
10948 %{texmfdist}/source/latex/tocbibind
10949 %{texmfdist}/source/latex/tocloft
10950 %{texmfdist}/source/latex/tocvsec2
10951 %{texmfdist}/source/latex/todo
10952 %{texmfdist}/source/latex/toolbox
10953 %{texmfdist}/source/latex/tools
10954 %{texmfdist}/source/latex/toptesi
10955 %{texmfdist}/source/latex/totpages
10956 %{texmfdist}/source/latex/trajan
10957 %{texmfdist}/source/latex/tree-dvips
10958 %{texmfdist}/source/latex/trfsigns
10959 %{texmfdist}/source/latex/trivfloat
10960 %{texmfdist}/source/latex/trsym
10961 %{texmfdist}/source/latex/tugboat
10962 %{texmfdist}/source/latex/turnstile
10963 %{texmfdist}/source/latex/twoup
10964 %{texmfdist}/source/latex/type1cm
10965 %{texmfdist}/source/latex/typedref
10966 %{texmfdist}/source/latex/typogrid
10967 %{texmfdist}/source/latex/uaclasses
10968 %{texmfdist}/source/latex/uiucthesis
10969 %{texmfdist}/source/latex/ulsy
10970 %{texmfdist}/source/latex/uml
10971 %{texmfdist}/source/latex/umlaute
10972 %{texmfdist}/source/latex/umoline
10973 %{texmfdist}/source/latex/underlin
10974 %{texmfdist}/source/latex/undertilde
10975 %{texmfdist}/source/latex/units
10976 %{texmfdist}/source/latex/unitsdef
10977 %{texmfdist}/source/latex/unroman
10978 %{texmfdist}/source/latex/upmethodology
10979 %{texmfdist}/source/latex/urlbst
10980 %{texmfdist}/source/latex/ushort
10981 %{texmfdist}/source/latex/varindex
10982 %{texmfdist}/source/latex/vector
10983 %{texmfdist}/source/latex/verse
10984 %{texmfdist}/source/latex/vmargin
10985 %{texmfdist}/source/latex/volumes
10986 %{texmfdist}/source/latex/vrsion
10987 %{texmfdist}/source/latex/vwcol
10988 %{texmfdist}/source/latex/vxu
10989 %{texmfdist}/source/latex/warning
10990 %{texmfdist}/source/latex/warpcol
10991 %{texmfdist}/source/latex/was
10992 %{texmfdist}/source/latex/wnri
10993 %{texmfdist}/source/latex/xargs
10994 %{texmfdist}/source/latex/xdoc
10995 %{texmfdist}/source/latex/xfor
10996 %{texmfdist}/source/latex/xmpincl
10997 %{texmfdist}/source/latex/xpackages
10998 %{texmfdist}/source/latex/xskak
10999 %{texmfdist}/source/latex/xtab
11000 %{texmfdist}/source/latex/xtcapts
11001 %{texmfdist}/source/latex/yafoot
11002 %{texmfdist}/source/latex/yfonts
11003 %{texmfdist}/source/latex/yhmath
11004 %{texmfdist}/source/latex/york-thesis
11005 %{texmfdist}/source/latex/youngtab
11006 %dir %{texmfdist}/source/plain
11007 %{texmfdist}/source/plain/jsmisc
11008 %{texmfdist}/source/xelatex
11009 %{texmfdist}/tex/alatex
11010 %{texmfdist}/tex/generic/enctex
11011 %{texmfdist}/tex/latex/kalender
11012 %{texmfdist}/tex/latex/karnaugh
11013 %{texmfdist}/tex/latex/kerkis
11014 %{texmfdist}/tex/latex/kerntest
11015 %{texmfdist}/tex/latex/kluwer
11016 %{texmfdist}/tex/latex/kpfonts
11017 %{texmfdist}/tex/latex/kurier
11018 %{texmfdist}/tex/latex/labelcas
11019 %{texmfdist}/tex/latex/lazylist
11020 %{texmfdist}/tex/latex/lcg
11021 %{texmfdist}/tex/latex/lcyw
11022 %{texmfdist}/tex/latex/leading
11023 %{texmfdist}/tex/latex/ledmac
11024 %{texmfdist}/tex/latex/lettre
11025 %{texmfdist}/tex/latex/levy
11026 %{texmfdist}/tex/latex/lexikon
11027 %{texmfdist}/tex/latex/lgreek
11028 %{texmfdist}/tex/latex/lhcyr
11029 %{texmfdist}/tex/latex/lhelp
11030 %{texmfdist}/tex/latex/libertine
11031 %{texmfdist}/tex/latex/limap
11032 %{texmfdist}/tex/latex/linearA
11033 %{texmfdist}/tex/latex/linguex
11034 %{texmfdist}/tex/latex/lipsum
11035 %{texmfdist}/tex/latex/listbib
11036 %{texmfdist}/tex/latex/listliketab
11037 %{texmfdist}/tex/latex/listofsymbols
11038 %{texmfdist}/tex/latex/lkproof
11039 %{texmfdist}/tex/latex/logic
11040 %{texmfdist}/tex/latex/logpap
11041 %{texmfdist}/tex/latex/lps
11042 %{texmfdist}/tex/latex/lsc
11043 %{texmfdist}/tex/latex/ltablex
11044 %{texmfdist}/tex/latex/ltxindex
11045 %{texmfdist}/tex/latex/lxfonts
11046 %{texmfdist}/tex/latex/ly1
11047 %{texmfdist}/tex/latex/mafr
11048 %{texmfdist}/tex/latex/mailing
11049 %{texmfdist}/tex/latex/makebarcode
11050 %{texmfdist}/tex/latex/makebox
11051 %{texmfdist}/tex/latex/makecell
11052 %{texmfdist}/tex/latex/makecmds
11053 %{texmfdist}/tex/latex/makedtx
11054 %{texmfdist}/tex/latex/makeglos
11055 %{texmfdist}/tex/latex/makeplot
11056 %{texmfdist}/tex/latex/manfnt
11057 %{texmfdist}/tex/latex/manuscript
11058 %{texmfdist}/tex/latex/mapcodes
11059 %{texmfdist}/tex/latex/maple
11060 %{texmfdist}/tex/latex/marginnote
11061 %{texmfdist}/tex/latex/mathdesign
11062 %{texmfdist}/tex/latex/maybemath
11063 %{texmfdist}/tex/latex/mcaption
11064 %{texmfdist}/tex/latex/mceinleger
11065 %{texmfdist}/tex/latex/mcite
11066 %{texmfdist}/tex/latex/mciteplus
11067 %{texmfdist}/tex/latex/memexsupp
11068 %{texmfdist}/tex/latex/mentis
11069 %{texmfdist}/tex/latex/menu
11070 %{texmfdist}/tex/latex/method
11071 %{texmfdist}/tex/latex/metre
11072 %{texmfdist}/tex/latex/mff
11073 %{texmfdist}/tex/latex/mfpic4ode
11074 %{texmfdist}/tex/latex/mftinc
11075 %{texmfdist}/tex/latex/mhchem
11076 %{texmfdist}/tex/latex/mhequ
11077 %{texmfdist}/tex/latex/mhs
11078 %{texmfdist}/tex/latex/miller
11079 %{texmfdist}/tex/latex/minipage-marginpar
11080 %{texmfdist}/tex/latex/miniplot
11081 %{texmfdist}/tex/latex/minutes
11082 %{texmfdist}/tex/latex/mla-paper
11083 %{texmfdist}/tex/latex/mlist
11084 %{texmfdist}/tex/latex/moresize
11085 %{texmfdist}/tex/latex/movie15
11086 %{texmfdist}/tex/latex/msc
11087 %{texmfdist}/tex/latex/msg
11088 %{texmfdist}/tex/latex/mslapa
11089 %{texmfdist}/tex/latex/mtgreek
11090 %{texmfdist}/tex/latex/multibbl
11091 %{texmfdist}/tex/latex/multicap
11092 %{texmfdist}/tex/latex/multido
11093 %{texmfdist}/tex/latex/muthesis
11094 %{texmfdist}/tex/latex/mxd
11095 %{texmfdist}/tex/latex/mxedruli
11096 %{texmfdist}/tex/latex/nag
11097 %{texmfdist}/tex/latex/namespc
11098 %{texmfdist}/tex/latex/nath
11099 %{texmfdist}/tex/latex/nature
11100 %{texmfdist}/tex/latex/newvbtm
11101 %{texmfdist}/tex/latex/niceframe
11102 %{texmfdist}/tex/latex/nih
11103 %{texmfdist}/tex/latex/noitcrul
11104 %{texmfdist}/tex/latex/nomentbl
11105 %{texmfdist}/tex/latex/nonfloat
11106 %{texmfdist}/tex/latex/nostarch
11107 %{texmfdist}/tex/latex/notes
11108 %{texmfdist}/tex/latex/notes2bib
11109 %{texmfdist}/tex/latex/nrc
11110 %{texmfdist}/tex/latex/ntabbing
11111 %{texmfdist}/tex/latex/numline
11112 %{texmfdist}/tex/latex/numname
11113 %{texmfdist}/tex/latex/numprint
11114 %{texmfdist}/tex/latex/objectz
11115 %{texmfdist}/tex/latex/ocr-latex
11116 %{texmfdist}/tex/latex/octavo
11117 %{texmfdist}/tex/latex/ogonek
11118 %{texmfdist}/tex/latex/oldstyle
11119 %{texmfdist}/tex/latex/opcit
11120 %{texmfdist}/tex/latex/ordinalpt
11121 %{texmfdist}/tex/latex/ot2cyr
11122 %{texmfdist}/tex/latex/othello
11123 %{texmfdist}/tex/latex/otibet
11124 %{texmfdist}/tex/latex/outline
11125 %{texmfdist}/tex/latex/outliner
11126 %{texmfdist}/tex/latex/pacioli
11127 %{texmfdist}/tex/latex/pageno
11128 %{texmfdist}/tex/latex/pagenote
11129 %{texmfdist}/tex/latex/palatino
11130 %{texmfdist}/tex/latex/paper
11131 %{texmfdist}/tex/latex/papercdcase
11132 %{texmfdist}/tex/latex/papertex
11133 %{texmfdist}/tex/latex/parallel
11134 %{texmfdist}/tex/latex/paresse
11135 %{texmfdist}/tex/latex/parrun
11136 %{texmfdist}/tex/latex/patchcmd
11137 %{texmfdist}/tex/latex/pauldoc
11138 %{texmfdist}/tex/latex/pawpict
11139 %{texmfdist}/tex/latex/pbox
11140 %{texmfdist}/tex/latex/pbsheet
11141 %{texmfdist}/tex/latex/pclnfss
11142 %{texmfdist}/tex/latex/pdfcprot
11143 %{texmfdist}/tex/latex/pdfscreen
11144 %{texmfdist}/tex/latex/pdftricks
11145 %{texmfdist}/tex/latex/pdfwin
11146 %{texmfdist}/tex/latex/pecha
11147 %{texmfdist}/tex/latex/perltex
11148 %{texmfdist}/tex/latex/permute
11149 %{texmfdist}/tex/latex/petiteannonce
11150 %{texmfdist}/tex/latex/petri-nets
11151 %{texmfdist}/tex/latex/pgf-soroban
11152 %{texmfdist}/tex/latex/phaistos
11153 %{texmfdist}/tex/latex/philex
11154 %{texmfdist}/tex/latex/philosophersimprint
11155 %{texmfdist}/tex/latex/phonetic
11156 %{texmfdist}/tex/latex/photo
11157 %{texmfdist}/tex/latex/pictex2
11158 %{texmfdist}/tex/latex/pinlabel
11159 %{texmfdist}/tex/latex/pittetd
11160 %{texmfdist}/tex/latex/plari
11161 %{texmfdist}/tex/latex/plates
11162 %{texmfdist}/tex/latex/play
11163 %{texmfdist}/tex/latex/plweb
11164 %{texmfdist}/tex/latex/pmgraph
11165 %{texmfdist}/tex/latex/poemscol
11166 %{texmfdist}/tex/latex/polski
11167 %{texmfdist}/tex/latex/polyglot
11168 %{texmfdist}/tex/latex/polytable
11169 %{texmfdist}/tex/latex/postcards
11170 %{texmfdist}/tex/latex/powerdot
11171 %{texmfdist}/tex/latex/ppower4
11172 %{texmfdist}/tex/latex/ppr-prv
11173 %{texmfdist}/tex/latex/pracjourn
11174 %{texmfdist}/tex/latex/prettyref
11175 %{texmfdist}/tex/latex/proba
11176 %{texmfdist}/tex/latex/probsoln
11177 %{texmfdist}/tex/latex/procIAGssymp
11178 %{texmfdist}/tex/latex/progkeys
11179 %{texmfdist}/tex/latex/progress
11180 %{texmfdist}/tex/latex/protex
11181 %{texmfdist}/tex/latex/protocol
11182 %{texmfdist}/tex/latex/psfragx
11183 %{texmfdist}/tex/latex/psgo
11184 %{texmfdist}/tex/latex/pspicture
11185 %{texmfdist}/tex/latex/ptptex
11186 %{texmfdist}/tex/latex/qcm
11187 %{texmfdist}/tex/latex/qobitree
11188 %{texmfdist}/tex/latex/qstest
11189 %{texmfdist}/tex/latex/qsymbols
11190 %{texmfdist}/tex/latex/qtree
11191 %{texmfdist}/tex/latex/quotchap
11192 %{texmfdist}/tex/latex/quotmark
11193 %{texmfdist}/tex/latex/r_und_s
11194 %{texmfdist}/tex/latex/randbild
11195 %{texmfdist}/tex/latex/randtext
11196 %{texmfdist}/tex/latex/rccol
11197 %{texmfdist}/tex/latex/rcs
11198 %{texmfdist}/tex/latex/rcsinfo
11199 %{texmfdist}/tex/latex/recipecard
11200 %{texmfdist}/tex/latex/rectopma
11201 %{texmfdist}/tex/latex/refcheck
11202 %{texmfdist}/tex/latex/refman
11203 %{texmfdist}/tex/latex/refstyle
11204 %{texmfdist}/tex/latex/regcount
11205 %{texmfdist}/tex/latex/register
11206 %{texmfdist}/tex/latex/relenc
11207 %{texmfdist}/tex/latex/repeatindex
11208 %{texmfdist}/tex/latex/resume
11209 %{texmfdist}/tex/latex/rlepsf
11210 %{texmfdist}/tex/latex/rmpage
11211 %{texmfdist}/tex/latex/robustcommand
11212 %{texmfdist}/tex/latex/robustindex
11213 %{texmfdist}/tex/latex/romannum
11214 %{texmfdist}/tex/latex/rotpages
11215 %{texmfdist}/tex/latex/rsc
11216 %{texmfdist}/tex/latex/rst
11217 %{texmfdist}/tex/latex/rtkinenc
11218 %{texmfdist}/tex/latex/rtklage
11219 %{texmfdist}/tex/latex/sagetex
11220 %{texmfdist}/tex/latex/sanskrit
11221 %{texmfdist}/tex/latex/sauerj
11222 %{texmfdist}/tex/latex/sauterfonts
11223 %{texmfdist}/tex/latex/savefnmark
11224 %{texmfdist}/tex/latex/savesym
11225 %{texmfdist}/tex/latex/savetrees
11226 %{texmfdist}/tex/latex/scalebar
11227 %{texmfdist}/tex/latex/schedule
11228 %{texmfdist}/tex/latex/scientificpaper
11229 %{texmfdist}/tex/latex/sciposter
11230 %{texmfdist}/tex/latex/sciwordconv
11231 %{texmfdist}/tex/latex/screenplay
11232 %{texmfdist}/tex/latex/script
11233 %{texmfdist}/tex/latex/sdrt
11234 %{texmfdist}/tex/latex/sectionbox
11235 %{texmfdist}/tex/latex/semantic
11236 %{texmfdist}/tex/latex/semaphor
11237 %{texmfdist}/tex/latex/semioneside
11238 %{texmfdist}/tex/latex/seqsplit
11239 %{texmfdist}/tex/latex/sf298
11240 %{texmfdist}/tex/latex/sffms
11241 %{texmfdist}/tex/latex/sfg
11242 %{texmfdist}/tex/latex/sfmath
11243 %{texmfdist}/tex/latex/sgame
11244 %{texmfdist}/tex/latex/shadbox
11245 %{texmfdist}/tex/latex/shadethm
11246 %{texmfdist}/tex/latex/shipunov
11247 %{texmfdist}/tex/latex/shorttoc
11248 %{texmfdist}/tex/latex/show2e
11249 %{texmfdist}/tex/latex/showexpl
11250 %{texmfdist}/tex/latex/sides
11251 %{texmfdist}/tex/latex/siggraph
11252 %{texmfdist}/tex/latex/simplecv
11253 %{texmfdist}/tex/latex/simplewick
11254 %{texmfdist}/tex/latex/skak
11255 %{texmfdist}/tex/latex/skull
11256 %{texmfdist}/tex/latex/slantsc
11257 %{texmfdist}/tex/latex/smalltableof
11258 %{texmfdist}/tex/latex/smartref
11259 %{texmfdist}/tex/latex/smflatex
11260 %{texmfdist}/tex/latex/snapshot
11261 %{texmfdist}/tex/latex/songbook
11262 %{texmfdist}/tex/latex/soyombo
11263 %{texmfdist}/tex/latex/sparklines
11264 %{texmfdist}/tex/latex/spie
11265 %{texmfdist}/tex/latex/splitbib
11266 %{texmfdist}/tex/latex/splitindex
11267 %{texmfdist}/tex/latex/sprite
11268 %{texmfdist}/tex/latex/srcltx
11269 %{texmfdist}/tex/latex/sseq
11270 %{texmfdist}/tex/latex/ssqquote
11271 %{texmfdist}/tex/latex/stack
11272 %{texmfdist}/tex/latex/stage
11273 %{texmfdist}/tex/latex/statex2
11274 %{texmfdist}/tex/latex/statistik
11275 %{texmfdist}/tex/latex/staves
11276 %{texmfdist}/tex/latex/stdpage
11277 %{texmfdist}/tex/latex/stellenbosch
11278 %{texmfdist}/tex/latex/stex
11279 %{texmfdist}/tex/latex/stringstrings
11280 %{texmfdist}/tex/latex/struktex
11281 %{texmfdist}/tex/latex/sttools
11282 %{texmfdist}/tex/latex/stubs
11283 %{texmfdist}/tex/latex/subdepth
11284 %{texmfdist}/tex/latex/subeqn
11285 %{texmfdist}/tex/latex/subeqnarray
11286 %{texmfdist}/tex/latex/subfloat
11287 %{texmfdist}/tex/latex/substr
11288 %{texmfdist}/tex/latex/sudoku
11289 %{texmfdist}/tex/latex/sudokubundle
11290 %{texmfdist}/tex/latex/sugconf
11291 %{texmfdist}/tex/latex/susy
11292 %{texmfdist}/tex/latex/svgcolor
11293 %{texmfdist}/tex/latex/svn-multi
11294 %{texmfdist}/tex/latex/svn
11295 %{texmfdist}/tex/latex/svninfo
11296 %{texmfdist}/tex/latex/swimgraf
11297 %{texmfdist}/tex/latex/symbol
11298 %{texmfdist}/tex/latex/synproof
11299 %{texmfdist}/tex/latex/syntax
11300 %{texmfdist}/tex/latex/syntrace
11301 %{texmfdist}/tex/latex/synttree
11302 %{texmfdist}/tex/latex/timing
11303 %{texmfdist}/tex/latex/tocvsec2
11304 %{texmfdist}/tex/latex/todo
11305 %{texmfdist}/tex/latex/tokenizer
11306 %{texmfdist}/tex/latex/toolbox
11307 %{texmfdist}/tex/latex/topfloat
11308 %{texmfdist}/tex/latex/toptesi
11309 %{texmfdist}/tex/latex/tpslifonts
11310 %{texmfdist}/tex/latex/tracking
11311 %{texmfdist}/tex/latex/trajan
11312 %{texmfdist}/tex/latex/translator
11313 %{texmfdist}/tex/latex/tree-dvips
11314 %{texmfdist}/tex/latex/trfsigns
11315 %{texmfdist}/tex/latex/trivfloat
11316 %{texmfdist}/tex/latex/trsym
11317 %{texmfdist}/tex/latex/tufte-latex
11318 %{texmfdist}/tex/latex/tugboat
11319 %{texmfdist}/tex/latex/turnstile
11320 %{texmfdist}/tex/latex/twoup
11321 %{texmfdist}/tex/latex/typedref
11322 %{texmfdist}/tex/latex/typogrid
11323 %{texmfdist}/tex/latex/uaclasses
11324 %{texmfdist}/tex/latex/ucthesis
11325 %{texmfdist}/tex/latex/uebungsblatt
11326 %{texmfdist}/tex/latex/uhrzeit
11327 %{texmfdist}/tex/latex/uiucthesis
11328 %{texmfdist}/tex/latex/ulsy
11329 %{texmfdist}/tex/latex/umich-thesis
11330 %{texmfdist}/tex/latex/uml
11331 %{texmfdist}/tex/latex/umoline
11332 %{texmfdist}/tex/latex/umrand
11333 %{texmfdist}/tex/latex/umthesis
11334 %{texmfdist}/tex/latex/underlin
11335 %{texmfdist}/tex/latex/ushort
11336 %{texmfdist}/tex/latex/uwthesis
11337
11338 # %files latex-palatcm
11339 # %defattr(644,root,root,755)
11340 # %{texmf}/tex/latex/palatcm
11341
11342 %files latex-pdfslide
11343 %defattr(644,root,root,755)
11344 %doc %{texmfdist}/doc/latex/pdfslide
11345 %{texmfdist}/tex/latex/pdfslide
11346
11347 %files latex-pgf
11348 %defattr(644,root,root,755)
11349 %doc %{texmfdist}/doc/generic/pgf
11350 %{texmfdist}/tex/generic/pgf
11351 %{texmfdist}/tex/generic/pgfplots
11352 %{texmfdist}/tex/latex/pgf
11353 %{texmfdist}/tex/latex/pgfopts
11354 %{texmfdist}/tex/latex/pgfplots
11355
11356 %files latex-prosper
11357 %defattr(644,root,root,755)
11358 %doc %{texmfdist}/doc/latex/prosper
11359 %{texmfdist}/tex/latex/prosper
11360
11361 %files latex-polynom
11362 %defattr(644,root,root,755)
11363 %doc %{texmfdist}/doc/latex/polynom
11364 %{texmfdist}/source/latex/polynom
11365 %{texmfdist}/tex/latex/polynom
11366
11367 %files latex-polynomial
11368 %defattr(644,root,root,755)
11369 %doc %{texmfdist}/doc/latex/polynomial
11370 %{texmfdist}/source/latex/polynomial
11371 %{texmfdist}/tex/latex/polynomial
11372
11373 %files latex-pseudocode
11374 %defattr(644,root,root,755)
11375 %doc %{texmfdist}/doc/latex/pseudocode
11376 %{texmfdist}/tex/latex/pseudocode
11377
11378 %files latex-pst-2dplot
11379 %defattr(644,root,root,755)
11380 %doc %{texmfdist}/doc/generic/pst-2dplot
11381 %{texmfdist}/tex/latex/pst-2dplot
11382
11383 %files latex-pst-3dplot
11384 %defattr(644,root,root,755)
11385 %doc %{texmfdist}/doc/generic/pst-3dplot
11386 %{texmfdist}/dvips/pst-3dplot
11387 %{texmfdist}/tex/generic/pst-3dplot
11388 %{texmfdist}/tex/latex/pst-3dplot
11389
11390 %files latex-pst-bar
11391 %defattr(644,root,root,755)
11392 %doc %{texmfdist}/doc/generic/pst-3dplot
11393 %{texmfdist}/dvips/pst-bar
11394 %{texmfdist}/tex/generic/pst-bar
11395 %{texmfdist}/tex/latex/pst-bar
11396
11397 %files latex-pst-circ
11398 %defattr(644,root,root,755)
11399 %doc %{texmfdist}/doc/generic/pst-circ
11400 %{texmfdist}/dvips/pst-circ
11401 %{texmfdist}/tex/generic/pst-circ
11402 %{texmfdist}/tex/latex/pst-circ
11403
11404 %files latex-pst-diffraction
11405 %defattr(644,root,root,755)
11406 %doc %{texmfdist}/doc/generic/pst-diffraction
11407 %{texmfdist}/tex/generic/pst-diffraction
11408 %{texmfdist}/tex/latex/pst-diffraction
11409
11410 %files latex-pst-eucl
11411 %defattr(644,root,root,755)
11412 %doc %{texmfdist}/doc/generic/pst-eucl
11413 %{texmfdist}/tex/generic/pst-eucl
11414 %{texmfdist}/tex/latex/pst-eucl
11415
11416 %files latex-pst-fun
11417 %defattr(644,root,root,755)
11418 %doc %{texmfdist}/doc/generic/pst-fun
11419 %{texmfdist}/dvips/pst-fun
11420 %{texmfdist}/tex/generic/pst-fun
11421 %{texmfdist}/tex/latex/pst-fun
11422
11423 %files latex-pst-func
11424 %defattr(644,root,root,755)
11425 %doc %{texmfdist}/doc/generic/pst-func
11426 %{texmfdist}/dvips/pst-func
11427 %{texmfdist}/tex/generic/pst-func
11428 %{texmfdist}/tex/latex/pst-func
11429
11430 %files latex-pst-infixplot
11431 %defattr(644,root,root,755)
11432 %doc %{texmfdist}/doc/generic/pst-infixplot
11433 %{texmfdist}/tex/generic/pst-infixplot
11434 %{texmfdist}/tex/latex/pst-infixplot
11435
11436 %files latex-pst-fr3d
11437 %defattr(644,root,root,755)
11438 %doc %{texmfdist}/doc/generic/pst-fr3d
11439 %{texmfdist}/source/generic/pst-fr3d
11440 %{texmfdist}/tex/generic/pst-fr3d
11441 %{texmfdist}/tex/latex/pst-fr3d
11442
11443 %files latex-pst-fractal
11444 %defattr(644,root,root,755)
11445 %doc %{texmfdist}/doc/generic/pst-fractal
11446 %{texmfdist}/dvips/pst-fractal
11447 %{texmfdist}/tex/generic/pst-fractal
11448 %{texmfdist}/tex/latex/pst-fractal
11449
11450 %files latex-pst-math
11451 %defattr(644,root,root,755)
11452 %doc %{texmfdist}/doc/generic/pst-math
11453 %{texmfdist}/dvips/pst-math
11454 %{texmfdist}/tex/generic/pst-math
11455 %{texmfdist}/tex/latex/pst-math
11456
11457 %files latex-pst-ob3d
11458 %defattr(644,root,root,755)
11459 %doc %{texmfdist}/doc/generic/pst-ob3d
11460 %{texmfdist}/source/generic/pst-ob3d
11461 %{texmfdist}/tex/generic/pst-ob3d
11462 %{texmfdist}/tex/latex/pst-ob3d
11463
11464 %files latex-pst-optexp
11465 %defattr(644,root,root,755)
11466 %doc %{texmfdist}/doc/generic/pst-optexp
11467 %{texmfdist}/dvips/pst-optexp
11468 %{texmfdist}/tex/generic/pst-optexp
11469 %{texmfdist}/tex/latex/pst-optexp
11470
11471 %files latex-pst-optic
11472 %defattr(644,root,root,755)
11473 %doc %{texmfdist}/doc/generic/pst-optic
11474 %{texmfdist}/tex/generic/pst-optic
11475 %{texmfdist}/tex/latex/pst-optic
11476
11477 %files latex-pst-text
11478 %defattr(644,root,root,755)
11479 %doc %{texmfdist}/doc/generic/pst-text
11480 %{texmfdist}/dvips/pst-text
11481 %{texmfdist}/tex/generic/pst-text
11482 %{texmfdist}/tex/latex/pst-text
11483
11484 %files latex-pst-uncategorized
11485 %defattr(644,root,root,755)
11486 %doc %{texmfdist}/doc/generic/pst-3d
11487 %doc %{texmfdist}/doc/generic/pst-asr
11488 %doc %{texmfdist}/doc/generic/pst-bar
11489 %doc %{texmfdist}/doc/generic/pst-barcode
11490 %doc %{texmfdist}/doc/generic/pst-blur
11491 %doc %{texmfdist}/doc/generic/pst-coil
11492 %doc %{texmfdist}/doc/generic/pst-cox
11493 # %doc %{texmfdist}/doc/generic/pst-cox/pst-coxcoor
11494 # %doc %{texmfdist}/doc/generic/pst-cox/pst-coxeterp
11495 %doc %{texmfdist}/doc/generic/pst-dbicons
11496 %doc %{texmfdist}/doc/generic/pst-eps
11497 %doc %{texmfdist}/doc/generic/pst-fill
11498 %doc %{texmfdist}/doc/generic/pst-geo
11499 %doc %{texmfdist}/doc/generic/pst-ghsb
11500 %doc %{texmfdist}/doc/generic/pst-gr3d
11501 %doc %{texmfdist}/doc/generic/pst-grad
11502 %doc %{texmfdist}/doc/generic/pst-jtree
11503 %doc %{texmfdist}/doc/generic/pst-labo
11504 %doc %{texmfdist}/doc/generic/pst-lens
11505 %doc %{texmfdist}/doc/generic/pst-light3d
11506 %doc %{texmfdist}/doc/generic/pst-osci
11507 %doc %{texmfdist}/doc/generic/pst-pad
11508 %doc %{texmfdist}/doc/generic/pst-pdgr
11509 %doc %{texmfdist}/doc/generic/pst-poly
11510 %doc %{texmfdist}/doc/generic/pst-qtree
11511 %doc %{texmfdist}/doc/generic/pst-slpe
11512 %doc %{texmfdist}/doc/generic/pst-solides3d
11513 # %doc %{texmfdist}/doc/generic/pst-solides3d/doc-en
11514 # %doc %{texmfdist}/doc/generic/pst-solides3d/doc
11515 %doc %{texmfdist}/doc/generic/pst-soroban
11516 %doc %{texmfdist}/doc/generic/pst-spectra
11517 %doc %{texmfdist}/doc/generic/pst-stru
11518 %doc %{texmfdist}/doc/generic/pst-uml
11519 %doc %{texmfdist}/doc/generic/pst-vue3d
11520 %doc %{texmfdist}/doc/latex/auto-pst-pdf
11521 %doc %{texmfdist}/doc/latex/pst-pdf
11522 %{texmfdist}/dvips/pst-barcode
11523 %{texmfdist}/dvips/pst-blur
11524 %{texmfdist}/dvips/pst-coil
11525 %{texmfdist}/dvips/pst-cox
11526 %{texmfdist}/dvips/pst-eucl
11527 %{texmfdist}/dvips/pst-geo
11528 %{texmfdist}/dvips/pst-ghsb
11529 %{texmfdist}/dvips/pst-grad
11530 %{texmfdist}/dvips/pst-light3d
11531 %{texmfdist}/dvips/pst-slpe
11532 %{texmfdist}/dvips/pst-solides3d
11533 %{texmfdist}/dvips/pst-spectra
11534 %{texmfdist}/dvips/pst-vue3d
11535 %{texmfdist}/scripts/pst-pdf
11536 %{texmfdist}/source/generic/pst-3d
11537 %{texmfdist}/source/generic/pst-3dplot
11538 %{texmfdist}/source/generic/pst-barcode
11539 %{texmfdist}/source/generic/pst-blur
11540 %{texmfdist}/source/generic/pst-circ
11541 %{texmfdist}/source/generic/pst-coil
11542 %{texmfdist}/source/generic/pst-dbicons
11543 %{texmfdist}/source/generic/pst-diffraction
11544 %{texmfdist}/source/generic/pst-eps
11545 %{texmfdist}/source/generic/pst-fill
11546 %{texmfdist}/source/generic/pst-fractal
11547 %{texmfdist}/source/generic/pst-fun
11548 %{texmfdist}/source/generic/pst-func
11549 %{texmfdist}/source/generic/pst-lens
11550 %{texmfdist}/source/generic/pst-light3d
11551 %{texmfdist}/source/generic/pst-optic
11552 %{texmfdist}/source/generic/pst-pad
11553 %{texmfdist}/source/generic/pst-pdgr
11554 %{texmfdist}/source/generic/pst-slpe
11555 %{texmfdist}/source/generic/pst-soroban
11556 %{texmfdist}/source/generic/pst-text
11557 %{texmfdist}/source/generic/pst-uml
11558 %{texmfdist}/source/generic/pst-vue3d
11559 %{texmfdist}/source/latex/auto-pst-pdf
11560 %{texmfdist}/source/latex/pst-gr3d
11561 %{texmfdist}/source/latex/pst-pdf
11562 %{texmfdist}/source/latex/pst-poly
11563 %{texmfdist}/tex/generic/pst-3d
11564 %{texmfdist}/tex/generic/pst-asr
11565 %{texmfdist}/tex/generic/pst-barcode
11566 %{texmfdist}/tex/generic/pst-blur
11567 %{texmfdist}/tex/generic/pst-coil
11568 %{texmfdist}/tex/generic/pst-cox
11569 %{texmfdist}/tex/generic/pst-eps
11570 %{texmfdist}/tex/generic/pst-fill
11571 %{texmfdist}/tex/generic/pst-geo
11572 %{texmfdist}/tex/generic/pst-ghsb
11573 %{texmfdist}/tex/generic/pst-gr3d
11574 %{texmfdist}/tex/generic/pst-grad
11575 %{texmfdist}/tex/generic/pst-jtree
11576 %{texmfdist}/tex/generic/pst-labo
11577 %{texmfdist}/tex/generic/pst-lens
11578 %{texmfdist}/tex/generic/pst-light3d
11579 %{texmfdist}/tex/generic/pst-osci
11580 %{texmfdist}/tex/generic/pst-pad
11581 %{texmfdist}/tex/generic/pst-pdgr
11582 %{texmfdist}/tex/generic/pst-poly
11583 %{texmfdist}/tex/generic/pst-qtree
11584 %{texmfdist}/tex/generic/pst-slpe
11585 %{texmfdist}/tex/generic/pst-solides3d
11586 %{texmfdist}/tex/generic/pst-spectra
11587 %{texmfdist}/tex/generic/pst-stru
11588 %{texmfdist}/tex/generic/pst-vue3d
11589 %{texmfdist}/tex/latex/pst-3d
11590 %{texmfdist}/tex/latex/pst-asr
11591 %{texmfdist}/tex/latex/pst-barcode
11592 %{texmfdist}/tex/latex/pst-blur
11593 %{texmfdist}/tex/latex/pst-coil
11594 %{texmfdist}/tex/latex/pst-cox
11595 %{texmfdist}/tex/latex/pst-dbicons
11596 %{texmfdist}/tex/latex/pst-eps
11597 %{texmfdist}/tex/latex/pst-fill
11598 %{texmfdist}/tex/latex/pst-geo
11599 %{texmfdist}/tex/latex/pst-ghsb
11600 %{texmfdist}/tex/latex/pst-gr3d
11601 %{texmfdist}/tex/latex/pst-grad
11602 %{texmfdist}/tex/latex/pst-jtree
11603 %{texmfdist}/tex/latex/pst-labo
11604 %{texmfdist}/tex/latex/pst-lens
11605 %{texmfdist}/tex/latex/pst-light3d
11606 %{texmfdist}/tex/latex/pst-osci
11607 %{texmfdist}/tex/latex/pst-pad
11608 %{texmfdist}/tex/latex/pst-pdf
11609 %{texmfdist}/tex/latex/pst-pdgr
11610 %{texmfdist}/tex/latex/pst-poly
11611 %{texmfdist}/tex/latex/pst-qtree
11612 %{texmfdist}/tex/latex/pst-slpe
11613 %{texmfdist}/tex/latex/pst-solides3d
11614 %{texmfdist}/tex/latex/pst-soroban
11615 %{texmfdist}/tex/latex/pst-spectra
11616 %{texmfdist}/tex/latex/pst-stru
11617 %{texmfdist}/tex/latex/pst-uml
11618 %{texmfdist}/tex/latex/pst-vue3d
11619
11620 %files latex-psnfss
11621 %defattr(644,root,root,755)
11622 %doc %{texmfdist}/doc/latex/psnfss
11623 %dir %{texmfdist}/source/latex
11624 %dir %{texmfdist}/source/latex/latex-tds
11625 %dir %{texmfdist}/source/latex/latex-tds/tex
11626 %{texmfdist}/fonts/map/dvips/psnfss
11627 %{texmfdist}/source/latex/psnfss
11628 %{texmfdist}/source/latex/latex-tds/tex/psnfss2e.drv
11629 %{texmfdist}/tex/latex/psnfss
11630
11631 %files latex-pxfonts
11632 %defattr(644,root,root,755)
11633 %doc %{texmfdist}/doc/fonts/pxfonts
11634 %{texmfdist}/tex/latex/pxfonts
11635 %{texmfdist}/fonts/type1/public/pxfonts
11636 %{texmfdist}/fonts/afm/public/pxfonts
11637 %{texmfdist}/fonts/tfm/public/pxfonts
11638 %{texmfdist}/fonts/vf/public/pxfonts
11639 %{texmfdist}/fonts/map/dvips/pxfonts
11640
11641 #%files latex-qfonts
11642 #%defattr(644,root,root,755)
11643
11644 %files latex-SIstyle
11645 %defattr(644,root,root,755)
11646 %{texmfdist}/doc/latex/SIstyle
11647 %{texmfdist}/source/latex/SIstyle
11648
11649 %files latex-SIunits
11650 %defattr(644,root,root,755)
11651 %{texmfdist}/doc/latex/SIunits
11652 %{texmfdist}/tex/latex/SIunits
11653 %{texmfdist}/source/latex/SIunits
11654
11655 %files latex-siunitx
11656 %defattr(644,root,root,755)
11657 %{texmfdist}/doc/latex/siunitx
11658 %{texmfdist}/tex/latex/siunitx
11659 %{texmfdist}/source/latex/siunitx
11660
11661 %files latex-Tabbing
11662 %defattr(644,root,root,755)
11663 %{texmfdist}/source/latex/Tabbing
11664 %{texmfdist}/doc/latex/Tabbing
11665
11666 %files latex-txfonts
11667 %defattr(644,root,root,755)
11668 %doc %{texmfdist}/doc/fonts/txfonts
11669 %{texmfdist}/fonts/type1/public/txfonts
11670 %{texmfdist}/fonts/afm/public/txfonts
11671 %{texmfdist}/fonts/enc/dvips/txfonts
11672 %{texmfdist}/fonts/tfm/public/txfonts
11673 %{texmfdist}/fonts/vf/public/txfonts
11674 %{texmfdist}/fonts/map/dvips/txfonts
11675 %{texmfdist}/tex/latex/txfonts
11676
11677 %files latex-ucs
11678 %defattr(644,root,root,755)
11679 %doc %{texmfdist}/doc/latex/ucs
11680 %{texmfdist}/tex/latex/ucs
11681
11682 %files latex-umlaute
11683 %defattr(644,root,root,755)
11684 %{texmfdist}/tex/latex/umlaute
11685
11686 # %files latex-urwvn
11687 # %defattr(644,root,root,755)
11688
11689 %files latex-variations
11690 %defattr(644,root,root,755)
11691 %doc %{texmfdist}/doc/generic/variations
11692 %{texmfdist}/tex/generic/variations
11693
11694 %files latex-wasysym
11695 %defattr(644,root,root,755)
11696 %doc %{texmfdist}/doc/latex/wasysym
11697 %{texmfdist}/tex/latex/wasysym
11698 %{texmfdist}/source/latex/wasysym
11699
11700 %files latex-xcolor
11701 %defattr(644,root,root,755)
11702 %doc %{texmfdist}/doc/latex/xcolor
11703 %{texmfdist}/dvips/xcolor
11704 %{texmfdist}/source/latex/xcolor
11705
11706 # %files format-latex
11707 # %defattr(644,root,root,755)
11708 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/latex.fmt
11709
11710 %files format-pdflatex
11711 %defattr(644,root,root,755)
11712 #%{texmf}/pdftex/latex/config
11713 # %dir %{texmf}/pdftex/latex
11714 %attr(755,root,root) %{_bindir}/pdflatex
11715 %{_mandir}/man1/pdflatex.1*
11716 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdflatex.fmt
11717
11718 # %files platex
11719 # %defattr(644,root,root,755)
11720 # %doc %{texmf}/doc/latex/platex
11721 # %dir %{texmf}/tex/platex
11722 # %{texmf}/tex/platex/config
11723 # %{texmf}/tex/latex/platex
11724
11725 # %files format-platex
11726 # %defattr(644,root,root,755)
11727 # %attr(755,root,root) %{_bindir}/platex
11728 #%attr(755,root,root) %{_bindir}/platex-pl
11729 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/platex.fmt
11730 #%config(noreplace) %verify(not md5 mtime size) %{fmtdir}/platex-pl.fmt
11731
11732 # %files format-pdfplatex
11733 # %defattr(644,root,root,755)
11734 #%dir %{texmf}/pdftex/platex
11735 #%{texmf}/pdftex/platex/config
11736 # %attr(755,root,root) %{_bindir}/pdfplatex
11737 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/pdfplatex.fmt
11738
11739 %files tex-babel
11740 %defattr(644,root,root,755)
11741 %{texmfdist}/source/generic/babel
11742 %doc %{texmfdist}/doc/generic/babel
11743 %{texmfdist}/tex/generic/babel
11744
11745 %files tex-german
11746 %defattr(644,root,root,755)
11747 %doc %{texmfdist}/doc/generic/german
11748 %{texmfdist}/tex/generic/german
11749
11750 %files tex-mfpic
11751 %defattr(644,root,root,755)
11752 %doc %{texmfdist}/doc/generic/mfpic
11753 %{texmfdist}/tex/generic/mfpic
11754
11755 %files tex-midnight
11756 %defattr(644,root,root,755)
11757 %doc %{texmfdist}/doc/generic/midnight
11758 %{texmfdist}/tex/generic/midnight
11759
11760 %files tex-misc
11761 %defattr(644,root,root,755)
11762 %{texmfdist}/source/generic/tap
11763 %doc %{texmfdist}/doc/latex/localloc
11764 %doc %{texmfdist}/doc/generic/multido
11765 %doc %{texmfdist}/doc/generic/tap
11766
11767 %{texmfdist}/tex/generic/eijkhout
11768 %{texmfdist}/tex/generic/multido
11769 %{texmfdist}/tex/generic/misc
11770
11771 %files tex-pictex
11772 %defattr(644,root,root,755)
11773 %doc %{texmfdist}/doc/generic/pictex
11774 %{texmfdist}/tex/generic/pictex
11775
11776 %files tex-psizzl
11777 %defattr(644,root,root,755)
11778 %{texmfdist}/doc/psizzl
11779 %{texmfdist}/source/psizzl
11780 %{texmfdist}/tex/psizzl
11781
11782 %files tex-pstricks
11783 %defattr(644,root,root,755)
11784 %doc %{texmfdist}/doc/generic/pstricks
11785 %doc %{texmfdist}/doc/generic/pstricks-add
11786 %{texmfdist}/dvips/pstricks
11787 %{texmfdist}/tex/generic/pstricks
11788 %{texmfdist}/tex/latex/pstricks-add
11789
11790 # %files tex-qpx
11791 # %defattr(644,root,root,755)
11792 # %doc %{texmf}/doc/fonts/polish/qpx
11793 # %{texmf}/tex/generic/qpx
11794
11795 %files tex-qpxqtx
11796 %defattr(644,root,root,755)
11797 %doc %{texmfdist}/doc/fonts/qpxqtx
11798 %{texmfdist}/fonts/tfm/public/qpxqtx
11799 %{texmfdist}/fonts/vf/public/qpxqtx
11800 %{texmfdist}/tex/generic/qpxqtx
11801
11802 %files tex-ruhyphen
11803 %defattr(644,root,root,755)
11804 %{texmfdist}/tex/generic/ruhyphen
11805 %{texmfdist}/source/generic/ruhyphen
11806
11807 %files tex-spanish
11808 %defattr(644,root,root,755)
11809 %doc %{texmfdist}/doc/latex/spanish-mx
11810 %dir %{texmfdist}/source/latex/mapcodes
11811 %dir %{texmfdist}/source/latex/polyglot
11812 %dir %{texmfdist}/source/latex/polyglot/langs
11813 %dir %{texmfdist}/tex/latex/apacite
11814 %dir %{texmfdist}/tex/latex/babelbib
11815 %dir %{texmfdist}/tex/latex/dvdcoll/dcl
11816 %dir %{texmfdist}/tex/texsis
11817 %dir %{texmfdist}/tex/texsis/base
11818 %{texmfdist}/source/generic/babel/spanish.ins
11819 %{texmfdist}/source/generic/babel/spanish.dtx
11820 %{texmfdist}/source/latex/polyglot/langs/spanish.ld
11821 %{texmfdist}/source/latex/polyglot/langs/spanish.ot1
11822 %{texmfdist}/source/latex/mapcodes/spanish.map
11823 %{texmfdist}/source/latex/mapcodes/spanish.dtx
11824 %{texmfdist}/tex/texsis/base/Spanish.txs
11825 %{texmfdist}/tex/generic/babel/spanish.sty
11826 %{texmfdist}/tex/generic/babel/spanish.ldf
11827 %{texmfdist}/tex/latex/spanish-mx
11828 %{texmfdist}/tex/latex/custom-bib/spanish.mbs
11829 %{texmfdist}/tex/latex/babelbib/spanish.bdf
11830 %{texmfdist}/tex/latex/apacite/spanish.apc
11831 %{texmfdist}/tex/latex/dvdcoll/dcl/spanish.dcl
11832
11833 %files tex-texdraw
11834 %defattr(644,root,root,755)
11835 %doc %{texmfdist}/doc/texdraw
11836 %{texmfdist}/tex/generic/texdraw
11837
11838 %files tex-thumbpdf
11839 %defattr(644,root,root,755)
11840 %doc %{texmfdist}/doc/generic/thumbpdf
11841 %attr(755,root,root) %{_bindir}/thumbpdf
11842 %{texmfdist}/tex/generic/thumbpdf
11843 %{texmfdist}/scripts/thumbpdf
11844 %{_mandir}/man1/thumbpdf.1*
11845
11846 %files tex-ukrhyph
11847 %defattr(644,root,root,755)
11848 %doc %{texmfdist}/doc/generic/ukrhyph
11849 %{texmfdist}/tex/generic/ukrhyph
11850
11851 %files latex-vietnam
11852 %defattr(644,root,root,755)
11853 %doc %{texmfdist}/doc/generic/vntex
11854 %{texmfdist}/tex/latex/vntex
11855
11856 %files tex-xypic
11857 %defattr(644,root,root,755)
11858 %doc %{texmfdist}/doc/generic/xypic
11859 %{texmfdist}/tex/generic/xypic
11860
11861 %files tex-xkeyval
11862 %defattr(644,root,root,755)
11863 %doc %{texmfdist}/doc/latex/xkeyval
11864 %{texmfdist}/source/latex/xkeyval
11865 %{texmfdist}/tex/generic/xkeyval
11866 %{texmfdist}/tex/latex/xkeyval
11867
11868 %files fonts-adobe
11869 %defattr(644,root,root,755)
11870 %{texmfdist}/fonts/type1/adobe
11871 %{texmfdist}/fonts/afm/adobe
11872 %{texmfdist}/fonts/tfm/adobe
11873 %{texmfdist}/fonts/vf/adobe
11874
11875 %files fonts-ae
11876 %defattr(644,root,root,755)
11877 %doc %{texmfdist}/doc/fonts/ae
11878 %{texmfdist}/fonts/tfm/public/ae
11879 %{texmfdist}/fonts/vf/public/ae
11880 %{texmfdist}/source/fonts/ae
11881
11882 %files fonts-ams
11883 %defattr(644,root,root,755)
11884 %{texmfdist}/bibtex/bst/ams
11885 %{texmfdist}/bibtex/bib/ams
11886 %{texmfdist}/dvips/ams
11887 %{texmfdist}/fonts/source/public/ams
11888 %{texmfdist}/fonts/type1/bluesky/ams
11889 %{texmfdist}/fonts/afm/bluesky/ams
11890 %{texmfdist}/fonts/tfm/public/ams
11891 %{texmfdist}/fonts/map/dvips/ams
11892
11893 %files fonts-antp
11894 %defattr(644,root,root,755)
11895 %doc %{texmfdist}/doc/fonts/antp
11896 %{texmfdist}/fonts/enc/dvips/antp
11897 %{texmfdist}/fonts/map/dvips/antp
11898 %{texmfdist}/fonts/afm/public/antp
11899 %{texmfdist}/fonts/tfm/public/antp
11900 %{texmfdist}/dvips/antp
11901
11902 %files fonts-antt
11903 %defattr(644,root,root,755)
11904 %doc %{texmfdist}/doc/fonts/antt
11905 %{texmfdist}/fonts/afm/public/antt
11906 %{texmfdist}/fonts/opentype/public/antt
11907 %{texmfdist}/fonts/enc/dvips/antt
11908 %{texmfdist}/fonts/tfm/public/antt
11909 %{texmfdist}/fonts/map/dvips/antt
11910 %{texmfdist}/tex/plain/antt
11911 %{texmfdist}/tex/latex/antt
11912
11913 %files fonts-arphic
11914 %defattr(644,root,root,755)
11915 %doc %{texmfdist}/doc/fonts/arphic
11916 %{texmfdist}/fonts/afm/arphic
11917 %{texmfdist}/fonts/tfm/arphic
11918 %{texmfdist}/fonts/vf/arphic
11919
11920 %files fonts-bbm
11921 %defattr(644,root,root,755)
11922 %doc %{texmfdist}/doc/fonts/bbm
11923 %{texmfdist}/fonts/source/public/bbm
11924 %{texmfdist}/fonts/tfm/public/bbm
11925 %{texmfdist}/source/latex/bbm
11926 %{texmfdist}/tex/latex/bbm
11927
11928 %files fonts-bbold
11929 %defattr(644,root,root,755)
11930 %{texmfdist}/fonts/source/public/bbold
11931 %{texmfdist}/fonts/tfm/public/bbold
11932
11933 # %files fonts-bh
11934 # %defattr(644,root,root,755)
11935 # %doc %{texmf}/doc/fonts/bh
11936 # %{texmf}/fonts/tfm/bh
11937 # %{texmf}/fonts/vf/bh
11938
11939 %files fonts-bitstream
11940 %defattr(644,root,root,755)
11941 %{texmfdist}/fonts/afm/bitstrea
11942 %{texmfdist}/fonts/tfm/bitstrea
11943 %{texmfdist}/fonts/vf/bitstrea
11944
11945 #%files fonts-cbgreek
11946 #%defattr(644,root,root,755)
11947
11948 %files fonts-cc-pl
11949 %defattr(644,root,root,755)
11950 %{texmfdist}/fonts/source/public/cc-pl
11951 %{texmfdist}/fonts/enc/dvips/cc-pl
11952 %{texmfdist}/fonts/tfm/public/cc-pl
11953 %{texmfdist}/fonts/map/dvips/cc-pl
11954
11955 %files fonts-cg
11956 %defattr(644,root,root,755)
11957 %{texmfdist}/fonts/tfm/cg
11958 %{texmfdist}/fonts/vf/cg
11959
11960 %files fonts-cm
11961 %defattr(644,root,root,755)
11962 %doc %{texmfdist}/doc/fonts/cm
11963 %dir %{texmfdist}/doc/fonts
11964 %dir %{texmfdist}/dvips
11965 %dir %{texmfdist}/fonts/afm/bluesky
11966 %dir %{texmfdist}/fonts/map/dvips
11967 %dir %{texmfdist}/fonts/pk/ljfour/public
11968 %{texmfdist}/dvips/cm
11969 %{texmfdist}/fonts/source/public/cm
11970 %{texmfdist}/fonts/afm/bluesky/cm
11971 %{texmfdist}/fonts/tfm/public/cm
11972 %{texmfdist}/fonts/pk/ljfour/public/cm
11973 %{texmfdist}/fonts/map/dvips/cm
11974
11975 %files fonts-cmbright
11976 %defattr(644,root,root,755)
11977 %doc %{texmfdist}/doc/latex/cmbright
11978 %{texmfdist}/fonts/source/public/cmbright
11979 %{texmfdist}/fonts/tfm/public/cmbright
11980 %{texmfdist}/source/latex/cmbright
11981 %{texmfdist}/tex/latex/cmbright
11982
11983 %files fonts-cmcyr
11984 %defattr(644,root,root,755)
11985 %doc %{texmfdist}/doc/fonts/cmcyr
11986 %{texmfdist}/fonts/source/public/cmcyr
11987 %{texmfdist}/fonts/type1/public/cmcyr
11988 %{texmfdist}/fonts/tfm/public/cmcyr
11989 %{texmfdist}/fonts/vf/public/cmcyr
11990 %{texmfdist}/fonts/map/dvips/cmcyr
11991
11992 %files fonts-cmextra
11993 %defattr(644,root,root,755)
11994 %{texmfdist}/fonts/source/public/cmextra
11995 %{texmfdist}/fonts/tfm/public/cmextra
11996
11997 %files fonts-cmsuper
11998 %defattr(644,root,root,755)
11999 %doc %{texmfdist}/doc/fonts/cm-super
12000 %{texmfdist}/fonts/afm/public/cm-super
12001 %{texmfdist}/fonts/enc/dvips/cm-super
12002 %{texmfdist}/fonts/map/dvips/cm-super
12003 %{texmfdist}/fonts/map/vtex/cm-super
12004 %{texmfdist}/fonts/type1/public/cm-super
12005
12006 %files fonts-concmath
12007 %defattr(644,root,root,755)
12008 %doc %{texmfdist}/doc/fonts/concmath
12009 %doc %{texmfdist}/doc/latex/concmath
12010 %{texmfdist}/fonts/source/public/concmath
12011 %{texmfdist}/fonts/tfm/public/concmath
12012 %{texmfdist}/source/latex/concmath
12013 %{texmfdist}/tex/latex/concmath
12014
12015 %files fonts-concrete
12016 %defattr(644,root,root,755)
12017 %doc %{texmfdist}/doc/fonts/concrete
12018 %{texmfdist}/fonts/source/public/concrete
12019 %{texmfdist}/fonts/tfm/public/concrete
12020
12021 %files fonts-cs
12022 %defattr(644,root,root,755)
12023 %{texmfdist}/dvips/cs
12024 %{texmfdist}/fonts/source/public/cs
12025 %{texmfdist}/fonts/enc/dvips/cs
12026 %{texmfdist}/fonts/tfm/public/cs
12027 %{texmfdist}/fonts/map/dvips/cs
12028
12029 #%files fonts-dstroke
12030 #%defattr(644,root,root,755)
12031
12032 %files fonts-ecc
12033 %defattr(644,root,root,755)
12034 %doc %{texmfdist}/doc/fonts/ecc
12035 %{texmfdist}/fonts/source/public/ecc
12036 %{texmfdist}/fonts/tfm/public/ecc
12037
12038 %files fonts-eurosym
12039 %defattr(644,root,root,755)
12040 %doc %{texmfdist}/doc/fonts/eurosym
12041 %{texmfdist}/fonts/source/public/eurosym
12042 %{texmfdist}/fonts/tfm/public/eurosym
12043 %{texmfdist}/fonts/map/dvips/eurosym
12044 %{texmfdist}/source/fonts/eurosym
12045 %{texmfdist}/tex/latex/eurosym
12046
12047 %files fonts-eulervm
12048 %defattr(644,root,root,755)
12049 %doc %{texmfdist}/doc/latex/eulervm
12050 %{texmfdist}/fonts/tfm/public/eulervm
12051 %{texmfdist}/fonts/vf/public/eulervm
12052 %{texmfdist}/source/latex/eulervm
12053 %{texmfdist}/tex/latex/eulervm
12054
12055 %files fonts-euxm
12056 %defattr(644,root,root,755)
12057 %{texmfdist}/fonts/source/public/euxm
12058 %{texmfdist}/fonts/tfm/public/euxm
12059
12060 %files fonts-gothic
12061 %defattr(644,root,root,755)
12062 %{texmfdist}/doc/fonts/gothic
12063 %{texmfdist}/dvips/gothic
12064 %{texmfdist}/fonts/source/public/gothic
12065 %{texmfdist}/fonts/type1/public/gothic
12066 %{texmfdist}/fonts/afm/public/gothic
12067 %{texmfdist}/fonts/tfm/public/gothic
12068 %{texmfdist}/fonts/vf/public/gothic
12069 %{texmfdist}/fonts/map/dvips/gothic
12070
12071 %files fonts-hoekwater
12072 %defattr(644,root,root,755)
12073 %{texmfdist}/fonts/afm/hoekwater
12074 %{texmfdist}/fonts/tfm/hoekwater
12075 %{texmfdist}/fonts/truetype/hoekwater
12076
12077 %files fonts-jknappen
12078 %defattr(644,root,root,755)
12079 %{texmfdist}/fonts/source/jknappen
12080 %{texmfdist}/fonts/tfm/jknappen
12081
12082 %files fonts-latex
12083 %defattr(644,root,root,755)
12084 %doc %{texmfdist}/doc/latex/esint
12085 %dir %{texmfdist}/fonts/source/public/latex-fonts
12086 %dir %{texmfdist}/fonts/type1/bluesky/latex-fonts
12087 %dir %{texmfdist}/fonts/afm/bluesky/latex-fonts
12088 %dir %{texmfdist}/fonts/tfm/public/latex-fonts
12089 %dir %{texmfdist}/fonts/map/dvips/latex-fonts
12090 %{texmfdist}/fonts/source/public/esint
12091 %{texmfdist}/fonts/tfm/public/esint
12092 %{texmfdist}/source/latex/esint
12093 %{texmfdist}/tex/latex/esint
12094 %{texmfdist}/fonts/source/public/latex-fonts/*
12095 %{texmfdist}/fonts/type1/bluesky/latex-fonts/*
12096 %{texmfdist}/fonts/afm/bluesky/latex-fonts/*
12097 %{texmfdist}/fonts/tfm/public/latex-fonts/*
12098 %{texmfdist}/fonts/map/dvips/latex-fonts/*
12099
12100 %files fonts-lh
12101 %defattr(644,root,root,755)
12102 %doc %{texmfdist}/doc/fonts/lh
12103 %{texmfdist}/fonts/source/lh
12104 %{texmfdist}/metapost/support/charlib/LH
12105 %{texmfdist}/source/fonts/lh
12106 %{texmfdist}/source/latex/lh
12107
12108 %files fonts-lm
12109 %defattr(644,root,root,755)
12110 %doc %{texmfdist}/doc/fonts/lm
12111 %{texmfdist}/fonts/type1/public/lm
12112 %{texmfdist}/fonts/afm/public/lm
12113 %{texmfdist}/fonts/opentype/public/lm
12114 %{texmfdist}/fonts/enc/dvips/lm
12115 %{texmfdist}/fonts/tfm/public/lm
12116 %{texmfdist}/fonts/map/dvips/lm
12117 %{texmfdist}/fonts/map/dvipdfm/lm
12118 %{texmfdist}/source/fonts/lm
12119 %{texmfdist}/tex/latex/lm
12120
12121 %files fonts-marvosym
12122 %defattr(644,root,root,755)
12123 %doc %{texmfdist}/doc/latex/marvosym
12124 %dir %{texmfdist}/source/fonts/eurofont
12125 %dir %{texmfdist}/source/fonts/eurofont/marvosym
12126 %dir %{texmfdist}/tex/latex
12127 %{texmfdist}/fonts/type1/public/marvosym
12128 %{texmfdist}/fonts/afm/public/marvosym
12129 %{texmfdist}/fonts/tfm/public/marvosym
12130 %{texmfdist}/fonts/map/dvips/marvosym
12131 %{texmfdist}/source/fonts/eurofont/marvosym/*
12132 %{texmfdist}/tex/latex/marvosym
12133
12134 %files fonts-mflogo
12135 %defattr(644,root,root,755)
12136 %doc %{texmfdist}/doc/latex/mflogo
12137 %{texmfdist}/fonts/source/public/mflogo
12138 %{texmfdist}/fonts/type1/hoekwater/mflogo
12139 %{texmfdist}/fonts/afm/hoekwater/mflogo
12140 %{texmfdist}/fonts/tfm/public/mflogo
12141 %{texmfdist}/fonts/map/dvips/mflogo
12142 %{texmfdist}/source/latex/mflogo
12143 %{texmfdist}/tex/latex/mflogo
12144
12145 %files fonts-misc
12146 %defattr(644,root,root,755)
12147 %doc %{texmfdist}/doc/latex/marvosym/mac/oztex/tex-font/misc
12148 %{texmfdist}/fonts/source/public/misc
12149 %{texmfdist}/fonts/tfm/public/misc
12150 %{texmfdist}/fonts/misc
12151
12152 %files fonts-monotype
12153 %defattr(644,root,root,755)
12154 %{texmfdist}/fonts/tfm/monotype
12155 %{texmfdist}/fonts/vf/monotype
12156
12157 %files fonts-other
12158 %defattr(644,root,root,755)
12159
12160 %doc %{texmfdist}/doc/fonts/yi4latex
12161 %{texmfdist}/fonts/source/public/yi4latex
12162 %{texmfdist}/fonts/tfm/public/yi4latex
12163
12164 %{texmfdist}/fonts/tfm/public/pslatex
12165 %{texmfdist}/fonts/map/dvips/pslatex
12166 %{texmfdist}/fonts/vf/public/pslatex
12167
12168 %doc %{texmfdist}/doc/fonts/allrunes
12169 %{texmfdist}/fonts/source/public/allrunes
12170 %{texmfdist}/fonts/tfm/public/allrunes
12171 %{texmfdist}/fonts/type1/public/allrunes
12172 %{texmfdist}/source/fonts/allrunes
12173
12174 %doc %{texmfdist}/doc/fonts/antiqua
12175 %{texmfdist}/fonts/map/dvips/antiqua
12176
12177 %{texmfdist}/fonts/source/public/apl
12178 %{texmfdist}/fonts/tfm/public/apl
12179 %{texmfdist}/source/fonts/apl
12180
12181 %{texmfdist}/fonts/afm/arabi
12182 %{texmfdist}/fonts/tfm/arabi
12183 %{texmfdist}/fonts/type1/arabi
12184 %{texmfdist}/fonts/enc/dvips/arabi
12185 %{texmfdist}/fonts/map/dvips/arabi
12186
12187 %{texmfdist}/fonts/map/dvips/arabtex
12188 %{texmfdist}/fonts/source/public/arabtex
12189 %{texmfdist}/fonts/tfm/public/arabtex
12190 %{texmfdist}/fonts/type1/public/arabtex
12191
12192 %doc %{texmfdist}/doc/fonts/archaic
12193 %{texmfdist}/fonts/afm/public/archaic
12194 %{texmfdist}/fonts/map/dvips/archaic
12195 %{texmfdist}/fonts/source/public/archaic
12196 %{texmfdist}/fonts/tfm/public/archaic
12197 %{texmfdist}/fonts/type1/public/archaic
12198 %{texmfdist}/source/fonts/archaic
12199
12200 %doc %{texmfdist}/doc/fonts/arev
12201 %{texmfdist}/fonts/afm/public/arev
12202 %{texmfdist}/fonts/enc/dvips/arev
12203 %{texmfdist}/fonts/map/dvips/arev
12204 %{texmfdist}/fonts/tfm/public/arev
12205 %{texmfdist}/fonts/type1/public/arev
12206 %{texmfdist}/fonts/vf/public/arev
12207 %{texmfdist}/source/fonts/arev
12208
12209 %{texmfdist}/fonts/tfm/vntex/arevvn
12210 %{texmfdist}/fonts/type1/vntex/arevvn
12211
12212 %{texmfdist}/fonts/source/public/ar
12213 %{texmfdist}/fonts/tfm/public/ar
12214
12215 %doc %{texmfdist}/doc/fonts/armenian
12216 %{texmfdist}/fonts/source/public/armenian
12217 %{texmfdist}/fonts/tfm/public/armenian
12218
12219 %{texmfdist}/fonts/map/dvips/arphic
12220
12221 %doc %{texmfdist}/doc/fonts/malayalam
12222 %doc %{texmfdist}/doc/fonts/Asana-Math
12223 %{texmfdist}/fonts/opentype/public/Asana-Math
12224
12225 %doc %{texmfdist}/doc/fonts/ascii
12226 %{texmfdist}/fonts/map/dvips/ascii
12227 %{texmfdist}/fonts/tfm/public/ascii
12228 %{texmfdist}/fonts/type1/public/ascii
12229
12230 %doc %{texmfdist}/doc/fonts/astro
12231 %{texmfdist}/fonts/source/public/astro
12232 %{texmfdist}/fonts/tfm/public/astro
12233
12234 %{texmfdist}/fonts/afm/public/augie
12235 %{texmfdist}/fonts/map/dvips/augie
12236 %{texmfdist}/fonts/tfm/public/augie
12237 %{texmfdist}/fonts/type1/public/augie
12238 %{texmfdist}/fonts/vf/public/augie
12239
12240 %doc %{texmfdist}/doc/fonts/auncial-new
12241 %{texmfdist}/fonts/afm/public/auncial-new
12242 %{texmfdist}/fonts/map/dvips/auncial-new
12243 %{texmfdist}/fonts/tfm/public/auncial-new
12244 %{texmfdist}/fonts/type1/public/auncial-new
12245 %{texmfdist}/source/fonts/auncial-new
12246
12247 %{texmfdist}/fonts/afm/public/aurical
12248 %{texmfdist}/fonts/map/dvips/aurical
12249 %{texmfdist}/fonts/source/public/aurical
12250 %{texmfdist}/fonts/tfm/public/aurical
12251 %{texmfdist}/fonts/type1/public/aurical
12252
12253 %{texmfdist}/fonts/map/dvips/avantgar
12254
12255 %{texmfdist}/fonts/source/public/backgammon
12256 %{texmfdist}/fonts/tfm/public/backgammon
12257
12258 %{texmfdist}/fonts/source/public/bangtex
12259 %{texmfdist}/fonts/tfm/public/bangtex
12260
12261 %{texmfdist}/fonts/source/public/barcodes
12262 %{texmfdist}/fonts/tfm/public/barcodes
12263
12264 %{texmfdist}/fonts/source/public/bayer
12265 %{texmfdist}/fonts/tfm/public/bayer
12266
12267 %{texmfdist}/fonts/source/public/bbding
12268 %{texmfdist}/fonts/tfm/public/bbding
12269
12270 %{texmfdist}/fonts/map/dvips/belleek
12271 %{texmfdist}/fonts/truetype/public
12272
12273 %{texmfdist}/fonts/source/public/bengali
12274 %{texmfdist}/fonts/tfm/public/bengali
12275
12276 %doc %{texmfdist}/doc/fonts/bera
12277 %{texmfdist}/fonts/afm/public/bera
12278 %{texmfdist}/fonts/map/dvips/bera
12279 %{texmfdist}/fonts/map/vtex/bera
12280 %{texmfdist}/fonts/tfm/public/bera
12281 %{texmfdist}/fonts/type1/public/bera
12282 %{texmfdist}/fonts/vf/public/bera
12283
12284 %doc %{texmfdist}/doc/fonts/blacklettert1
12285 %{texmfdist}/fonts/tfm/public/blacklettert1
12286 %{texmfdist}/fonts/vf/public/blacklettert1
12287 %{texmfdist}/source/fonts/blacklettert1
12288
12289 %doc %{texmfdist}/doc/fonts/boisik
12290 %{texmfdist}/fonts/source/public/boisik
12291
12292 %doc %{texmfdist}/doc/fonts/bookhands
12293 %{texmfdist}/fonts/source/public/bookhands
12294
12295 %{texmfdist}/fonts/map/dvips/bookman
12296
12297 %{texmfdist}/fonts/afm/public/brushscr
12298 %{texmfdist}/fonts/map/dvips/brushscr
12299 %{texmfdist}/fonts/tfm/public/brushscr
12300 %{texmfdist}/fonts/type1/public/brushscr
12301 %{texmfdist}/fonts/vf/public/brushscr
12302
12303 %doc %{texmfdist}/doc/fonts/burmese
12304 %{texmfdist}/fonts/map/dvips/burmese
12305 %{texmfdist}/fonts/tfm/public/burmese
12306 %{texmfdist}/fonts/type1/public/burmese
12307
12308 %doc %{texmfdist}/doc/fonts/cns
12309 %{texmfdist}/fonts/tfm/cns
12310
12311 %{texmfdist}/fonts/enc/dvips/c90enc
12312
12313 %{texmfdist}/fonts/source/public/calligra
12314 %{texmfdist}/fonts/tfm/public/calligra
12315
12316 %doc %{texmfdist}/doc/fonts/carolmin-ps
12317 %{texmfdist}/fonts/afm/public/carolmin-ps
12318 %{texmfdist}/fonts/map/dvips/carolmin-ps
12319 %{texmfdist}/fonts/type1/public/carolmin-ps
12320
12321 %{texmfdist}/fonts/source/public/casyl
12322 %{texmfdist}/fonts/tfm/public/casyl
12323
12324 %{texmfdist}/fonts/source/public/cbcoptic
12325 %{texmfdist}/fonts/tfm/public/cbcoptic
12326 %{texmfdist}/fonts/type1/public/cbcoptic
12327
12328 %doc %{texmfdist}/doc/fonts/cbfonts
12329 %{texmfdist}/fonts/enc/dvips/cbfonts
12330 %{texmfdist}/fonts/map/dvips/cbfonts
12331 %{texmfdist}/fonts/source/public/cbfonts
12332 %{texmfdist}/fonts/tfm/public/cbfonts
12333 %{texmfdist}/fonts/type1/public/cbfonts
12334
12335 %{texmfdist}/fonts/source/public/cchess
12336 %{texmfdist}/fonts/tfm/public/cchess
12337
12338 %doc %{texmfdist}/doc/fonts/charter
12339 %{texmfdist}/fonts/afm/vntex/chartervn
12340 %{texmfdist}/fonts/tfm/vntex/chartervn
12341 %{texmfdist}/fonts/type1/vntex/chartervn
12342 %{texmfdist}/fonts/vf/vntex/chartervn
12343
12344 %doc %{texmfdist}/doc/fonts/chemarrow
12345 %{texmfdist}/fonts/afm/public/chemarrow
12346 %{texmfdist}/fonts/map/dvips/chemarrow
12347 %{texmfdist}/fonts/source/public/chemarrow
12348 %{texmfdist}/fonts/tfm/public/chemarrow
12349 %{texmfdist}/fonts/type1/public/chemarrow
12350
12351 %{texmfdist}/fonts/source/public/cherokee
12352 %{texmfdist}/fonts/tfm/public/cherokee
12353
12354 %{texmfdist}/fonts/source/public/chess
12355
12356 %{texmfdist}/fonts/enc/dvips/chessfss
12357
12358 %{texmfdist}/fonts/source/public/china2e
12359 %{texmfdist}/fonts/tfm/public/china2e
12360
12361 %{texmfdist}/fonts/source/public/circ
12362 %{texmfdist}/fonts/tfm/public/circ
12363
12364 %doc %{texmfdist}/doc/fonts/cirth
12365 %{texmfdist}/fonts/source/public/cirth
12366 %{texmfdist}/fonts/tfm/public/cirth
12367
12368 %doc %{texmfdist}/doc/fonts/cjhebrew
12369 %{texmfdist}/fonts/afm/public/cjhebrew
12370 %{texmfdist}/fonts/enc/dvips/cjhebrew
12371 %{texmfdist}/fonts/map/dvips/cjhebrew
12372 %{texmfdist}/fonts/tfm/public/cjhebrew
12373 %{texmfdist}/fonts/type1/public/cjhebrew
12374 %{texmfdist}/fonts/vf/public/cjhebrew
12375
12376 %{texmfdist}/fonts/source/public/clock
12377 %{texmfdist}/fonts/tfm/public/clock
12378
12379 %doc %{texmfdist}/doc/fonts/cmastro
12380 %{texmfdist}/fonts/source/public/cmastro
12381 %{texmfdist}/fonts/tfm/public/cmastro
12382
12383 %{texmfdist}/fonts/tfm/vntex/cmbrightvn
12384 %{texmfdist}/fonts/type1/vntex/cmbrightvn
12385
12386 %{texmfdist}/fonts/type1/public/cmex
12387
12388 %{texmfdist}/fonts/afm/public/cm-lgc
12389 %{texmfdist}/fonts/enc/dvips/cm-lgc
12390 %{texmfdist}/fonts/map/dvips/cm-lgc
12391 %{texmfdist}/fonts/ofm/public/cm-lgc
12392 %{texmfdist}/fonts/ovf/public/cm-lgc
12393 %{texmfdist}/fonts/tfm/public/cm-lgc
12394 %{texmfdist}/fonts/type1/public/cm-lgc
12395 %{texmfdist}/fonts/vf/public/cm-lgc
12396
12397 %{texmfdist}/fonts/map/dvips/cmll
12398 %{texmfdist}/fonts/source/public/cmll
12399 %{texmfdist}/fonts/tfm/public/cmll
12400 %{texmfdist}/fonts/type1/public/cmll
12401
12402 %doc %{texmfdist}/doc/fonts/cmpica
12403 %{texmfdist}/fonts/source/public/cmpica
12404 %{texmfdist}/fonts/tfm/public/cmpica
12405
12406
12407 %{texmfdist}/fonts/tfm/vntex/comicsansvn
12408 %{texmfdist}/fonts/type1/vntex/comicsansvn
12409 %{texmfdist}/fonts/vf/vntex/comicsansvn
12410
12411 %{texmfdist}/fonts/tfm/vntex/concretevn
12412 %{texmfdist}/fonts/type1/vntex/concretevn
12413
12414 %{texmfdist}/fonts/afm/ibm
12415 %{texmfdist}/fonts/tfm/ibm
12416 %{texmfdist}/fonts/vf/ibm
12417 %{texmfdist}/fonts/map/dvips/courier
12418 %{texmfdist}/fonts/tfm/cspsfonts-adobe
12419 %{texmfdist}/fonts/vf/cspsfonts-adobe
12420
12421 %doc %{texmfdist}/doc/fonts/croatian
12422 %{texmfdist}/fonts/source/public/croatian
12423
12424 %{texmfdist}/fonts/afm/public/cryst
12425 %{texmfdist}/fonts/source/public/cryst
12426 %{texmfdist}/fonts/tfm/public/cryst
12427 %{texmfdist}/fonts/type1/public/cryst
12428
12429 %{texmfdist}/fonts/source/public/ctib
12430 %{texmfdist}/fonts/tfm/public/ctib
12431
12432 %doc %{texmfdist}/doc/fonts/cyklop
12433 %{texmfdist}/fonts/afm/public/cyklop
12434 %{texmfdist}/fonts/enc/dvips/cyklop
12435 %{texmfdist}/fonts/map/dvips/cyklop
12436 %{texmfdist}/fonts/opentype/public/cyklop
12437 %{texmfdist}/fonts/tfm/public/cyklop
12438 %{texmfdist}/fonts/type1/public/cyklop
12439
12440 %{texmfdist}/fonts/source/public/dancers
12441 %{texmfdist}/fonts/tfm/public/dancers
12442
12443 %doc %{texmfdist}/doc/fonts/dice
12444 %{texmfdist}/fonts/source/public/dice
12445 %{texmfdist}/fonts/tfm/public/dice
12446
12447 %doc %{texmfdist}/doc/fonts/dictsym
12448 %{texmfdist}/fonts/afm/public/dictsym
12449 %{texmfdist}/fonts/map/dvips/dictsym
12450 %{texmfdist}/fonts/map/vtex/dictsym
12451 %{texmfdist}/fonts/tfm/public/dictsym
12452 %{texmfdist}/fonts/type1/public/dictsym
12453
12454 %doc %{texmfdist}/doc/fonts/dingbat
12455 %{texmfdist}/fonts/tfm/public/dingbat
12456 %{texmfdist}/source/fonts/dingbat
12457
12458 %doc %{texmfdist}/doc/fonts/doublestroke
12459 %{texmfdist}/fonts/map/dvips/doublestroke
12460 %{texmfdist}/fonts/source/public/doublestroke
12461 %{texmfdist}/fonts/tfm/public/doublestroke
12462 %{texmfdist}/fonts/type1/public/doublestroke
12463
12464 %doc %{texmfdist}/doc/fonts/duerer
12465 %{texmfdist}/fonts/source/public/duerer
12466 %{texmfdist}/fonts/tfm/public/duerer
12467
12468 %doc %{texmfdist}/doc/fonts/ean
12469 %{texmfdist}/fonts/source/public/ean
12470 %{texmfdist}/fonts/tfm/public/ean
12471
12472 %doc %{texmfdist}/doc/fonts/eco
12473 %{texmfdist}/fonts/tfm/public/eco
12474 %{texmfdist}/fonts/vf/public/eco
12475 %{texmfdist}/source/fonts/eco
12476
12477 %doc %{texmfdist}/doc/fonts/eiad
12478 %{texmfdist}/fonts/source/public/eiad
12479 %{texmfdist}/fonts/tfm/public/eiad
12480
12481 %doc %{texmfdist}/doc/fonts/elvish
12482 %{texmfdist}/fonts/source/public/elvish
12483 %{texmfdist}/fonts/tfm/public/elvish
12484
12485 %doc %{texmfdist}/doc/fonts/epigrafica
12486 %{texmfdist}/fonts/afm/public/epigrafica
12487 %{texmfdist}/fonts/enc/dvips/epigrafica
12488 %{texmfdist}/fonts/map/dvips/epigrafica
12489 %{texmfdist}/fonts/tfm/public/epigrafica
12490 %{texmfdist}/fonts/type1/public/epigrafica
12491 %{texmfdist}/fonts/vf/public/epigrafica
12492
12493 %{texmfdist}/fonts/map/dvips/epiolmec
12494 %{texmfdist}/fonts/tfm/public/epiolmec
12495 %{texmfdist}/fonts/type1/public/epiolmec
12496
12497 %doc %{texmfdist}/doc/fonts/esint-type1
12498 %{texmfdist}/fonts/map/dvips/esint-type1
12499 %{texmfdist}/fonts/type1/public/esint-type1
12500
12501 %{texmfdist}/fonts/map/dvips/esvect
12502 %{texmfdist}/fonts/source/public/esvect
12503 %{texmfdist}/fonts/tfm/public/esvect
12504 %{texmfdist}/fonts/type1/public/esvect
12505
12506 %{texmfdist}/fonts/ofm/public/ethiop
12507 %{texmfdist}/fonts/ovf/public/ethiop
12508 %{texmfdist}/fonts/ovp/public/ethiop
12509 %{texmfdist}/fonts/source/public/ethiop
12510 %{texmfdist}/fonts/tfm/public/ethiop
12511
12512 %{texmfdist}/fonts/map/dvips/ethiop-t1
12513 %{texmfdist}/fonts/type1/public/ethiop-t1
12514
12515 %doc %{texmfdist}/doc/fonts/euro-ce
12516 %{texmfdist}/fonts/source/public/euro-ce
12517 %{texmfdist}/fonts/tfm/public/euro-ce
12518
12519 %doc %{texmfdist}/doc/fonts/eurofont
12520 %{texmfdist}/fonts/map/dvips/eurofont
12521 %{texmfdist}/source/fonts/eurofont
12522
12523 %doc %{texmfdist}/doc/fonts/feyn
12524 %{texmfdist}/fonts/source/public/feyn
12525 %{texmfdist}/fonts/tfm/public/feyn
12526 %{texmfdist}/source/fonts/feyn
12527
12528 %doc %{texmfdist}/doc/fonts/fge
12529 %{texmfdist}/fonts/source/public/fge
12530 %{texmfdist}/fonts/tfm/public/fge
12531 %{texmfdist}/source/fonts/fge
12532
12533 %{texmfdist}/fonts/map/dvips/foekfont
12534 %{texmfdist}/fonts/tfm/public/foekfont
12535 %{texmfdist}/fonts/type1/public/foekfont
12536
12537 %doc %{texmfdist}/doc/fonts/fonetika
12538 %{texmfdist}/fonts/afm/public/fonetika
12539 %{texmfdist}/fonts/map/dvips/fonetika
12540 %{texmfdist}/fonts/tfm/public/fonetika
12541 %{texmfdist}/fonts/type1/public/fonetika
12542
12543 %doc %{texmfdist}/doc/fonts/fourier
12544 %{texmfdist}/fonts/afm/public/fourier
12545 %{texmfdist}/fonts/map/dvips/fourier
12546 %{texmfdist}/fonts/tfm/public/fourier
12547 %{texmfdist}/fonts/type1/public/fourier
12548 %{texmfdist}/fonts/vf/public/fourier
12549 %{texmfdist}/source/fonts/fourier
12550
12551 %doc %{texmfdist}/doc/fonts/fouriernc
12552 %{texmfdist}/fonts/afm/public/fouriernc
12553 %{texmfdist}/fonts/tfm/public/fouriernc
12554 %{texmfdist}/fonts/vf/public/fouriernc
12555
12556 %doc %{texmfdist}/doc/fonts/frcursive
12557 %{texmfdist}/fonts/source/public/frcursive
12558 %{texmfdist}/fonts/tfm/public/frcursive
12559 %{texmfdist}/source/fonts/frcursive
12560
12561 %doc %{texmfdist}/doc/fonts/futhark
12562 %{texmfdist}/fonts/source/public/futhark
12563 %{texmfdist}/fonts/tfm/public/futhark
12564
12565 %{texmfdist}/fonts/afm/public/garuda
12566 %{texmfdist}/fonts/map/dvips/garuda
12567 %{texmfdist}/fonts/tfm/public/garuda
12568 %{texmfdist}/fonts/type1/public/garuda
12569
12570 %doc %{texmfdist}/doc/fonts/genealogy
12571 %{texmfdist}/fonts/source/public/genealogy
12572 %{texmfdist}/fonts/tfm/public/genealogy
12573
12574 %doc %{texmfdist}/doc/fonts/gfsartemisia
12575 %{texmfdist}/fonts/afm/public/gfsartemisia
12576 %{texmfdist}/fonts/enc/dvips/gfsartemisia
12577 %{texmfdist}/fonts/map/dvips/gfsartemisia
12578 %{texmfdist}/fonts/opentype/public/gfsartemisia
12579 %{texmfdist}/fonts/tfm/public/gfsartemisia
12580 %{texmfdist}/fonts/type1/public/gfsartemisia
12581 %{texmfdist}/fonts/vf/public/gfsartemisia
12582
12583 %doc %{texmfdist}/doc/fonts/gfsbaskerville
12584 %{texmfdist}/fonts/afm/public/gfsbaskerville
12585 %{texmfdist}/fonts/enc/dvips/gfsbaskerville
12586 %{texmfdist}/fonts/map/dvips/gfsbaskerville
12587 %{texmfdist}/fonts/opentype/public/gfsbaskerville
12588 %{texmfdist}/fonts/tfm/public/gfsbaskerville
12589 %{texmfdist}/fonts/type1/public/gfsbaskerville
12590 %{texmfdist}/fonts/vf/public/gfsbaskerville
12591
12592 %doc %{texmfdist}/doc/fonts/gfsbodoni
12593 %{texmfdist}/fonts/afm/public/gfsbodoni
12594 %{texmfdist}/fonts/enc/dvips/gfsbodoni
12595 %{texmfdist}/fonts/map/dvips/gfsbodoni
12596 %{texmfdist}/fonts/opentype/public/gfsbodoni
12597 %{texmfdist}/fonts/tfm/public/gfsbodoni
12598 %{texmfdist}/fonts/type1/public/gfsbodoni
12599 %{texmfdist}/fonts/vf/public/gfsbodoni
12600
12601 %doc %{texmfdist}/doc/fonts/gfscomplutum
12602 %{texmfdist}/fonts/afm/public/gfscomplutum
12603 %{texmfdist}/fonts/enc/dvips/gfscomplutum
12604 %{texmfdist}/fonts/map/dvips/gfscomplutum
12605 %{texmfdist}/fonts/opentype/public/gfscomplutum
12606 %{texmfdist}/fonts/tfm/public/gfscomplutum
12607 %{texmfdist}/fonts/type1/public/gfscomplutum
12608 %{texmfdist}/fonts/vf/public/gfscomplutum
12609
12610 %doc %{texmfdist}/doc/fonts/gfsdidot
12611 %{texmfdist}/fonts/afm/public/gfsdidot
12612 %{texmfdist}/fonts/enc/dvips/gfsdidot
12613 %{texmfdist}/fonts/map/dvips/gfsdidot
12614 %{texmfdist}/fonts/opentype/public/gfsdidot
12615 %{texmfdist}/fonts/tfm/public/gfsdidot
12616 %{texmfdist}/fonts/type1/public/gfsdidot
12617 %{texmfdist}/fonts/vf/public/gfsdidot
12618
12619 %doc %{texmfdist}/doc/fonts/gfsneohellenic
12620 %{texmfdist}/fonts/afm/public/gfsneohellenic
12621 %{texmfdist}/fonts/enc/dvips/gfsneohellenic
12622 %{texmfdist}/fonts/map/dvips/gfsneohellenic
12623 %{texmfdist}/fonts/opentype/public/gfsneohellenic
12624 %{texmfdist}/fonts/tfm/public/gfsneohellenic
12625 %{texmfdist}/fonts/type1/public/gfsneohellenic
12626 %{texmfdist}/fonts/vf/public/gfsneohellenic
12627
12628 %doc %{texmfdist}/doc/fonts/gfsporson
12629 %{texmfdist}/fonts/afm/public/gfsporson
12630 %{texmfdist}/fonts/enc/dvips/gfsporson
12631 %{texmfdist}/fonts/map/dvips/gfsporson
12632 %{texmfdist}/fonts/opentype/public/gfsporson
12633 %{texmfdist}/fonts/tfm/public/gfsporson
12634 %{texmfdist}/fonts/type1/public/gfsporson
12635 %{texmfdist}/fonts/vf/public/gfsporson
12636
12637 %doc %{texmfdist}/doc/fonts/gfssolomos
12638 %{texmfdist}/fonts/afm/public/gfssolomos
12639 %{texmfdist}/fonts/enc/dvips/gfssolomos
12640 %{texmfdist}/fonts/map/dvips/gfssolomos
12641 %{texmfdist}/fonts/opentype/public/gfssolomos
12642 %{texmfdist}/fonts/tfm/public/gfssolomos
12643 %{texmfdist}/fonts/type1/public/gfssolomos
12644 %{texmfdist}/fonts/vf/public/gfssolomos
12645
12646 %{texmfdist}/fonts/source/public/go
12647 %{texmfdist}/fonts/tfm/public/go
12648
12649 %doc %{texmfdist}/doc/fonts/greenpoint
12650 %{texmfdist}/fonts/source/public/greenpoint
12651 %{texmfdist}/fonts/tfm/public/greenpoint
12652
12653 %{texmfdist}/fonts/afm/groff
12654 %{texmfdist}/fonts/enc/dvips/groff
12655 %{texmfdist}/fonts/map/dvips/groff
12656 %{texmfdist}/fonts/tfm/groff
12657 %{texmfdist}/fonts/type1/groff
12658
12659 %doc %{texmfdist}/doc/fonts/grotesq
12660 %{texmfdist}/fonts/map/dvips/grotesq
12661
12662 %{texmfdist}/fonts/afm/vntex/grotesqvn
12663 %{texmfdist}/fonts/tfm/vntex/grotesqvn
12664 %{texmfdist}/fonts/type1/vntex/grotesqvn
12665
12666 %{texmfdist}/fonts/afm/public/grverb
12667 %{texmfdist}/fonts/map/dvips/grverb
12668 %{texmfdist}/fonts/tfm/public/grverb
12669 %{texmfdist}/fonts/type1/public/grverb
12670 %{texmfdist}/fonts/vf/public/grverb
12671
12672 %{texmfdist}/fonts/source/public/hands
12673 %{texmfdist}/fonts/tfm/public/hands
12674
12675 %{texmfdist}/fonts/afm/jmn
12676 %{texmfdist}/fonts/tfm/jmn
12677 %{texmfdist}/fonts/type1/jmn
12678
12679 %{texmfdist}/fonts/map/dvips/helvetic
12680
12681 %doc %{texmfdist}/doc/fonts/hfbright
12682 %{texmfdist}/fonts/afm/public/hfbright
12683 %{texmfdist}/fonts/enc/dvips/hfbright
12684 %{texmfdist}/fonts/map/dvips/hfbright
12685 %{texmfdist}/fonts/type1/public/hfbright
12686 %{texmfdist}/source/fonts/hfbright
12687
12688 %doc %{texmfdist}/doc/fonts/hfoldsty
12689 %{texmfdist}/fonts/tfm/public/hfoldsty
12690 %{texmfdist}/fonts/vf/public/hfoldsty
12691 %{texmfdist}/source/fonts/hfoldsty
12692
12693 %doc %{texmfdist}/doc/fonts/ibygrk
12694 %{texmfdist}/tex/generic/ibygrk
12695 %{texmfdist}/fonts/afm/public/ibygrk
12696 %{texmfdist}/fonts/enc/dvips/ibygrk
12697 %{texmfdist}/fonts/map/dvips/ibygrk
12698 %{texmfdist}/fonts/source/public/ibygrk
12699 %{texmfdist}/fonts/tfm/public/ibygrk
12700 %{texmfdist}/fonts/type1/public/ibygrk
12701
12702 %doc %{texmfdist}/doc/fonts/ifsym
12703 %{texmfdist}/fonts/source/public/ifsym
12704 %{texmfdist}/fonts/tfm/public/ifsym
12705
12706 %doc %{texmfdist}/doc/fonts/initials
12707 %{texmfdist}/fonts/afm/public/initials
12708 %{texmfdist}/fonts/map/dvips/initials
12709 %{texmfdist}/fonts/tfm/public/initials
12710 %{texmfdist}/fonts/type1/public/initials
12711
12712 %doc %{texmfdist}/doc/fonts/itrans
12713 %{texmfdist}/fonts/afm/public/itrans
12714 %{texmfdist}/fonts/source/public/itrans
12715 %{texmfdist}/fonts/tfm/public/itrans
12716 %{texmfdist}/fonts/type1/public/itrans
12717
12718 %doc %{texmfdist}/doc/fonts/iwona
12719 %{texmfdist}/fonts/afm/public/iwona
12720 %{texmfdist}/fonts/enc/dvips/iwona
12721 %{texmfdist}/fonts/map/dvips/iwona
12722 %{texmfdist}/fonts/opentype/public/iwona
12723 %{texmfdist}/fonts/tfm/public/iwona
12724 %{texmfdist}/fonts/type1/public/iwona
12725
12726 %{texmfdist}/fonts/enc/dvips/jmn
12727 %{texmfdist}/fonts/map/dvips/jmn
12728
12729 %doc %{texmfdist}/doc/fonts/kdgreek
12730 %{texmfdist}/fonts/source/public/kdgreek
12731 %{texmfdist}/fonts/tfm/public/kdgreek
12732
12733 %{texmfdist}/fonts/afm/public/kerkis
12734 %{texmfdist}/fonts/enc/dvips/kerkis
12735 %{texmfdist}/fonts/map/dvips/kerkis
12736 %{texmfdist}/fonts/tfm/public/kerkis
12737 %{texmfdist}/fonts/type1/public/kerkis
12738 %{texmfdist}/fonts/vf/public/kerkis
12739
12740 %doc %{texmfdist}/doc/fonts/kixfont
12741 %{texmfdist}/fonts/source/public/kixfont
12742 %{texmfdist}/fonts/tfm/public/kixfont
12743
12744 %doc %{texmfdist}/doc/fonts/kpfonts
12745 %dir %{texmfdist}/fonts/map/public
12746 %{texmfdist}/fonts/afm/public/kpfonts
12747 %{texmfdist}/fonts/map/public/kpfonts
12748 %{texmfdist}/fonts/source/public/kpfonts
12749 %{texmfdist}/fonts/tfm/public/kpfonts
12750 %{texmfdist}/fonts/type1/public/kpfonts
12751 %{texmfdist}/fonts/vf/public/kpfonts
12752
12753 %doc %{texmfdist}/doc/fonts/kurier
12754 %{texmfdist}/fonts/afm/public/kurier
12755 %{texmfdist}/fonts/enc/dvips/kurier
12756 %{texmfdist}/fonts/map/dvips/kurier
12757 %{texmfdist}/fonts/opentype/public/kurier
12758 %{texmfdist}/fonts/tfm/public/kurier
12759 %{texmfdist}/fonts/type1/public/kurier
12760
12761 %doc %{texmfdist}/doc/fonts/levy
12762 %{texmfdist}/fonts/source/public/levy
12763
12764 %doc %{texmfdist}/doc/fonts/lfb
12765 %{texmfdist}/fonts/source/public/lfb
12766 %{texmfdist}/fonts/tfm/public/lfb
12767
12768 %doc %{texmfdist}/doc/fonts/libertine
12769 %{texmfdist}/fonts/afm/public/libertine
12770 %{texmfdist}/fonts/enc/dvips/libertine
12771 %{texmfdist}/fonts/map/dvips/libertine
12772 %{texmfdist}/fonts/tfm/public/libertine
12773 %{texmfdist}/fonts/type1/public/libertine
12774 %{texmfdist}/fonts/vf/public/libertine
12775
12776 %doc %{texmfdist}/doc/fonts/linearA
12777 %{texmfdist}/fonts/afm/public/linearA
12778 %{texmfdist}/fonts/map/dvips/linearA
12779 %{texmfdist}/fonts/tfm/public/linearA
12780 %{texmfdist}/fonts/type1/public/linearA
12781 %{texmfdist}/source/fonts/linearA
12782
12783 %{texmfdist}/fonts/source/public/logic
12784 %{texmfdist}/fonts/tfm/public/logic
12785
12786 %doc %{texmfdist}/doc/fonts/lxfonts
12787 %{texmfdist}/fonts/map/dvips/lxfonts
12788 %{texmfdist}/fonts/source/public/lxfonts
12789 %{texmfdist}/fonts/tfm/public/lxfonts
12790 %{texmfdist}/fonts/type1/public/lxfonts
12791
12792 %doc %{texmfdist}/doc/fonts/ly1
12793 %{texmfdist}/fonts/map/dvips/ly1
12794
12795 %{texmfdist}/fonts/source/public/malayalam
12796 %{texmfdist}/fonts/tfm/public/malayalam
12797
12798 %{texmfdist}/fonts/map/dvips/manfnt
12799
12800 %{texmfdist}/fonts/map/dvips/mathdesign
12801
12802 %{texmfdist}/fonts/tfm/public/mathpazo
12803 %{texmfdist}/fonts/vf/public/mathpazo
12804
12805 %{texmfdist}/fonts/afm/mathdesign
12806 %{texmfdist}/fonts/tfm/mathdesign
12807 %{texmfdist}/fonts/type1/mathdesign
12808 %{texmfdist}/fonts/vf/mathdesign
12809
12810 %{texmfdist}/fonts/enc/dvips/mnsymbol
12811 %{texmfdist}/fonts/map/dvips/mnsymbol
12812 %dir %{texmfdist}/fonts/map/vtex
12813 %{texmfdist}/fonts/map/vtex/mnsymbol
12814 %{texmfdist}/fonts/opentype/public/mnsymbol
12815 %{texmfdist}/fonts/source/public/mnsymbol
12816 %{texmfdist}/fonts/tfm/public/mnsymbol
12817 %{texmfdist}/fonts/type1/public/mnsymbol
12818
12819 %{texmfdist}/fonts/map/dvips/montex
12820 %{texmfdist}/fonts/source/public/montex
12821 %{texmfdist}/fonts/tfm/public/montex
12822 %{texmfdist}/fonts/type1/public/montex
12823
12824 %{texmfdist}/fonts/tfm/vntex/mscorevn
12825 %{texmfdist}/fonts/vf/vntex/mscorevn
12826
12827 %{texmfdist}/fonts/source/public/musixps
12828 %{texmfdist}/fonts/tfm/public/musixps
12829
12830 %doc %{texmfdist}/doc/generic/musixtex
12831 %{texmfdist}/fonts/map/dvips/musixtex
12832 %{texmfdist}/fonts/source/public/musixtex
12833 %{texmfdist}/fonts/tfm/public/musixtex
12834 %{texmfdist}/fonts/type1/public/musixtex
12835
12836 %{texmfdist}/fonts/source/public/mxd
12837 %{texmfdist}/fonts/tfm/public/mxd
12838
12839 %{texmfdist}/fonts/source/public/mxedruli
12840 %{texmfdist}/fonts/tfm/public/mxedruli
12841
12842 %{texmfdist}/fonts/map/dvips/ncntrsbk
12843
12844 %{texmfdist}/fonts/source/public/niceframe
12845 %{texmfdist}/fonts/tfm/public/niceframe
12846
12847 %doc %{texmfdist}/doc/fonts/nkarta
12848 %{texmfdist}/fonts/source/public/nkarta
12849 %{texmfdist}/fonts/tfm/public/nkarta
12850
12851 %{texmfdist}/fonts/afm/public/norasi
12852 %{texmfdist}/fonts/map/dvips/norasi
12853 %{texmfdist}/fonts/tfm/public/norasi
12854 %{texmfdist}/fonts/type1/public/norasi
12855
12856 %{texmfdist}/fonts/source/public/oca
12857
12858 %{texmfdist}/fonts/afm/public/ocherokee
12859 %{texmfdist}/fonts/map/dvips/ocherokee
12860 %{texmfdist}/fonts/ofm/public/ocherokee
12861 %{texmfdist}/fonts/ovf/public/ocherokee
12862 %{texmfdist}/fonts/ovp/public/ocherokee
12863 %{texmfdist}/fonts/tfm/public/ocherokee
12864 %{texmfdist}/fonts/type1/public/ocherokee
12865
12866 %{texmfdist}/fonts/source/public/ogham
12867 %{texmfdist}/fonts/tfm/public/ogham
12868
12869 %doc %{texmfdist}/doc/fonts/oinuit
12870 %{texmfdist}/fonts/map/dvips/oinuit
12871 %{texmfdist}/fonts/ofm/public/oinuit
12872 %{texmfdist}/fonts/ovf/public/oinuit
12873 %{texmfdist}/fonts/tfm/public/oinuit
12874 %{texmfdist}/fonts/type1/public/oinuit
12875
12876 %{texmfdist}/fonts/source/public/osmanian
12877
12878 %doc %{texmfdist}/doc/fonts/ot2cyr
12879 %{texmfdist}/fonts/map/dvips/ot2cyr
12880 %{texmfdist}/source/fonts/ot2cyr
12881
12882 %{texmfdist}/fonts/source/public/othello
12883 %{texmfdist}/fonts/tfm/public/othello
12884
12885 %{texmfdist}/fonts/ofm/public/otibet
12886 %{texmfdist}/fonts/ovf/public/otibet
12887 %{texmfdist}/fonts/ovp/public/otibet
12888 %{texmfdist}/fonts/source/public/otibet
12889 %{texmfdist}/fonts/tfm/public/otibet
12890
12891 %doc %{texmfdist}/doc/fonts/pacioli
12892 %{texmfdist}/fonts/source/public/pacioli
12893 %{texmfdist}/fonts/tfm/public/pacioli
12894
12895 %{texmfdist}/fonts/map/dvips/palatino
12896
12897 %doc %{texmfdist}/doc/fonts/phaistos
12898 %{texmfdist}/fonts/afm/public/phaistos
12899 %{texmfdist}/fonts/map/dvips/phaistos
12900 %{texmfdist}/fonts/opentype/public/phaistos
12901 %{texmfdist}/fonts/tfm/public/phaistos
12902 %{texmfdist}/fonts/type1/public/phaistos
12903 %{texmfdist}/source/fonts/phaistos
12904
12905 %{texmfdist}/fonts/opentype/public/philokalia
12906
12907 %doc %{texmfdist}/doc/fonts/phonetic
12908 %{texmfdist}/fonts/source/public/phonetic
12909 %{texmfdist}/fonts/tfm/public/phonetic
12910 %{texmfdist}/source/fonts/phonetic
12911
12912 %{texmfdist}/source/fonts/malayalam
12913
12914 %{texmfdist}/fonts/source/public/punk
12915 %{texmfdist}/fonts/tfm/public/punk
12916
12917 %{texmfdist}/fonts/tfm/public/relenc
12918 %{texmfdist}/fonts/vf/public/relenc
12919
12920 %doc %{texmfdist}/doc/fonts/rsfs
12921 %{texmfdist}/fonts/map/dvips/rsfs
12922
12923 %{texmfdist}/fonts/map/dvips/sanskrit
12924 %{texmfdist}/fonts/source/public/sanskrit
12925 %{texmfdist}/fonts/tfm/public/sanskrit
12926 %{texmfdist}/fonts/type1/public/sanskrit
12927
12928 %{texmfdist}/fonts/source/public/sauter
12929
12930 %doc %{texmfdist}/doc/fonts/semaphor
12931 %{texmfdist}/fonts/afm/public/semaphor
12932 %{texmfdist}/fonts/enc/dvips/semaphor
12933 %{texmfdist}/fonts/map/dvips/semaphor
12934 %{texmfdist}/fonts/opentype/public/semaphor
12935 %{texmfdist}/fonts/source/public/semaphor
12936 %{texmfdist}/fonts/tfm/public/semaphor
12937 %{texmfdist}/fonts/type1/public/semaphor
12938
12939 %{texmfdist}/fonts/source/public/simpsons
12940
12941 %{texmfdist}/fonts/map/dvips/skak
12942 %{texmfdist}/fonts/source/public/skak
12943 %{texmfdist}/fonts/tfm/public/skak
12944
12945 %doc %{texmfdist}/doc/fonts/skaknew
12946 %{texmfdist}/fonts/afm/public/skaknew
12947 %{texmfdist}/fonts/map/dvips/skaknew
12948 %{texmfdist}/fonts/map/vtex/skaknew
12949 %{texmfdist}/fonts/tfm/public/skaknew
12950 %{texmfdist}/fonts/type1/public/skaknew
12951
12952 %{texmfdist}/fonts/source/public/skull
12953
12954 %{texmfdist}/fonts/source/public/soyombo
12955 %{texmfdist}/fonts/tfm/public/soyombo
12956
12957 %doc %{texmfdist}/doc/fonts/staves
12958 %{texmfdist}/fonts/map/dvips/staves
12959 %{texmfdist}/fonts/tfm/public/staves
12960 %{texmfdist}/fonts/type1/public/staves
12961
12962 %{texmfdist}/fonts/map/dvips/stmaryrd
12963 %{texmfdist}/fonts/source/public/stmaryrd
12964
12965 %{texmfdist}/fonts/map/dvips/symbol
12966
12967 %{texmfdist}/fonts/afm/public/tabvar
12968 %{texmfdist}/fonts/map/dvips/tabvar
12969 %{texmfdist}/fonts/tfm/public/tabvar
12970 %{texmfdist}/fonts/type1/public/tabvar
12971
12972
12973 %{texmfdist}/fonts/source/public/tapir
12974 %{texmfdist}/fonts/type1/public/tapir
12975
12976 %{texmfdist}/fonts/enc/dvips/tengwarscript
12977 %{texmfdist}/fonts/map/dvips/tengwarscript
12978 %{texmfdist}/fonts/tfm/public/tengwarscript
12979 %{texmfdist}/fonts/vf/public/tengwarscript
12980
12981 %{texmfdist}/doc/fonts/pclnfss
12982 %{texmfdist}/source/fonts/pclnfss
12983
12984 %doc %{texmfdist}/doc/fonts/tex-gyre
12985 %{texmfdist}/fonts/afm/public/tex-gyre
12986 %{texmfdist}/fonts/enc/dvips/tex-gyre
12987 %{texmfdist}/fonts/map/dvips/tex-gyre
12988 %{texmfdist}/fonts/opentype/public/tex-gyre
12989 %{texmfdist}/fonts/tfm/public/tex-gyre
12990 %{texmfdist}/fonts/type1/public/tex-gyre
12991
12992 %{texmfdist}/fonts/map/dvips/times
12993
12994
12995 %doc %{texmfdist}/doc/fonts/timing
12996 %{texmfdist}/fonts/source/public/timing
12997 %{texmfdist}/fonts/tfm/public/timing
12998
12999 %doc %{texmfdist}/doc/fonts/tipa
13000 %{texmfdist}/fonts/map/dvips/tipa
13001 %{texmfdist}/fonts/source/public/tipa
13002 %{texmfdist}/fonts/tfm/public/tipa
13003 %{texmfdist}/fonts/type1/public/tipa
13004
13005 %{texmfdist}/fonts/afm/public/trajan
13006 %{texmfdist}/fonts/map/dvips/trajan
13007 %{texmfdist}/fonts/tfm/public/trajan
13008 %{texmfdist}/fonts/type1/public/trajan
13009
13010 %{texmfdist}/fonts/source/public/trsym
13011 %{texmfdist}/fonts/tfm/public/trsym
13012
13013 %{texmfdist}/fonts/tfm/vntex/txttvn
13014 %{texmfdist}/fonts/type1/vntex/txttvn
13015
13016 %{texmfdist}/fonts/map/dvips/uhc
13017
13018 %{texmfdist}/fonts/source/public/ulsy
13019 %{texmfdist}/fonts/tfm/public/ulsy
13020
13021 %doc %{texmfdist}/doc/fonts/umrand
13022 %{texmfdist}/fonts/source/public/umrand
13023 %{texmfdist}/fonts/tfm/public/umrand
13024
13025 %doc %{texmfdist}/doc/fonts/umtypewriter
13026 %{texmfdist}/fonts/opentype/public/umtypewriter
13027
13028 %doc %{texmfdist}/doc/fonts/universa
13029 %{texmfdist}/fonts/source/public/universa
13030 %{texmfdist}/fonts/tfm/public/universa
13031 %{texmfdist}/source/fonts/universa
13032
13033 %{texmfdist}/fonts/afm/public/velthuis
13034 %{texmfdist}/fonts/map/dvips/velthuis
13035 %{texmfdist}/fonts/source/public/velthuis
13036 %{texmfdist}/fonts/tfm/public/velthuis
13037 %{texmfdist}/fonts/type1/public/velthuis
13038
13039 %{texmfdist}/fonts/enc/dvips/vntex
13040
13041 %{texmfdist}/fonts/afm/vntex/vntopia
13042 %{texmfdist}/fonts/tfm/vntex/vntopia
13043 %{texmfdist}/fonts/type1/vntex/vntopia
13044 %{texmfdist}/fonts/vf/vntex/vntopia
13045
13046 %{texmfdist}/fonts/map/dvips/wadalab
13047
13048 %doc %{texmfdist}/doc/fonts/wasy
13049 %{texmfdist}/fonts/afm/public/wasy
13050 %{texmfdist}/fonts/map/dvips/wasy
13051 %{texmfdist}/fonts/type1/public/wasy
13052
13053 %{texmfdist}/fonts/source/public/wnri
13054 %{texmfdist}/fonts/tfm/public/wnri
13055
13056 %{texmfdist}/fonts/source/public/wsuipa
13057 %{texmfdist}/fonts/tfm/public/wsuipa
13058
13059 %{texmfdist}/fonts/source/public/xbmc
13060 %{texmfdist}/fonts/tfm/public/xbmc
13061
13062 %doc %{texmfdist}/doc/fonts/xq
13063 %{texmfdist}/fonts/source/public/xq
13064 %{texmfdist}/fonts/tfm/public/xq
13065
13066 %{texmfdist}/fonts/source/public/yannisgr
13067
13068 %{texmfdist}/fonts/map/dvips/yhmath
13069 %{texmfdist}/fonts/source/public/yhmath
13070 %{texmfdist}/fonts/tfm/public/yhmath
13071 %{texmfdist}/fonts/type1/public/yhmath
13072 %{texmfdist}/fonts/vf/public/yhmath
13073
13074 %{texmfdist}/fonts/map/dvips/zapfchan
13075 %{texmfdist}/fonts/tfm/urw35vf
13076
13077 %{texmfdist}/fonts/map/dvips/zapfding
13078
13079 %{texmfdist}/dvips/zefonts
13080 %{texmfdist}/fonts/map/dvips/zefonts
13081 %{texmfdist}/fonts/tfm/public/zefonts
13082 %{texmfdist}/fonts/vf/public/zefonts
13083
13084
13085 %files fonts-omega
13086 %defattr(644,root,root,755)
13087 %doc %{texmfdist}/doc/omega
13088 %dir %{texmfdist}/omega
13089 %dir %{texmfdist}/omega/otp
13090 %dir %{texmfdist}/omega/ocp
13091 %{texmfdist}/dvips/omega
13092 %{texmfdist}/fonts/ofm/public/omega
13093 %{texmfdist}/fonts/type1/public/omega
13094 %{texmfdist}/fonts/afm/public/omega
13095 %{texmfdist}/fonts/ovp/public/omega
13096 %{texmfdist}/fonts/tfm/public/omega
13097 %{texmfdist}/fonts/ovf/public/omega
13098 %{texmfdist}/fonts/map/dvips/omega
13099 %{texmfdist}/omega/ocp/omega
13100 %{texmfdist}/omega/otp/omega
13101 %{texmfdist}/tex/plain/omega
13102
13103 #%files fonts-pazo
13104 #%defattr(644,root,root,755)
13105
13106 %files fonts-pl
13107 %defattr(644,root,root,755)
13108 %doc %{texmfdist}/doc/fonts/pl
13109 %dir %{texmf}/scripts/texlive
13110 %dir %{texmf}/scripts/texlive/tlmgrgui
13111 %dir %{texmf}/scripts/texlive/tlmgrgui/lang
13112 %{texmfdist}/dvips/pl
13113 %{texmfdist}/fonts/source/public/pl
13114 %{texmfdist}/fonts/type1/public/pl
13115 %{texmfdist}/fonts/afm/public/pl
13116 %{texmfdist}/fonts/enc/dvips/pl
13117 %{texmfdist}/fonts/tfm/public/pl
13118 %{texmfdist}/fonts/map/dvips/pl
13119 %{texmf}/scripts/texlive/tlmgrgui/lang/pl
13120
13121 %files fonts-px
13122 %defattr(644,root,root,755)
13123 %doc %{texmfdist}/doc/fonts/pxfonts
13124 # %doc %{texmf}/doc/doc/english/free-math-font-survey/source/pxfonts.tex
13125 # %doc %{texmf}/doc/doc/english/free-math-font-survey/images/pxfonts.png
13126 %dir %{texmfdist}/fonts/map/dvips/pxfonts
13127 %dir %{texmfdist}/tex/latex/pxfonts
13128 %{texmfdist}/fonts/map/dvips/pxfonts/pxfonts.map
13129 %{texmfdist}/fonts/afm/public/pxfonts
13130 %{texmfdist}/fonts/tfm/public/pxfonts
13131 %{texmfdist}/fonts/type1/public/pxfonts
13132 %{texmfdist}/fonts/vf/public/pxfonts
13133 %{texmfdist}/tex/latex/pxfonts/pxfonts.sty
13134
13135 #%files fonts-qfonts
13136 #%defattr(644,root,root,755)
13137 # %doc %{texmf}/doc/fonts/polish/qfonts
13138 # %{texmf}/fonts/enc/dvips/qfonts
13139 # %{texmf}/fonts/map/dvips/qfonts
13140 # %{texmf}/dvips/qfonts
13141 # %{texmf}/fonts/afm/public/qfonts
13142 # %{texmf}/fonts/tfm/public/qfonts
13143
13144 # %files fonts-qpx
13145 # %defattr(644,root,root,755)
13146 # %{texmf}/fonts/tfm/public/qpx
13147 # %{texmf}/fonts/vf/public/qpx
13148
13149 %files fonts-qpxqtx
13150 %defattr(644,root,root,755)
13151 %{texmfdist}/fonts/tfm/public/qpxqtx
13152 %{texmfdist}/fonts/vf/public/qpxqtx
13153
13154 %files fonts-rsfs
13155 %defattr(644,root,root,755)
13156 %{texmfdist}/fonts/source/public/rsfs
13157 %{texmfdist}/fonts/tfm/public/rsfs
13158
13159 %files fonts-stmaryrd
13160 %defattr(644,root,root,755)
13161 %doc %{texmfdist}/doc/fonts/stmaryrd
13162 %{texmfdist}/source/fonts/stmaryrd
13163 %{texmfdist}/fonts/tfm/public/stmaryrd
13164
13165 %files fonts-tx
13166 %defattr(644,root,root,755)
13167 %{texmfdist}/fonts/map/dvips/txfonts/txfonts.map
13168 %{texmfdist}/fonts/afm/public/txfonts
13169 %{texmfdist}/fonts/tfm/public/txfonts
13170 %{texmfdist}/fonts/vf/public/txfonts
13171
13172 %files fonts-uhc
13173 %defattr(644,root,root,755)
13174 %doc %{texmfdist}/doc/fonts/uhc
13175 %{texmfdist}/fonts/afm/uhc
13176 %{texmfdist}/fonts/tfm/uhc
13177 %{texmfdist}/fonts/vf/uhc
13178
13179 %files fonts-urw
13180 %defattr(644,root,root,755)
13181 %{texmfdist}/fonts/afm/urw
13182 %{texmfdist}/fonts/tfm/urw
13183 %{texmfdist}/fonts/vf/urw
13184
13185 %files fonts-urwvn
13186 %defattr(644,root,root,755)
13187 %{texmfdist}/fonts/afm/vntex/urwvn
13188 %{texmfdist}/fonts/tfm/vntex/urwvn
13189 %{texmfdist}/fonts/type1/vntex/urwvn
13190 %{texmfdist}/fonts/vf/vntex/urwvn
13191
13192 %files fonts-vnr
13193 %defattr(644,root,root,755)
13194 %{texmfdist}/fonts/map/dvips/vntex
13195 %{texmfdist}/fonts/source/vntex/vnr
13196 %{texmfdist}/fonts/tfm/vntex/vnr
13197
13198 %files fonts-urw35vf
13199 %defattr(644,root,root,755)
13200 %{texmfdist}/fonts/vf/urw35vf
13201
13202 %files fonts-wadalab
13203 %defattr(644,root,root,755)
13204 %doc %{texmfdist}/doc/fonts/wadalab
13205 %{texmfdist}/fonts/afm/wadalab
13206 %{texmfdist}/fonts/tfm/wadalab
13207 %{texmfdist}/fonts/vf/wadalab
13208
13209 %files fonts-wasy
13210 %defattr(644,root,root,755)
13211 %{texmfdist}/fonts/source/public/wasy
13212 %{texmfdist}/fonts/tfm/public/wasy
13213
13214 %files fonts-xypic
13215 %defattr(644,root,root,755)
13216 %{texmfdist}/fonts/map/dvips/xypic
13217 # %{texmfdist}/fonts/afm/public/xypic
13218 %{texmfdist}/fonts/source/public/xypic
13219 %{texmfdist}/fonts/tfm/public/xypic
13220
13221 %files fonts-yandy
13222 %defattr(644,root,root,755)
13223 # %{texmf}/fonts/afm/yandy
13224 %{texmfdist}/source/fonts/eurofont/marvosym/tfmfiles/yandy
13225 # %{texmf}/fonts/tfm/yandy
13226 # %{texmf}/fonts/vf/yandy
13227
13228 %files fonts-type1-antp
13229 %defattr(644,root,root,755)
13230 %{texmfdist}/dvips/antp
13231 %{texmfdist}/fonts/type1/public/antp
13232
13233 %files fonts-type1-antt
13234 %defattr(644,root,root,755)
13235 # %{texmf}/dvips/antt
13236 %{texmfdist}/fonts/type1/public/antt
13237
13238 %files fonts-type1-arphic
13239 %defattr(644,root,root,755)
13240 %{texmfdist}/fonts/type1/arphic
13241
13242 %files fonts-type1-belleek
13243 %defattr(644,root,root,755)
13244 %doc %{texmfdist}/doc/fonts/belleek
13245 %{texmfdist}/fonts/type1/public/belleek
13246
13247 %files fonts-type1-bitstream
13248 %defattr(644,root,root,755)
13249 %{texmfdist}/fonts/type1/bitstrea
13250
13251 %files fonts-type1-bluesky
13252 %defattr(644,root,root,755)
13253 # %doc %{texmf}/doc/fonts/bluesky
13254 # %{texmf}/dvips/bluesky
13255 %{texmfdist}/fonts/type1/bluesky
13256
13257 %files fonts-type1-cc-pl
13258 %defattr(644,root,root,755)
13259 %doc %{texmfdist}/doc/fonts/cc-pl
13260 %{texmfdist}/fonts/type1/public/cc-pl
13261
13262 %files fonts-type1-cmcyr
13263 %defattr(644,root,root,755)
13264 %{texmfdist}/fonts/type1/public/cmcyr
13265
13266 %files fonts-type1-cs
13267 %defattr(644,root,root,755)
13268 %{texmfdist}/fonts/type1/public/cs
13269
13270 # %files fonts-type1-dstroke
13271 # %defattr(644,root,root,755)
13272 # %{texmf}/fonts/type1/public/dstroke
13273
13274 %files fonts-type1-eurosym
13275 %defattr(644,root,root,755)
13276 %{texmfdist}/fonts/type1/public/eurosym
13277
13278 %files fonts-type1-hoekwater
13279 %defattr(644,root,root,755)
13280 %{texmfdist}/fonts/type1/hoekwater
13281
13282 %files fonts-type1-fpl
13283 %defattr(644,root,root,755)
13284 %doc %{texmfdist}/doc/fonts/fpl
13285 %{texmfdist}/fonts/afm/public/fpl
13286 %{texmfdist}/fonts/type1/public/fpl
13287
13288 %files fonts-type1-lm
13289 %defattr(644,root,root,755)
13290 %{texmfdist}/fonts/afm/public/lm
13291 %{texmfdist}/fonts/type1/public/lm
13292
13293 %files fonts-type1-marvosym
13294 %defattr(644,root,root,755)
13295 %{texmfdist}/fonts/type1/public/marvosym
13296
13297 %files fonts-type1-mathpazo
13298 %defattr(644,root,root,755)
13299 # %doc %{texmf}/doc/fonts/mathpazo
13300 %{texmfdist}/fonts/afm/public/mathpazo
13301 %{texmfdist}/fonts/type1/public/mathpazo
13302
13303 %files fonts-type1-omega
13304 %defattr(644,root,root,755)
13305 %{texmfdist}/fonts/type1/public/omega
13306
13307 %files fonts-type1-pl
13308 %defattr(644,root,root,755)
13309 # %doc %{texmf}/doc/fonts/polish/plpsfont
13310 %{texmfdist}/fonts/type1/public/pl
13311
13312 %files fonts-type1-px
13313 %defattr(644,root,root,755)
13314 %{texmfdist}/fonts/type1/public/pxfonts
13315
13316 # %files fonts-type1-qfonts
13317 # %defattr(644,root,root,755)
13318 # %{texmfdist}/fonts/type1/public/qfonts
13319
13320 %files fonts-type1-tx
13321 %defattr(644,root,root,755)
13322 %{texmfdist}/fonts/type1/public/txfonts
13323
13324 # %files fonts-type1-tt2001
13325 # %defattr(644,root,root,755)
13326 # %{texmf}/fonts/type1/public/tt2001
13327
13328 %files fonts-type1-uhc
13329 %defattr(644,root,root,755)
13330 %{texmfdist}/fonts/type1/uhc
13331
13332 %files fonts-type1-urw
13333 %defattr(644,root,root,755)
13334 %{texmfdist}/fonts/type1/urw
13335
13336 %files fonts-type1-vnr
13337 %defattr(644,root,root,755)
13338 %{texmfdist}/fonts/type1/vntex/vnr
13339
13340 %files fonts-type1-wadalab
13341 %defattr(644,root,root,755)
13342 %{texmfdist}/fonts/type1/wadalab
13343
13344 %files fonts-type1-xypic
13345 %defattr(644,root,root,755)
13346 %{texmfdist}/fonts/type1/public/xypic
13347
13348 # TeXLive-specific
13349
13350 %files afm2pl
13351 %defattr(644,root,root,755)
13352 %attr(755,root,root) %{_bindir}/afm2pl
13353 %{_mandir}/man1/afm2pl*
13354 %{texmf}/fonts/lig/afm2pl
13355
13356 %files bbox
13357 %defattr(644,root,root,755)
13358 %attr(755,root,root) %{_bindir}/bbox
13359 %{_mandir}/man1/bbox*
13360
13361 %files cefutils
13362 %defattr(644,root,root,755)
13363 %attr(755,root,root) %{_bindir}/cef*
13364 %dir %{texmfdist}/tex/latex/cjk
13365 %dir %{texmfdist}/doc/latex/cjk
13366 %{texmfdist}/source/latex/cjk
13367 %{texmfdist}/tex/latex/cjk/CEF
13368 %doc %{texmfdist}/doc/latex/cjk/doc
13369 %doc %{texmfdist}/doc/latex/cjk/examples
13370
13371 %files detex
13372 %defattr(644,root,root,755)
13373 %attr(755,root,root) %{_bindir}/detex
13374 %{_mandir}/man1/detex*
13375
13376
13377 %files dviutils
13378 %defattr(644,root,root,755)
13379 %attr(755,root,root) %{_bindir}/dt2dv
13380 %attr(755,root,root) %{_bindir}/dv2dt
13381 %attr(755,root,root) %{_bindir}/dvi2tty
13382 %attr(755,root,root) %{_bindir}/dviasm
13383 %attr(755,root,root) %{_bindir}/dvibook
13384 %attr(755,root,root) %{_bindir}/dviconcat
13385 %attr(755,root,root) %{_bindir}/dvidvi
13386 %attr(755,root,root) %{_bindir}/dvigif
13387 %attr(755,root,root) %{_bindir}/dvipdfmx
13388 %attr(755,root,root) %{_bindir}/dvipos
13389 %attr(755,root,root) %{_bindir}/dviselect
13390 %attr(755,root,root) %{_bindir}/dvitodvi
13391 %{_mandir}/man1/dt2dv*
13392 %{_mandir}/man1/dv2dt*
13393 %{_mandir}/man1/dvi2tty*
13394 %{_mandir}/man1/dvibook*
13395 %{_mandir}/man1/dviconcat*
13396 %{_mandir}/man1/dvidvi*
13397 %{_mandir}/man1/dvigif*
13398 %{_mandir}/man1/dvipos*
13399 %{_mandir}/man1/dviselect*
13400 %{_mandir}/man1/dvitodvi*
13401 %{texmf}/fonts/map/dvipdfmx
13402 %dir %{texmf}/fonts/cmap
13403 %{texmf}/dvipdfmx
13404 %{texmf}/fonts/cmap/dvipdfmx
13405
13406 %files epsutils
13407 %defattr(644,root,root,755)
13408 %attr(755,root,root) %{_bindir}/epsffit
13409 %attr(755,root,root) %{_bindir}/epspdf
13410 %attr(755,root,root) %{_bindir}/epspdftk
13411 %attr(755,root,root) %{_bindir}/pst2pdf
13412 %{texmfdist}/scripts/epspdf
13413 %{_mandir}/man1/epsffit*
13414 %doc %{texmfdist}/doc/epspdf
13415
13416 %files filters
13417 %defattr(644,root,root,755)
13418 %attr(755,root,root) %{_bindir}/fix*
13419 %{_mandir}/man1/fix*
13420
13421 %files psutils
13422 %defattr(644,root,root,755)
13423 %attr(755,root,root) %{_bindir}/extractres
13424 %attr(755,root,root) %{_bindir}/getafm
13425 %attr(755,root,root) %{_bindir}/includeres
13426 %attr(755,root,root) %{_bindir}/psbook
13427 %attr(755,root,root) %{_bindir}/psmerge
13428 %attr(755,root,root) %{_bindir}/psnup
13429 %attr(755,root,root) %{_bindir}/psresize
13430 %attr(755,root,root) %{_bindir}/psselect
13431 %attr(755,root,root) %{_bindir}/ps2eps
13432 %attr(755,root,root) %{_bindir}/pstops
13433 %attr(755,root,root) %{_bindir}/showchar
13434 %{_mandir}/man1/extractres*
13435 %{_mandir}/man1/getafm*
13436 %{_mandir}/man1/includeres*
13437 %{_mandir}/man1/psbook*
13438 %{_mandir}/man1/psmerge*
13439 %{_mandir}/man1/psnup*
13440 %{_mandir}/man1/psresize*
13441 %{_mandir}/man1/psselect*
13442 %{_mandir}/man1/pstops*
13443 %{texmf}/dvips/psutils
13444
13445 %files uncategorized-utils
13446 %defattr(644,root,root,755)
13447 %attr(755,root,root) %{_bindir}/devnag
13448 %attr(755,root,root) %{_bindir}/disdvi
13449
13450 %files tex4ht
13451 %defattr(644,root,root,755)
13452 %attr(755,root,root) %{_bindir}/ht
13453 %attr(755,root,root) %{_bindir}/htcontext
13454 %attr(755,root,root) %{_bindir}/htlatex
13455 %attr(755,root,root) %{_bindir}/htmex
13456 %attr(755,root,root) %{_bindir}/httex
13457 %attr(755,root,root) %{_bindir}/httexi
13458 %attr(755,root,root) %{_bindir}/htxelatex
13459 %attr(755,root,root) %{_bindir}/htxetex
13460 %attr(755,root,root) %{_bindir}/mk4ht
13461 %attr(755,root,root) %{_bindir}/t4ht
13462 %attr(755,root,root) %{_bindir}/tex4ht
13463 %{texmf}/scripts/tex4ht
13464 %{texmfdist}/tex/generic/tex4ht
13465 %dir %{texmfdist}/scripts/tex4ht
13466 %attr(755,root,root) %{texmfdist}/scripts/tex4ht/ht.sh
13467 %attr(755,root,root) %{texmfdist}/scripts/tex4ht/htcontext.sh
13468 %attr(755,root,root) %{texmfdist}/scripts/tex4ht/htlatex.sh
13469 %attr(755,root,root) %{texmfdist}/scripts/tex4ht/htmex.sh
13470 %attr(755,root,root) %{texmfdist}/scripts/tex4ht/httex.sh
13471 %attr(755,root,root) %{texmfdist}/scripts/tex4ht/httexi.sh
13472 %attr(755,root,root) %{texmfdist}/scripts/tex4ht/htxelatex.sh
13473 %attr(755,root,root) %{texmfdist}/scripts/tex4ht/htxetex.sh
13474 %attr(755,root,root) %{texmfdist}/scripts/tex4ht/mk4ht.pl
13475 %doc %{texmfdist}/doc/generic/tex4ht
13476 %{texmfdist}/tex4ht
13477
13478 %files xetex
13479 %defattr(644,root,root,755)
13480 %attr(755,root,root) %{_bindir}/xdvipdfmx
13481 %attr(755,root,root) %{_bindir}/xelatex
13482 %attr(755,root,root) %{_bindir}/xetex
13483 %{texmf}/fmtutil/format.xetex.cnf
13484 %doc %{texmfdist}/doc/xelatex
13485 %doc %{texmfdist}/doc/xetex
13486 %{texmfdist}/scripts/xetex
13487 %{texmfdist}/tex/generic/ifxetex
13488 %{texmfdist}/tex/generic/xetexconfig
13489 %{texmfdist}/tex/latex/latexconfig/xelatex.ini
13490 %{texmfdist}/tex/plain/config/xetex.ini
13491 %{texmfdist}/tex/xelatex
13492 %{texmfdist}/tex/xetex
13493
13494 %files xmltex
13495 %defattr(644,root,root,755)
13496 %doc %{texmfdist}/doc/xmltex
13497 %attr(755,root,root) %{_bindir}/pdfxmltex
13498 %attr(755,root,root) %{_bindir}/xmltex
13499 %{texmfdist}/tex/xmltex
13500 %{texmf}/fmtutil/format.xmltex.cnf
This page took 0.911384 seconds and 4 git commands to generate.