diff -urN /usr/ports/print/cjk-lyx/Makefile print/cjk-lyx/Makefile --- /usr/ports/print/cjk-lyx/Makefile Wed Feb 4 19:03:31 2004 +++ print/cjk-lyx/Makefile Tue Mar 2 22:14:06 2004 @@ -6,47 +6,58 @@ # PORTNAME= lyx -PORTVERSION= 1.2.3 -PORTREVISION= 2 +PORTVERSION= 1.3.4.1 CATEGORIES= print -MASTER_SITES= ftp://stone.phys.pusan.ac.kr/pub/CJK-LyX/ +MASTER_SITES= ftp://cellular.phys.pusan.ac.kr/CJK-LyX/qt/ PKGNAMEPREFIX= cjk- -DISTNAME= CJK-LyX-${PORTVERSION}-src +DISTNAME= CJK-LyX-qt-${PORTVERSION:R}-${PORTVERSION:E}.src MAINTAINER= cjh@FreeBSD.org COMMENT= Document processor interfaced with LaTeX, with CJK support BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 \ latex:${PORTSDIR}/print/teTeX -LIB_DEPENDS= forms.1:${PORTSDIR}/x11-toolkits/xforms RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4 \ latex:${PORTSDIR}/print/teTeX -WRKSRC= ${WRKDIR}/CJK-LyX-${PORTVERSION} +WRKSRC= ${WRKDIR}/CJK-LyX-qt-${PORTVERSION:R} -USE_GETTEXT= yes -USE_XPM= yes -USE_REINPLACE= yes +CONFLICTS= lyx-* + +USE_QT_VER= 3 +USE_GNOME= gnometarget lthack USE_PERL5= yes +USE_PYTHON= yes +USE_GETTEXT= yes USE_GMAKE= yes -USE_AUTOMAKE_VER= 15 -CONFIGURE_ENV= CPPFLAGS="-DI18N" -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ARGS= --with-extra-lib="${LOCALBASE}/lib" \ +USE_LIBTOOL= yes +CONFIGURE_ARGS= --with-frontend=qt \ + --with-extra-lib="${LOCALBASE}/lib" \ --with-extra-inc="${LOCALBASE}/include" MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \ AUTOHEADER="${TRUE}" MAN1= lyx.1 reLyX.1 +CFLAGS+= -DI18N + +QTCPPFLAGS+= ${PTHREAD_CFLAGS} +QTCFGLIBS+= ${PTHREAD_LIBS} + .if defined(WITH_ASPELL) LIB_DEPENDS+= aspell.15:${PORTSDIR}/textproc/aspell CONFIGURE_ARGS+= --with-pspell \ --with-pspell-lib="${LOCALBASE}/lib" \ - --with-pspell-include="${LOCALBASE}/include" + --with-pspell-include="${LOCALBASE}/include" .endif .if defined(WITH_ISPELL) -RUN_DEPENDS+= ispell:${PORTSDIR}/textproc/ispell +RUN_DEPENDS+= ispell:${PORTSDIR}/textproc/ispell +.endif + +.include + +.if ${OSVERSION} < 500035 +CFLAGS+= -Wno-non-template-friend -ftemplate-depth-30 .endif pre-everything:: @@ -64,13 +75,4 @@ @${ECHO_MSG} .endif -post-patch: -.for file in src/Makefile.am src/frontends/Makefile.am - @${REINPLACE_CMD} -e 's|LIBS +=|LDFLAGS = @LDFLAGS@|g' ${WRKSRC}/${file} -.endfor -.for file in configure.in lib/reLyX/configure.in - @${REINPLACE_CMD} -e 's|AC_CHECK_LIB(c,|AC_CHECK_FUNC(|g ; \ - s|^INSTALL_SCRIPT=|#INSTALL_SCRIPT=|g' ${WRKSRC}/${file} -.endfor - -.include +.include diff -urN /usr/ports/print/cjk-lyx/distinfo print/cjk-lyx/distinfo --- /usr/ports/print/cjk-lyx/distinfo Sat Apr 12 23:14:17 2003 +++ print/cjk-lyx/distinfo Tue Mar 2 19:03:50 2004 @@ -1 +1,2 @@ -MD5 (CJK-LyX-1.2.3-src.tar.gz) = 30eab39df47ab8fc36863bdaa0d76c4d +MD5 (CJK-LyX-qt-1.3.4-1.src.tar.gz) = 7295bf28d2554a52e802f186f3d1026b +SIZE (CJK-LyX-qt-1.3.4-1.src.tar.gz) = 7501719 diff -urN /usr/ports/print/cjk-lyx/files/patch-config::ltmain.sh print/cjk-lyx/files/patch-config::ltmain.sh --- /usr/ports/print/cjk-lyx/files/patch-config::ltmain.sh Fri Jul 12 16:25:42 2002 +++ print/cjk-lyx/files/patch-config::ltmain.sh Thu Jan 1 09:00:00 1970 @@ -1,28 +0,0 @@ ---- config/ltmain.sh.orig Thu Jan 24 06:28:31 2002 -+++ config/ltmain.sh Fri Jun 28 20:15:12 2002 -@@ -1043,14 +1043,14 @@ - # These systems don't actually have a C library (as such) - test "X$arg" = "X-lc" && continue - ;; -- *-*-openbsd*) -+ *-*-openbsd* | *-*-freebsd*) - # Do not include libc due to us having libc/libc_r. - test "X$arg" = "X-lc" && continue - ;; - esac - elif test "X$arg" = "X-lc_r"; then - case $host in -- *-*-openbsd*) -+ *-*-openbsd* | *-*-freebsd*) - # Do not include libc_r directly, use -pthread flag. - continue - ;; -@@ -2441,7 +2441,7 @@ - *-*-netbsd*) - # Don't link with libc until the a.out ld.so is fixed. - ;; -- *-*-openbsd*) -+ *-*-openbsd* | *-*-freebsd*) - # Do not include libc due to us having libc/libc_r. - ;; - *) diff -urN /usr/ports/print/cjk-lyx/files/patch-configure print/cjk-lyx/files/patch-configure --- /usr/ports/print/cjk-lyx/files/patch-configure Thu Jan 1 09:00:00 1970 +++ print/cjk-lyx/files/patch-configure Tue Mar 2 18:12:44 2004 @@ -0,0 +1,94 @@ +--- configure.orig Thu Feb 19 02:35:31 2004 ++++ configure Tue Mar 2 01:03:20 2004 +@@ -5304,33 +5304,51 @@ + + fi + +- +-echo "$as_me:$LINENO: checking for fopen in -lc" >&5 +-echo $ECHO_N "checking for fopen in -lc... $ECHO_C" >&6 +-if test "${ac_cv_lib_c_fopen+set}" = set; then ++echo "$as_me:$LINENO: checking for fopen" >&5 ++echo $ECHO_N "checking for fopen... $ECHO_C" >&6 ++if test "${ac_cv_func_fopen+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else +- ac_check_lib_save_LIBS=$LIBS +-LIBS="-lc $LIBS" +-cat >conftest.$ac_ext <<_ACEOF ++ cat >conftest.$ac_ext <<_ACEOF + #line $LINENO "configure" + /* confdefs.h. */ + _ACEOF + cat confdefs.h >>conftest.$ac_ext + cat >>conftest.$ac_ext <<_ACEOF + /* end confdefs.h. */ +- ++/* System header to define __stub macros and hopefully few prototypes, ++ which can conflict with char fopen (); below. ++ Prefer to if __STDC__ is defined, since ++ exists even on freestanding compilers. */ ++#ifdef __STDC__ ++# include ++#else ++# include ++#endif + /* Override any gcc2 internal prototype to avoid an error. */ + #ifdef __cplusplus + extern "C" ++{ + #endif + /* We use char because int might match the return type of a gcc2 + builtin and then its argument prototype would still apply. */ + char fopen (); ++/* The GNU C library defines this for functions which it implements ++ to always fail with ENOSYS. Some functions are actually named ++ something starting with __ and the normal name is an alias. */ ++#if defined (__stub_fopen) || defined (__stub___fopen) ++choke me ++#else ++char (*f) () = fopen; ++#endif ++#ifdef __cplusplus ++} ++#endif ++ + int + main () + { +-fopen (); ++return f != fopen; + ; + return 0; + } +@@ -5347,26 +5365,17 @@ + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then +- ac_cv_lib_c_fopen=yes ++ ac_cv_func_fopen=yes + else + echo "$as_me: failed program was:" >&5 + sed 's/^/| /' conftest.$ac_ext >&5 + +-ac_cv_lib_c_fopen=no ++ac_cv_func_fopen=no + fi + rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext +-LIBS=$ac_check_lib_save_LIBS +-fi +-echo "$as_me:$LINENO: result: $ac_cv_lib_c_fopen" >&5 +-echo "${ECHO_T}$ac_cv_lib_c_fopen" >&6 +-if test $ac_cv_lib_c_fopen = yes; then +- cat >>confdefs.h <<_ACEOF +-#define HAVE_LIBC 1 +-_ACEOF +- +- LIBS="-lc $LIBS" +- + fi ++echo "$as_me:$LINENO: result: $ac_cv_func_fopen" >&5 ++echo "${ECHO_T}$ac_cv_func_fopen" >&6 + + + ### Add extra directories to check for libraries. diff -urN /usr/ports/print/cjk-lyx/files/patch-src::WorkArea.C print/cjk-lyx/files/patch-src::WorkArea.C --- /usr/ports/print/cjk-lyx/files/patch-src::WorkArea.C Sun Nov 17 11:20:06 2002 +++ print/cjk-lyx/files/patch-src::WorkArea.C Thu Jan 1 09:00:00 1970 @@ -1,14 +0,0 @@ ---- src/WorkArea.C.orig Fri Aug 23 15:04:29 2002 -+++ src/WorkArea.C Thu Oct 3 00:30:28 2002 -@@ -409,9 +409,9 @@ - KeySym keysym = 0; - #ifdef I18N - char s_r[256]; --#else -- char dummy[1]; -+ int num_bytes; - #endif -+ char dummy[1]; - XKeyEvent * xke = reinterpret_cast(ev); - #if FL_VERSION < 1 && (FL_REVISION < 89 || (FL_REVISION == 89 && FL_FIXLEVEL < 5)) - // XForms < 0.89.5 does not have compose support diff -urN /usr/ports/print/cjk-lyx/files/patch-src::lyxcodeconv.C print/cjk-lyx/files/patch-src::lyxcodeconv.C --- /usr/ports/print/cjk-lyx/files/patch-src::lyxcodeconv.C Fri Jul 12 16:25:42 2002 +++ print/cjk-lyx/files/patch-src::lyxcodeconv.C Thu Jan 1 09:00:00 1970 @@ -1,13 +0,0 @@ ---- src/lyxcodeconv.C.orig Thu Jul 11 19:55:02 2002 -+++ src/lyxcodeconv.C Thu Jul 11 19:55:36 2002 -@@ -11,6 +11,10 @@ - #include "LString.h" - #include "lyxcodeconv.h" - -+#include -+ -+using namespace std; -+ - LyXCodeConv codeconverter; //global - - size_t LyXCodeConv::lyxmbstowcs(wchar_t *wcs, const char *cs, size_t n) diff -urN /usr/ports/print/cjk-lyx/files/patch-src::lyxcodeconv.h print/cjk-lyx/files/patch-src::lyxcodeconv.h --- /usr/ports/print/cjk-lyx/files/patch-src::lyxcodeconv.h Fri Jul 12 16:25:42 2002 +++ print/cjk-lyx/files/patch-src::lyxcodeconv.h Thu Jan 1 09:00:00 1970 @@ -1,10 +0,0 @@ ---- work/CJK-LyX-1.2.0/src/lyxcodeconv.h~ Thu Jul 11 15:18:49 2002 -+++ src/lyxcodeconv.h Thu Jul 11 15:24:20 2002 -@@ -10,6 +10,7 @@ - #include - #include - using std::ofstream; -+using std::ostream; - using std::ifstream; - using std::fstream; - using std::ios; diff -urN /usr/ports/print/cjk-lyx/files/patch-src::lyxim.C print/cjk-lyx/files/patch-src::lyxim.C --- /usr/ports/print/cjk-lyx/files/patch-src::lyxim.C Fri Jul 12 16:25:42 2002 +++ print/cjk-lyx/files/patch-src::lyxim.C Thu Jan 1 09:00:00 1970 @@ -1,13 +0,0 @@ ---- src/lyxim.C.orig Thu Jul 11 19:10:30 2002 -+++ src/lyxim.C Thu Jul 11 19:16:31 2002 -@@ -19,6 +19,10 @@ - - #define DUMMY_FONT_NAME "-*-*-*-R-Normal--14-130-75-75-*-*" - -+#include -+ -+using namespace std; -+ - //extern FD_form_main *fd_form_main; - extern MiniBuffer *minibuffer; - extern BufferView *current_view; diff -urN /usr/ports/print/cjk-lyx/files/patch-src::sp_spell.C print/cjk-lyx/files/patch-src::sp_spell.C --- /usr/ports/print/cjk-lyx/files/patch-src::sp_spell.C Sun Nov 17 11:20:06 2002 +++ print/cjk-lyx/files/patch-src::sp_spell.C Thu Jan 1 09:00:00 1970 @@ -1,11 +0,0 @@ ---- src/sp_spell.C.orig Mon Aug 12 19:25:50 2002 -+++ src/sp_spell.C Fri Aug 23 03:38:09 2002 -@@ -379,7 +379,7 @@ - // Configure provides us with macros which are supposed to do - // the right typecast. - retval = select(SELECT_TYPE_ARG1 (pipeout[0]+1), -- SELECT_TYPE_ARG234 (&infds), -+ &infds, - 0, - 0, - SELECT_TYPE_ARG5 (&tv)); diff -urN /usr/ports/print/cjk-lyx/pkg-descr print/cjk-lyx/pkg-descr --- /usr/ports/print/cjk-lyx/pkg-descr Wed Jul 5 23:58:12 2000 +++ print/cjk-lyx/pkg-descr Tue Mar 2 18:12:44 2004 @@ -1,16 +1,10 @@ -CJK-LyX -======= +LyX is a document processor interfaced with LaTeX, which gives both the +ease-of-use of a wordprocessor, and the flexibility and power of +LaTeX. -CJK-LyX is a multibyte version of LyX, the text processing document -processor, or simply a new and advanced kind of word processors. -More specifically, CJK-LyX is the patched version of LyX for Chinese, -Japanese and Korean language users. +Quasi-WYSIWYG interface, many LaTeX styles and layouts automatically +generated. Speeds up learning LaTeX and makes complicated layouts +easy and intuitive. New features include spell-checking, international +character support, WYSIWYG graphics, tables, and equations. -CJK-LyX is based on the earlier patch against lyx-1.0.3 by Masahiko -Kawakami and critical contributions from -Chideok Hwang , who is also the author of the -Korean input method Ami. - --- -CHOI Junho -WWW: http://cellular.phys.pusan.ac.kr/cjk.html +WWW: http://www.lyx.org/ diff -urN /usr/ports/print/cjk-lyx/pkg-plist print/cjk-lyx/pkg-plist --- /usr/ports/print/cjk-lyx/pkg-plist Sat Apr 12 23:14:17 2003 +++ print/cjk-lyx/pkg-plist Tue Mar 2 19:13:48 2004 @@ -1,454 +1,942 @@ bin/lyx bin/noweb2lyx bin/reLyX -share/locale/bg/LC_MESSAGES/lyx.mo -share/locale/ca/LC_MESSAGES/lyx.mo -share/locale/cs/LC_MESSAGES/lyx.mo share/locale/da/LC_MESSAGES/lyx.mo share/locale/de/LC_MESSAGES/lyx.mo share/locale/es/LC_MESSAGES/lyx.mo share/locale/eu/LC_MESSAGES/lyx.mo share/locale/fi/LC_MESSAGES/lyx.mo share/locale/fr/LC_MESSAGES/lyx.mo -share/locale/he/LC_MESSAGES/lyx.mo -share/locale/hu/LC_MESSAGES/lyx.mo share/locale/it/LC_MESSAGES/lyx.mo +share/locale/ja/LC_MESSAGES/lyx.mo +share/locale/ko/LC_MESSAGES/lyx.mo share/locale/nl/LC_MESSAGES/lyx.mo +share/locale/nn/LC_MESSAGES/lyx.mo share/locale/no/LC_MESSAGES/lyx.mo share/locale/pl/LC_MESSAGES/lyx.mo -share/locale/pt/LC_MESSAGES/lyx.mo share/locale/ro/LC_MESSAGES/lyx.mo share/locale/ru/LC_MESSAGES/lyx.mo share/locale/sk/LC_MESSAGES/lyx.mo share/locale/sl/LC_MESSAGES/lyx.mo -share/locale/sv/LC_MESSAGES/lyx.mo -share/locale/tr/LC_MESSAGES/lyx.mo -share/locale/wa/LC_MESSAGES/lyx.mo -share/lyx/CREDITS -share/lyx/bind/broadway.bind -share/lyx/bind/cua.bind -share/lyx/bind/cyrkeys.bind -share/lyx/bind/de_menus.bind -share/lyx/bind/emacs.bind -share/lyx/bind/fi_menus.bind -share/lyx/bind/greekkeys.bind -share/lyx/bind/hollywood.bind -share/lyx/bind/latinkeys.bind -share/lyx/bind/math.bind -share/lyx/bind/menus.bind -share/lyx/bind/pt_menus.bind -share/lyx/bind/sciword.bind -share/lyx/bind/sv_menus.bind -share/lyx/bind/xemacs.bind -share/lyx/chkconfig.ltx -share/lyx/clipart/platypus.eps -share/lyx/configure -share/lyx/configure.cmd -share/lyx/doc/Customization.lyx -share/lyx/doc/DocStyle.lyx -share/lyx/doc/Extended.lyx -share/lyx/doc/FAQ.lyx -share/lyx/doc/Intro.lyx -share/lyx/doc/LaTeXConfig.lyx -share/lyx/doc/LaTeXConfig.lyx.in -share/lyx/doc/LyXConfig.lyx.in -share/lyx/doc/Reference.lyx -share/lyx/doc/TOC.lyx -share/lyx/doc/Tutorial.lyx -share/lyx/doc/UserGuide.lyx -share/lyx/doc/cs_TOC.lyx -share/lyx/doc/cs_Tutorial.lyx -share/lyx/doc/da_Intro.lyx -share/lyx/doc/da_TOC.lyx -share/lyx/doc/de_Customization.lyx -share/lyx/doc/de_Extended.lyx -share/lyx/doc/de_FAQ.lyx -share/lyx/doc/de_Intro.lyx -share/lyx/doc/de_TOC.lyx -share/lyx/doc/de_Tutorial.lyx -share/lyx/doc/de_UserGuide.lyx -share/lyx/doc/es_Intro.lyx -share/lyx/doc/es_TOC.lyx -share/lyx/doc/es_Tutorial.lyx -share/lyx/doc/escher-lsd.eps -share/lyx/doc/eu_Intro.lyx -share/lyx/doc/eu_TOC.lyx -share/lyx/doc/eu_Tutorial.lyx -share/lyx/doc/fr_Customization.lyx -share/lyx/doc/fr_Extended.lyx -share/lyx/doc/fr_FAQ.lyx -share/lyx/doc/fr_Intro.lyx -share/lyx/doc/fr_TOC.lyx -share/lyx/doc/fr_Tutorial.lyx -share/lyx/doc/fr_UserGuide.lyx -share/lyx/doc/he_Intro.lyx -share/lyx/doc/he_TOC.lyx -share/lyx/doc/he_Tutorial.lyx -share/lyx/doc/hu_Intro.lyx -share/lyx/doc/hu_TOC.lyx -share/lyx/doc/it_Customization.lyx -share/lyx/doc/it_Intro.lyx -share/lyx/doc/it_TOC.lyx -share/lyx/doc/it_Tutorial.lyx -share/lyx/doc/it_UserGuide.lyx -share/lyx/doc/mobius.eps -share/lyx/doc/nl_Intro.lyx -share/lyx/doc/nl_TOC.lyx -share/lyx/doc/nl_Tutorial.lyx -share/lyx/doc/pl_Intro.lyx -share/lyx/doc/pl_TOC.lyx -share/lyx/doc/pl_Tutorial.lyx -share/lyx/doc/platypus.eps -share/lyx/doc/pt_Intro.lyx -share/lyx/doc/pt_TOC.lyx -share/lyx/doc/pt_Tutorial.lyx -share/lyx/doc/ro_Intro.lyx -share/lyx/doc/ro_TOC.lyx -share/lyx/doc/ro_splash.lyx -share/lyx/doc/ru_FAQ.lyx -share/lyx/doc/ru_Intro.lyx -share/lyx/doc/ru_TOC.lyx -share/lyx/doc/ru_Tutorial.lyx -share/lyx/doc/sk_TOC.lyx -share/lyx/doc/sk_Tutorial.lyx -share/lyx/doc/sk_UserGuide.lyx -share/lyx/doc/sl_Intro.lyx -share/lyx/doc/sl_TOC.lyx -share/lyx/doc/sl_Tutorial.lyx -share/lyx/doc/sv_Intro.lyx -share/lyx/doc/sv_TOC.lyx -share/lyx/doc/sv_Tutorial.lyx -share/lyx/encodings -share/lyx/examples/Foils.lyx -share/lyx/examples/ItemizeBullets.lyx -share/lyx/examples/Literate.lyx -share/lyx/examples/Minipage.lyx -share/lyx/examples/TableExamples.lyx -share/lyx/examples/aa_sample.lyx -share/lyx/examples/aas_sample.lyx -share/lyx/examples/amsart-test.lyx -share/lyx/examples/amsbook-test.lyx -share/lyx/examples/ca_splash.lyx -share/lyx/examples/chess-article.lyx -share/lyx/examples/chessgame.lyx -share/lyx/examples/currency.lyx -share/lyx/examples/cv.lyx -share/lyx/examples/da_splash.lyx -share/lyx/examples/de_beispiel_gelyxt.lyx -share/lyx/examples/de_beispiel_roh.lyx -share/lyx/examples/de_splash.lyx -share/lyx/examples/decimal.lyx -share/lyx/examples/docbook_article.lyx -share/lyx/examples/es_ejemplo_con_lyx.lyx -share/lyx/examples/es_ejemplo_sin_lyx.lyx -share/lyx/examples/es_splash.lyx -share/lyx/examples/eu_adibide_gordina.lyx -share/lyx/examples/eu_adibide_lyx-atua.lyx -share/lyx/examples/eu_splash.lyx -share/lyx/examples/example_lyxified.lyx -share/lyx/examples/example_raw.lyx -share/lyx/examples/fr_AlignementDecimal.lyx -share/lyx/examples/fr_CV.lyx -share/lyx/examples/fr_ExemplesTableaux.lyx -share/lyx/examples/fr_ListesPuces.lyx -share/lyx/examples/fr_Minipage.lyx -share/lyx/examples/fr_MultiColonnes.lyx -share/lyx/examples/fr_exemple_brut.lyx -share/lyx/examples/fr_exemple_lyxifie.lyx -share/lyx/examples/fr_mathed.lyx -share/lyx/examples/fr_splash.lyx -share/lyx/examples/he_example_raw.lyx -share/lyx/examples/he_he_example_lyxified.lyx -share/lyx/examples/he_he_example_raw.lyx -share/lyx/examples/hu_splash.lyx -share/lyx/examples/iecc05.fen -share/lyx/examples/iecc07.fen -share/lyx/examples/iecc12.fen -share/lyx/examples/it_ItemizeBullets.lyx -share/lyx/examples/it_splash.lyx -share/lyx/examples/landslide.lyx -share/lyx/examples/linuxdoc_manpage.lyx -share/lyx/examples/listerrors.lyx -share/lyx/examples/mathed.lyx -share/lyx/examples/multicol.lyx -share/lyx/examples/nl_multicol.lyx -share/lyx/examples/nl_opsommingstekens.lyx -share/lyx/examples/nl_splash.lyx -share/lyx/examples/nl_voorbeeld_ruw.lyx -share/lyx/examples/nl_voorbeeld_verlyxt.lyx -share/lyx/examples/noweb2lyx.lyx -share/lyx/examples/pl_splash.lyx -share/lyx/examples/pt_splash.lyx -share/lyx/examples/ru_splash.lyx -share/lyx/examples/script_form.lyx -share/lyx/examples/sl_primer_lyxan.lyx -share/lyx/examples/sl_primer_surov.lyx -share/lyx/examples/sl_splash.lyx -share/lyx/examples/splash.lyx -share/lyx/external_templates -share/lyx/help/Bibtex.hlp -share/lyx/help/Texinfo.hlp -share/lyx/images/amssymb.xpm -share/lyx/images/banner.xpm -share/lyx/images/buffer-close.xpm -share/lyx/images/buffer-export_ascii.xpm -share/lyx/images/buffer-export_latex.xpm -share/lyx/images/buffer-new.xpm -share/lyx/images/buffer-print.xpm -share/lyx/images/buffer-update_dvi.xpm -share/lyx/images/buffer-update_ps.xpm -share/lyx/images/buffer-view_dvi.xpm -share/lyx/images/buffer-view_ps.xpm -share/lyx/images/buffer-write.xpm -share/lyx/images/build-program.xpm -share/lyx/images/citation-insert.xpm -share/lyx/images/copy.xpm -share/lyx/images/cut.xpm -share/lyx/images/depth-decrement.xpm -share/lyx/images/depth-increment.xpm -share/lyx/images/dialog-tabular-insert.xpm -share/lyx/images/ert-insert.xpm -share/lyx/images/file-open.xpm -share/lyx/images/font-bold.xpm -share/lyx/images/font-emph.xpm -share/lyx/images/font-free.xpm -share/lyx/images/font-noun.xpm -share/lyx/images/font-sans.xpm -share/lyx/images/footnote-insert.xpm -share/lyx/images/graphics-insert.xpm -share/lyx/images/index-insert.xpm -share/lyx/images/label-insert.xpm -share/lyx/images/layout.xpm -share/lyx/images/layout_LaTeX.xpm -share/lyx/images/layout_LyX-Code.xpm -share/lyx/images/layout_Scrap.xpm -share/lyx/images/layout_Section.xpm -share/lyx/images/lyx-quit.xpm -share/lyx/images/lyx.xpm -share/lyx/images/marginalnote-insert.xpm -share/lyx/images/math-mode.xpm -share/lyx/images/math-panel.xpm -share/lyx/images/melt.xpm -share/lyx/images/paste.xpm -share/lyx/images/psnfss1.xpm -share/lyx/images/psnfss2.xpm -share/lyx/images/psnfss3.xpm -share/lyx/images/psnfss4.xpm -share/lyx/images/redo.xpm -share/lyx/images/standard.xpm -share/lyx/images/tabular-insert.xpm -share/lyx/images/undo.xpm -share/lyx/images/unknown.xpm -share/lyx/kbd/american-2.kmap -share/lyx/kbd/american.kmap -share/lyx/kbd/arabic.kmap -share/lyx/kbd/bg-bds-1251.kmap -share/lyx/kbd/brazil.kmap -share/lyx/kbd/brazil2.kmap -share/lyx/kbd/cp1251.cdef -share/lyx/kbd/czech-prg.kmap -share/lyx/kbd/czech.kmap -share/lyx/kbd/european.kmap -share/lyx/kbd/francais.kmap -share/lyx/kbd/french.kmap -share/lyx/kbd/german-2.kmap -share/lyx/kbd/german-3.kmap -share/lyx/kbd/german.kmap -share/lyx/kbd/greek.kmap -share/lyx/kbd/hebrew.kmap -share/lyx/kbd/ibm866.cdef -share/lyx/kbd/iso8859-1.cdef -share/lyx/kbd/iso8859-15.cdef -share/lyx/kbd/iso8859-2.cdef -share/lyx/kbd/iso8859-3.cdef -share/lyx/kbd/iso8859-4.cdef -share/lyx/kbd/iso8859-7.cdef -share/lyx/kbd/iso8859-8.cdef -share/lyx/kbd/iso8859-9.cdef -share/lyx/kbd/koi8-r.cdef -share/lyx/kbd/koi8-r.kmap -share/lyx/kbd/koi8-t.cdef -share/lyx/kbd/koi8-u.cdef -share/lyx/kbd/koi8-u.kmap -share/lyx/kbd/latvian.kmap -share/lyx/kbd/magyar-2.kmap -share/lyx/kbd/magyar-3.kmap -share/lyx/kbd/magyar.kmap -share/lyx/kbd/null.kmap -share/lyx/kbd/polish.kmap -share/lyx/kbd/portuges.kmap -share/lyx/kbd/romanian.kmap -share/lyx/kbd/serbian.kmap -share/lyx/kbd/serbocroatian.kmap -share/lyx/kbd/sf.kmap -share/lyx/kbd/sg.kmap -share/lyx/kbd/slovak.kmap -share/lyx/kbd/slovene.kmap -share/lyx/kbd/thai-kedmanee.kmap -share/lyx/kbd/tis620-0.cdef -share/lyx/kbd/transilvanian.kmap -share/lyx/kbd/turkish-f.kmap -share/lyx/kbd/turkish.kmap -share/lyx/languages -share/lyx/layouts/IEEEtran.layout -share/lyx/layouts/aa.layout -share/lyx/layouts/aapaper.inc -share/lyx/layouts/aapaper.layout -share/lyx/layouts/aastex.layout -share/lyx/layouts/amsart-plain.layout -share/lyx/layouts/amsart-seq.layout -share/lyx/layouts/amsart.layout -share/lyx/layouts/amsbook.layout -share/lyx/layouts/amsdefs.inc -share/lyx/layouts/amsmaths-plain.inc -share/lyx/layouts/amsmaths-seq.inc -share/lyx/layouts/amsmaths.inc -share/lyx/layouts/apa.layout -share/lyx/layouts/article.layout -share/lyx/layouts/book.layout -share/lyx/layouts/broadway.layout -share/lyx/layouts/chess.layout -share/lyx/layouts/cl2emult.layout -share/lyx/layouts/cv.layout -share/lyx/layouts/db_lyxmacros.inc -share/lyx/layouts/db_stdclass.inc -share/lyx/layouts/db_stdlayouts.inc -share/lyx/layouts/db_stdlists.inc -share/lyx/layouts/db_stdsections.inc -share/lyx/layouts/db_stdstarsections.inc -share/lyx/layouts/db_stdstruct.inc -share/lyx/layouts/db_stdtitle.inc -share/lyx/layouts/dinbrief.layout -share/lyx/layouts/docbook-book.layout -share/lyx/layouts/docbook-chapter.layout -share/lyx/layouts/docbook-section.layout -share/lyx/layouts/docbook.layout -share/lyx/layouts/dtk.layout -share/lyx/layouts/egs.layout -share/lyx/layouts/entcs.layout -share/lyx/layouts/extarticle.layout -share/lyx/layouts/extbook.layout -share/lyx/layouts/extletter.layout -share/lyx/layouts/extreport.layout -share/lyx/layouts/foils.layout -share/lyx/layouts/g-brief-de.layout -share/lyx/layouts/g-brief-en.layout -share/lyx/layouts/heb-article.layout -share/lyx/layouts/heb-letter.layout -share/lyx/layouts/hollywood.layout -share/lyx/layouts/ijmpd.layout -share/lyx/layouts/kluwer.layout -share/lyx/layouts/latex8.layout -share/lyx/layouts/letter.layout -share/lyx/layouts/linuxdoc.layout -share/lyx/layouts/literate-article.layout -share/lyx/layouts/literate-book.layout -share/lyx/layouts/literate-report.layout -share/lyx/layouts/literate-scrap.inc -share/lyx/layouts/llncs.layout -share/lyx/layouts/ltugboat.layout -share/lyx/layouts/lyxmacros.inc -share/lyx/layouts/manpage.layout -share/lyx/layouts/obsolete.inc -share/lyx/layouts/paper.layout -share/lyx/layouts/report.layout -share/lyx/layouts/revtex.layout -share/lyx/layouts/revtex4.layout -share/lyx/layouts/scrartcl.layout -share/lyx/layouts/scrbook.layout -share/lyx/layouts/scrclass.inc -share/lyx/layouts/scrlettr.layout -share/lyx/layouts/scrmacros.inc -share/lyx/layouts/scrreprt.layout -share/lyx/layouts/seminar.layout -share/lyx/layouts/siamltex.layout -share/lyx/layouts/slides.layout -share/lyx/layouts/spie.layout -share/lyx/layouts/stdclass.inc -share/lyx/layouts/stdlayouts.inc -share/lyx/layouts/stdletter.inc -share/lyx/layouts/stdlists.inc -share/lyx/layouts/stdsections.inc -share/lyx/layouts/stdstarsections.inc -share/lyx/layouts/stdstruct.inc -share/lyx/layouts/stdtitle.inc -share/lyx/layouts/svjog.layout -share/lyx/layouts/svjour.inc -share/lyx/layouts/svprobth.layout -share/lyx/lyxrc.defaults -share/lyx/lyxrc.example -share/lyx/packages.lst -share/lyx/reLyX/BUGS -share/lyx/reLyX/BasicLyX.pm -share/lyx/reLyX/CHANGES -share/lyx/reLyX/CleanTeX.pm -share/lyx/reLyX/LastLyX.pm -share/lyx/reLyX/MakePreamble.pm -share/lyx/reLyX/README -share/lyx/reLyX/ReadCommands.pm -share/lyx/reLyX/RelyxFigure.pm -share/lyx/reLyX/RelyxTable.pm -share/lyx/reLyX/Text/TeX.pm -share/lyx/reLyX/Verbatim.pm -share/lyx/reLyX/reLyX.pod -share/lyx/reLyX/reLyXmain.pl -share/lyx/reLyX/syntax.default -share/lyx/scripts/TeXFiles.sh -share/lyx/scripts/fen2ascii.py -share/lyx/scripts/fig2pstex.py -share/lyx/scripts/general_command_wrapper.py -share/lyx/scripts/listerrors -share/lyx/scripts/pic2ascii.py -share/lyx/scripts/pic2png_eps.py -share/lyx/scripts/pic2png_eps.sh -share/lyx/symbols -share/lyx/templates/IEEEtran.lyx -share/lyx/templates/aa.lyx -share/lyx/templates/aastex.lyx -share/lyx/templates/dinbrief.lyx -share/lyx/templates/docbook_article.lyx -share/lyx/templates/g-brief-de.lyx -share/lyx/templates/g-brief-en.lyx -share/lyx/templates/hollywood.lyx -share/lyx/templates/ijmpd.lyx -share/lyx/templates/kluwer.lyx -share/lyx/templates/latex8.lyx -share/lyx/templates/letter.lyx -share/lyx/templates/linuxdoc_article.lyx -share/lyx/templates/revtex.lyx -share/lyx/templates/revtex4.lyx -share/lyx/templates/slides.lyx -share/lyx/tex/broadway.cls -share/lyx/tex/cv.cls -share/lyx/tex/hollywood.cls -share/lyx/tex/lyxchess.sty -share/lyx/tex/lyxskak.sty -share/lyx/tex/revtex.cls -share/lyx/textclass.lst -share/lyx/ui/default.ui -share/lyx/ui/old-default.ui -share/lyx/xfonts/cmex10.pfb -share/lyx/xfonts/cmmi10.pfb -share/lyx/xfonts/cmr10.pfb -share/lyx/xfonts/cmsy10.pfb -share/lyx/xfonts/eufm10.pfb -share/lyx/xfonts/fonts.dir -share/lyx/xfonts/fonts.scale -share/lyx/xfonts/msam10.pfb -share/lyx/xfonts/msbm10.pfb -@dirrm share/lyx/xfonts -@dirrm share/lyx/ui -@dirrm share/lyx/tex -@dirrm share/lyx/templates -@dirrm share/lyx/scripts -@dirrm share/lyx/reLyX/Text -@dirrm share/lyx/reLyX -@dirrm share/lyx/layouts -@dirrm share/lyx/kbd -@dirrm share/lyx/images -@dirrm share/lyx/help -@dirrm share/lyx/examples -@dirrm share/lyx/doc -@dirrm share/lyx/clipart -@dirrm share/lyx/bind -@dirrm share/lyx +%%DATADIR%%/CREDITS +%%DATADIR%%/bind/aqua.bind +%%DATADIR%%/bind/broadway.bind +%%DATADIR%%/bind/cua.bind +%%DATADIR%%/bind/cyrkeys.bind +%%DATADIR%%/bind/de_menus.bind +%%DATADIR%%/bind/emacs.bind +%%DATADIR%%/bind/fi_menus.bind +%%DATADIR%%/bind/greekkeys.bind +%%DATADIR%%/bind/hollywood.bind +%%DATADIR%%/bind/latinkeys.bind +%%DATADIR%%/bind/math.bind +%%DATADIR%%/bind/menus.bind +%%DATADIR%%/bind/pt_menus.bind +%%DATADIR%%/bind/sciword.bind +%%DATADIR%%/bind/sv_menus.bind +%%DATADIR%%/bind/xemacs.bind +%%DATADIR%%/chkconfig.ltx +%%DATADIR%%/clipart/platypus.eps +%%DATADIR%%/configure +%%DATADIR%%/configure.cmd +%%DATADIR%%/doc/Customization.lyx +%%DATADIR%%/doc/DocStyle.lyx +%%DATADIR%%/doc/Extended.lyx +%%DATADIR%%/doc/FAQ.lyx +%%DATADIR%%/doc/Intro.lyx +%%DATADIR%%/doc/LaTeXConfig.lyx +%%DATADIR%%/doc/LaTeXConfig.lyx.in +%%DATADIR%%/doc/LyXConfig.lyx.in +%%DATADIR%%/doc/Reference.lyx +%%DATADIR%%/doc/TOC.lyx +%%DATADIR%%/doc/Tutorial.lyx +%%DATADIR%%/doc/UserGuide.lyx +%%DATADIR%%/doc/cs_TOC.lyx +%%DATADIR%%/doc/cs_Tutorial.lyx +%%DATADIR%%/doc/da_Intro.lyx +%%DATADIR%%/doc/da_TOC.lyx +%%DATADIR%%/doc/de_Customization.lyx +%%DATADIR%%/doc/de_Extended.lyx +%%DATADIR%%/doc/de_FAQ.lyx +%%DATADIR%%/doc/de_Intro.lyx +%%DATADIR%%/doc/de_TOC.lyx +%%DATADIR%%/doc/de_Tutorial.lyx +%%DATADIR%%/doc/de_UserGuide.lyx +%%DATADIR%%/doc/es_Intro.lyx +%%DATADIR%%/doc/es_TOC.lyx +%%DATADIR%%/doc/es_Tutorial.lyx +%%DATADIR%%/doc/escher-lsd.eps +%%DATADIR%%/doc/eu_Extended.lyx +%%DATADIR%%/doc/eu_Intro.lyx +%%DATADIR%%/doc/eu_TOC.lyx +%%DATADIR%%/doc/eu_Tutorial.lyx +%%DATADIR%%/doc/eu_UserGuide.lyx +%%DATADIR%%/doc/fr_Customization.lyx +%%DATADIR%%/doc/fr_Extended.lyx +%%DATADIR%%/doc/fr_FAQ.lyx +%%DATADIR%%/doc/fr_Intro.lyx +%%DATADIR%%/doc/fr_TOC.lyx +%%DATADIR%%/doc/fr_Tutorial.lyx +%%DATADIR%%/doc/fr_UserGuide.lyx +%%DATADIR%%/doc/he_Intro.lyx +%%DATADIR%%/doc/he_TOC.lyx +%%DATADIR%%/doc/he_Tutorial.lyx +%%DATADIR%%/doc/hu_Intro.lyx +%%DATADIR%%/doc/hu_TOC.lyx +%%DATADIR%%/doc/it_Customization.lyx +%%DATADIR%%/doc/it_Intro.lyx +%%DATADIR%%/doc/it_TOC.lyx +%%DATADIR%%/doc/it_Tutorial.lyx +%%DATADIR%%/doc/it_UserGuide.lyx +%%DATADIR%%/doc/mobius.eps +%%DATADIR%%/doc/nl_Intro.lyx +%%DATADIR%%/doc/nl_TOC.lyx +%%DATADIR%%/doc/nl_Tutorial.lyx +%%DATADIR%%/doc/no_Intro.lyx +%%DATADIR%%/doc/no_TOC.lyx +%%DATADIR%%/doc/pl_Extended.lyx +%%DATADIR%%/doc/pl_Intro.lyx +%%DATADIR%%/doc/pl_TOC.lyx +%%DATADIR%%/doc/pl_Tutorial.lyx +%%DATADIR%%/doc/platypus.eps +%%DATADIR%%/doc/pt_Intro.lyx +%%DATADIR%%/doc/pt_TOC.lyx +%%DATADIR%%/doc/pt_Tutorial.lyx +%%DATADIR%%/doc/ro_Intro.lyx +%%DATADIR%%/doc/ro_TOC.lyx +%%DATADIR%%/doc/ro_splash.lyx +%%DATADIR%%/doc/ru_FAQ.lyx +%%DATADIR%%/doc/ru_Intro.lyx +%%DATADIR%%/doc/ru_TOC.lyx +%%DATADIR%%/doc/ru_Tutorial.lyx +%%DATADIR%%/doc/sk_TOC.lyx +%%DATADIR%%/doc/sk_Tutorial.lyx +%%DATADIR%%/doc/sk_UserGuide.lyx +%%DATADIR%%/doc/sl_Intro.lyx +%%DATADIR%%/doc/sl_TOC.lyx +%%DATADIR%%/doc/sl_Tutorial.lyx +%%DATADIR%%/doc/sv_Intro.lyx +%%DATADIR%%/doc/sv_TOC.lyx +%%DATADIR%%/doc/sv_Tutorial.lyx +%%DATADIR%%/encodings +%%DATADIR%%/examples/Foils.lyx +%%DATADIR%%/examples/ItemizeBullets.lyx +%%DATADIR%%/examples/Literate.lyx +%%DATADIR%%/examples/Minipage.lyx +%%DATADIR%%/examples/TableExamples.lyx +%%DATADIR%%/examples/aa_sample.lyx +%%DATADIR%%/examples/aas_sample.lyx +%%DATADIR%%/examples/amsart-test.lyx +%%DATADIR%%/examples/amsbook-test.lyx +%%DATADIR%%/examples/ca_splash.lyx +%%DATADIR%%/examples/chess-article.lyx +%%DATADIR%%/examples/chessgame.lyx +%%DATADIR%%/examples/currency.lyx +%%DATADIR%%/examples/cv.lyx +%%DATADIR%%/examples/da_splash.lyx +%%DATADIR%%/examples/de_beispiel_gelyxt.lyx +%%DATADIR%%/examples/de_beispiel_roh.lyx +%%DATADIR%%/examples/de_splash.lyx +%%DATADIR%%/examples/decimal.lyx +%%DATADIR%%/examples/docbook_article.lyx +%%DATADIR%%/examples/es_ejemplo_con_lyx.lyx +%%DATADIR%%/examples/es_ejemplo_sin_lyx.lyx +%%DATADIR%%/examples/es_splash.lyx +%%DATADIR%%/examples/eu_adibide_gordina.lyx +%%DATADIR%%/examples/eu_adibide_lyx-atua.lyx +%%DATADIR%%/examples/eu_splash.lyx +%%DATADIR%%/examples/example_lyxified.lyx +%%DATADIR%%/examples/example_raw.lyx +%%DATADIR%%/examples/fr_AlignementDecimal.lyx +%%DATADIR%%/examples/fr_CV.lyx +%%DATADIR%%/examples/fr_ExemplesTableaux.lyx +%%DATADIR%%/examples/fr_Foils.lyx +%%DATADIR%%/examples/fr_ListesPuces.lyx +%%DATADIR%%/examples/fr_Minipage.lyx +%%DATADIR%%/examples/fr_exemple_brut.lyx +%%DATADIR%%/examples/fr_exemple_lyxifie.lyx +%%DATADIR%%/examples/fr_mathed.lyx +%%DATADIR%%/examples/fr_multicol.lyx +%%DATADIR%%/examples/fr_splash.lyx +%%DATADIR%%/examples/g-brief2.lyx +%%DATADIR%%/examples/he_example_raw.lyx +%%DATADIR%%/examples/he_he_example_lyxified.lyx +%%DATADIR%%/examples/he_he_example_raw.lyx +%%DATADIR%%/examples/hu_splash.lyx +%%DATADIR%%/examples/iecc05.fen +%%DATADIR%%/examples/iecc07.fen +%%DATADIR%%/examples/iecc12.fen +%%DATADIR%%/examples/it_ItemizeBullets.lyx +%%DATADIR%%/examples/it_splash.lyx +%%DATADIR%%/examples/landslide.lyx +%%DATADIR%%/examples/linuxdoc_manpage.lyx +%%DATADIR%%/examples/listerrors.lyx +%%DATADIR%%/examples/mathed.lyx +%%DATADIR%%/examples/multicol.lyx +%%DATADIR%%/examples/nl_multicol.lyx +%%DATADIR%%/examples/nl_opsommingstekens.lyx +%%DATADIR%%/examples/nl_splash.lyx +%%DATADIR%%/examples/nl_voorbeeld_ruw.lyx +%%DATADIR%%/examples/nl_voorbeeld_verlyxt.lyx +%%DATADIR%%/examples/noweb2lyx.lyx +%%DATADIR%%/examples/pl_splash.lyx +%%DATADIR%%/examples/pt_splash.lyx +%%DATADIR%%/examples/ru_splash.lyx +%%DATADIR%%/examples/script_form.lyx +%%DATADIR%%/examples/sl_primer_lyxan.lyx +%%DATADIR%%/examples/sl_primer_surov.lyx +%%DATADIR%%/examples/sl_splash.lyx +%%DATADIR%%/examples/splash.lyx +%%DATADIR%%/external_templates +%%DATADIR%%/help/Bibtex.hlp +%%DATADIR%%/help/Texinfo.hlp +%%DATADIR%%/images/amssymb.xpm +%%DATADIR%%/images/banner.ppm +%%DATADIR%%/images/buffer-close.xpm +%%DATADIR%%/images/buffer-export_ascii.xpm +%%DATADIR%%/images/buffer-export_latex.xpm +%%DATADIR%%/images/buffer-new.xpm +%%DATADIR%%/images/buffer-print.xpm +%%DATADIR%%/images/buffer-update_dvi.xpm +%%DATADIR%%/images/buffer-update_ps.xpm +%%DATADIR%%/images/buffer-view_dvi.xpm +%%DATADIR%%/images/buffer-view_ps.xpm +%%DATADIR%%/images/buffer-write.xpm +%%DATADIR%%/images/build-program.xpm +%%DATADIR%%/images/citation-insert.xpm +%%DATADIR%%/images/copy.xpm +%%DATADIR%%/images/cut.xpm +%%DATADIR%%/images/depth-decrement.xpm +%%DATADIR%%/images/depth-increment.xpm +%%DATADIR%%/images/down.xpm +%%DATADIR%%/images/ert-insert.xpm +%%DATADIR%%/images/file-open.xpm +%%DATADIR%%/images/find-replace.xpm +%%DATADIR%%/images/font-bold.xpm +%%DATADIR%%/images/font-emph.xpm +%%DATADIR%%/images/font-free.xpm +%%DATADIR%%/images/font-noun.xpm +%%DATADIR%%/images/font-sans.xpm +%%DATADIR%%/images/footnote-insert.xpm +%%DATADIR%%/images/graphics-insert.xpm +%%DATADIR%%/images/index-insert.xpm +%%DATADIR%%/images/label-insert.xpm +%%DATADIR%%/images/layout.xpm +%%DATADIR%%/images/layout_LyX-Code.xpm +%%DATADIR%%/images/layout_Scrap.xpm +%%DATADIR%%/images/layout_Section.xpm +%%DATADIR%%/images/lyx-quit.xpm +%%DATADIR%%/images/lyx.xpm +%%DATADIR%%/images/marginalnote-insert.xpm +%%DATADIR%%/images/math/Bbbk.xpm +%%DATADIR%%/images/math/Finv.xpm +%%DATADIR%%/images/math/Game.xpm +%%DATADIR%%/images/math/Im.xpm +%%DATADIR%%/images/math/Lleftarrow.xpm +%%DATADIR%%/images/math/Lsh.xpm +%%DATADIR%%/images/math/Re.xpm +%%DATADIR%%/images/math/Rsh.xpm +%%DATADIR%%/images/math/Vert.xpm +%%DATADIR%%/images/math/Vvdash.xpm +%%DATADIR%%/images/math/acute.xpm +%%DATADIR%%/images/math/aleph.xpm +%%DATADIR%%/images/math/alpha.xpm +%%DATADIR%%/images/math/amalg.xpm +%%DATADIR%%/images/math/angle.xpm +%%DATADIR%%/images/math/approx.xpm +%%DATADIR%%/images/math/approxeq.xpm +%%DATADIR%%/images/math/asymp.xpm +%%DATADIR%%/images/math/backepsilon.xpm +%%DATADIR%%/images/math/backprime.xpm +%%DATADIR%%/images/math/backsim.xpm +%%DATADIR%%/images/math/backsimeq.xpm +%%DATADIR%%/images/math/backslash.xpm +%%DATADIR%%/images/math/bar.xpm +%%DATADIR%%/images/math/bars.xpm +%%DATADIR%%/images/math/barwedge.xpm +%%DATADIR%%/images/math/because.xpm +%%DATADIR%%/images/math/beta.xpm +%%DATADIR%%/images/math/beth.xpm +%%DATADIR%%/images/math/between.xpm +%%DATADIR%%/images/math/bigcap.xpm +%%DATADIR%%/images/math/bigcirc.xpm +%%DATADIR%%/images/math/bigcup.xpm +%%DATADIR%%/images/math/bigodot.xpm +%%DATADIR%%/images/math/bigoplus.xpm +%%DATADIR%%/images/math/bigotimes.xpm +%%DATADIR%%/images/math/bigsqcup.xpm +%%DATADIR%%/images/math/bigstar.xpm +%%DATADIR%%/images/math/bigtriangledown.xpm +%%DATADIR%%/images/math/bigtriangleup.xpm +%%DATADIR%%/images/math/biguplus.xpm +%%DATADIR%%/images/math/bigvee.xpm +%%DATADIR%%/images/math/bigwedge.xpm +%%DATADIR%%/images/math/blacklozenge.xpm +%%DATADIR%%/images/math/blacksquare.xpm +%%DATADIR%%/images/math/blacktriangle.xpm +%%DATADIR%%/images/math/blacktriangledown.xpm +%%DATADIR%%/images/math/blacktriangleleft.xpm +%%DATADIR%%/images/math/blacktriangleright.xpm +%%DATADIR%%/images/math/bot.xpm +%%DATADIR%%/images/math/bowtie.xpm +%%DATADIR%%/images/math/boxdot.xpm +%%DATADIR%%/images/math/boxminus.xpm +%%DATADIR%%/images/math/boxplus.xpm +%%DATADIR%%/images/math/boxtimes.xpm +%%DATADIR%%/images/math/breve.xpm +%%DATADIR%%/images/math/bullet.xpm +%%DATADIR%%/images/math/bumpeq.xpm +%%DATADIR%%/images/math/bumpeq2.xpm +%%DATADIR%%/images/math/cap.xpm +%%DATADIR%%/images/math/cap2.xpm +%%DATADIR%%/images/math/cdot.xpm +%%DATADIR%%/images/math/cdots.xpm +%%DATADIR%%/images/math/centerdot.xpm +%%DATADIR%%/images/math/check.xpm +%%DATADIR%%/images/math/chi.xpm +%%DATADIR%%/images/math/circ.xpm +%%DATADIR%%/images/math/circeq.xpm +%%DATADIR%%/images/math/circlearrowleft.xpm +%%DATADIR%%/images/math/circlearrowright.xpm +%%DATADIR%%/images/math/circledS.xpm +%%DATADIR%%/images/math/circledast.xpm +%%DATADIR%%/images/math/circledcirc.xpm +%%DATADIR%%/images/math/circleddash.xpm +%%DATADIR%%/images/math/clubsuit.xpm +%%DATADIR%%/images/math/complement.xpm +%%DATADIR%%/images/math/cong.xpm +%%DATADIR%%/images/math/coprod.xpm +%%DATADIR%%/images/math/cup.xpm +%%DATADIR%%/images/math/cup2.xpm +%%DATADIR%%/images/math/curlyeqprec.xpm +%%DATADIR%%/images/math/curlyeqsucc.xpm +%%DATADIR%%/images/math/curlyvee.xpm +%%DATADIR%%/images/math/curlywedge.xpm +%%DATADIR%%/images/math/curvearrowleft.xpm +%%DATADIR%%/images/math/curvearrowright.xpm +%%DATADIR%%/images/math/dagger.xpm +%%DATADIR%%/images/math/daleth.xpm +%%DATADIR%%/images/math/dashleftarrow.xpm +%%DATADIR%%/images/math/dashrightarrow.xpm +%%DATADIR%%/images/math/dashv.xpm +%%DATADIR%%/images/math/ddagger.xpm +%%DATADIR%%/images/math/ddot.xpm +%%DATADIR%%/images/math/ddots.xpm +%%DATADIR%%/images/math/delta.xpm +%%DATADIR%%/images/math/delta2.xpm +%%DATADIR%%/images/math/diagdown.xpm +%%DATADIR%%/images/math/diagup.xpm +%%DATADIR%%/images/math/diamond.xpm +%%DATADIR%%/images/math/diamondsuit.xpm +%%DATADIR%%/images/math/digamma.xpm +%%DATADIR%%/images/math/div.xpm +%%DATADIR%%/images/math/divideontimes.xpm +%%DATADIR%%/images/math/dot.xpm +%%DATADIR%%/images/math/doteq.xpm +%%DATADIR%%/images/math/doteqdot.xpm +%%DATADIR%%/images/math/dotplus.xpm +%%DATADIR%%/images/math/doublebarwedge.xpm +%%DATADIR%%/images/math/downarrow.xpm +%%DATADIR%%/images/math/downarrow2.xpm +%%DATADIR%%/images/math/downdownarrows.xpm +%%DATADIR%%/images/math/downharpoonleft.xpm +%%DATADIR%%/images/math/downharpoonright.xpm +%%DATADIR%%/images/math/ell.xpm +%%DATADIR%%/images/math/empty.xpm +%%DATADIR%%/images/math/emptyset.xpm +%%DATADIR%%/images/math/epsilon.xpm +%%DATADIR%%/images/math/eqcirc.xpm +%%DATADIR%%/images/math/eqslantgtr.xpm +%%DATADIR%%/images/math/eqslantless.xpm +%%DATADIR%%/images/math/equiv.xpm +%%DATADIR%%/images/math/eta.xpm +%%DATADIR%%/images/math/eth.xpm +%%DATADIR%%/images/math/exists.xpm +%%DATADIR%%/images/math/fallingdotseq.xpm +%%DATADIR%%/images/math/flat.xpm +%%DATADIR%%/images/math/forall.xpm +%%DATADIR%%/images/math/frac.xpm +%%DATADIR%%/images/math/frown.xpm +%%DATADIR%%/images/math/gamma.xpm +%%DATADIR%%/images/math/gamma2.xpm +%%DATADIR%%/images/math/geq.xpm +%%DATADIR%%/images/math/geqq.xpm +%%DATADIR%%/images/math/geqslant.xpm +%%DATADIR%%/images/math/gg.xpm +%%DATADIR%%/images/math/ggg.xpm +%%DATADIR%%/images/math/gimel.xpm +%%DATADIR%%/images/math/gnapprox.xpm +%%DATADIR%%/images/math/gneq.xpm +%%DATADIR%%/images/math/gneqq.xpm +%%DATADIR%%/images/math/gnsim.xpm +%%DATADIR%%/images/math/grave.xpm +%%DATADIR%%/images/math/gtrapprox.xpm +%%DATADIR%%/images/math/gtrdot.xpm +%%DATADIR%%/images/math/gtreqless.xpm +%%DATADIR%%/images/math/gtreqqless.xpm +%%DATADIR%%/images/math/gtrless.xpm +%%DATADIR%%/images/math/gtrsim.xpm +%%DATADIR%%/images/math/gvertneqq.xpm +%%DATADIR%%/images/math/hat.xpm +%%DATADIR%%/images/math/hbar.xpm +%%DATADIR%%/images/math/heartsuit.xpm +%%DATADIR%%/images/math/hookleftarrow.xpm +%%DATADIR%%/images/math/hookrightarrow.xpm +%%DATADIR%%/images/math/hslash.xpm +%%DATADIR%%/images/math/imath.xpm +%%DATADIR%%/images/math/in.xpm +%%DATADIR%%/images/math/infty.xpm +%%DATADIR%%/images/math/int.xpm +%%DATADIR%%/images/math/intercal.xpm +%%DATADIR%%/images/math/iota.xpm +%%DATADIR%%/images/math/jmath.xpm +%%DATADIR%%/images/math/kappa.xpm +%%DATADIR%%/images/math/lambda.xpm +%%DATADIR%%/images/math/lambda2.xpm +%%DATADIR%%/images/math/langle.xpm +%%DATADIR%%/images/math/lbrace.xpm +%%DATADIR%%/images/math/lbracket.xpm +%%DATADIR%%/images/math/lceil.xpm +%%DATADIR%%/images/math/ldots.xpm +%%DATADIR%%/images/math/leftarrow.xpm +%%DATADIR%%/images/math/leftarrow2.xpm +%%DATADIR%%/images/math/leftarrowtail.xpm +%%DATADIR%%/images/math/leftharpoondown.xpm +%%DATADIR%%/images/math/leftharpoonup.xpm +%%DATADIR%%/images/math/leftleftarrows.xpm +%%DATADIR%%/images/math/leftrightarrow.xpm +%%DATADIR%%/images/math/leftrightarrow2.xpm +%%DATADIR%%/images/math/leftrightarrows.xpm +%%DATADIR%%/images/math/leftrightharpoons.xpm +%%DATADIR%%/images/math/leftrightsquigarrow.xpm +%%DATADIR%%/images/math/leftthreetimes.xpm +%%DATADIR%%/images/math/leq.xpm +%%DATADIR%%/images/math/leqq.xpm +%%DATADIR%%/images/math/leqslant.xpm +%%DATADIR%%/images/math/lessapprox.xpm +%%DATADIR%%/images/math/lessdot.xpm +%%DATADIR%%/images/math/lesseqgtr.xpm +%%DATADIR%%/images/math/lesseqqgtr.xpm +%%DATADIR%%/images/math/lessgtr.xpm +%%DATADIR%%/images/math/lesssim.xpm +%%DATADIR%%/images/math/lfloor.xpm +%%DATADIR%%/images/math/ll.xpm +%%DATADIR%%/images/math/llcorner.xpm +%%DATADIR%%/images/math/lll.xpm +%%DATADIR%%/images/math/lnapprox.xpm +%%DATADIR%%/images/math/lneq.xpm +%%DATADIR%%/images/math/lneqq.xpm +%%DATADIR%%/images/math/lnsim.xpm +%%DATADIR%%/images/math/longleftarrow.xpm +%%DATADIR%%/images/math/longleftarrow2.xpm +%%DATADIR%%/images/math/longleftrightarrow.xpm +%%DATADIR%%/images/math/longleftrightarrow2.xpm +%%DATADIR%%/images/math/longmapsto.xpm +%%DATADIR%%/images/math/longrightarrow.xpm +%%DATADIR%%/images/math/longrightarrow2.xpm +%%DATADIR%%/images/math/looparrowleft.xpm +%%DATADIR%%/images/math/looparrowright.xpm +%%DATADIR%%/images/math/lozenge.xpm +%%DATADIR%%/images/math/lparen.xpm +%%DATADIR%%/images/math/lrcorner.xpm +%%DATADIR%%/images/math/ltimes.xpm +%%DATADIR%%/images/math/lvertneqq.xpm +%%DATADIR%%/images/math/mapsto.xpm +%%DATADIR%%/images/math/mathbb_C.xpm +%%DATADIR%%/images/math/mathbb_H.xpm +%%DATADIR%%/images/math/mathbb_N.xpm +%%DATADIR%%/images/math/mathbb_Q.xpm +%%DATADIR%%/images/math/mathbb_R.xpm +%%DATADIR%%/images/math/mathbb_Z.xpm +%%DATADIR%%/images/math/mathcal_F.xpm +%%DATADIR%%/images/math/mathcal_H.xpm +%%DATADIR%%/images/math/mathcal_L.xpm +%%DATADIR%%/images/math/mathcal_O.xpm +%%DATADIR%%/images/math/mathcircumflex.xpm +%%DATADIR%%/images/math/mathrm_T.xpm +%%DATADIR%%/images/math/measuredangle.xpm +%%DATADIR%%/images/math/mho.xpm +%%DATADIR%%/images/math/mid.xpm +%%DATADIR%%/images/math/models.xpm +%%DATADIR%%/images/math/mp.xpm +%%DATADIR%%/images/math/mu.xpm +%%DATADIR%%/images/math/multimap.xpm +%%DATADIR%%/images/math/nabla.xpm +%%DATADIR%%/images/math/natural.xpm +%%DATADIR%%/images/math/ncong.xpm +%%DATADIR%%/images/math/nearrow.xpm +%%DATADIR%%/images/math/neg.xpm +%%DATADIR%%/images/math/neq.xpm +%%DATADIR%%/images/math/nexists.xpm +%%DATADIR%%/images/math/ngeq.xpm +%%DATADIR%%/images/math/ngeqq.xpm +%%DATADIR%%/images/math/ngeqslant.xpm +%%DATADIR%%/images/math/ngtr.xpm +%%DATADIR%%/images/math/ni.xpm +%%DATADIR%%/images/math/nleftarrow.xpm +%%DATADIR%%/images/math/nleftarrow2.xpm +%%DATADIR%%/images/math/nleftrightarrow.xpm +%%DATADIR%%/images/math/nleftrightarrow2.xpm +%%DATADIR%%/images/math/nleq.xpm +%%DATADIR%%/images/math/nleqq.xpm +%%DATADIR%%/images/math/nleqslant.xpm +%%DATADIR%%/images/math/nless.xpm +%%DATADIR%%/images/math/nmid.xpm +%%DATADIR%%/images/math/notin.xpm +%%DATADIR%%/images/math/nparallel.xpm +%%DATADIR%%/images/math/nprec.xpm +%%DATADIR%%/images/math/npreceq.xpm +%%DATADIR%%/images/math/nrightarrow.xpm +%%DATADIR%%/images/math/nrightarrow2.xpm +%%DATADIR%%/images/math/nshortmid.xpm +%%DATADIR%%/images/math/nshortparallel.xpm +%%DATADIR%%/images/math/nsim.xpm +%%DATADIR%%/images/math/nsubseteq.xpm +%%DATADIR%%/images/math/nsucc.xpm +%%DATADIR%%/images/math/nsucceq.xpm +%%DATADIR%%/images/math/nsupseteq.xpm +%%DATADIR%%/images/math/nsupseteqq.xpm +%%DATADIR%%/images/math/ntriangleleft.xpm +%%DATADIR%%/images/math/ntrianglelefteq.xpm +%%DATADIR%%/images/math/ntriangleright.xpm +%%DATADIR%%/images/math/ntrianglerighteq.xpm +%%DATADIR%%/images/math/nu.xpm +%%DATADIR%%/images/math/nvdash.xpm +%%DATADIR%%/images/math/nvdash2.xpm +%%DATADIR%%/images/math/nvdash3.xpm +%%DATADIR%%/images/math/nwarrow.xpm +%%DATADIR%%/images/math/odot.xpm +%%DATADIR%%/images/math/oint.xpm +%%DATADIR%%/images/math/omega.xpm +%%DATADIR%%/images/math/omega2.xpm +%%DATADIR%%/images/math/ominus.xpm +%%DATADIR%%/images/math/oplus.xpm +%%DATADIR%%/images/math/oslash.xpm +%%DATADIR%%/images/math/otimes.xpm +%%DATADIR%%/images/math/overbrace.xpm +%%DATADIR%%/images/math/overleftarrow.xpm +%%DATADIR%%/images/math/overleftrightarrow.xpm +%%DATADIR%%/images/math/overline.xpm +%%DATADIR%%/images/math/overrightarrow.xpm +%%DATADIR%%/images/math/parallel.xpm +%%DATADIR%%/images/math/partial.xpm +%%DATADIR%%/images/math/perp.xpm +%%DATADIR%%/images/math/phi.xpm +%%DATADIR%%/images/math/phi2.xpm +%%DATADIR%%/images/math/pi.xpm +%%DATADIR%%/images/math/pi2.xpm +%%DATADIR%%/images/math/pitchfork.xpm +%%DATADIR%%/images/math/pm.xpm +%%DATADIR%%/images/math/prec.xpm +%%DATADIR%%/images/math/precapprox.xpm +%%DATADIR%%/images/math/preccurlyeq.xpm +%%DATADIR%%/images/math/preceq.xpm +%%DATADIR%%/images/math/precnapprox.xpm +%%DATADIR%%/images/math/precnsim.xpm +%%DATADIR%%/images/math/precsim.xpm +%%DATADIR%%/images/math/prime.xpm +%%DATADIR%%/images/math/prod.xpm +%%DATADIR%%/images/math/propto.xpm +%%DATADIR%%/images/math/psi.xpm +%%DATADIR%%/images/math/psi2.xpm +%%DATADIR%%/images/math/rangle.xpm +%%DATADIR%%/images/math/rbrace.xpm +%%DATADIR%%/images/math/rbracket.xpm +%%DATADIR%%/images/math/rceil.xpm +%%DATADIR%%/images/math/rfloor.xpm +%%DATADIR%%/images/math/rho.xpm +%%DATADIR%%/images/math/rightarrow.xpm +%%DATADIR%%/images/math/rightarrow2.xpm +%%DATADIR%%/images/math/rightarrowtail.xpm +%%DATADIR%%/images/math/rightharpoondown.xpm +%%DATADIR%%/images/math/rightharpoonup.xpm +%%DATADIR%%/images/math/rightleftarrows.xpm +%%DATADIR%%/images/math/rightleftharpoons.xpm +%%DATADIR%%/images/math/rightrightarrows.xpm +%%DATADIR%%/images/math/rightsquigarrow.xpm +%%DATADIR%%/images/math/rightthreetimes.xpm +%%DATADIR%%/images/math/risingdotseq.xpm +%%DATADIR%%/images/math/rparen.xpm +%%DATADIR%%/images/math/rtimes.xpm +%%DATADIR%%/images/math/searrow.xpm +%%DATADIR%%/images/math/setminus.xpm +%%DATADIR%%/images/math/sharp.xpm +%%DATADIR%%/images/math/shortmid.xpm +%%DATADIR%%/images/math/shortparallel.xpm +%%DATADIR%%/images/math/sigma.xpm +%%DATADIR%%/images/math/sigma2.xpm +%%DATADIR%%/images/math/sim.xpm +%%DATADIR%%/images/math/simeq.xpm +%%DATADIR%%/images/math/slash.xpm +%%DATADIR%%/images/math/smallfrown.xpm +%%DATADIR%%/images/math/smallsetminus.xpm +%%DATADIR%%/images/math/smallsmile.xpm +%%DATADIR%%/images/math/smile.xpm +%%DATADIR%%/images/math/spadesuit.xpm +%%DATADIR%%/images/math/sphericalangle.xpm +%%DATADIR%%/images/math/sqcap.xpm +%%DATADIR%%/images/math/sqcup.xpm +%%DATADIR%%/images/math/sqrt.xpm +%%DATADIR%%/images/math/sqsubset.xpm +%%DATADIR%%/images/math/sqsubseteq.xpm +%%DATADIR%%/images/math/sqsupset.xpm +%%DATADIR%%/images/math/sqsupseteq.xpm +%%DATADIR%%/images/math/square.xpm +%%DATADIR%%/images/math/star.xpm +%%DATADIR%%/images/math/subset.xpm +%%DATADIR%%/images/math/subset2.xpm +%%DATADIR%%/images/math/subseteq.xpm +%%DATADIR%%/images/math/subseteqq.xpm +%%DATADIR%%/images/math/subsetneq.xpm +%%DATADIR%%/images/math/subsetneqq.xpm +%%DATADIR%%/images/math/succ.xpm +%%DATADIR%%/images/math/succapprox.xpm +%%DATADIR%%/images/math/succcurlyeq.xpm +%%DATADIR%%/images/math/succeq.xpm +%%DATADIR%%/images/math/succnapprox.xpm +%%DATADIR%%/images/math/succnsim.xpm +%%DATADIR%%/images/math/succsim.xpm +%%DATADIR%%/images/math/sum.xpm +%%DATADIR%%/images/math/supset.xpm +%%DATADIR%%/images/math/supset2.xpm +%%DATADIR%%/images/math/supseteq.xpm +%%DATADIR%%/images/math/supseteqq.xpm +%%DATADIR%%/images/math/supsetneq.xpm +%%DATADIR%%/images/math/supsetneqq.xpm +%%DATADIR%%/images/math/surd.xpm +%%DATADIR%%/images/math/swarrow.xpm +%%DATADIR%%/images/math/tau.xpm +%%DATADIR%%/images/math/textrm_0.xpm +%%DATADIR%%/images/math/textrm_A.xpm +%%DATADIR%%/images/math/therefore.xpm +%%DATADIR%%/images/math/theta.xpm +%%DATADIR%%/images/math/theta2.xpm +%%DATADIR%%/images/math/thickapprox.xpm +%%DATADIR%%/images/math/thicksim.xpm +%%DATADIR%%/images/math/tilde.xpm +%%DATADIR%%/images/math/times.xpm +%%DATADIR%%/images/math/top.xpm +%%DATADIR%%/images/math/triangle.xpm +%%DATADIR%%/images/math/triangledown.xpm +%%DATADIR%%/images/math/triangleleft.xpm +%%DATADIR%%/images/math/trianglelefteq.xpm +%%DATADIR%%/images/math/triangleq.xpm +%%DATADIR%%/images/math/triangleright.xpm +%%DATADIR%%/images/math/trianglerighteq.xpm +%%DATADIR%%/images/math/twoheadleftarrow.xpm +%%DATADIR%%/images/math/twoheadrightarrow.xpm +%%DATADIR%%/images/math/ulcorner.xpm +%%DATADIR%%/images/math/underbrace.xpm +%%DATADIR%%/images/math/underleftarrow.xpm +%%DATADIR%%/images/math/underleftrightarrow.xpm +%%DATADIR%%/images/math/underline.xpm +%%DATADIR%%/images/math/underrightarrow.xpm +%%DATADIR%%/images/math/underscore.xpm +%%DATADIR%%/images/math/uparrow.xpm +%%DATADIR%%/images/math/uparrow2.xpm +%%DATADIR%%/images/math/updownarrow.xpm +%%DATADIR%%/images/math/updownarrow2.xpm +%%DATADIR%%/images/math/upharpoonleft.xpm +%%DATADIR%%/images/math/upharpoonright.xpm +%%DATADIR%%/images/math/uplus.xpm +%%DATADIR%%/images/math/upsilon.xpm +%%DATADIR%%/images/math/upsilon2.xpm +%%DATADIR%%/images/math/upuparrows.xpm +%%DATADIR%%/images/math/urcorner.xpm +%%DATADIR%%/images/math/varepsilon.xpm +%%DATADIR%%/images/math/varkappa.xpm +%%DATADIR%%/images/math/varnothing.xpm +%%DATADIR%%/images/math/varphi.xpm +%%DATADIR%%/images/math/varpi.xpm +%%DATADIR%%/images/math/varpropto.xpm +%%DATADIR%%/images/math/varsigma.xpm +%%DATADIR%%/images/math/varsubsetneq.xpm +%%DATADIR%%/images/math/varsubsetneqq.xpm +%%DATADIR%%/images/math/varsupsetneq.xpm +%%DATADIR%%/images/math/varsupsetneqq.xpm +%%DATADIR%%/images/math/vartheta.xpm +%%DATADIR%%/images/math/vartriangle.xpm +%%DATADIR%%/images/math/vartriangleleft.xpm +%%DATADIR%%/images/math/vartriangleright.xpm +%%DATADIR%%/images/math/vdash.xpm +%%DATADIR%%/images/math/vdash2.xpm +%%DATADIR%%/images/math/vdash3.xpm +%%DATADIR%%/images/math/vdots.xpm +%%DATADIR%%/images/math/vec.xpm +%%DATADIR%%/images/math/vee.xpm +%%DATADIR%%/images/math/veebar.xpm +%%DATADIR%%/images/math/wedge.xpm +%%DATADIR%%/images/math/widehat.xpm +%%DATADIR%%/images/math/widetilde.xpm +%%DATADIR%%/images/math/wp.xpm +%%DATADIR%%/images/math/wr.xpm +%%DATADIR%%/images/math/xi.xpm +%%DATADIR%%/images/math/xi2.xpm +%%DATADIR%%/images/math/zeta.xpm +%%DATADIR%%/images/math-mode.xpm +%%DATADIR%%/images/math-panel.xpm +%%DATADIR%%/images/math-subscript.xpm +%%DATADIR%%/images/math-superscript.xpm +%%DATADIR%%/images/melt.xpm +%%DATADIR%%/images/paste.xpm +%%DATADIR%%/images/psnfss1.xpm +%%DATADIR%%/images/psnfss2.xpm +%%DATADIR%%/images/psnfss3.xpm +%%DATADIR%%/images/psnfss4.xpm +%%DATADIR%%/images/redo.xpm +%%DATADIR%%/images/standard.xpm +%%DATADIR%%/images/tabular-insert.xpm +%%DATADIR%%/images/undo.xpm +%%DATADIR%%/images/unknown.xpm +%%DATADIR%%/images/up.xpm +%%DATADIR%%/kbd/american-2.kmap +%%DATADIR%%/kbd/american.kmap +%%DATADIR%%/kbd/arabic.kmap +%%DATADIR%%/kbd/bg-bds-1251.kmap +%%DATADIR%%/kbd/brazil.kmap +%%DATADIR%%/kbd/brazil2.kmap +%%DATADIR%%/kbd/cp1251.cdef +%%DATADIR%%/kbd/czech-prg.kmap +%%DATADIR%%/kbd/czech.kmap +%%DATADIR%%/kbd/espanol.kmap +%%DATADIR%%/kbd/european.kmap +%%DATADIR%%/kbd/francais.kmap +%%DATADIR%%/kbd/french.kmap +%%DATADIR%%/kbd/german-2.kmap +%%DATADIR%%/kbd/german-3.kmap +%%DATADIR%%/kbd/german.kmap +%%DATADIR%%/kbd/greek.kmap +%%DATADIR%%/kbd/hebrew.kmap +%%DATADIR%%/kbd/ibm866.cdef +%%DATADIR%%/kbd/iso8859-1.cdef +%%DATADIR%%/kbd/iso8859-15.cdef +%%DATADIR%%/kbd/iso8859-2.cdef +%%DATADIR%%/kbd/iso8859-3.cdef +%%DATADIR%%/kbd/iso8859-4.cdef +%%DATADIR%%/kbd/iso8859-7.cdef +%%DATADIR%%/kbd/iso8859-8.cdef +%%DATADIR%%/kbd/iso8859-9.cdef +%%DATADIR%%/kbd/koi8-r.cdef +%%DATADIR%%/kbd/koi8-r.kmap +%%DATADIR%%/kbd/koi8-t.cdef +%%DATADIR%%/kbd/koi8-u.cdef +%%DATADIR%%/kbd/koi8-u.kmap +%%DATADIR%%/kbd/latvian.kmap +%%DATADIR%%/kbd/magyar-2.kmap +%%DATADIR%%/kbd/magyar-3.kmap +%%DATADIR%%/kbd/magyar.kmap +%%DATADIR%%/kbd/null.kmap +%%DATADIR%%/kbd/polish.kmap +%%DATADIR%%/kbd/polski.kmap +%%DATADIR%%/kbd/portuges.kmap +%%DATADIR%%/kbd/romanian.kmap +%%DATADIR%%/kbd/serbian.kmap +%%DATADIR%%/kbd/serbocroatian.kmap +%%DATADIR%%/kbd/sf.kmap +%%DATADIR%%/kbd/sg.kmap +%%DATADIR%%/kbd/slovak.kmap +%%DATADIR%%/kbd/slovene.kmap +%%DATADIR%%/kbd/thai-kedmanee.kmap +%%DATADIR%%/kbd/tis620-0.cdef +%%DATADIR%%/kbd/transilvanian.kmap +%%DATADIR%%/kbd/turkish-f.kmap +%%DATADIR%%/kbd/turkish.kmap +%%DATADIR%%/languages +%%DATADIR%%/layouts/IEEEtran.layout +%%DATADIR%%/layouts/aa.layout +%%DATADIR%%/layouts/aapaper.inc +%%DATADIR%%/layouts/aapaper.layout +%%DATADIR%%/layouts/aastex.layout +%%DATADIR%%/layouts/agums.layout +%%DATADIR%%/layouts/aguplus.inc +%%DATADIR%%/layouts/amsart-plain.layout +%%DATADIR%%/layouts/amsart-seq.layout +%%DATADIR%%/layouts/amsart.layout +%%DATADIR%%/layouts/amsbook.layout +%%DATADIR%%/layouts/amsdefs.inc +%%DATADIR%%/layouts/amsmaths-plain.inc +%%DATADIR%%/layouts/amsmaths-seq.inc +%%DATADIR%%/layouts/amsmaths.inc +%%DATADIR%%/layouts/apa.layout +%%DATADIR%%/layouts/article.layout +%%DATADIR%%/layouts/book.layout +%%DATADIR%%/layouts/broadway.layout +%%DATADIR%%/layouts/chess.layout +%%DATADIR%%/layouts/cl2emult.layout +%%DATADIR%%/layouts/cv.layout +%%DATADIR%%/layouts/db_lyxmacros.inc +%%DATADIR%%/layouts/db_stdclass.inc +%%DATADIR%%/layouts/db_stdcounters.inc +%%DATADIR%%/layouts/db_stdlayouts.inc +%%DATADIR%%/layouts/db_stdlists.inc +%%DATADIR%%/layouts/db_stdsections.inc +%%DATADIR%%/layouts/db_stdstarsections.inc +%%DATADIR%%/layouts/db_stdstruct.inc +%%DATADIR%%/layouts/db_stdtitle.inc +%%DATADIR%%/layouts/dinbrief.layout +%%DATADIR%%/layouts/docbook-book.layout +%%DATADIR%%/layouts/docbook-chapter.layout +%%DATADIR%%/layouts/docbook-section.layout +%%DATADIR%%/layouts/docbook.layout +%%DATADIR%%/layouts/dtk.layout +%%DATADIR%%/layouts/egs.layout +%%DATADIR%%/layouts/elsart.layout +%%DATADIR%%/layouts/entcs.layout +%%DATADIR%%/layouts/extarticle.layout +%%DATADIR%%/layouts/extbook.layout +%%DATADIR%%/layouts/extletter.layout +%%DATADIR%%/layouts/extreport.layout +%%DATADIR%%/layouts/foils.layout +%%DATADIR%%/layouts/g-brief-de.layout +%%DATADIR%%/layouts/g-brief-en.layout +%%DATADIR%%/layouts/g-brief2.layout +%%DATADIR%%/layouts/heb-article.layout +%%DATADIR%%/layouts/heb-letter.layout +%%DATADIR%%/layouts/hollywood.layout +%%DATADIR%%/layouts/ijmpd.layout +%%DATADIR%%/layouts/jgrga.layout +%%DATADIR%%/layouts/kluwer.layout +%%DATADIR%%/layouts/latex8.layout +%%DATADIR%%/layouts/letter.layout +%%DATADIR%%/layouts/linuxdoc.layout +%%DATADIR%%/layouts/literate-article.layout +%%DATADIR%%/layouts/literate-book.layout +%%DATADIR%%/layouts/literate-report.layout +%%DATADIR%%/layouts/literate-scrap.inc +%%DATADIR%%/layouts/llncs.layout +%%DATADIR%%/layouts/ltugboat.layout +%%DATADIR%%/layouts/lyxmacros.inc +%%DATADIR%%/layouts/manpage.layout +%%DATADIR%%/layouts/memoir.layout +%%DATADIR%%/layouts/mwart.layout +%%DATADIR%%/layouts/mwbk.layout +%%DATADIR%%/layouts/mwrep.layout +%%DATADIR%%/layouts/obsolete.inc +%%DATADIR%%/layouts/paper.layout +%%DATADIR%%/layouts/report.layout +%%DATADIR%%/layouts/revtex.layout +%%DATADIR%%/layouts/revtex4.layout +%%DATADIR%%/layouts/scrartcl.layout +%%DATADIR%%/layouts/scrbook.layout +%%DATADIR%%/layouts/scrclass.inc +%%DATADIR%%/layouts/scrlettr.layout +%%DATADIR%%/layouts/scrlttr2.layout +%%DATADIR%%/layouts/scrmacros.inc +%%DATADIR%%/layouts/scrreprt.layout +%%DATADIR%%/layouts/seminar.layout +%%DATADIR%%/layouts/siamltex.layout +%%DATADIR%%/layouts/slides.layout +%%DATADIR%%/layouts/spie.layout +%%DATADIR%%/layouts/stdclass.inc +%%DATADIR%%/layouts/stdcounters.inc +%%DATADIR%%/layouts/stdfloats.inc +%%DATADIR%%/layouts/stdlayouts.inc +%%DATADIR%%/layouts/stdletter.inc +%%DATADIR%%/layouts/stdlists.inc +%%DATADIR%%/layouts/stdsections.inc +%%DATADIR%%/layouts/stdstarsections.inc +%%DATADIR%%/layouts/stdstruct.inc +%%DATADIR%%/layouts/stdtitle.inc +%%DATADIR%%/layouts/svjog.layout +%%DATADIR%%/layouts/svjour.inc +%%DATADIR%%/layouts/svprobth.layout +%%DATADIR%%/lyx2lyx/error.py +%%DATADIR%%/lyx2lyx/error.pyc +%%DATADIR%%/lyx2lyx/lyx2lyx +%%DATADIR%%/lyx2lyx/lyxconvert_210.py +%%DATADIR%%/lyx2lyx/lyxconvert_215.py +%%DATADIR%%/lyx2lyx/lyxconvert_215.pyc +%%DATADIR%%/lyx2lyx/lyxconvert_216.py +%%DATADIR%%/lyx2lyx/lyxconvert_216.pyc +%%DATADIR%%/lyx2lyx/lyxconvert_217.py +%%DATADIR%%/lyx2lyx/lyxconvert_217.pyc +%%DATADIR%%/lyx2lyx/lyxconvert_218.py +%%DATADIR%%/lyx2lyx/lyxconvert_218.pyc +%%DATADIR%%/lyx2lyx/lyxconvert_220.py +%%DATADIR%%/lyx2lyx/lyxconvert_220.pyc +%%DATADIR%%/lyx2lyx/parser_tools.py +%%DATADIR%%/lyx2lyx/parser_tools.pyc +%%DATADIR%%/lyxrc.defaults +%%DATADIR%%/lyxrc.example +%%DATADIR%%/packages.lst +%%DATADIR%%/reLyX/BUGS +%%DATADIR%%/reLyX/BasicLyX.pm +%%DATADIR%%/reLyX/CHANGES +%%DATADIR%%/reLyX/CleanTeX.pm +%%DATADIR%%/reLyX/LastLyX.pm +%%DATADIR%%/reLyX/MakePreamble.pm +%%DATADIR%%/reLyX/README +%%DATADIR%%/reLyX/ReadCommands.pm +%%DATADIR%%/reLyX/RelyxFigure.pm +%%DATADIR%%/reLyX/RelyxTable.pm +%%DATADIR%%/reLyX/Text/TeX.pm +%%DATADIR%%/reLyX/Verbatim.pm +%%DATADIR%%/reLyX/reLyX.pod +%%DATADIR%%/reLyX/reLyXmain.pl +%%DATADIR%%/reLyX/syntax.default +%%DATADIR%%/scripts/TeXFiles.sh +%%DATADIR%%/scripts/convertDefault.sh +%%DATADIR%%/scripts/fen2ascii.py +%%DATADIR%%/scripts/fig2pstex.py +%%DATADIR%%/scripts/general_command_wrapper.py +%%DATADIR%%/scripts/listerrors +%%DATADIR%%/scripts/lyxpreview2bitmap.sh +%%DATADIR%%/scripts/pic2ascii.py +%%DATADIR%%/scripts/pic2png_eps.py +%%DATADIR%%/scripts/pic2png_eps.sh +%%DATADIR%%/symbols +%%DATADIR%%/templates/IEEEtran.lyx +%%DATADIR%%/templates/aa.lyx +%%DATADIR%%/templates/aastex.lyx +%%DATADIR%%/templates/dinbrief.lyx +%%DATADIR%%/templates/docbook_article.lyx +%%DATADIR%%/templates/elsart.lyx +%%DATADIR%%/templates/g-brief-de.lyx +%%DATADIR%%/templates/g-brief-en.lyx +%%DATADIR%%/templates/hollywood.lyx +%%DATADIR%%/templates/ijmpd.lyx +%%DATADIR%%/templates/kluwer.lyx +%%DATADIR%%/templates/koma-letter2.lyx +%%DATADIR%%/templates/latex8.lyx +%%DATADIR%%/templates/letter.lyx +%%DATADIR%%/templates/linuxdoc_article.lyx +%%DATADIR%%/templates/revtex.lyx +%%DATADIR%%/templates/revtex4.lyx +%%DATADIR%%/templates/slides.lyx +%%DATADIR%%/tex/broadway.cls +%%DATADIR%%/tex/cv.cls +%%DATADIR%%/tex/hollywood.cls +%%DATADIR%%/tex/lyxchess.sty +%%DATADIR%%/tex/lyxskak.sty +%%DATADIR%%/tex/revtex.cls +%%DATADIR%%/textclass.lst +%%DATADIR%%/ui/default.ui +%%DATADIR%%/xfonts/PSres.upr +%%DATADIR%%/xfonts/cmex10.pfb +%%DATADIR%%/xfonts/cmmi10.pfb +%%DATADIR%%/xfonts/cmr10.pfb +%%DATADIR%%/xfonts/cmsy10.pfb +%%DATADIR%%/xfonts/eufm10.pfb +%%DATADIR%%/xfonts/fonts.dir +%%DATADIR%%/xfonts/fonts.scale +%%DATADIR%%/xfonts/msam10.pfb +%%DATADIR%%/xfonts/msbm10.pfb +%%DATADIR%%/xfonts/wasy10.pfb +@dirrm %%DATADIR%%/xfonts +@dirrm %%DATADIR%%/ui +@dirrm %%DATADIR%%/tex +@dirrm %%DATADIR%%/templates +@dirrm %%DATADIR%%/scripts +@dirrm %%DATADIR%%/reLyX/Text +@dirrm %%DATADIR%%/reLyX +@dirrm %%DATADIR%%/lyx2lyx +@dirrm %%DATADIR%%/layouts +@dirrm %%DATADIR%%/kbd +@dirrm %%DATADIR%%/images/math +@dirrm %%DATADIR%%/images +@dirrm %%DATADIR%%/help +@dirrm %%DATADIR%%/examples +@dirrm %%DATADIR%%/doc +@dirrm %%DATADIR%%/clipart +@dirrm %%DATADIR%%/bind +@dirrm %%DATADIR%%