aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--print/lyx-devel/Makefile129
-rw-r--r--print/lyx-devel/distinfo6
-rw-r--r--print/lyx-devel/files/patch-boost-13422
-rw-r--r--print/lyx-devel/files/patch-src-support-fs_extras.C62
-rw-r--r--print/lyx-devel/files/patch-src-support-tests-convert.C12
-rw-r--r--print/lyx-devel/files/patch-src-support-tests-regfiles-convert7
-rw-r--r--print/lyx-devel/pkg-descr32
-rw-r--r--print/lyx-devel/pkg-message6
-rw-r--r--print/lyx-devel/pkg-plist1903
-rw-r--r--print/lyx/Makefile129
-rw-r--r--print/lyx/distinfo6
-rw-r--r--print/lyx/files/patch-boost-13422
-rw-r--r--print/lyx/files/patch-src-support-fs_extras.C62
-rw-r--r--print/lyx/files/patch-src-support-tests-convert.C12
-rw-r--r--print/lyx/files/patch-src-support-tests-regfiles-convert7
-rw-r--r--print/lyx/pkg-descr32
-rw-r--r--print/lyx/pkg-message6
-rw-r--r--print/lyx/pkg-plist1903
-rw-r--r--print/lyx16/Makefile129
-rw-r--r--print/lyx16/distinfo6
-rw-r--r--print/lyx16/files/patch-boost-13422
-rw-r--r--print/lyx16/files/patch-src-support-fs_extras.C62
-rw-r--r--print/lyx16/files/patch-src-support-tests-convert.C12
-rw-r--r--print/lyx16/files/patch-src-support-tests-regfiles-convert7
-rw-r--r--print/lyx16/pkg-descr32
-rw-r--r--print/lyx16/pkg-message6
-rw-r--r--print/lyx16/pkg-plist1903
27 files changed, 3591 insertions, 2946 deletions
diff --git a/print/lyx-devel/Makefile b/print/lyx-devel/Makefile
index be0d91b7e057..b42f58923d2e 100644
--- a/print/lyx-devel/Makefile
+++ b/print/lyx-devel/Makefile
@@ -6,115 +6,70 @@
#
PORTNAME= lyx
-PORTVERSION= 1.4.5.1
-PORTREVISION= 4
-CATEGORIES= print
-MASTER_SITES= ftp://ftp.lyx.org/pub/lyx/stable/1.4.x/ \
- http://www-ftp.lip6.fr/ftp/pub/lyx/stable/1.4.x/ \
- ftp://gd.tuwien.ac.at/publishing/tex/lyx/stable/1.4.x/ \
- ftp://ftp.ntua.gr/pub/X11/LyX/stable/1.4.x/ \
- http://sunsite.icm.edu.pl/pub/unix/editors/lyx/stable/1.4.x/ \
- ftp://ftp.chg.ru/pub/X11/lyx/stable/1.4.x/
+PORTVERSION= ${MAJOR_VERSION}.6.1
+CATEGORIES= print editors
+MASTER_SITES= ftp://ftp.lyx.org/pub/lyx/stable/${MAJOR_VERSION}.x/ \
+ http://www-ftp.lip6.fr/ftp/pub/lyx/stable/${MAJOR_VERSION}.x/ \
+ ftp://gd.tuwien.ac.at/publishing/tex/lyx/stable/${MAJOR_VERSION}.x/ \
+ ftp://ftp.ntua.gr/pub/X11/LyX/stable/${MAJOR_VERSION}.x/ \
+ http://sunsite.icm.edu.pl/pub/unix/editors/lyx/stable/${MAJOR_VERSION}.x/ \
+ ftp://ftp.chg.ru/pub/X11/lyx/stable/${MAJOR_VERSION}.x/
-MAINTAINER= mi@aldan.algebra.com
-COMMENT= Document processor interfaced with LaTeX (nearly WYSIWYG)
+MAINTAINER= aldis@bsdroot.lv
+COMMENT= Document processor interfaced with LaTeX (nearly WYSIWYG) (stable)
-BUILD_DEPENDS= latex:${PORTSDIR}/print/teTeX
-RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX
-LIB_DEPENDS= boost_regex:${PORTSDIR}/devel/boost-libs
+LIB_DEPENDS= boost_regex.4:${PORTSDIR}/devel/boost-libs
-OPTIONS= QT "Use Qt (instead of XForms)" ${QT_PRESENT} \
- ASPELL "Utilize ASPELL library" on \
- AIKSAUR "Build Aiksaurus support (English thesaurus)" on \
- ISPELL "Depend on ISPELL as well" off
-ALL_TARGET= all check
-USE_BZIP2= yes
-USE_GNOME= gnometarget lthack
-USE_PERL5= yes
-USE_PYTHON= yes
-USE_GETTEXT= yes
+CONFLICTS= lyx-1.4*
+MAJOR_VERSION= 1.6
+
+USE_BZIP= yes
USE_GMAKE= yes
+USE_QT_VER= 4
+QT_COMPONENTS= gui moc_build uic_build rcc_build
+USE_PYTHON= yes
+USE_PERL= yes
GNU_CONFIGURE= yes
-EXTRACT_AFTER_ARGS=| ${TAR} -xf - --exclude ${PORTNAME}-${PORTVERSION}/intl/*.[ch] --exclude ${PORTNAME}-${PORTVERSION}/boost
-CONFIGURE_ARGS= --with-extra-lib="${LOCALBASE}/lib" \
+CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" LDFLAGS="${PTHREAD_LIBS}"
+CONFIGURE_ARGS= --with-frontend=qt4 \
--without-included-boost \
- --with-extra-inc="${LOCALBASE}/include"
-MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \
- AUTOHEADER="${TRUE}"
-MAN1= lyx.1 tex2lyx.1 lyxclient.1
+ --without-included-gettext \
+ --with-libiconv-prefix=${LOCALBASE} \
+ --with-extra-prefix=${LOCALBASE}
+MAKE_JOBS_SAFE= yes
-post-patch:
- # Removing mention of the bundled boost
- ${REINPLACE_CMD} -e 's, boost/[^ ]*Makefile,,g' ${WRKSRC}/configure
- ${REINPLACE_CMD} -e 's,detail/nullstream,utils/nullstream,' \
- ${WRKSRC}/src/pch.h ${WRKSRC}/src/support/pch.h \
- ${WRKSRC}/src/support/debugstream.h
- ${REINPLACE_CMD} -e 's,boost/regex\.hpp,boost/cregex.hpp,' \
- ${WRKSRC}/src/support/filetools.C
- ${REINPLACE_CMD} -e 's,/bin/bash,/bin/sh,' \
- ${WRKSRC}/src/support/tests/test_*
+MAN1= lyx.1 lyxclient.1 tex2lyx.1
-pre-configure:
- # If the installed Boost is 1.34 or later, we must compile
- # with exceptions enabled:
- ${AWK} '/#define BOOST_VERSION / {exit($$NF >= 103400)}' \
- ${LOCALBASE}/include/boost/version.hpp || \
- ${REINPLACE_CMD} -e 's,\(AM_CXXFLAGS="\)-fno-exceptions,\1,' \
- ${WRKSRC}/${CONFIGURE_SCRIPT}
+OPTIONS= ASPELL "Use Aspell library" on \
+ AIKSAUR "Build Aiksaurus support (English thesaurus)" on \
+ NLS "Native language support" on
-post-configure:
- # Removing explicit linking with -lc
- ${REINPLACE_CMD} -e 's,-lc ,,' ${WRKSRC}/*/Makefile
-
-.include <bsd.port.pre.mk>
-
-.if exists(${LOCALBASE}/bin/makepsres)
-PLIST_SUB+= PSRES=
-.else
-PLIST_SUB+= PSRES='@comment '
-.endif
+.include <bsd.port.options.mk>
-.if defined(WITH_AIKSAUR)
+.if !defined(WITHOUT_AIKSAUR)
LIB_DEPENDS+= Aiksaurus:${PORTSDIR}/textproc/aiksaurus
.else
-CONFIGURE_ARGS+=--without-aiksaurus
+CONFIGURE_ARGS+= --without-aiksaurus
.endif
-.if defined(WITH_QT)
-LIB_DEPENDS+= qt-mt:${PORTSDIR}/x11-toolkits/qt33
-CONFIGURE_ARGS+= --with-frontend=qt
-CFLAGS+= ${PTHREAD_CFLAGS}
-CONFIGURE_ENV+= LDFLAGS=${PTHREAD_LIBS}
-RUN_DEPENDS+= ${LOCALBASE}/lib/X11/fonts/texcm-ttf/cmex10.ttf:${PORTSDIR}/x11-fonts/texcm-ttf
-.else
-LIB_DEPENDS+= forms:${PORTSDIR}/x11-toolkits/xforms
-CONFIGURE_ARGS+=--with-frontend=xforms
-USE_XORG= x11
-.endif
-
-.if defined(WITH_ASPELL)
+.if !defined(WITHOUT_ASPELL)
LIB_DEPENDS+= aspell:${PORTSDIR}/textproc/aspell
CONFIGURE_ARGS+= --with-pspell \
--with-pspell-lib="${LOCALBASE}/lib" \
--with-pspell-include="${LOCALBASE}/include"
.else
-CONFIGURE_ARGS+=--without-aspell --without-pspell
-.endif
-
-.if defined(WITH_ISPELL)
-RUN_DEPENDS+= ispell:${PORTSDIR}/textproc/ispell
-.else
-CONFIGURE_ARGS+=--without-ispell
+CONFIGURE_ARGS+= --without-aspell --without-pspell
.endif
-.if exists(${LOCALBASE}/lib/libqt-mt.prl)
-QT_PRESENT= on
+.if defined(WITHOUT_NLS)
+CONFIGURE_ARGS+= --disable-nls
+PLIST_SUB+= NLS="@comment "
.else
-QT_PRESENT= off
+USE_GETTEXT= yes
+PLIST_SUB+= NLS=""
.endif
-.if ${OSVERSION} >= 700007 && ${ARCH} == i386 && ${CXX} == c++
-#BROKEN= C++ compiler seg-faults, try using a different one and report to ${MAINTAINER}
-.endif
+post-install:
+ @${CAT} ${PKGMESSAGE}
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/print/lyx-devel/distinfo b/print/lyx-devel/distinfo
index 55fcdfccac5b..359fda7a3f3e 100644
--- a/print/lyx-devel/distinfo
+++ b/print/lyx-devel/distinfo
@@ -1,3 +1,3 @@
-MD5 (lyx-1.4.5.1.tar.bz2) = b74d82e80c49c7edb782ec7395b7ca27
-SHA256 (lyx-1.4.5.1.tar.bz2) = b26a09cc29aaf77f4a4593d437b62fcf044926e481a8468ac6eb2e5ac695ca9b
-SIZE (lyx-1.4.5.1.tar.bz2) = 8026585
+MD5 (lyx-1.6.6.1.tar.gz) = 5c43c3161cbec08c78f246cca5761636
+SHA256 (lyx-1.6.6.1.tar.gz) = e566acba82f886dc0276198c2a4a964e44845eec4e83d6fde1bd147130110d6f
+SIZE (lyx-1.6.6.1.tar.gz) = 15698964
diff --git a/print/lyx-devel/files/patch-boost-134 b/print/lyx-devel/files/patch-boost-134
deleted file mode 100644
index 2bfe3a8f6140..000000000000
--- a/print/lyx-devel/files/patch-boost-134
+++ /dev/null
@@ -1,22 +0,0 @@
---- src/support/path.h Mon Oct 6 11:43:21 2003
-+++ src/support/path.h Fri Jul 6 14:23:38 2007
-@@ -55,5 +55,5 @@
- // we add this macro:
- ///
--#ifndef PATH_C
-+#if 0
- #define Path(x) unnamed_Path;
- #endif
---- src/client/client.C Wed Apr 12 05:37:33 2006
-+++ src/client/client.C Fri Jul 6 15:47:26 2007
-@@ -94,5 +94,10 @@
- for (; beg != end; ++beg) {
- if (prefixIs(beg->leaf(), "lyx_tmpdir" + pid)) {
-+#include <boost/version.hpp>
-+#if BOOST_VERSION < 103400
- fs::path lyxsocket = *beg / "lyxsocket";
-+#else
-+ fs::path lyxsocket = beg->path() / "lyxsocket";
-+#endif
- if (fs::exists(lyxsocket)) {
- dirlist.push_back(lyxsocket);
diff --git a/print/lyx-devel/files/patch-src-support-fs_extras.C b/print/lyx-devel/files/patch-src-support-fs_extras.C
deleted file mode 100644
index a109e06f5b87..000000000000
--- a/print/lyx-devel/files/patch-src-support-fs_extras.C
+++ /dev/null
@@ -1,62 +0,0 @@
---- src/support/fs_extras.C.orig 2005-05-07 18:31:16.000000000 +0400
-+++ src/support/fs_extras.C 2009-03-23 18:01:11.000000000 +0300
-@@ -93,13 +93,15 @@
- {
-
- #ifdef BOOST_POSIX
-+#include <boost/version.hpp>
- int const infile = ::open(source.string().c_str(), O_RDONLY);
- if (infile == -1) {
- boost::throw_exception(
-- filesystem_error(
-+ basic_filesystem_error<path>(
- "boost::filesystem::copy_file",
- source, target,
-- fs::detail::system_error_code()));
-+ boost::system::error_code(errno, boost::system::get_system_category()))
-+ );
- }
-
- struct stat source_stat;
-@@ -107,10 +109,11 @@
- if (ret == -1) {
- ::close(infile);
- boost::throw_exception(
-- filesystem_error(
-+ basic_filesystem_error<path>(
- "boost::filesystem::copy_file",
- source, target,
-- fs::detail::system_error_code()));
-+ boost::system::error_code(errno, boost::system::get_system_category()))
-+ );
- }
-
- int const flags = O_WRONLY | O_CREAT | (noclobber ? O_EXCL : O_TRUNC);
-@@ -119,10 +122,11 @@
- if (outfile == -1) {
- ::close(infile);
- boost::throw_exception(
-- filesystem_error(
-+ basic_filesystem_error<path>(
- "boost::filesystem::copy_file",
- source, target,
-- fs::detail::system_error_code()));
-+ boost::system::error_code(errno, boost::system::get_system_category()))
-+ );
- }
-
- std::size_t const buf_sz = 32768;
-@@ -149,10 +153,11 @@
-
- if (in == -1 || out == -1)
- boost::throw_exception(
-- filesystem_error(
-+ basic_filesystem_error<path>(
- "boost::filesystem::copy_file",
- source, target,
-- fs::detail::system_error_code()));
-+ boost::system::error_code(errno, boost::system::get_system_category()))
-+ );
- #endif
- #ifdef BOOST_WINDOWS
- if (::CopyFile(source.string().c_str(), target.string().c_str(), noclobber) == 0) {
diff --git a/print/lyx-devel/files/patch-src-support-tests-convert.C b/print/lyx-devel/files/patch-src-support-tests-convert.C
deleted file mode 100644
index ca9a46941ba8..000000000000
--- a/print/lyx-devel/files/patch-src-support-tests-convert.C
+++ /dev/null
@@ -1,12 +0,0 @@
---- src/support/tests/convert.C.orig 2005-01-28 00:05:44.000000000 +0300
-+++ src/support/tests/convert.C 2009-03-25 06:33:54.000000000 +0300
-@@ -74,8 +74,7 @@
- << convert<string>(false) << '\n'
-
- << convert<string>('a') << '\n'
-- << convert<string>(1.0) << '\n'
-- << convert<string>(1.1) << endl;
-+ << convert<string>(1.0) << endl;
- }
-
- int main()
diff --git a/print/lyx-devel/files/patch-src-support-tests-regfiles-convert b/print/lyx-devel/files/patch-src-support-tests-regfiles-convert
deleted file mode 100644
index a63e24103730..000000000000
--- a/print/lyx-devel/files/patch-src-support-tests-regfiles-convert
+++ /dev/null
@@ -1,7 +0,0 @@
---- src/support/tests/regfiles/convert.orig 2005-01-28 00:05:44.000000000 +0300
-+++ src/support/tests/regfiles/convert 2009-03-25 06:34:11.000000000 +0300
-@@ -46,4 +46,3 @@
- false
- a
- 1
--1.1
diff --git a/print/lyx-devel/pkg-descr b/print/lyx-devel/pkg-descr
index 1e258d2b80eb..eef8211b0551 100644
--- a/print/lyx-devel/pkg-descr
+++ b/print/lyx-devel/pkg-descr
@@ -1,10 +1,26 @@
-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.
+LyX is a document processor that encourages an approach to writing
+based on the structure of your documents (WYSIWYM) and not simply
+their appearance (WYSIWYG).
-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.
+LyX combines the power and flexibility of TeX/LaTeX with the ease
+of use of a graphical interface. This results in world-class support
+for creation of mathematical content (via a fully integrated equation
+editor) and structured documents like academic articles, theses,
+and books. In addition, staples of scientific authoring such as
+reference list and index creation come standard. But you can also
+use LyX to create a letter or a novel or a theatre play or film
+script. A broad array of ready, well-designed document layouts are
+built in.
-WWW: http://www.lyx.org/
+LyX is for people who want their writing to look great, right out
+of the box. No more endless tinkering with formatting details,
+"finger painting" font attributes or futzing around with page
+boundaries. You just write. On screen, LyX looks like any word
+processor; its printed output - or richly cross-referenced PDF,
+just as readily produced - looks like nothing else.
+
+LyX is released under a Free Software/Open Source license, runs on
+Linux/Unix, Windows, and Mac OS X, and is available in several
+languages.
+
+WWW: http://www.lyx.org/
diff --git a/print/lyx-devel/pkg-message b/print/lyx-devel/pkg-message
new file mode 100644
index 000000000000..bc2d9e106be4
--- /dev/null
+++ b/print/lyx-devel/pkg-message
@@ -0,0 +1,6 @@
+For lyx to work you need to install some kind of TeX software.
+
+The easiest way is porbably to install print/teTeX port which is quite old.
+
+A newer alternative could be TeXLive:
+ http://code.google.com/p/freebsd-texlive/
diff --git a/print/lyx-devel/pkg-plist b/print/lyx-devel/pkg-plist
index 93f5cbf8bd9d..a8b18ed5d71e 100644
--- a/print/lyx-devel/pkg-plist
+++ b/print/lyx-devel/pkg-plist
@@ -1,162 +1,250 @@
bin/lyx
-bin/tex2lyx
bin/lyxclient
-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/gl/LC_MESSAGES/lyx.mo
-share/locale/hu/LC_MESSAGES/lyx.mo
-share/locale/it/LC_MESSAGES/lyx.mo
-share/locale/nb/LC_MESSAGES/lyx.mo
-share/locale/nl/LC_MESSAGES/lyx.mo
-share/locale/nn/LC_MESSAGES/lyx.mo
-share/locale/pl/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/tr/LC_MESSAGES/lyx.mo
+bin/tex2lyx
+%%NLS%%share/locale/ar/LC_MESSAGES/lyx.mo
+%%NLS%%share/locale/ca/LC_MESSAGES/lyx.mo
+%%NLS%%share/locale/cs/LC_MESSAGES/lyx.mo
+%%NLS%%share/locale/de/LC_MESSAGES/lyx.mo
+%%NLS%%share/locale/el/LC_MESSAGES/lyx.mo
+%%NLS%%share/locale/en/LC_MESSAGES/lyx.mo
+%%NLS%%share/locale/es/LC_MESSAGES/lyx.mo
+%%NLS%%share/locale/eu/LC_MESSAGES/lyx.mo
+%%NLS%%share/locale/fi/LC_MESSAGES/lyx.mo
+%%NLS%%share/locale/fr/LC_MESSAGES/lyx.mo
+%%NLS%%share/locale/gl/LC_MESSAGES/lyx.mo
+%%NLS%%share/locale/he/LC_MESSAGES/lyx.mo
+%%NLS%%share/locale/hu/LC_MESSAGES/lyx.mo
+%%NLS%%share/locale/id/LC_MESSAGES/lyx.mo
+%%NLS%%share/locale/it/LC_MESSAGES/lyx.mo
+%%NLS%%share/locale/ja/LC_MESSAGES/lyx.mo
+%%NLS%%share/locale/nb/LC_MESSAGES/lyx.mo
+%%NLS%%share/locale/nn/LC_MESSAGES/lyx.mo
+%%NLS%%share/locale/pl/LC_MESSAGES/lyx.mo
+%%NLS%%share/locale/pt/LC_MESSAGES/lyx.mo
+%%NLS%%share/locale/ro/LC_MESSAGES/lyx.mo
+%%NLS%%share/locale/ru/LC_MESSAGES/lyx.mo
+%%NLS%%share/locale/sk/LC_MESSAGES/lyx.mo
+%%NLS%%share/locale/tr/LC_MESSAGES/lyx.mo
+%%NLS%%share/locale/uk/LC_MESSAGES/lyx.mo
+%%NLS%%share/locale/zh_CN/LC_MESSAGES/lyx.mo
+%%NLS%%share/locale/zh_TW/LC_MESSAGES/lyx.mo
%%DATADIR%%/CREDITS
-%%DATADIR%%/unicodesymbols
%%DATADIR%%/bind/aqua.bind
%%DATADIR%%/bind/broadway.bind
%%DATADIR%%/bind/cua.bind
%%DATADIR%%/bind/cyrkeys.bind
-%%DATADIR%%/bind/de_menus.bind
+%%DATADIR%%/bind/de/menus.bind
%%DATADIR%%/bind/emacs.bind
-%%DATADIR%%/bind/fi_menus.bind
+%%DATADIR%%/bind/fi/menus.bind
%%DATADIR%%/bind/greekkeys.bind
%%DATADIR%%/bind/hollywood.bind
%%DATADIR%%/bind/latinkeys.bind
%%DATADIR%%/bind/mac.bind
%%DATADIR%%/bind/math.bind
%%DATADIR%%/bind/menus.bind
-%%DATADIR%%/bind/pt_menus.bind
+%%DATADIR%%/bind/pt/menus.bind
%%DATADIR%%/bind/sciword.bind
-%%DATADIR%%/bind/sv_menus.bind
+%%DATADIR%%/bind/site.bind
+%%DATADIR%%/bind/sv/menus.bind
%%DATADIR%%/bind/xemacs.bind
%%DATADIR%%/chkconfig.ltx
-%%DATADIR%%/clipart/BoxInsetDefault.png
-%%DATADIR%%/clipart/ComentNotaImagen.png
-%%DATADIR%%/clipart/CommentNoteImage.png
-%%DATADIR%%/clipart/CuadroMinipag.png
-%%DATADIR%%/clipart/GreyedOutNoteImage.png
-%%DATADIR%%/clipart/GrisNotaImagen.png
-%%DATADIR%%/clipart/LyXNoteImage.png
-%%DATADIR%%/clipart/NotaLyXImagen.png
-%%DATADIR%%/clipart/endnotes.pdf
-%%DATADIR%%/clipart/etiqueta.png
-%%DATADIR%%/clipart/float.png
-%%DATADIR%%/clipart/flotante.png
-%%DATADIR%%/clipart/footnote.png
-%%DATADIR%%/clipart/label.png
-%%DATADIR%%/clipart/notapie.png
-%%DATADIR%%/clipart/platypus.eps
-%%DATADIR%%/clipart/reference2.png
-%%DATADIR%%/clipart/referencia2.png
-%%DATADIR%%/clipart/with_fntright.pdf
-%%DATADIR%%/clipart/without_fntright.pdf
+%%DATADIR%%/commands/default.def
%%DATADIR%%/configure.py
%%DATADIR%%/configure.pyc
%%DATADIR%%/configure.pyo
%%DATADIR%%/doc/Customization.lyx
-%%DATADIR%%/doc/DocStyle.lyx
-%%DATADIR%%/doc/Extended.lyx
+%%DATADIR%%/doc/DummyDocument1.lyx
+%%DATADIR%%/doc/DummyDocument2.lyx
+%%DATADIR%%/doc/DummyTextDocument.txt
%%DATADIR%%/doc/EmbeddedObjects.lyx
-%%DATADIR%%/doc/FAQ.lyx
+%%DATADIR%%/doc/Extended.lyx
+%%DATADIR%%/doc/Formula-numbering.lyx
%%DATADIR%%/doc/Intro.lyx
-%%DATADIR%%/doc/LaTeXConfig.lyx.in
-%%DATADIR%%/doc/Reference.lyx
-%%DATADIR%%/doc/TOC.lyx
+%%DATADIR%%/doc/LFUNs.lyx
+%%DATADIR%%/doc/LaTeXConfig.lyx
+%%DATADIR%%/doc/Math.lyx
+%%DATADIR%%/doc/Shortcuts.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_EmbeddedObjects.lyx
-%%DATADIR%%/doc/es_Intro.lyx
-%%DATADIR%%/doc/es_TOC.lyx
-%%DATADIR%%/doc/es_Tutorial.lyx
-%%DATADIR%%/doc/escher-lsd.eps
-%%DATADIR%%/doc/eu_Customization.lyx
-%%DATADIR%%/doc/eu_Extended.lyx
-%%DATADIR%%/doc/eu_FAQ.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/gl_Intro.lyx
-%%DATADIR%%/doc/gl_TOC.lyx
-%%DATADIR%%/doc/gl_Tutorial.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/hu_Tutorial.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/nb_Intro.lyx
-%%DATADIR%%/doc/nb_TOC.lyx
-%%DATADIR%%/doc/nl_Intro.lyx
-%%DATADIR%%/doc/nl_TOC.lyx
-%%DATADIR%%/doc/nl_Tutorial.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/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%%/doc/biblio/LyXDocs.bib
+%%DATADIR%%/doc/biblio/alphadin.bst
+%%DATADIR%%/doc/ca/Intro.lyx
+%%DATADIR%%/doc/clipart/Abstract.pdf
+%%DATADIR%%/doc/clipart/BoxInsetDefaultQt4.png
+%%DATADIR%%/doc/clipart/ChangesToolbar.png
+%%DATADIR%%/doc/clipart/ChildDocumentQt4.png
+%%DATADIR%%/doc/clipart/CommentNoteImageQt4.png
+%%DATADIR%%/doc/clipart/ERT.png
+%%DATADIR%%/doc/clipart/ExternalMaterialQt4.png
+%%DATADIR%%/doc/clipart/ExtraToolbar.png
+%%DATADIR%%/doc/clipart/GreyedOutNoteImageQt4.png
+%%DATADIR%%/doc/clipart/LaTeX.png
+%%DATADIR%%/doc/clipart/LyXNoteImageQt4.png
+%%DATADIR%%/doc/clipart/MacroToolbar.png
+%%DATADIR%%/doc/clipart/SpaceMarker.png
+%%DATADIR%%/doc/clipart/StandardToolbar.png
+%%DATADIR%%/doc/clipart/ToolbarEnvBox.png
+%%DATADIR%%/doc/clipart/ViewToolbar.png
+%%DATADIR%%/doc/clipart/endnotes.pdf
+%%DATADIR%%/doc/clipart/escher-lsd.eps
+%%DATADIR%%/doc/clipart/floatQt4.png
+%%DATADIR%%/doc/clipart/footnoteQt4.png
+%%DATADIR%%/doc/clipart/labelQt4.png
+%%DATADIR%%/doc/clipart/macrobox.png
+%%DATADIR%%/doc/clipart/macrouse.png
+%%DATADIR%%/doc/clipart/mbox.png
+%%DATADIR%%/doc/clipart/mobius.eps
+%%DATADIR%%/doc/clipart/platypus.eps
+%%DATADIR%%/doc/clipart/referenceQt4.png
+%%DATADIR%%/doc/clipart/with_fntright.pdf
+%%DATADIR%%/doc/clipart/without_fntright.pdf
+%%DATADIR%%/doc/cs/Tutorial.lyx
+%%DATADIR%%/doc/da/Intro.lyx
+%%DATADIR%%/doc/de/Customization.lyx
+%%DATADIR%%/doc/de/DummyDocument1.lyx
+%%DATADIR%%/doc/de/DummyDocument2.lyx
+%%DATADIR%%/doc/de/DummyTextDocument.txt
+%%DATADIR%%/doc/de/EmbeddedObjects.lyx
+%%DATADIR%%/doc/de/Extended.lyx
+%%DATADIR%%/doc/de/Formelnummerierung.lyx
+%%DATADIR%%/doc/de/Intro.lyx
+%%DATADIR%%/doc/de/Math.lyx
+%%DATADIR%%/doc/de/Shortcuts.lyx
+%%DATADIR%%/doc/de/Tutorial.lyx
+%%DATADIR%%/doc/de/UserGuide.lyx
+%%DATADIR%%/doc/de/clipart/ERT.png
+%%DATADIR%%/doc/de/clipart/ExternesMaterialQt4.png
+%%DATADIR%%/doc/de/clipart/FussnoteQt4.png
+%%DATADIR%%/doc/de/clipart/GleitobjektQt4.png
+%%DATADIR%%/doc/de/clipart/GrauschriftNotizQt4.png
+%%DATADIR%%/doc/de/clipart/KommentarQt4.png
+%%DATADIR%%/doc/de/clipart/LyXNotizQt4.png
+%%DATADIR%%/doc/de/clipart/Marke.png
+%%DATADIR%%/doc/de/clipart/Querverweis.png
+%%DATADIR%%/doc/de/clipart/StandardBoxQt4.png
+%%DATADIR%%/doc/de/clipart/UnterdokumentQt4.png
+%%DATADIR%%/doc/es/Customization.lyx
+%%DATADIR%%/doc/es/DocumentoPostizo1.lyx
+%%DATADIR%%/doc/es/DocumentoPostizo2.lyx
+%%DATADIR%%/doc/es/DocumentoTextoPostizo.txt
+%%DATADIR%%/doc/es/EmbeddedObjects.lyx
+%%DATADIR%%/doc/es/Extended.lyx
+%%DATADIR%%/doc/es/Formula-numbering.lyx
+%%DATADIR%%/doc/es/Intro.lyx
+%%DATADIR%%/doc/es/Math.lyx
+%%DATADIR%%/doc/es/Shortcuts.lyx
+%%DATADIR%%/doc/es/Tutorial.lyx
+%%DATADIR%%/doc/es/UserGuide.lyx
+%%DATADIR%%/doc/es/clipart/ComentNotaImagenQt4.png
+%%DATADIR%%/doc/es/clipart/CuadroMinipagQt4.png
+%%DATADIR%%/doc/es/clipart/DocumentoHijoQt4.png
+%%DATADIR%%/doc/es/clipart/GrisNotaImagenQt4.png
+%%DATADIR%%/doc/es/clipart/MaterialExternoQt4.png
+%%DATADIR%%/doc/es/clipart/NotaLyXImagenQt4.png
+%%DATADIR%%/doc/es/clipart/Resumen.pdf
+%%DATADIR%%/doc/es/clipart/es_ERT.png
+%%DATADIR%%/doc/es/clipart/es_ToolbarEnvBox.png
+%%DATADIR%%/doc/es/clipart/etiquetaQt4.png
+%%DATADIR%%/doc/es/clipart/flotanteQt4.png
+%%DATADIR%%/doc/es/clipart/notapieQt4.png
+%%DATADIR%%/doc/es/clipart/referenciaQt4.png
+%%DATADIR%%/doc/eu/Customization.lyx
+%%DATADIR%%/doc/eu/Extended.lyx
+%%DATADIR%%/doc/eu/Intro.lyx
+%%DATADIR%%/doc/eu/Tutorial.lyx
+%%DATADIR%%/doc/eu/UserGuide.lyx
+%%DATADIR%%/doc/fr/Customization.lyx
+%%DATADIR%%/doc/fr/DocumentBidon1.lyx
+%%DATADIR%%/doc/fr/DocumentBidon2.lyx
+%%DATADIR%%/doc/fr/DocumentTexteBidon.txt
+%%DATADIR%%/doc/fr/EmbeddedObjects.lyx
+%%DATADIR%%/doc/fr/Extended.lyx
+%%DATADIR%%/doc/fr/Formula-numbering.lyx
+%%DATADIR%%/doc/fr/Intro.lyx
+%%DATADIR%%/doc/fr/Math.lyx
+%%DATADIR%%/doc/fr/Shortcuts.lyx
+%%DATADIR%%/doc/fr/Tutorial.lyx
+%%DATADIR%%/doc/fr/UserGuide.lyx
+%%DATADIR%%/doc/fr/clipart/BoxInsetDefaultQt4.png
+%%DATADIR%%/doc/fr/clipart/ChildDocumentQt4.png
+%%DATADIR%%/doc/fr/clipart/CommentNoteImageQt4.png
+%%DATADIR%%/doc/fr/clipart/GreyedOutNoteImageQt4.png
+%%DATADIR%%/doc/fr/clipart/LyXNoteImageQt4.png
+%%DATADIR%%/doc/fr/clipart/floatQt4.png
+%%DATADIR%%/doc/fr/clipart/footnoteQt4.png
+%%DATADIR%%/doc/fr/clipart/labelQt4.png
+%%DATADIR%%/doc/gl/Intro.lyx
+%%DATADIR%%/doc/gl/Tutorial.lyx
+%%DATADIR%%/doc/he/Intro.lyx
+%%DATADIR%%/doc/he/Tutorial.lyx
+%%DATADIR%%/doc/hu/Intro.lyx
+%%DATADIR%%/doc/hu/Tutorial.lyx
+%%DATADIR%%/doc/id/Intro.lyx
+%%DATADIR%%/doc/id/Tutorial.lyx
+%%DATADIR%%/doc/id/clipart/id-contrib.png
+%%DATADIR%%/doc/id/clipart/id-footnote.png
+%%DATADIR%%/doc/id/clipart/id-lingkungan.png
+%%DATADIR%%/doc/it/Customization.lyx
+%%DATADIR%%/doc/it/Intro.lyx
+%%DATADIR%%/doc/it/Tutorial.lyx
+%%DATADIR%%/doc/it/UserGuide.lyx
+%%DATADIR%%/doc/it/clipart/it_footnoteQt4.png
+%%DATADIR%%/doc/it/clipart/it_referenceQt4.png
+%%DATADIR%%/doc/ja/Customization.lyx
+%%DATADIR%%/doc/ja/DummyDocument1.lyx
+%%DATADIR%%/doc/ja/DummyDocument2.lyx
+%%DATADIR%%/doc/ja/EmbeddedObjects.lyx
+%%DATADIR%%/doc/ja/Extended.lyx
+%%DATADIR%%/doc/ja/Formula-numbering.lyx
+%%DATADIR%%/doc/ja/Intro.lyx
+%%DATADIR%%/doc/ja/LaTeXConfig.lyx
+%%DATADIR%%/doc/ja/Math.lyx
+%%DATADIR%%/doc/ja/Shortcuts.lyx
+%%DATADIR%%/doc/ja/Tutorial.lyx
+%%DATADIR%%/doc/ja/UserGuide.lyx
+%%DATADIR%%/doc/ja/clipart/ChildDocumentQt4.png
+%%DATADIR%%/doc/ja/clipart/ERT.png
+%%DATADIR%%/doc/ja/clipart/ExternalMaterialQt4.png
+%%DATADIR%%/doc/ja/clipart/ToolbarEnvBox.png
+%%DATADIR%%/doc/ja/clipart/floatQt4.png
+%%DATADIR%%/doc/ja/clipart/footnoteQt4.png
+%%DATADIR%%/doc/ja/clipart/referenceQt4.png
+%%DATADIR%%/doc/nb/Intro.lyx
+%%DATADIR%%/doc/nl/Intro.lyx
+%%DATADIR%%/doc/nl/Tutorial.lyx
+%%DATADIR%%/doc/pl/Extended.lyx
+%%DATADIR%%/doc/pl/Intro.lyx
+%%DATADIR%%/doc/pl/Tutorial.lyx
+%%DATADIR%%/doc/pt/Intro.lyx
+%%DATADIR%%/doc/pt/Tutorial.lyx
+%%DATADIR%%/doc/ro/Intro.lyx
+%%DATADIR%%/doc/ru/Intro.lyx
+%%DATADIR%%/doc/ru/Tutorial.lyx
+%%DATADIR%%/doc/sk/Intro.lyx
+%%DATADIR%%/doc/sk/Tutorial.lyx
+%%DATADIR%%/doc/sk/UserGuide.lyx
+%%DATADIR%%/doc/sl/Intro.lyx
+%%DATADIR%%/doc/sl/Tutorial.lyx
+%%DATADIR%%/doc/sv/Intro.lyx
+%%DATADIR%%/doc/sv/Tutorial.lyx
+%%DATADIR%%/doc/uk/Intro.lyx
+%%DATADIR%%/doc/uk/clipart/FootnoteQT4.png
+%%DATADIR%%/doc/zh_CN/Intro.lyx
+%%DATADIR%%/doc/zh_CN/Tutorial.lyx
%%DATADIR%%/encodings
+%%DATADIR%%/examples/Braille.lyx
+%%DATADIR%%/examples/CV-image.eps
+%%DATADIR%%/examples/CV-image.png
%%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/achemso.lyx
+%%DATADIR%%/examples/addressExample.adr
%%DATADIR%%/examples/amsart-test.lyx
%%DATADIR%%/examples/amsbook-test.lyx
+%%DATADIR%%/examples/armenian-article.lyx
%%DATADIR%%/examples/beamer-g4-mask.jpg
%%DATADIR%%/examples/beamer-g4.jpg
%%DATADIR%%/examples/beamer-icsi-logo.pdf
@@ -169,658 +257,781 @@ share/locale/tr/LC_MESSAGES/lyx.mo
%%DATADIR%%/examples/beamer-knight4-mask.png
%%DATADIR%%/examples/beamer-knight4.png
%%DATADIR%%/examples/beamerlyxexample1.lyx
-%%DATADIR%%/examples/ca_splash.lyx
-%%DATADIR%%/examples/cs_splash.lyx
+%%DATADIR%%/examples/biblioExample.bib
+%%DATADIR%%/examples/ca/ItemizeBullets.lyx
+%%DATADIR%%/examples/ca/mathed.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_ItemizeBullets.lyx
-%%DATADIR%%/examples/de_Lebenslauf.lyx
-%%DATADIR%%/examples/de_Minipage.lyx
-%%DATADIR%%/examples/de_TableExamples.lyx
-%%DATADIR%%/examples/de_Waehrungen.lyx
-%%DATADIR%%/examples/de_beispiel_gelyxt.lyx
-%%DATADIR%%/examples/de_beispiel_roh.lyx
-%%DATADIR%%/examples/de_decimal.lyx
-%%DATADIR%%/examples/de_mathed.lyx
-%%DATADIR%%/examples/de_multicol.lyx
-%%DATADIR%%/examples/de_splash.lyx
-%%DATADIR%%/examples/decimal.lyx
+%%DATADIR%%/examples/cs/splash.lyx
+%%DATADIR%%/examples/da/splash.lyx
+%%DATADIR%%/examples/de/Braille.lyx
+%%DATADIR%%/examples/de/Dezimal.lyx
+%%DATADIR%%/examples/de/ItemizeBullets.lyx
+%%DATADIR%%/examples/de/Lebenslauf.lyx
+%%DATADIR%%/examples/de/beispiel_gelyxt.lyx
+%%DATADIR%%/examples/de/beispiel_roh.lyx
+%%DATADIR%%/examples/de/linguistics.lyx
+%%DATADIR%%/examples/de/multicol.lyx
+%%DATADIR%%/examples/de/serienbrief1.lyx
+%%DATADIR%%/examples/de/serienbrief2.lyx
+%%DATADIR%%/examples/de/serienbrief3.lyx
+%%DATADIR%%/examples/de/splash.lyx
+%%DATADIR%%/examples/de/tufte-handout.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/es/Braille.lyx
+%%DATADIR%%/examples/es/ItemizeBullets.lyx
+%%DATADIR%%/examples/es/beamer-conference-ornate20min.lyx
+%%DATADIR%%/examples/es/ejemplo_con_lyx.lyx
+%%DATADIR%%/examples/es/ejemplo_sin_lyx.lyx
+%%DATADIR%%/examples/es/linguistics.lyx
+%%DATADIR%%/examples/es/multicol.lyx
+%%DATADIR%%/examples/es/splash.lyx
+%%DATADIR%%/examples/es/tufte-book.lyx
+%%DATADIR%%/examples/es/tufte-handout.lyx
+%%DATADIR%%/examples/eu/adibide_gordina.lyx
+%%DATADIR%%/examples/eu/adibide_lyx-atua.lyx
+%%DATADIR%%/examples/eu/splash.lyx
+%%DATADIR%%/examples/europeCV.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/gl_exemplo_bruto.lyx
-%%DATADIR%%/examples/gl_exemplo_lyxificado.lyx
-%%DATADIR%%/examples/gl_splash.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/fa/splash.lyx
+%%DATADIR%%/examples/fr/AlignementDecimal.lyx
+%%DATADIR%%/examples/fr/Braille.lyx
+%%DATADIR%%/examples/fr/Foils.lyx
+%%DATADIR%%/examples/fr/ListesPuces.lyx
+%%DATADIR%%/examples/fr/exemple-powerdot.lyx
+%%DATADIR%%/examples/fr/exemple_brut.lyx
+%%DATADIR%%/examples/fr/exemple_lyxifie.lyx
+%%DATADIR%%/examples/fr/linguistics.lyx
+%%DATADIR%%/examples/fr/multicol.lyx
+%%DATADIR%%/examples/fr/seminar.lyx
+%%DATADIR%%/examples/fr/simplecv.lyx
+%%DATADIR%%/examples/fr/splash.lyx
+%%DATADIR%%/examples/fr/xyfigure.png
+%%DATADIR%%/examples/fr/xypic.lyx
+%%DATADIR%%/examples/gl/exemplo_bruto.lyx
+%%DATADIR%%/examples/gl/exemplo_lyxificado.lyx
+%%DATADIR%%/examples/gl/splash.lyx
+%%DATADIR%%/examples/he/example_lyxified.lyx
+%%DATADIR%%/examples/he/example_raw.lyx
+%%DATADIR%%/examples/he/splash.lyx
+%%DATADIR%%/examples/hu/example_lyxified.lyx
+%%DATADIR%%/examples/hu/example_raw.lyx
+%%DATADIR%%/examples/hu/splash.lyx
+%%DATADIR%%/examples/id/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/it/ItemizeBullets.lyx
+%%DATADIR%%/examples/it/splash.lyx
+%%DATADIR%%/examples/ja/Braille.lyx
+%%DATADIR%%/examples/ja/linguistics.lyx
+%%DATADIR%%/examples/ja/multicol.lyx
+%%DATADIR%%/examples/ja/splash.lyx
+%%DATADIR%%/examples/ja/xyfigure.png
+%%DATADIR%%/examples/ja/xypic.lyx
%%DATADIR%%/examples/landslide.lyx
-%%DATADIR%%/examples/linuxdoc_manpage.lyx
+%%DATADIR%%/examples/linguistics.lyx
%%DATADIR%%/examples/listerrors.lyx
-%%DATADIR%%/examples/mathed.lyx
+%%DATADIR%%/examples/modernCV.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/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/ro_splash.lyx
-%%DATADIR%%/examples/ru_splash.lyx
+%%DATADIR%%/examples/pl/splash.lyx
+%%DATADIR%%/examples/powerdot-example.lyx
+%%DATADIR%%/examples/pt/splash.lyx
+%%DATADIR%%/examples/recipebook.lyx
+%%DATADIR%%/examples/ro/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/seminar.lyx
+%%DATADIR%%/examples/serial_letter1.lyx
+%%DATADIR%%/examples/serial_letter2.lyx
+%%DATADIR%%/examples/serial_letter3.lyx
+%%DATADIR%%/examples/simplecv.lyx
+%%DATADIR%%/examples/sk/splash.lyx
+%%DATADIR%%/examples/sl/primer_lyxan.lyx
+%%DATADIR%%/examples/sl/primer_surov.lyx
+%%DATADIR%%/examples/sl/splash.lyx
%%DATADIR%%/examples/splash.lyx
+%%DATADIR%%/examples/tufte-book.lyx
+%%DATADIR%%/examples/tufte-handout.lyx
+%%DATADIR%%/examples/uk/splash.lyx
+%%DATADIR%%/examples/xyfigure.png
+%%DATADIR%%/examples/xypic.lyx
%%DATADIR%%/external_templates
-%%DATADIR%%/images/amssymb.xpm
-%%DATADIR%%/images/banner.ppm
-%%DATADIR%%/images/bookmark-goto.xpm
-%%DATADIR%%/images/bookmark-save.xpm
-%%DATADIR%%/images/break-line.xpm
-%%DATADIR%%/images/buffer-close.xpm
-%%DATADIR%%/images/buffer-export_dvi.xpm
-%%DATADIR%%/images/buffer-export_latex.xpm
-%%DATADIR%%/images/buffer-export_ps.xpm
-%%DATADIR%%/images/buffer-export_text.xpm
-%%DATADIR%%/images/buffer-new.xpm
-%%DATADIR%%/images/buffer-reload.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-as.xpm
-%%DATADIR%%/images/buffer-write.xpm
-%%DATADIR%%/images/build-program.xpm
-%%DATADIR%%/images/copy.xpm
-%%DATADIR%%/images/cut.xpm
-%%DATADIR%%/images/depth-decrement.xpm
-%%DATADIR%%/images/depth-increment.xpm
-%%DATADIR%%/images/dialog-preferences.xpm
-%%DATADIR%%/images/dialog-show-new-inset_citation.xpm
-%%DATADIR%%/images/dialog-show-new-inset_graphics.xpm
-%%DATADIR%%/images/dialog-show-new-inset_include.xpm
-%%DATADIR%%/images/dialog-show-new-inset_ref.xpm
-%%DATADIR%%/images/dialog-show_character.xpm
-%%DATADIR%%/images/dialog-show_findreplace.xpm
-%%DATADIR%%/images/dialog-show_mathpanel.xpm
-%%DATADIR%%/images/dialog-show_print.xpm
-%%DATADIR%%/images/dialog-show_spellchecker.xpm
-%%DATADIR%%/images/down.xpm
-%%DATADIR%%/images/ert-insert.xpm
-%%DATADIR%%/images/file-open.xpm
-%%DATADIR%%/images/float-insert_figure.xpm
-%%DATADIR%%/images/float-insert_table.xpm
-%%DATADIR%%/images/font-bold.xpm
-%%DATADIR%%/images/font-emph.xpm
-%%DATADIR%%/images/font-free-apply.xpm
-%%DATADIR%%/images/font-noun.xpm
-%%DATADIR%%/images/font-sans.xpm
-%%DATADIR%%/images/footnote-insert.xpm
-%%DATADIR%%/images/index-insert.xpm
-%%DATADIR%%/images/label-insert.xpm
-%%DATADIR%%/images/layout.xpm
-%%DATADIR%%/images/layout-document.xpm
-%%DATADIR%%/images/layout-paragraph.xpm
-%%DATADIR%%/images/layout_Description.xpm
-%%DATADIR%%/images/layout_Enumerate.xpm
-%%DATADIR%%/images/layout_Itemize.xpm
-%%DATADIR%%/images/layout_List.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-display.xpm
-%%DATADIR%%/images/math-matrix.xpm
-%%DATADIR%%/images/math-mode.xpm
-%%DATADIR%%/images/math-subscript.xpm
-%%DATADIR%%/images/math-superscript.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/cases.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/delim.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/equation.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/font.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/hphantom.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/intop.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/lbrace_rbrace.xpm
-%%DATADIR%%/images/math/lbracket.xpm
-%%DATADIR%%/images/math/lbracket_rbracket.xpm
-%%DATADIR%%/images/math/lceil.xpm
-%%DATADIR%%/images/math/lceil_rceil.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/lfloor_rfloor.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/lparen_rparen.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/matrix.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/ointop.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/overset.xpm
-%%DATADIR%%/images/math/parallel.xpm
-%%DATADIR%%/images/math/partial.xpm
-%%DATADIR%%/images/math/perp.xpm
-%%DATADIR%%/images/math/phantom.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/root.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/space.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/sqrt-square.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/style.xbm
-%%DATADIR%%/images/math/style.xpm
-%%DATADIR%%/images/math/sub.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/super.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_AA.xpm
-%%DATADIR%%/images/math/textrm_Oe.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/underset.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/vphantom.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/note-insert.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-feature_align-center.xpm
-%%DATADIR%%/images/tabular-feature_align-left.xpm
-%%DATADIR%%/images/tabular-feature_align-right.xpm
-%%DATADIR%%/images/tabular-feature_append-column.xpm
-%%DATADIR%%/images/tabular-feature_append-row.xpm
-%%DATADIR%%/images/tabular-feature_delete-column.xpm
-%%DATADIR%%/images/tabular-feature_delete-row.xpm
-%%DATADIR%%/images/tabular-feature_multicolumn.xpm
-%%DATADIR%%/images/tabular-feature_set-all-lines.xpm
-%%DATADIR%%/images/tabular-feature_set-longtabular.xpm
-%%DATADIR%%/images/tabular-feature_set-rotate-cell.xpm
-%%DATADIR%%/images/tabular-feature_set-rotate-tabular.xpm
-%%DATADIR%%/images/tabular-feature_toggle-line-bottom.xpm
-%%DATADIR%%/images/tabular-feature_toggle-line-left.xpm
-%%DATADIR%%/images/tabular-feature_toggle-line-right.xpm
-%%DATADIR%%/images/tabular-feature_toggle-line-top.xpm
-%%DATADIR%%/images/tabular-feature_unset-all-lines.xpm
-%%DATADIR%%/images/tabular-feature_valign-bottom.xpm
-%%DATADIR%%/images/tabular-feature_valign-middle.xpm
-%%DATADIR%%/images/tabular-feature_valign-top.xpm
-%%DATADIR%%/images/tabular-insert.xpm
-%%DATADIR%%/images/thesaurus-entry.xpm
-%%DATADIR%%/images/toc-view.xpm
-%%DATADIR%%/images/undo.xpm
-%%DATADIR%%/images/unknown.xpm
-%%DATADIR%%/images/up.xpm
-%%DATADIR%%/images/url-insert.xpm
+%%DATADIR%%/fonts/BaKoMaFontLicense.txt
+%%DATADIR%%/fonts/ReadmeBaKoMa4LyX.txt
+%%DATADIR%%/fonts/cmex10.ttf
+%%DATADIR%%/fonts/cmmi10.ttf
+%%DATADIR%%/fonts/cmr10.ttf
+%%DATADIR%%/fonts/cmsy10.ttf
+%%DATADIR%%/fonts/esint10.ttf
+%%DATADIR%%/fonts/eufm10.ttf
+%%DATADIR%%/fonts/msam10.ttf
+%%DATADIR%%/fonts/msbm10.ttf
+%%DATADIR%%/fonts/wasy10.ttf
+%%DATADIR%%/images/all-changes-accept.png
+%%DATADIR%%/images/all-changes-reject.png
+%%DATADIR%%/images/amssymb.png
+%%DATADIR%%/images/banner.png
+%%DATADIR%%/images/bookmark-goto.png
+%%DATADIR%%/images/bookmark-goto_0.png
+%%DATADIR%%/images/bookmark-save.png
+%%DATADIR%%/images/box-insert.png
+%%DATADIR%%/images/break-line.png
+%%DATADIR%%/images/buffer-close.png
+%%DATADIR%%/images/buffer-export_dvi.png
+%%DATADIR%%/images/buffer-export_latex.png
+%%DATADIR%%/images/buffer-export_pdf2.png
+%%DATADIR%%/images/buffer-export_ps.png
+%%DATADIR%%/images/buffer-export_text.png
+%%DATADIR%%/images/buffer-new.png
+%%DATADIR%%/images/buffer-reload.png
+%%DATADIR%%/images/buffer-update_dvi.png
+%%DATADIR%%/images/buffer-update_pdf2.png
+%%DATADIR%%/images/buffer-update_ps.png
+%%DATADIR%%/images/buffer-view_dvi.png
+%%DATADIR%%/images/buffer-view_pdf2.png
+%%DATADIR%%/images/buffer-view_ps.png
+%%DATADIR%%/images/buffer-write-as.png
+%%DATADIR%%/images/buffer-write.png
+%%DATADIR%%/images/build-program.png
+%%DATADIR%%/images/change-accept.png
+%%DATADIR%%/images/change-next.png
+%%DATADIR%%/images/change-reject.png
+%%DATADIR%%/images/changes-merge.png
+%%DATADIR%%/images/changes-output.png
+%%DATADIR%%/images/changes-track.png
+%%DATADIR%%/images/close-tab-group.png
+%%DATADIR%%/images/closetab.png
+%%DATADIR%%/images/copy.png
+%%DATADIR%%/images/cut.png
+%%DATADIR%%/images/demote.png
+%%DATADIR%%/images/depth-decrement.png
+%%DATADIR%%/images/depth-increment.png
+%%DATADIR%%/images/dialog-preferences.png
+%%DATADIR%%/images/dialog-show-new-inset_citation.png
+%%DATADIR%%/images/dialog-show-new-inset_graphics.png
+%%DATADIR%%/images/dialog-show-new-inset_include.png
+%%DATADIR%%/images/dialog-show-new-inset_ref.png
+%%DATADIR%%/images/dialog-show_character.png
+%%DATADIR%%/images/dialog-show_findreplace.png
+%%DATADIR%%/images/dialog-show_mathdelimiter.png
+%%DATADIR%%/images/dialog-show_mathmatrix.png
+%%DATADIR%%/images/dialog-show_print.png
+%%DATADIR%%/images/dialog-show_spellchecker.png
+%%DATADIR%%/images/dialog-show_vclog.png
+%%DATADIR%%/images/dialog-toggle_toc.png
+%%DATADIR%%/images/down.png
+%%DATADIR%%/images/ert-insert.png
+%%DATADIR%%/images/file-open.png
+%%DATADIR%%/images/float-insert_figure.png
+%%DATADIR%%/images/float-insert_table.png
+%%DATADIR%%/images/font-bold.png
+%%DATADIR%%/images/font-emph.png
+%%DATADIR%%/images/font-noun.png
+%%DATADIR%%/images/font-sans.png
+%%DATADIR%%/images/footnote-insert.png
+%%DATADIR%%/images/hidetab.png
+%%DATADIR%%/images/href-insert.png
+%%DATADIR%%/images/index-insert.png
+%%DATADIR%%/images/label-insert.png
+%%DATADIR%%/images/layout-document.png
+%%DATADIR%%/images/layout-paragraph.png
+%%DATADIR%%/images/layout.png
+%%DATADIR%%/images/layout_Description.png
+%%DATADIR%%/images/layout_Enumerate.png
+%%DATADIR%%/images/layout_Itemize.png
+%%DATADIR%%/images/layout_List.png
+%%DATADIR%%/images/layout_LyX-Code.png
+%%DATADIR%%/images/layout_Scrap.png
+%%DATADIR%%/images/layout_Section.png
+%%DATADIR%%/images/lyx-quit.png
+%%DATADIR%%/images/lyx.png
+%%DATADIR%%/images/marginalnote-insert.png
+%%DATADIR%%/images/math-display.png
+%%DATADIR%%/images/math-macro-add-greedy-optional-param.png
+%%DATADIR%%/images/math-macro-add-optional-param.png
+%%DATADIR%%/images/math-macro-add-param.png
+%%DATADIR%%/images/math-macro-append-greedy-param.png
+%%DATADIR%%/images/math-macro-make-nonoptional.png
+%%DATADIR%%/images/math-macro-make-optional.png
+%%DATADIR%%/images/math-macro-remove-greedy-param.png
+%%DATADIR%%/images/math-macro-remove-optional-param.png
+%%DATADIR%%/images/math-macro-remove-param.png
+%%DATADIR%%/images/math-macro_newmacroname_newcommand.png
+%%DATADIR%%/images/math-matrix.png
+%%DATADIR%%/images/math-mode.png
+%%DATADIR%%/images/math-subscript.png
+%%DATADIR%%/images/math-superscript.png
+%%DATADIR%%/images/math/Bbbk.png
+%%DATADIR%%/images/math/Finv.png
+%%DATADIR%%/images/math/Game.png
+%%DATADIR%%/images/math/Im.png
+%%DATADIR%%/images/math/Lleftarrow.png
+%%DATADIR%%/images/math/Lsh.png
+%%DATADIR%%/images/math/Re.png
+%%DATADIR%%/images/math/Rrightarrow.png
+%%DATADIR%%/images/math/Rsh.png
+%%DATADIR%%/images/math/Vvdash.png
+%%DATADIR%%/images/math/acute.png
+%%DATADIR%%/images/math/aleph.png
+%%DATADIR%%/images/math/alpha.png
+%%DATADIR%%/images/math/amalg.png
+%%DATADIR%%/images/math/angle.png
+%%DATADIR%%/images/math/approx.png
+%%DATADIR%%/images/math/approxeq.png
+%%DATADIR%%/images/math/asymp.png
+%%DATADIR%%/images/math/backepsilon.png
+%%DATADIR%%/images/math/backprime.png
+%%DATADIR%%/images/math/backsim.png
+%%DATADIR%%/images/math/backsimeq.png
+%%DATADIR%%/images/math/backslash.png
+%%DATADIR%%/images/math/bar.png
+%%DATADIR%%/images/math/bars.png
+%%DATADIR%%/images/math/barwedge.png
+%%DATADIR%%/images/math/because.png
+%%DATADIR%%/images/math/beta.png
+%%DATADIR%%/images/math/beth.png
+%%DATADIR%%/images/math/between.png
+%%DATADIR%%/images/math/bigcap.png
+%%DATADIR%%/images/math/bigcirc.png
+%%DATADIR%%/images/math/bigcup.png
+%%DATADIR%%/images/math/bigodot.png
+%%DATADIR%%/images/math/bigoplus.png
+%%DATADIR%%/images/math/bigotimes.png
+%%DATADIR%%/images/math/bigsqcup.png
+%%DATADIR%%/images/math/bigstar.png
+%%DATADIR%%/images/math/bigtriangledown.png
+%%DATADIR%%/images/math/bigtriangleup.png
+%%DATADIR%%/images/math/biguplus.png
+%%DATADIR%%/images/math/bigvee.png
+%%DATADIR%%/images/math/bigwedge.png
+%%DATADIR%%/images/math/blacklozenge.png
+%%DATADIR%%/images/math/blacksquare.png
+%%DATADIR%%/images/math/blacktriangle.png
+%%DATADIR%%/images/math/blacktriangledown.png
+%%DATADIR%%/images/math/blacktriangleleft.png
+%%DATADIR%%/images/math/blacktriangleright.png
+%%DATADIR%%/images/math/bot.png
+%%DATADIR%%/images/math/bowtie.png
+%%DATADIR%%/images/math/boxdot.png
+%%DATADIR%%/images/math/boxminus.png
+%%DATADIR%%/images/math/boxplus.png
+%%DATADIR%%/images/math/boxtimes.png
+%%DATADIR%%/images/math/breve.png
+%%DATADIR%%/images/math/bullet.png
+%%DATADIR%%/images/math/bumpeq.png
+%%DATADIR%%/images/math/bumpeq2.png
+%%DATADIR%%/images/math/cap.png
+%%DATADIR%%/images/math/cap2.png
+%%DATADIR%%/images/math/cases.png
+%%DATADIR%%/images/math/cdot.png
+%%DATADIR%%/images/math/cdots.png
+%%DATADIR%%/images/math/centerdot.png
+%%DATADIR%%/images/math/check.png
+%%DATADIR%%/images/math/chi.png
+%%DATADIR%%/images/math/circ.png
+%%DATADIR%%/images/math/circeq.png
+%%DATADIR%%/images/math/circlearrowleft.png
+%%DATADIR%%/images/math/circlearrowright.png
+%%DATADIR%%/images/math/circledS.png
+%%DATADIR%%/images/math/circledast.png
+%%DATADIR%%/images/math/circledcirc.png
+%%DATADIR%%/images/math/circleddash.png
+%%DATADIR%%/images/math/clubsuit.png
+%%DATADIR%%/images/math/complement.png
+%%DATADIR%%/images/math/cong.png
+%%DATADIR%%/images/math/coprod.png
+%%DATADIR%%/images/math/cup.png
+%%DATADIR%%/images/math/cup2.png
+%%DATADIR%%/images/math/curlyeqprec.png
+%%DATADIR%%/images/math/curlyeqsucc.png
+%%DATADIR%%/images/math/curlyvee.png
+%%DATADIR%%/images/math/curlywedge.png
+%%DATADIR%%/images/math/curvearrowleft.png
+%%DATADIR%%/images/math/curvearrowright.png
+%%DATADIR%%/images/math/dagger.png
+%%DATADIR%%/images/math/daleth.png
+%%DATADIR%%/images/math/dashleftarrow.png
+%%DATADIR%%/images/math/dashrightarrow.png
+%%DATADIR%%/images/math/dashv.png
+%%DATADIR%%/images/math/ddagger.png
+%%DATADIR%%/images/math/ddot.png
+%%DATADIR%%/images/math/ddots.png
+%%DATADIR%%/images/math/delim.png
+%%DATADIR%%/images/math/delta.png
+%%DATADIR%%/images/math/delta2.png
+%%DATADIR%%/images/math/diagdown.png
+%%DATADIR%%/images/math/diagup.png
+%%DATADIR%%/images/math/diamond.png
+%%DATADIR%%/images/math/diamond2.png
+%%DATADIR%%/images/math/diamondsuit.png
+%%DATADIR%%/images/math/digamma.png
+%%DATADIR%%/images/math/div.png
+%%DATADIR%%/images/math/divideontimes.png
+%%DATADIR%%/images/math/dot.png
+%%DATADIR%%/images/math/doteq.png
+%%DATADIR%%/images/math/doteqdot.png
+%%DATADIR%%/images/math/dotplus.png
+%%DATADIR%%/images/math/dotsint.png
+%%DATADIR%%/images/math/dotsintop.png
+%%DATADIR%%/images/math/doublebarwedge.png
+%%DATADIR%%/images/math/downarrow.png
+%%DATADIR%%/images/math/downarrow2.png
+%%DATADIR%%/images/math/downdownarrows.png
+%%DATADIR%%/images/math/downharpoonleft.png
+%%DATADIR%%/images/math/downharpoonright.png
+%%DATADIR%%/images/math/ell.png
+%%DATADIR%%/images/math/empty.png
+%%DATADIR%%/images/math/emptyset.png
+%%DATADIR%%/images/math/epsilon.png
+%%DATADIR%%/images/math/eqcirc.png
+%%DATADIR%%/images/math/eqslantgtr.png
+%%DATADIR%%/images/math/eqslantless.png
+%%DATADIR%%/images/math/equation.png
+%%DATADIR%%/images/math/equiv.png
+%%DATADIR%%/images/math/eta.png
+%%DATADIR%%/images/math/eth.png
+%%DATADIR%%/images/math/exists.png
+%%DATADIR%%/images/math/fallingdotseq.png
+%%DATADIR%%/images/math/fint.png
+%%DATADIR%%/images/math/fintop.png
+%%DATADIR%%/images/math/flat.png
+%%DATADIR%%/images/math/font.png
+%%DATADIR%%/images/math/forall.png
+%%DATADIR%%/images/math/frac-square.png
+%%DATADIR%%/images/math/frac.png
+%%DATADIR%%/images/math/frown.png
+%%DATADIR%%/images/math/functions.png
+%%DATADIR%%/images/math/gamma.png
+%%DATADIR%%/images/math/gamma2.png
+%%DATADIR%%/images/math/geq.png
+%%DATADIR%%/images/math/geqq.png
+%%DATADIR%%/images/math/geqslant.png
+%%DATADIR%%/images/math/gg.png
+%%DATADIR%%/images/math/ggg.png
+%%DATADIR%%/images/math/gimel.png
+%%DATADIR%%/images/math/gnapprox.png
+%%DATADIR%%/images/math/gneq.png
+%%DATADIR%%/images/math/gneqq.png
+%%DATADIR%%/images/math/gnsim.png
+%%DATADIR%%/images/math/grave.png
+%%DATADIR%%/images/math/gtrapprox.png
+%%DATADIR%%/images/math/gtrdot.png
+%%DATADIR%%/images/math/gtreqless.png
+%%DATADIR%%/images/math/gtreqqless.png
+%%DATADIR%%/images/math/gtrless.png
+%%DATADIR%%/images/math/gtrsim.png
+%%DATADIR%%/images/math/gvertneqq.png
+%%DATADIR%%/images/math/hat.png
+%%DATADIR%%/images/math/hbar.png
+%%DATADIR%%/images/math/heartsuit.png
+%%DATADIR%%/images/math/hookleftarrow.png
+%%DATADIR%%/images/math/hookrightarrow.png
+%%DATADIR%%/images/math/hphantom.png
+%%DATADIR%%/images/math/hslash.png
+%%DATADIR%%/images/math/iiiint.png
+%%DATADIR%%/images/math/iiiintop.png
+%%DATADIR%%/images/math/iiint.png
+%%DATADIR%%/images/math/iiintop.png
+%%DATADIR%%/images/math/iint.png
+%%DATADIR%%/images/math/iintop.png
+%%DATADIR%%/images/math/imath.png
+%%DATADIR%%/images/math/in.png
+%%DATADIR%%/images/math/infty.png
+%%DATADIR%%/images/math/int.png
+%%DATADIR%%/images/math/intercal.png
+%%DATADIR%%/images/math/intop.png
+%%DATADIR%%/images/math/iota.png
+%%DATADIR%%/images/math/jmath.png
+%%DATADIR%%/images/math/kappa.png
+%%DATADIR%%/images/math/lambda.png
+%%DATADIR%%/images/math/lambda2.png
+%%DATADIR%%/images/math/landdownint.png
+%%DATADIR%%/images/math/landdownintop.png
+%%DATADIR%%/images/math/landupint.png
+%%DATADIR%%/images/math/landupintop.png
+%%DATADIR%%/images/math/langle.png
+%%DATADIR%%/images/math/lbrace.png
+%%DATADIR%%/images/math/lbrace_rbrace.png
+%%DATADIR%%/images/math/lbracket.png
+%%DATADIR%%/images/math/lbracket_rbracket.png
+%%DATADIR%%/images/math/lceil.png
+%%DATADIR%%/images/math/lceil_rceil.png
+%%DATADIR%%/images/math/ldots.png
+%%DATADIR%%/images/math/leftarrow.png
+%%DATADIR%%/images/math/leftarrow2.png
+%%DATADIR%%/images/math/leftarrowtail.png
+%%DATADIR%%/images/math/leftharpoondown.png
+%%DATADIR%%/images/math/leftharpoonup.png
+%%DATADIR%%/images/math/leftleftarrows.png
+%%DATADIR%%/images/math/leftrightarrow.png
+%%DATADIR%%/images/math/leftrightarrow2.png
+%%DATADIR%%/images/math/leftrightarrows.png
+%%DATADIR%%/images/math/leftrightharpoons.png
+%%DATADIR%%/images/math/leftrightsquigarrow.png
+%%DATADIR%%/images/math/leftthreetimes.png
+%%DATADIR%%/images/math/leq.png
+%%DATADIR%%/images/math/leqq.png
+%%DATADIR%%/images/math/leqslant.png
+%%DATADIR%%/images/math/lessapprox.png
+%%DATADIR%%/images/math/lessdot.png
+%%DATADIR%%/images/math/lesseqgtr.png
+%%DATADIR%%/images/math/lesseqqgtr.png
+%%DATADIR%%/images/math/lessgtr.png
+%%DATADIR%%/images/math/lesssim.png
+%%DATADIR%%/images/math/lfloor.png
+%%DATADIR%%/images/math/lfloor_rfloor.png
+%%DATADIR%%/images/math/ll.png
+%%DATADIR%%/images/math/llcorner.png
+%%DATADIR%%/images/math/lll.png
+%%DATADIR%%/images/math/lnapprox.png
+%%DATADIR%%/images/math/lneq.png
+%%DATADIR%%/images/math/lneqq.png
+%%DATADIR%%/images/math/lnsim.png
+%%DATADIR%%/images/math/longleftarrow.png
+%%DATADIR%%/images/math/longleftarrow2.png
+%%DATADIR%%/images/math/longleftrightarrow.png
+%%DATADIR%%/images/math/longleftrightarrow2.png
+%%DATADIR%%/images/math/longmapsto.png
+%%DATADIR%%/images/math/longrightarrow.png
+%%DATADIR%%/images/math/longrightarrow2.png
+%%DATADIR%%/images/math/looparrowleft.png
+%%DATADIR%%/images/math/looparrowright.png
+%%DATADIR%%/images/math/lozenge.png
+%%DATADIR%%/images/math/lparen.png
+%%DATADIR%%/images/math/lparen_rparen.png
+%%DATADIR%%/images/math/lrcorner.png
+%%DATADIR%%/images/math/ltimes.png
+%%DATADIR%%/images/math/lvertneqq.png
+%%DATADIR%%/images/math/mapsto.png
+%%DATADIR%%/images/math/mathbb_C.png
+%%DATADIR%%/images/math/mathbb_H.png
+%%DATADIR%%/images/math/mathbb_N.png
+%%DATADIR%%/images/math/mathbb_Q.png
+%%DATADIR%%/images/math/mathbb_R.png
+%%DATADIR%%/images/math/mathbb_Z.png
+%%DATADIR%%/images/math/mathcal_F.png
+%%DATADIR%%/images/math/mathcal_H.png
+%%DATADIR%%/images/math/mathcal_L.png
+%%DATADIR%%/images/math/mathcal_O.png
+%%DATADIR%%/images/math/mathcircumflex.png
+%%DATADIR%%/images/math/mathrm_T.png
+%%DATADIR%%/images/math/matrix.png
+%%DATADIR%%/images/math/measuredangle.png
+%%DATADIR%%/images/math/mho.png
+%%DATADIR%%/images/math/mid.png
+%%DATADIR%%/images/math/models.png
+%%DATADIR%%/images/math/mp.png
+%%DATADIR%%/images/math/mu.png
+%%DATADIR%%/images/math/multimap.png
+%%DATADIR%%/images/math/nabla.png
+%%DATADIR%%/images/math/natural.png
+%%DATADIR%%/images/math/ncong.png
+%%DATADIR%%/images/math/nearrow.png
+%%DATADIR%%/images/math/neg.png
+%%DATADIR%%/images/math/neq.png
+%%DATADIR%%/images/math/nexists.png
+%%DATADIR%%/images/math/ngeq.png
+%%DATADIR%%/images/math/ngeqq.png
+%%DATADIR%%/images/math/ngeqslant.png
+%%DATADIR%%/images/math/ngtr.png
+%%DATADIR%%/images/math/ni.png
+%%DATADIR%%/images/math/nleftarrow.png
+%%DATADIR%%/images/math/nleftarrow2.png
+%%DATADIR%%/images/math/nleftrightarrow.png
+%%DATADIR%%/images/math/nleftrightarrow2.png
+%%DATADIR%%/images/math/nleq.png
+%%DATADIR%%/images/math/nleqq.png
+%%DATADIR%%/images/math/nleqslant.png
+%%DATADIR%%/images/math/nless.png
+%%DATADIR%%/images/math/nmid.png
+%%DATADIR%%/images/math/notin.png
+%%DATADIR%%/images/math/nparallel.png
+%%DATADIR%%/images/math/nprec.png
+%%DATADIR%%/images/math/npreceq.png
+%%DATADIR%%/images/math/nrightarrow.png
+%%DATADIR%%/images/math/nrightarrow2.png
+%%DATADIR%%/images/math/nshortmid.png
+%%DATADIR%%/images/math/nshortparallel.png
+%%DATADIR%%/images/math/nsim.png
+%%DATADIR%%/images/math/nsubseteq.png
+%%DATADIR%%/images/math/nsucc.png
+%%DATADIR%%/images/math/nsucceq.png
+%%DATADIR%%/images/math/nsupseteq.png
+%%DATADIR%%/images/math/nsupseteqq.png
+%%DATADIR%%/images/math/ntriangleleft.png
+%%DATADIR%%/images/math/ntrianglelefteq.png
+%%DATADIR%%/images/math/ntriangleright.png
+%%DATADIR%%/images/math/ntrianglerighteq.png
+%%DATADIR%%/images/math/nu.png
+%%DATADIR%%/images/math/nvdash.png
+%%DATADIR%%/images/math/nvdash2.png
+%%DATADIR%%/images/math/nvdash3.png
+%%DATADIR%%/images/math/nwarrow.png
+%%DATADIR%%/images/math/odot.png
+%%DATADIR%%/images/math/oiint.png
+%%DATADIR%%/images/math/oiintop.png
+%%DATADIR%%/images/math/oint.png
+%%DATADIR%%/images/math/ointclockwise.png
+%%DATADIR%%/images/math/ointclockwiseop.png
+%%DATADIR%%/images/math/ointctrclockwise.png
+%%DATADIR%%/images/math/ointctrclockwiseop.png
+%%DATADIR%%/images/math/ointop.png
+%%DATADIR%%/images/math/omega.png
+%%DATADIR%%/images/math/omega2.png
+%%DATADIR%%/images/math/ominus.png
+%%DATADIR%%/images/math/oplus.png
+%%DATADIR%%/images/math/oslash.png
+%%DATADIR%%/images/math/otimes.png
+%%DATADIR%%/images/math/overbrace.png
+%%DATADIR%%/images/math/overleftarrow.png
+%%DATADIR%%/images/math/overleftrightarrow.png
+%%DATADIR%%/images/math/overline.png
+%%DATADIR%%/images/math/overrightarrow.png
+%%DATADIR%%/images/math/overset.png
+%%DATADIR%%/images/math/parallel.png
+%%DATADIR%%/images/math/partial.png
+%%DATADIR%%/images/math/perp.png
+%%DATADIR%%/images/math/phantom.png
+%%DATADIR%%/images/math/phi.png
+%%DATADIR%%/images/math/phi2.png
+%%DATADIR%%/images/math/pi.png
+%%DATADIR%%/images/math/pi2.png
+%%DATADIR%%/images/math/pitchfork.png
+%%DATADIR%%/images/math/pm.png
+%%DATADIR%%/images/math/prec.png
+%%DATADIR%%/images/math/precapprox.png
+%%DATADIR%%/images/math/preccurlyeq.png
+%%DATADIR%%/images/math/preceq.png
+%%DATADIR%%/images/math/precnapprox.png
+%%DATADIR%%/images/math/precnsim.png
+%%DATADIR%%/images/math/precsim.png
+%%DATADIR%%/images/math/prime.png
+%%DATADIR%%/images/math/prod.png
+%%DATADIR%%/images/math/propto.png
+%%DATADIR%%/images/math/psi.png
+%%DATADIR%%/images/math/psi2.png
+%%DATADIR%%/images/math/rangle.png
+%%DATADIR%%/images/math/rbrace.png
+%%DATADIR%%/images/math/rbracket.png
+%%DATADIR%%/images/math/rceil.png
+%%DATADIR%%/images/math/rfloor.png
+%%DATADIR%%/images/math/rho.png
+%%DATADIR%%/images/math/rightarrow.png
+%%DATADIR%%/images/math/rightarrow2.png
+%%DATADIR%%/images/math/rightarrowtail.png
+%%DATADIR%%/images/math/rightharpoondown.png
+%%DATADIR%%/images/math/rightharpoonup.png
+%%DATADIR%%/images/math/rightleftarrows.png
+%%DATADIR%%/images/math/rightleftharpoons.png
+%%DATADIR%%/images/math/rightrightarrows.png
+%%DATADIR%%/images/math/rightsquigarrow.png
+%%DATADIR%%/images/math/rightthreetimes.png
+%%DATADIR%%/images/math/risingdotseq.png
+%%DATADIR%%/images/math/root.png
+%%DATADIR%%/images/math/rparen.png
+%%DATADIR%%/images/math/rtimes.png
+%%DATADIR%%/images/math/searrow.png
+%%DATADIR%%/images/math/setminus.png
+%%DATADIR%%/images/math/sharp.png
+%%DATADIR%%/images/math/shortmid.png
+%%DATADIR%%/images/math/shortparallel.png
+%%DATADIR%%/images/math/sigma.png
+%%DATADIR%%/images/math/sigma2.png
+%%DATADIR%%/images/math/sim.png
+%%DATADIR%%/images/math/simeq.png
+%%DATADIR%%/images/math/slash.png
+%%DATADIR%%/images/math/smallfrown.png
+%%DATADIR%%/images/math/smallsetminus.png
+%%DATADIR%%/images/math/smallsmile.png
+%%DATADIR%%/images/math/smile.png
+%%DATADIR%%/images/math/space.png
+%%DATADIR%%/images/math/spadesuit.png
+%%DATADIR%%/images/math/sphericalangle.png
+%%DATADIR%%/images/math/sqcap.png
+%%DATADIR%%/images/math/sqcup.png
+%%DATADIR%%/images/math/sqiint.png
+%%DATADIR%%/images/math/sqiintop.png
+%%DATADIR%%/images/math/sqint.png
+%%DATADIR%%/images/math/sqintop.png
+%%DATADIR%%/images/math/sqrt-square.png
+%%DATADIR%%/images/math/sqrt.png
+%%DATADIR%%/images/math/sqsubset.png
+%%DATADIR%%/images/math/sqsubseteq.png
+%%DATADIR%%/images/math/sqsupset.png
+%%DATADIR%%/images/math/sqsupseteq.png
+%%DATADIR%%/images/math/square.png
+%%DATADIR%%/images/math/star.png
+%%DATADIR%%/images/math/style.png
+%%DATADIR%%/images/math/sub.png
+%%DATADIR%%/images/math/subset.png
+%%DATADIR%%/images/math/subset2.png
+%%DATADIR%%/images/math/subseteq.png
+%%DATADIR%%/images/math/subseteqq.png
+%%DATADIR%%/images/math/subsetneq.png
+%%DATADIR%%/images/math/subsetneqq.png
+%%DATADIR%%/images/math/succ.png
+%%DATADIR%%/images/math/succapprox.png
+%%DATADIR%%/images/math/succcurlyeq.png
+%%DATADIR%%/images/math/succeq.png
+%%DATADIR%%/images/math/succnapprox.png
+%%DATADIR%%/images/math/succnsim.png
+%%DATADIR%%/images/math/succsim.png
+%%DATADIR%%/images/math/sum.png
+%%DATADIR%%/images/math/super.png
+%%DATADIR%%/images/math/supset.png
+%%DATADIR%%/images/math/supset2.png
+%%DATADIR%%/images/math/supseteq.png
+%%DATADIR%%/images/math/supseteqq.png
+%%DATADIR%%/images/math/supsetneq.png
+%%DATADIR%%/images/math/supsetneqq.png
+%%DATADIR%%/images/math/surd.png
+%%DATADIR%%/images/math/swarrow.png
+%%DATADIR%%/images/math/tau.png
+%%DATADIR%%/images/math/textrm_AA.png
+%%DATADIR%%/images/math/textrm_O.png
+%%DATADIR%%/images/math/therefore.png
+%%DATADIR%%/images/math/theta.png
+%%DATADIR%%/images/math/theta2.png
+%%DATADIR%%/images/math/thickapprox.png
+%%DATADIR%%/images/math/thicksim.png
+%%DATADIR%%/images/math/tilde.png
+%%DATADIR%%/images/math/times.png
+%%DATADIR%%/images/math/top.png
+%%DATADIR%%/images/math/triangle.png
+%%DATADIR%%/images/math/triangledown.png
+%%DATADIR%%/images/math/triangleleft.png
+%%DATADIR%%/images/math/trianglelefteq.png
+%%DATADIR%%/images/math/triangleq.png
+%%DATADIR%%/images/math/triangleright.png
+%%DATADIR%%/images/math/trianglerighteq.png
+%%DATADIR%%/images/math/twoheadleftarrow.png
+%%DATADIR%%/images/math/twoheadrightarrow.png
+%%DATADIR%%/images/math/ulcorner.png
+%%DATADIR%%/images/math/underbrace.png
+%%DATADIR%%/images/math/underleftarrow.png
+%%DATADIR%%/images/math/underleftrightarrow.png
+%%DATADIR%%/images/math/underline.png
+%%DATADIR%%/images/math/underrightarrow.png
+%%DATADIR%%/images/math/underscore.png
+%%DATADIR%%/images/math/underset.png
+%%DATADIR%%/images/math/uparrow.png
+%%DATADIR%%/images/math/uparrow2.png
+%%DATADIR%%/images/math/updownarrow.png
+%%DATADIR%%/images/math/updownarrow2.png
+%%DATADIR%%/images/math/upharpoonleft.png
+%%DATADIR%%/images/math/upharpoonright.png
+%%DATADIR%%/images/math/uplus.png
+%%DATADIR%%/images/math/upsilon.png
+%%DATADIR%%/images/math/upsilon2.png
+%%DATADIR%%/images/math/upuparrows.png
+%%DATADIR%%/images/math/urcorner.png
+%%DATADIR%%/images/math/varepsilon.png
+%%DATADIR%%/images/math/varkappa.png
+%%DATADIR%%/images/math/varnothing.png
+%%DATADIR%%/images/math/varphi.png
+%%DATADIR%%/images/math/varpi.png
+%%DATADIR%%/images/math/varpropto.png
+%%DATADIR%%/images/math/varrho.png
+%%DATADIR%%/images/math/varsigma.png
+%%DATADIR%%/images/math/varsubsetneq.png
+%%DATADIR%%/images/math/varsubsetneqq.png
+%%DATADIR%%/images/math/varsupsetneq.png
+%%DATADIR%%/images/math/varsupsetneqq.png
+%%DATADIR%%/images/math/vartheta.png
+%%DATADIR%%/images/math/vartriangle.png
+%%DATADIR%%/images/math/vartriangleleft.png
+%%DATADIR%%/images/math/vartriangleright.png
+%%DATADIR%%/images/math/vdash.png
+%%DATADIR%%/images/math/vdash2.png
+%%DATADIR%%/images/math/vdash3.png
+%%DATADIR%%/images/math/vdots.png
+%%DATADIR%%/images/math/vec.png
+%%DATADIR%%/images/math/vee.png
+%%DATADIR%%/images/math/veebar.png
+%%DATADIR%%/images/math/vert.png
+%%DATADIR%%/images/math/vert2.png
+%%DATADIR%%/images/math/vphantom.png
+%%DATADIR%%/images/math/wedge.png
+%%DATADIR%%/images/math/widehat.png
+%%DATADIR%%/images/math/widetilde.png
+%%DATADIR%%/images/math/wp.png
+%%DATADIR%%/images/math/wr.png
+%%DATADIR%%/images/math/xi.png
+%%DATADIR%%/images/math/xi2.png
+%%DATADIR%%/images/math/zeta.png
+%%DATADIR%%/images/nomencl-insert.png
+%%DATADIR%%/images/note-insert.png
+%%DATADIR%%/images/note-next.png
+%%DATADIR%%/images/paste.png
+%%DATADIR%%/images/promote.png
+%%DATADIR%%/images/psnfss1.png
+%%DATADIR%%/images/psnfss2.png
+%%DATADIR%%/images/psnfss3.png
+%%DATADIR%%/images/psnfss4.png
+%%DATADIR%%/images/redo.png
+%%DATADIR%%/images/reload.png
+%%DATADIR%%/images/split-view_horizontal.png
+%%DATADIR%%/images/split-view_vertical.png
+%%DATADIR%%/images/standard.png
+%%DATADIR%%/images/tabular-feature_append-column.png
+%%DATADIR%%/images/tabular-feature_append-row.png
+%%DATADIR%%/images/tabular-feature_delete-column.png
+%%DATADIR%%/images/tabular-feature_delete-row.png
+%%DATADIR%%/images/tabular-feature_m-align-center.png
+%%DATADIR%%/images/tabular-feature_m-align-left.png
+%%DATADIR%%/images/tabular-feature_m-align-right.png
+%%DATADIR%%/images/tabular-feature_m-valign-bottom.png
+%%DATADIR%%/images/tabular-feature_m-valign-middle.png
+%%DATADIR%%/images/tabular-feature_m-valign-top.png
+%%DATADIR%%/images/tabular-feature_multicolumn.png
+%%DATADIR%%/images/tabular-feature_set-all-lines.png
+%%DATADIR%%/images/tabular-feature_set-border-lines.png
+%%DATADIR%%/images/tabular-feature_set-longtabular.png
+%%DATADIR%%/images/tabular-feature_set-rotate-cell.png
+%%DATADIR%%/images/tabular-feature_set-rotate-tabular.png
+%%DATADIR%%/images/tabular-feature_toggle-line-bottom.png
+%%DATADIR%%/images/tabular-feature_toggle-line-left.png
+%%DATADIR%%/images/tabular-feature_toggle-line-right.png
+%%DATADIR%%/images/tabular-feature_toggle-line-top.png
+%%DATADIR%%/images/tabular-feature_toggle-rotate-cell.png
+%%DATADIR%%/images/tabular-feature_toggle-rotate-tabular.png
+%%DATADIR%%/images/tabular-feature_unset-all-lines.png
+%%DATADIR%%/images/tabular-insert.png
+%%DATADIR%%/images/textstyle-apply.png
+%%DATADIR%%/images/thesaurus-entry.png
+%%DATADIR%%/images/toolbar-toggle_math.png
+%%DATADIR%%/images/toolbar-toggle_math_panels.png
+%%DATADIR%%/images/toolbar-toggle_table.png
+%%DATADIR%%/images/undo.png
+%%DATADIR%%/images/unknown.png
+%%DATADIR%%/images/up.png
+%%DATADIR%%/images/url-insert.png
+%%DATADIR%%/images/vc-check-in.png
+%%DATADIR%%/images/vc-check-out.png
+%%DATADIR%%/images/vc-locking-toggle.png
+%%DATADIR%%/images/vc-register.png
+%%DATADIR%%/images/vc-repo-update.png
+%%DATADIR%%/images/vc-revert.png
%%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/farsi.kmap
%%DATADIR%%/kbd/francais.kmap
%%DATADIR%%/kbd/french.kmap
%%DATADIR%%/kbd/german-2.kmap
@@ -828,19 +1039,7 @@ share/locale/tr/LC_MESSAGES/lyx.mo
%%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
@@ -858,7 +1057,6 @@ share/locale/tr/LC_MESSAGES/lyx.mo
%%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
@@ -868,6 +1066,8 @@ share/locale/tr/LC_MESSAGES/lyx.mo
%%DATADIR%%/layouts/aapaper.inc
%%DATADIR%%/layouts/aapaper.layout
%%DATADIR%%/layouts/aastex.layout
+%%DATADIR%%/layouts/achemso.layout
+%%DATADIR%%/layouts/acmsiggraph.layout
%%DATADIR%%/layouts/agu-dtd.layout
%%DATADIR%%/layouts/agu_stdclass.inc
%%DATADIR%%/layouts/agu_stdcounters.inc
@@ -876,23 +1076,20 @@ share/locale/tr/LC_MESSAGES/lyx.mo
%%DATADIR%%/layouts/agu_stdtitle.inc
%%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/arab-article.layout
+%%DATADIR%%/layouts/armenian-article.layout
+%%DATADIR%%/layouts/article-beamer.layout
%%DATADIR%%/layouts/article.layout
%%DATADIR%%/layouts/beamer.layout
%%DATADIR%%/layouts/book.layout
+%%DATADIR%%/layouts/braille.module
%%DATADIR%%/layouts/broadway.layout
%%DATADIR%%/layouts/chess.layout
%%DATADIR%%/layouts/cl2emult.layout
-%%DATADIR%%/layouts/cv.layout
%%DATADIR%%/layouts/db_lyxmacros.inc
%%DATADIR%%/layouts/db_stdcharstyles.inc
%%DATADIR%%/layouts/db_stdclass.inc
@@ -908,37 +1105,55 @@ share/locale/tr/LC_MESSAGES/lyx.mo
%%DATADIR%%/layouts/docbook-chapter.layout
%%DATADIR%%/layouts/docbook-section.layout
%%DATADIR%%/layouts/docbook.layout
+%%DATADIR%%/layouts/doublecol-new.layout
%%DATADIR%%/layouts/dtk.layout
%%DATADIR%%/layouts/egs.layout
%%DATADIR%%/layouts/elsart.layout
+%%DATADIR%%/layouts/elsarticle.layout
+%%DATADIR%%/layouts/endnotes.module
%%DATADIR%%/layouts/entcs.layout
+%%DATADIR%%/layouts/eqs-within-sections.module
+%%DATADIR%%/layouts/europecv.layout
%%DATADIR%%/layouts/extarticle.layout
%%DATADIR%%/layouts/extbook.layout
%%DATADIR%%/layouts/extletter.layout
%%DATADIR%%/layouts/extreport.layout
+%%DATADIR%%/layouts/figs-within-sections.module
%%DATADIR%%/layouts/foils.layout
+%%DATADIR%%/layouts/foottoend.module
%%DATADIR%%/layouts/g-brief-de.layout
%%DATADIR%%/layouts/g-brief-en.layout
%%DATADIR%%/layouts/g-brief2.layout
+%%DATADIR%%/layouts/hanging.module
%%DATADIR%%/layouts/heb-article.layout
%%DATADIR%%/layouts/heb-letter.layout
%%DATADIR%%/layouts/hollywood.layout
%%DATADIR%%/layouts/ijmpc.layout
%%DATADIR%%/layouts/ijmpd.layout
+%%DATADIR%%/layouts/iopart.layout
+%%DATADIR%%/layouts/isprs.layout
+%%DATADIR%%/layouts/jarticle.layout
+%%DATADIR%%/layouts/jbook.layout
%%DATADIR%%/layouts/jgrga.layout
+%%DATADIR%%/layouts/jreport.layout
+%%DATADIR%%/layouts/jsarticle.layout
+%%DATADIR%%/layouts/jsbook.layout
+%%DATADIR%%/layouts/jss.layout
%%DATADIR%%/layouts/kluwer.layout
%%DATADIR%%/layouts/latex8.layout
%%DATADIR%%/layouts/letter.layout
-%%DATADIR%%/layouts/linuxdoc.layout
+%%DATADIR%%/layouts/linguistics.module
%%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/logicalmkup.module
%%DATADIR%%/layouts/ltugboat.layout
%%DATADIR%%/layouts/lyxmacros.inc
-%%DATADIR%%/layouts/manpage.layout
%%DATADIR%%/layouts/memoir.layout
+%%DATADIR%%/layouts/minimalistic.module
+%%DATADIR%%/layouts/moderncv.layout
%%DATADIR%%/layouts/mwart.layout
%%DATADIR%%/layouts/mwbk.layout
%%DATADIR%%/layouts/mwrep.layout
@@ -946,10 +1161,13 @@ share/locale/tr/LC_MESSAGES/lyx.mo
%%DATADIR%%/layouts/numreport.inc
%%DATADIR%%/layouts/numrevtex.inc
%%DATADIR%%/layouts/paper.layout
+%%DATADIR%%/layouts/powerdot.layout
+%%DATADIR%%/layouts/recipebook.layout
%%DATADIR%%/layouts/report.layout
%%DATADIR%%/layouts/revtex.layout
%%DATADIR%%/layouts/revtex4.layout
%%DATADIR%%/layouts/scrartcl.layout
+%%DATADIR%%/layouts/scrarticle-beamer.layout
%%DATADIR%%/layouts/scrbook.layout
%%DATADIR%%/layouts/scrclass.inc
%%DATADIR%%/layouts/scrlettr.layout
@@ -957,11 +1175,18 @@ share/locale/tr/LC_MESSAGES/lyx.mo
%%DATADIR%%/layouts/scrreprt.layout
%%DATADIR%%/layouts/seminar.layout
%%DATADIR%%/layouts/siamltex.layout
+%%DATADIR%%/layouts/sigplanconf.layout
+%%DATADIR%%/layouts/simplecv.layout
+%%DATADIR%%/layouts/singlecol-new.layout
+%%DATADIR%%/layouts/singlecol.layout
%%DATADIR%%/layouts/slides.layout
%%DATADIR%%/layouts/spie.layout
+%%DATADIR%%/layouts/stdcharstyles.inc
%%DATADIR%%/layouts/stdclass.inc
%%DATADIR%%/layouts/stdcounters.inc
+%%DATADIR%%/layouts/stdcustom.inc
%%DATADIR%%/layouts/stdfloats.inc
+%%DATADIR%%/layouts/stdinsets.inc
%%DATADIR%%/layouts/stdlayouts.inc
%%DATADIR%%/layouts/stdletter.inc
%%DATADIR%%/layouts/stdlists.inc
@@ -970,12 +1195,43 @@ share/locale/tr/LC_MESSAGES/lyx.mo
%%DATADIR%%/layouts/stdstruct.inc
%%DATADIR%%/layouts/stdtitle.inc
%%DATADIR%%/layouts/svglobal.layout
+%%DATADIR%%/layouts/svglobal3.layout
%%DATADIR%%/layouts/svjog.layout
%%DATADIR%%/layouts/svjour.inc
+%%DATADIR%%/layouts/svmono.layout
+%%DATADIR%%/layouts/svmult.layout
%%DATADIR%%/layouts/svprobth.layout
+%%DATADIR%%/layouts/tabs-within-sections.module
+%%DATADIR%%/layouts/tarticle.layout
+%%DATADIR%%/layouts/tbook.layout
+%%DATADIR%%/layouts/theorems-ams-bytype.inc
+%%DATADIR%%/layouts/theorems-ams-bytype.module
+%%DATADIR%%/layouts/theorems-ams-extended-bytype.module
+%%DATADIR%%/layouts/theorems-ams-extended.module
+%%DATADIR%%/layouts/theorems-ams.inc
+%%DATADIR%%/layouts/theorems-ams.module
+%%DATADIR%%/layouts/theorems-bytype.inc
+%%DATADIR%%/layouts/theorems-bytype.module
+%%DATADIR%%/layouts/theorems-chap-bytype.module
+%%DATADIR%%/layouts/theorems-chap.module
+%%DATADIR%%/layouts/theorems-order.inc
+%%DATADIR%%/layouts/theorems-proof.inc
+%%DATADIR%%/layouts/theorems-sec-bytype.module
+%%DATADIR%%/layouts/theorems-sec.module
+%%DATADIR%%/layouts/theorems-starred-equivalents.inc
+%%DATADIR%%/layouts/theorems-starred.inc
+%%DATADIR%%/layouts/theorems-starred.module
+%%DATADIR%%/layouts/theorems-std.module
+%%DATADIR%%/layouts/theorems.inc
+%%DATADIR%%/layouts/treport.layout
+%%DATADIR%%/layouts/tufte-book.layout
+%%DATADIR%%/layouts/tufte-handout.layout
%%DATADIR%%/lyx2lyx/LyX.py
%%DATADIR%%/lyx2lyx/LyX.pyc
%%DATADIR%%/lyx2lyx/LyX.pyo
+%%DATADIR%%/lyx2lyx/generate_encoding_info.py
+%%DATADIR%%/lyx2lyx/generate_encoding_info.pyc
+%%DATADIR%%/lyx2lyx/generate_encoding_info.pyo
%%DATADIR%%/lyx2lyx/lyx2lyx
%%DATADIR%%/lyx2lyx/lyx2lyx_lang.py
%%DATADIR%%/lyx2lyx/lyx2lyx_lang.pyc
@@ -1022,13 +1278,18 @@ share/locale/tr/LC_MESSAGES/lyx.mo
%%DATADIR%%/lyx2lyx/lyx_1_5.py
%%DATADIR%%/lyx2lyx/lyx_1_5.pyc
%%DATADIR%%/lyx2lyx/lyx_1_5.pyo
+%%DATADIR%%/lyx2lyx/lyx_1_6.py
+%%DATADIR%%/lyx2lyx/lyx_1_6.pyc
+%%DATADIR%%/lyx2lyx/lyx_1_6.pyo
%%DATADIR%%/lyx2lyx/parser_tools.py
%%DATADIR%%/lyx2lyx/parser_tools.pyc
%%DATADIR%%/lyx2lyx/parser_tools.pyo
%%DATADIR%%/lyx2lyx/profiling.py
%%DATADIR%%/lyx2lyx/profiling.pyc
%%DATADIR%%/lyx2lyx/profiling.pyo
-%%DATADIR%%/lyxrc.example
+%%DATADIR%%/lyx2lyx/test_parser_tools.py
+%%DATADIR%%/lyx2lyx/test_parser_tools.pyc
+%%DATADIR%%/lyx2lyx/test_parser_tools.pyo
%%DATADIR%%/scripts/TeXFiles.py
%%DATADIR%%/scripts/TeXFiles.pyc
%%DATADIR%%/scripts/TeXFiles.pyo
@@ -1038,9 +1299,15 @@ share/locale/tr/LC_MESSAGES/lyx.mo
%%DATADIR%%/scripts/convertDefault.py
%%DATADIR%%/scripts/convertDefault.pyc
%%DATADIR%%/scripts/convertDefault.pyo
+%%DATADIR%%/scripts/csv2lyx.py
+%%DATADIR%%/scripts/csv2lyx.pyc
+%%DATADIR%%/scripts/csv2lyx.pyo
%%DATADIR%%/scripts/date.py
%%DATADIR%%/scripts/date.pyc
%%DATADIR%%/scripts/date.pyo
+%%DATADIR%%/scripts/ext_copy.py
+%%DATADIR%%/scripts/ext_copy.pyc
+%%DATADIR%%/scripts/ext_copy.pyo
%%DATADIR%%/scripts/fen2ascii.py
%%DATADIR%%/scripts/fen2ascii.pyc
%%DATADIR%%/scripts/fen2ascii.pyo
@@ -1060,6 +1327,9 @@ share/locale/tr/LC_MESSAGES/lyx.mo
%%DATADIR%%/scripts/legacy_lyxpreview2ppm.pyc
%%DATADIR%%/scripts/legacy_lyxpreview2ppm.pyo
%%DATADIR%%/scripts/listerrors
+%%DATADIR%%/scripts/lyxpreview-platex2bitmap.py
+%%DATADIR%%/scripts/lyxpreview-platex2bitmap.pyc
+%%DATADIR%%/scripts/lyxpreview-platex2bitmap.pyo
%%DATADIR%%/scripts/lyxpreview2bitmap.py
%%DATADIR%%/scripts/lyxpreview2bitmap.pyc
%%DATADIR%%/scripts/lyxpreview2bitmap.pyo
@@ -1071,42 +1341,52 @@ share/locale/tr/LC_MESSAGES/lyx.mo
%%DATADIR%%/scripts/tex_copy.pyo
%%DATADIR%%/symbols
%%DATADIR%%/syntax.default
+%%DATADIR%%/templates/ACM-siggraph.lyx
+%%DATADIR%%/templates/ACM-sigplan.lyx
%%DATADIR%%/templates/IEEEtran.lyx
+%%DATADIR%%/templates/JSS-article.lyx
%%DATADIR%%/templates/README.new_templates
%%DATADIR%%/templates/aa.lyx
%%DATADIR%%/templates/aastex.lyx
%%DATADIR%%/templates/agu_article.lyx
+%%DATADIR%%/templates/apa.lyx
%%DATADIR%%/templates/beamer-conference-ornate-20min.lyx
%%DATADIR%%/templates/de_beamer-conference-ornate-20min.lyx
%%DATADIR%%/templates/dinbrief.lyx
%%DATADIR%%/templates/docbook_article.lyx
-%%DATADIR%%/templates/elsart.lyx
+%%DATADIR%%/templates/elsarticle.lyx
+%%DATADIR%%/templates/es_beamer-conference-ornate-20min.lyx
%%DATADIR%%/templates/fr_beamer-conference-ornate-20min.lyx
%%DATADIR%%/templates/g-brief-de.lyx
%%DATADIR%%/templates/g-brief-en.lyx
+%%DATADIR%%/templates/g-brief2.lyx
%%DATADIR%%/templates/hollywood.lyx
%%DATADIR%%/templates/ijmpc.lyx
%%DATADIR%%/templates/ijmpd.lyx
+%%DATADIR%%/templates/iop-article.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%%/templates/svjour3.lyx
+%%DATADIR%%/templates/svmono_book.lyx
+%%DATADIR%%/templates/svmult_appendix.lyx
+%%DATADIR%%/templates/svmult_author.lyx
+%%DATADIR%%/templates/svmult_editor.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%%/ui/classic.ui
%%DATADIR%%/ui/default.ui
-%%DATADIR%%/ui/default-alltoolbars.ui
-%%DATADIR%%/ui/default-autotoolbars.ui
+%%DATADIR%%/ui/stdcontext.inc
%%DATADIR%%/ui/stdmenus.inc
%%DATADIR%%/ui/stdtoolbars.inc
+%%DATADIR%%/unicodesymbols
@dirrm %%DATADIR%%/ui
@dirrm %%DATADIR%%/tex
@dirrm %%DATADIR%%/templates
@@ -1115,9 +1395,70 @@ share/locale/tr/LC_MESSAGES/lyx.mo
@dirrm %%DATADIR%%/layouts
@dirrm %%DATADIR%%/kbd
@dirrm %%DATADIR%%/images/math
+@dirrm %%DATADIR%%/images/commands
@dirrm %%DATADIR%%/images
+@dirrm %%DATADIR%%/fonts
+@dirrm %%DATADIR%%/examples/uk
+@dirrm %%DATADIR%%/examples/sl
+@dirrm %%DATADIR%%/examples/sk
+@dirrm %%DATADIR%%/examples/ru
+@dirrm %%DATADIR%%/examples/ro
+@dirrm %%DATADIR%%/examples/pt
+@dirrm %%DATADIR%%/examples/pl
+@dirrm %%DATADIR%%/examples/nl
+@dirrm %%DATADIR%%/examples/ja
+@dirrm %%DATADIR%%/examples/it
+@dirrm %%DATADIR%%/examples/id
+@dirrm %%DATADIR%%/examples/hu
+@dirrm %%DATADIR%%/examples/he
+@dirrm %%DATADIR%%/examples/gl
+@dirrm %%DATADIR%%/examples/fr
+@dirrm %%DATADIR%%/examples/fa
+@dirrm %%DATADIR%%/examples/eu
+@dirrm %%DATADIR%%/examples/es
+@dirrm %%DATADIR%%/examples/de
+@dirrm %%DATADIR%%/examples/da
+@dirrm %%DATADIR%%/examples/cs
+@dirrm %%DATADIR%%/examples/ca
@dirrm %%DATADIR%%/examples
+@dirrm %%DATADIR%%/doc/zh_CN
+@dirrm %%DATADIR%%/doc/uk/clipart
+@dirrm %%DATADIR%%/doc/uk
+@dirrm %%DATADIR%%/doc/sv
+@dirrm %%DATADIR%%/doc/sl
+@dirrm %%DATADIR%%/doc/sk
+@dirrm %%DATADIR%%/doc/ru
+@dirrm %%DATADIR%%/doc/ro
+@dirrm %%DATADIR%%/doc/pt
+@dirrm %%DATADIR%%/doc/pl
+@dirrm %%DATADIR%%/doc/nl
+@dirrm %%DATADIR%%/doc/nb
+@dirrm %%DATADIR%%/doc/ja/clipart
+@dirrm %%DATADIR%%/doc/ja
+@dirrm %%DATADIR%%/doc/it/clipart
+@dirrm %%DATADIR%%/doc/it
+@dirrm %%DATADIR%%/doc/id/clipart
+@dirrm %%DATADIR%%/doc/id
+@dirrm %%DATADIR%%/doc/hu
+@dirrm %%DATADIR%%/doc/he
+@dirrm %%DATADIR%%/doc/gl
+@dirrm %%DATADIR%%/doc/fr/clipart
+@dirrm %%DATADIR%%/doc/fr
+@dirrm %%DATADIR%%/doc/eu
+@dirrm %%DATADIR%%/doc/es/clipart
+@dirrm %%DATADIR%%/doc/es
+@dirrm %%DATADIR%%/doc/de/clipart
+@dirrm %%DATADIR%%/doc/de
+@dirrm %%DATADIR%%/doc/da
+@dirrm %%DATADIR%%/doc/cs
+@dirrm %%DATADIR%%/doc/clipart
+@dirrm %%DATADIR%%/doc/ca
+@dirrm %%DATADIR%%/doc/biblio
@dirrm %%DATADIR%%/doc
-@dirrm %%DATADIR%%/clipart
+@dirrm %%DATADIR%%/commands
+@dirrm %%DATADIR%%/bind/sv
+@dirrm %%DATADIR%%/bind/pt
+@dirrm %%DATADIR%%/bind/fi
+@dirrm %%DATADIR%%/bind/de
@dirrm %%DATADIR%%/bind
@dirrm %%DATADIR%%
diff --git a/print/lyx/Makefile b/print/lyx/Makefile
index be0d91b7e057..b42f58923d2e 100644
--- a/print/lyx/Makefile
+++ b/print/lyx/Makefile
@@ -6,115 +6,70 @@
#
PORTNAME= lyx
-PORTVERSION= 1.4.5.1
-PORTREVISION= 4
-CATEGORIES= print
-MASTER_SITES= ftp://ftp.lyx.org/pub/lyx/stable/1.4.x/ \
- http://www-ftp.lip6.fr/ftp/pub/lyx/stable/1.4.x/ \
- ftp://gd.tuwien.ac.at/publishing/tex/lyx/stable/1.4.x/ \
- ftp://ftp.ntua.gr/pub/X11/LyX/stable/1.4.x/ \
- http://sunsite.icm.edu.pl/pub/unix/editors/lyx/stable/1.4.x/ \
- ftp://ftp.chg.ru/pub/X11/lyx/stable/1.4.x/
+PORTVERSION= ${MAJOR_VERSION}.6.1
+CATEGORIES= print editors
+MASTER_SITES= ftp://ftp.lyx.org/pub/lyx/stable/${MAJOR_VERSION}.x/ \
+ http://www-ftp.lip6.fr/ftp/pub/lyx/stable/${MAJOR_VERSION}.x/ \
+ ftp://gd.tuwien.ac.at/publishing/tex/lyx/stable/${MAJOR_VERSION}.x/ \
+ ftp://ftp.ntua.gr/pub/X11/LyX/stable/${MAJOR_VERSION}.x/ \
+ http://sunsite.icm.edu.pl/pub/unix/editors/lyx/stable/${MAJOR_VERSION}.x/ \
+ ftp://ftp.chg.ru/pub/X11/lyx/stable/${MAJOR_VERSION}.x/
-MAINTAINER= mi@aldan.algebra.com
-COMMENT= Document processor interfaced with LaTeX (nearly WYSIWYG)
+MAINTAINER= aldis@bsdroot.lv
+COMMENT= Document processor interfaced with LaTeX (nearly WYSIWYG) (stable)
-BUILD_DEPENDS= latex:${PORTSDIR}/print/teTeX
-RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX
-LIB_DEPENDS= boost_regex:${PORTSDIR}/devel/boost-libs
+LIB_DEPENDS= boost_regex.4:${PORTSDIR}/devel/boost-libs
-OPTIONS= QT "Use Qt (instead of XForms)" ${QT_PRESENT} \
- ASPELL "Utilize ASPELL library" on \
- AIKSAUR "Build Aiksaurus support (English thesaurus)" on \
- ISPELL "Depend on ISPELL as well" off
-ALL_TARGET= all check
-USE_BZIP2= yes
-USE_GNOME= gnometarget lthack
-USE_PERL5= yes
-USE_PYTHON= yes
-USE_GETTEXT= yes
+CONFLICTS= lyx-1.4*
+MAJOR_VERSION= 1.6
+
+USE_BZIP= yes
USE_GMAKE= yes
+USE_QT_VER= 4
+QT_COMPONENTS= gui moc_build uic_build rcc_build
+USE_PYTHON= yes
+USE_PERL= yes
GNU_CONFIGURE= yes
-EXTRACT_AFTER_ARGS=| ${TAR} -xf - --exclude ${PORTNAME}-${PORTVERSION}/intl/*.[ch] --exclude ${PORTNAME}-${PORTVERSION}/boost
-CONFIGURE_ARGS= --with-extra-lib="${LOCALBASE}/lib" \
+CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" LDFLAGS="${PTHREAD_LIBS}"
+CONFIGURE_ARGS= --with-frontend=qt4 \
--without-included-boost \
- --with-extra-inc="${LOCALBASE}/include"
-MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \
- AUTOHEADER="${TRUE}"
-MAN1= lyx.1 tex2lyx.1 lyxclient.1
+ --without-included-gettext \
+ --with-libiconv-prefix=${LOCALBASE} \
+ --with-extra-prefix=${LOCALBASE}
+MAKE_JOBS_SAFE= yes
-post-patch:
- # Removing mention of the bundled boost
- ${REINPLACE_CMD} -e 's, boost/[^ ]*Makefile,,g' ${WRKSRC}/configure
- ${REINPLACE_CMD} -e 's,detail/nullstream,utils/nullstream,' \
- ${WRKSRC}/src/pch.h ${WRKSRC}/src/support/pch.h \
- ${WRKSRC}/src/support/debugstream.h
- ${REINPLACE_CMD} -e 's,boost/regex\.hpp,boost/cregex.hpp,' \
- ${WRKSRC}/src/support/filetools.C
- ${REINPLACE_CMD} -e 's,/bin/bash,/bin/sh,' \
- ${WRKSRC}/src/support/tests/test_*
+MAN1= lyx.1 lyxclient.1 tex2lyx.1
-pre-configure:
- # If the installed Boost is 1.34 or later, we must compile
- # with exceptions enabled:
- ${AWK} '/#define BOOST_VERSION / {exit($$NF >= 103400)}' \
- ${LOCALBASE}/include/boost/version.hpp || \
- ${REINPLACE_CMD} -e 's,\(AM_CXXFLAGS="\)-fno-exceptions,\1,' \
- ${WRKSRC}/${CONFIGURE_SCRIPT}
+OPTIONS= ASPELL "Use Aspell library" on \
+ AIKSAUR "Build Aiksaurus support (English thesaurus)" on \
+ NLS "Native language support" on
-post-configure:
- # Removing explicit linking with -lc
- ${REINPLACE_CMD} -e 's,-lc ,,' ${WRKSRC}/*/Makefile
-
-.include <bsd.port.pre.mk>
-
-.if exists(${LOCALBASE}/bin/makepsres)
-PLIST_SUB+= PSRES=
-.else
-PLIST_SUB+= PSRES='@comment '
-.endif
+.include <bsd.port.options.mk>
-.if defined(WITH_AIKSAUR)
+.if !defined(WITHOUT_AIKSAUR)
LIB_DEPENDS+= Aiksaurus:${PORTSDIR}/textproc/aiksaurus
.else
-CONFIGURE_ARGS+=--without-aiksaurus
+CONFIGURE_ARGS+= --without-aiksaurus
.endif
-.if defined(WITH_QT)
-LIB_DEPENDS+= qt-mt:${PORTSDIR}/x11-toolkits/qt33
-CONFIGURE_ARGS+= --with-frontend=qt
-CFLAGS+= ${PTHREAD_CFLAGS}
-CONFIGURE_ENV+= LDFLAGS=${PTHREAD_LIBS}
-RUN_DEPENDS+= ${LOCALBASE}/lib/X11/fonts/texcm-ttf/cmex10.ttf:${PORTSDIR}/x11-fonts/texcm-ttf
-.else
-LIB_DEPENDS+= forms:${PORTSDIR}/x11-toolkits/xforms
-CONFIGURE_ARGS+=--with-frontend=xforms
-USE_XORG= x11
-.endif
-
-.if defined(WITH_ASPELL)
+.if !defined(WITHOUT_ASPELL)
LIB_DEPENDS+= aspell:${PORTSDIR}/textproc/aspell
CONFIGURE_ARGS+= --with-pspell \
--with-pspell-lib="${LOCALBASE}/lib" \
--with-pspell-include="${LOCALBASE}/include"
.else
-CONFIGURE_ARGS+=--without-aspell --without-pspell
-.endif
-
-.if defined(WITH_ISPELL)
-RUN_DEPENDS+= ispell:${PORTSDIR}/textproc/ispell
-.else
-CONFIGURE_ARGS+=--without-ispell
+CONFIGURE_ARGS+= --without-aspell --without-pspell
.endif
-.if exists(${LOCALBASE}/lib/libqt-mt.prl)
-QT_PRESENT= on
+.if defined(WITHOUT_NLS)
+CONFIGURE_ARGS+= --disable-nls
+PLIST_SUB+= NLS="@comment "
.else
-QT_PRESENT= off
+USE_GETTEXT= yes
+PLIST_SUB+= NLS=""
.endif
-.if ${OSVERSION} >= 700007 && ${ARCH} == i386 && ${CXX} == c++
-#BROKEN= C++ compiler seg-faults, try using a different one and report to ${MAINTAINER}
-.endif
+post-install:
+ @${CAT} ${PKGMESSAGE}
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/print/lyx/distinfo b/print/lyx/distinfo
index 55fcdfccac5b..359fda7a3f3e 100644
--- a/print/lyx/distinfo
+++ b/print/lyx/distinfo
@@ -1,3 +1,3 @@
-MD5 (lyx-1.4.5.1.tar.bz2) = b74d82e80c49c7edb782ec7395b7ca27
-SHA256 (lyx-1.4.5.1.tar.bz2) = b26a09cc29aaf77f4a4593d437b62fcf044926e481a8468ac6eb2e5ac695ca9b
-SIZE (lyx-1.4.5.1.tar.bz2) = 8026585
+MD5 (lyx-1.6.6.1.tar.gz) = 5c43c3161cbec08c78f246cca5761636
+SHA256 (lyx-1.6.6.1.tar.gz) = e566acba82f886dc0276198c2a4a964e44845eec4e83d6fde1bd147130110d6f
+SIZE (lyx-1.6.6.1.tar.gz) = 15698964
diff --git a/print/lyx/files/patch-boost-134 b/print/lyx/files/patch-boost-134
deleted file mode 100644
index 2bfe3a8f6140..000000000000
--- a/print/lyx/files/patch-boost-134
+++ /dev/null
@@ -1,22 +0,0 @@
---- src/support/path.h Mon Oct 6 11:43:21 2003
-+++ src/support/path.h Fri Jul 6 14:23:38 2007
-@@ -55,5 +55,5 @@
- // we add this macro:
- ///
--#ifndef PATH_C
-+#if 0
- #define Path(x) unnamed_Path;
- #endif
---- src/client/client.C Wed Apr 12 05:37:33 2006
-+++ src/client/client.C Fri Jul 6 15:47:26 2007
-@@ -94,5 +94,10 @@
- for (; beg != end; ++beg) {
- if (prefixIs(beg->leaf(), "lyx_tmpdir" + pid)) {
-+#include <boost/version.hpp>
-+#if BOOST_VERSION < 103400
- fs::path lyxsocket = *beg / "lyxsocket";
-+#else
-+ fs::path lyxsocket = beg->path() / "lyxsocket";
-+#endif
- if (fs::exists(lyxsocket)) {
- dirlist.push_back(lyxsocket);
diff --git a/print/lyx/files/patch-src-support-fs_extras.C b/print/lyx/files/patch-src-support-fs_extras.C
deleted file mode 100644
index a109e06f5b87..000000000000
--- a/print/lyx/files/patch-src-support-fs_extras.C
+++ /dev/null
@@ -1,62 +0,0 @@
---- src/support/fs_extras.C.orig 2005-05-07 18:31:16.000000000 +0400
-+++ src/support/fs_extras.C 2009-03-23 18:01:11.000000000 +0300
-@@ -93,13 +93,15 @@
- {
-
- #ifdef BOOST_POSIX
-+#include <boost/version.hpp>
- int const infile = ::open(source.string().c_str(), O_RDONLY);
- if (infile == -1) {
- boost::throw_exception(
-- filesystem_error(
-+ basic_filesystem_error<path>(
- "boost::filesystem::copy_file",
- source, target,
-- fs::detail::system_error_code()));
-+ boost::system::error_code(errno, boost::system::get_system_category()))
-+ );
- }
-
- struct stat source_stat;
-@@ -107,10 +109,11 @@
- if (ret == -1) {
- ::close(infile);
- boost::throw_exception(
-- filesystem_error(
-+ basic_filesystem_error<path>(
- "boost::filesystem::copy_file",
- source, target,
-- fs::detail::system_error_code()));
-+ boost::system::error_code(errno, boost::system::get_system_category()))
-+ );
- }
-
- int const flags = O_WRONLY | O_CREAT | (noclobber ? O_EXCL : O_TRUNC);
-@@ -119,10 +122,11 @@
- if (outfile == -1) {
- ::close(infile);
- boost::throw_exception(
-- filesystem_error(
-+ basic_filesystem_error<path>(
- "boost::filesystem::copy_file",
- source, target,
-- fs::detail::system_error_code()));
-+ boost::system::error_code(errno, boost::system::get_system_category()))
-+ );
- }
-
- std::size_t const buf_sz = 32768;
-@@ -149,10 +153,11 @@
-
- if (in == -1 || out == -1)
- boost::throw_exception(
-- filesystem_error(
-+ basic_filesystem_error<path>(
- "boost::filesystem::copy_file",
- source, target,
-- fs::detail::system_error_code()));
-+ boost::system::error_code(errno, boost::system::get_system_category()))
-+ );
- #endif
- #ifdef BOOST_WINDOWS
- if (::CopyFile(source.string().c_str(), target.string().c_str(), noclobber) == 0) {
diff --git a/print/lyx/files/patch-src-support-tests-convert.C b/print/lyx/files/patch-src-support-tests-convert.C
deleted file mode 100644
index ca9a46941ba8..000000000000
--- a/print/lyx/files/patch-src-support-tests-convert.C
+++ /dev/null
@@ -1,12 +0,0 @@
---- src/support/tests/convert.C.orig 2005-01-28 00:05:44.000000000 +0300
-+++ src/support/tests/convert.C 2009-03-25 06:33:54.000000000 +0300
-@@ -74,8 +74,7 @@
- << convert<string>(false) << '\n'
-
- << convert<string>('a') << '\n'
-- << convert<string>(1.0) << '\n'
-- << convert<string>(1.1) << endl;
-+ << convert<string>(1.0) << endl;
- }
-
- int main()
diff --git a/print/lyx/files/patch-src-support-tests-regfiles-convert b/print/lyx/files/patch-src-support-tests-regfiles-convert
deleted file mode 100644
index a63e24103730..000000000000
--- a/print/lyx/files/patch-src-support-tests-regfiles-convert
+++ /dev/null
@@ -1,7 +0,0 @@
---- src/support/tests/regfiles/convert.orig 2005-01-28 00:05:44.000000000 +0300
-+++ src/support/tests/regfiles/convert 2009-03-25 06:34:11.000000000 +0300
-@@ -46,4 +46,3 @@
- false
- a
- 1
--1.1
diff --git a/print/lyx/pkg-descr b/print/lyx/pkg-descr
index 1e258d2b80eb..eef8211b0551 100644
--- a/print/lyx/pkg-descr
+++ b/print/lyx/pkg-descr
@@ -1,10 +1,26 @@
-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.
+LyX is a document processor that encourages an approach to writing
+based on the structure of your documents (WYSIWYM) and not simply
+their appearance (WYSIWYG).
-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.
+LyX combines the power and flexibility of TeX/LaTeX with the ease
+of use of a graphical interface. This results in world-class support
+for creation of mathematical content (via a fully integrated equation
+editor) and structured documents like academic articles, theses,
+and books. In addition, staples of scientific authoring such as
+reference list and index creation come standard. But you can also
+use LyX to create a letter or a novel or a theatre play or film
+script. A broad array of ready, well-designed document layouts are
+built in.
-WWW: http://www.lyx.org/
+LyX is for people who want their writing to look great, right out
+of the box. No more endless tinkering with formatting details,
+"finger painting" font attributes or futzing around with page
+boundaries. You just write. On screen, LyX looks like any word
+processor; its printed output - or richly cross-referenced PDF,
+just as readily produced - looks like nothing else.
+
+LyX is released under a Free Software/Open Source license, runs on
+Linux/Unix, Windows, and Mac OS X, and is available in several
+languages.
+
+WWW: http://www.lyx.org/
diff --git a/print/lyx/pkg-message b/print/lyx/pkg-message
new file mode 100644
index 000000000000..bc2d9e106be4
--- /dev/null
+++ b/print/lyx/pkg-message
@@ -0,0 +1,6 @@
+For lyx to work you need to install some kind of TeX software.
+
+The easiest way is porbably to install print/teTeX port which is quite old.
+
+A newer alternative could be TeXLive:
+ http://code.google.com/p/freebsd-texlive/
diff --git a/print/lyx/pkg-plist b/print/lyx/pkg-plist
index 93f5cbf8bd9d..a8b18ed5d71e 100644
--- a/print/lyx/pkg-plist
+++ b/print/lyx/pkg-plist
@@ -1,162 +1,250 @@
bin/lyx
-bin/tex2lyx
bin/lyxclient
-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/gl/LC_MESSAGES/lyx.mo
-share/locale/hu/LC_MESSAGES/lyx.mo
-share/locale/it/LC_MESSAGES/lyx.mo
-share/locale/nb/LC_MESSAGES/lyx.mo
-share/locale/nl/LC_MESSAGES/lyx.mo
-share/locale/nn/LC_MESSAGES/lyx.mo
-share/locale/pl/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/tr/LC_MESSAGES/lyx.mo
+bin/tex2lyx
+%%NLS%%share/locale/ar/LC_MESSAGES/lyx.mo
+%%NLS%%share/locale/ca/LC_MESSAGES/lyx.mo
+%%NLS%%share/locale/cs/LC_MESSAGES/lyx.mo
+%%NLS%%share/locale/de/LC_MESSAGES/lyx.mo
+%%NLS%%share/locale/el/LC_MESSAGES/lyx.mo
+%%NLS%%share/locale/en/LC_MESSAGES/lyx.mo
+%%NLS%%share/locale/es/LC_MESSAGES/lyx.mo
+%%NLS%%share/locale/eu/LC_MESSAGES/lyx.mo
+%%NLS%%share/locale/fi/LC_MESSAGES/lyx.mo
+%%NLS%%share/locale/fr/LC_MESSAGES/lyx.mo
+%%NLS%%share/locale/gl/LC_MESSAGES/lyx.mo
+%%NLS%%share/locale/he/LC_MESSAGES/lyx.mo
+%%NLS%%share/locale/hu/LC_MESSAGES/lyx.mo
+%%NLS%%share/locale/id/LC_MESSAGES/lyx.mo
+%%NLS%%share/locale/it/LC_MESSAGES/lyx.mo
+%%NLS%%share/locale/ja/LC_MESSAGES/lyx.mo
+%%NLS%%share/locale/nb/LC_MESSAGES/lyx.mo
+%%NLS%%share/locale/nn/LC_MESSAGES/lyx.mo
+%%NLS%%share/locale/pl/LC_MESSAGES/lyx.mo
+%%NLS%%share/locale/pt/LC_MESSAGES/lyx.mo
+%%NLS%%share/locale/ro/LC_MESSAGES/lyx.mo
+%%NLS%%share/locale/ru/LC_MESSAGES/lyx.mo
+%%NLS%%share/locale/sk/LC_MESSAGES/lyx.mo
+%%NLS%%share/locale/tr/LC_MESSAGES/lyx.mo
+%%NLS%%share/locale/uk/LC_MESSAGES/lyx.mo
+%%NLS%%share/locale/zh_CN/LC_MESSAGES/lyx.mo
+%%NLS%%share/locale/zh_TW/LC_MESSAGES/lyx.mo
%%DATADIR%%/CREDITS
-%%DATADIR%%/unicodesymbols
%%DATADIR%%/bind/aqua.bind
%%DATADIR%%/bind/broadway.bind
%%DATADIR%%/bind/cua.bind
%%DATADIR%%/bind/cyrkeys.bind
-%%DATADIR%%/bind/de_menus.bind
+%%DATADIR%%/bind/de/menus.bind
%%DATADIR%%/bind/emacs.bind
-%%DATADIR%%/bind/fi_menus.bind
+%%DATADIR%%/bind/fi/menus.bind
%%DATADIR%%/bind/greekkeys.bind
%%DATADIR%%/bind/hollywood.bind
%%DATADIR%%/bind/latinkeys.bind
%%DATADIR%%/bind/mac.bind
%%DATADIR%%/bind/math.bind
%%DATADIR%%/bind/menus.bind
-%%DATADIR%%/bind/pt_menus.bind
+%%DATADIR%%/bind/pt/menus.bind
%%DATADIR%%/bind/sciword.bind
-%%DATADIR%%/bind/sv_menus.bind
+%%DATADIR%%/bind/site.bind
+%%DATADIR%%/bind/sv/menus.bind
%%DATADIR%%/bind/xemacs.bind
%%DATADIR%%/chkconfig.ltx
-%%DATADIR%%/clipart/BoxInsetDefault.png
-%%DATADIR%%/clipart/ComentNotaImagen.png
-%%DATADIR%%/clipart/CommentNoteImage.png
-%%DATADIR%%/clipart/CuadroMinipag.png
-%%DATADIR%%/clipart/GreyedOutNoteImage.png
-%%DATADIR%%/clipart/GrisNotaImagen.png
-%%DATADIR%%/clipart/LyXNoteImage.png
-%%DATADIR%%/clipart/NotaLyXImagen.png
-%%DATADIR%%/clipart/endnotes.pdf
-%%DATADIR%%/clipart/etiqueta.png
-%%DATADIR%%/clipart/float.png
-%%DATADIR%%/clipart/flotante.png
-%%DATADIR%%/clipart/footnote.png
-%%DATADIR%%/clipart/label.png
-%%DATADIR%%/clipart/notapie.png
-%%DATADIR%%/clipart/platypus.eps
-%%DATADIR%%/clipart/reference2.png
-%%DATADIR%%/clipart/referencia2.png
-%%DATADIR%%/clipart/with_fntright.pdf
-%%DATADIR%%/clipart/without_fntright.pdf
+%%DATADIR%%/commands/default.def
%%DATADIR%%/configure.py
%%DATADIR%%/configure.pyc
%%DATADIR%%/configure.pyo
%%DATADIR%%/doc/Customization.lyx
-%%DATADIR%%/doc/DocStyle.lyx
-%%DATADIR%%/doc/Extended.lyx
+%%DATADIR%%/doc/DummyDocument1.lyx
+%%DATADIR%%/doc/DummyDocument2.lyx
+%%DATADIR%%/doc/DummyTextDocument.txt
%%DATADIR%%/doc/EmbeddedObjects.lyx
-%%DATADIR%%/doc/FAQ.lyx
+%%DATADIR%%/doc/Extended.lyx
+%%DATADIR%%/doc/Formula-numbering.lyx
%%DATADIR%%/doc/Intro.lyx
-%%DATADIR%%/doc/LaTeXConfig.lyx.in
-%%DATADIR%%/doc/Reference.lyx
-%%DATADIR%%/doc/TOC.lyx
+%%DATADIR%%/doc/LFUNs.lyx
+%%DATADIR%%/doc/LaTeXConfig.lyx
+%%DATADIR%%/doc/Math.lyx
+%%DATADIR%%/doc/Shortcuts.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_EmbeddedObjects.lyx
-%%DATADIR%%/doc/es_Intro.lyx
-%%DATADIR%%/doc/es_TOC.lyx
-%%DATADIR%%/doc/es_Tutorial.lyx
-%%DATADIR%%/doc/escher-lsd.eps
-%%DATADIR%%/doc/eu_Customization.lyx
-%%DATADIR%%/doc/eu_Extended.lyx
-%%DATADIR%%/doc/eu_FAQ.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/gl_Intro.lyx
-%%DATADIR%%/doc/gl_TOC.lyx
-%%DATADIR%%/doc/gl_Tutorial.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/hu_Tutorial.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/nb_Intro.lyx
-%%DATADIR%%/doc/nb_TOC.lyx
-%%DATADIR%%/doc/nl_Intro.lyx
-%%DATADIR%%/doc/nl_TOC.lyx
-%%DATADIR%%/doc/nl_Tutorial.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/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%%/doc/biblio/LyXDocs.bib
+%%DATADIR%%/doc/biblio/alphadin.bst
+%%DATADIR%%/doc/ca/Intro.lyx
+%%DATADIR%%/doc/clipart/Abstract.pdf
+%%DATADIR%%/doc/clipart/BoxInsetDefaultQt4.png
+%%DATADIR%%/doc/clipart/ChangesToolbar.png
+%%DATADIR%%/doc/clipart/ChildDocumentQt4.png
+%%DATADIR%%/doc/clipart/CommentNoteImageQt4.png
+%%DATADIR%%/doc/clipart/ERT.png
+%%DATADIR%%/doc/clipart/ExternalMaterialQt4.png
+%%DATADIR%%/doc/clipart/ExtraToolbar.png
+%%DATADIR%%/doc/clipart/GreyedOutNoteImageQt4.png
+%%DATADIR%%/doc/clipart/LaTeX.png
+%%DATADIR%%/doc/clipart/LyXNoteImageQt4.png
+%%DATADIR%%/doc/clipart/MacroToolbar.png
+%%DATADIR%%/doc/clipart/SpaceMarker.png
+%%DATADIR%%/doc/clipart/StandardToolbar.png
+%%DATADIR%%/doc/clipart/ToolbarEnvBox.png
+%%DATADIR%%/doc/clipart/ViewToolbar.png
+%%DATADIR%%/doc/clipart/endnotes.pdf
+%%DATADIR%%/doc/clipart/escher-lsd.eps
+%%DATADIR%%/doc/clipart/floatQt4.png
+%%DATADIR%%/doc/clipart/footnoteQt4.png
+%%DATADIR%%/doc/clipart/labelQt4.png
+%%DATADIR%%/doc/clipart/macrobox.png
+%%DATADIR%%/doc/clipart/macrouse.png
+%%DATADIR%%/doc/clipart/mbox.png
+%%DATADIR%%/doc/clipart/mobius.eps
+%%DATADIR%%/doc/clipart/platypus.eps
+%%DATADIR%%/doc/clipart/referenceQt4.png
+%%DATADIR%%/doc/clipart/with_fntright.pdf
+%%DATADIR%%/doc/clipart/without_fntright.pdf
+%%DATADIR%%/doc/cs/Tutorial.lyx
+%%DATADIR%%/doc/da/Intro.lyx
+%%DATADIR%%/doc/de/Customization.lyx
+%%DATADIR%%/doc/de/DummyDocument1.lyx
+%%DATADIR%%/doc/de/DummyDocument2.lyx
+%%DATADIR%%/doc/de/DummyTextDocument.txt
+%%DATADIR%%/doc/de/EmbeddedObjects.lyx
+%%DATADIR%%/doc/de/Extended.lyx
+%%DATADIR%%/doc/de/Formelnummerierung.lyx
+%%DATADIR%%/doc/de/Intro.lyx
+%%DATADIR%%/doc/de/Math.lyx
+%%DATADIR%%/doc/de/Shortcuts.lyx
+%%DATADIR%%/doc/de/Tutorial.lyx
+%%DATADIR%%/doc/de/UserGuide.lyx
+%%DATADIR%%/doc/de/clipart/ERT.png
+%%DATADIR%%/doc/de/clipart/ExternesMaterialQt4.png
+%%DATADIR%%/doc/de/clipart/FussnoteQt4.png
+%%DATADIR%%/doc/de/clipart/GleitobjektQt4.png
+%%DATADIR%%/doc/de/clipart/GrauschriftNotizQt4.png
+%%DATADIR%%/doc/de/clipart/KommentarQt4.png
+%%DATADIR%%/doc/de/clipart/LyXNotizQt4.png
+%%DATADIR%%/doc/de/clipart/Marke.png
+%%DATADIR%%/doc/de/clipart/Querverweis.png
+%%DATADIR%%/doc/de/clipart/StandardBoxQt4.png
+%%DATADIR%%/doc/de/clipart/UnterdokumentQt4.png
+%%DATADIR%%/doc/es/Customization.lyx
+%%DATADIR%%/doc/es/DocumentoPostizo1.lyx
+%%DATADIR%%/doc/es/DocumentoPostizo2.lyx
+%%DATADIR%%/doc/es/DocumentoTextoPostizo.txt
+%%DATADIR%%/doc/es/EmbeddedObjects.lyx
+%%DATADIR%%/doc/es/Extended.lyx
+%%DATADIR%%/doc/es/Formula-numbering.lyx
+%%DATADIR%%/doc/es/Intro.lyx
+%%DATADIR%%/doc/es/Math.lyx
+%%DATADIR%%/doc/es/Shortcuts.lyx
+%%DATADIR%%/doc/es/Tutorial.lyx
+%%DATADIR%%/doc/es/UserGuide.lyx
+%%DATADIR%%/doc/es/clipart/ComentNotaImagenQt4.png
+%%DATADIR%%/doc/es/clipart/CuadroMinipagQt4.png
+%%DATADIR%%/doc/es/clipart/DocumentoHijoQt4.png
+%%DATADIR%%/doc/es/clipart/GrisNotaImagenQt4.png
+%%DATADIR%%/doc/es/clipart/MaterialExternoQt4.png
+%%DATADIR%%/doc/es/clipart/NotaLyXImagenQt4.png
+%%DATADIR%%/doc/es/clipart/Resumen.pdf
+%%DATADIR%%/doc/es/clipart/es_ERT.png
+%%DATADIR%%/doc/es/clipart/es_ToolbarEnvBox.png
+%%DATADIR%%/doc/es/clipart/etiquetaQt4.png
+%%DATADIR%%/doc/es/clipart/flotanteQt4.png
+%%DATADIR%%/doc/es/clipart/notapieQt4.png
+%%DATADIR%%/doc/es/clipart/referenciaQt4.png
+%%DATADIR%%/doc/eu/Customization.lyx
+%%DATADIR%%/doc/eu/Extended.lyx
+%%DATADIR%%/doc/eu/Intro.lyx
+%%DATADIR%%/doc/eu/Tutorial.lyx
+%%DATADIR%%/doc/eu/UserGuide.lyx
+%%DATADIR%%/doc/fr/Customization.lyx
+%%DATADIR%%/doc/fr/DocumentBidon1.lyx
+%%DATADIR%%/doc/fr/DocumentBidon2.lyx
+%%DATADIR%%/doc/fr/DocumentTexteBidon.txt
+%%DATADIR%%/doc/fr/EmbeddedObjects.lyx
+%%DATADIR%%/doc/fr/Extended.lyx
+%%DATADIR%%/doc/fr/Formula-numbering.lyx
+%%DATADIR%%/doc/fr/Intro.lyx
+%%DATADIR%%/doc/fr/Math.lyx
+%%DATADIR%%/doc/fr/Shortcuts.lyx
+%%DATADIR%%/doc/fr/Tutorial.lyx
+%%DATADIR%%/doc/fr/UserGuide.lyx
+%%DATADIR%%/doc/fr/clipart/BoxInsetDefaultQt4.png
+%%DATADIR%%/doc/fr/clipart/ChildDocumentQt4.png
+%%DATADIR%%/doc/fr/clipart/CommentNoteImageQt4.png
+%%DATADIR%%/doc/fr/clipart/GreyedOutNoteImageQt4.png
+%%DATADIR%%/doc/fr/clipart/LyXNoteImageQt4.png
+%%DATADIR%%/doc/fr/clipart/floatQt4.png
+%%DATADIR%%/doc/fr/clipart/footnoteQt4.png
+%%DATADIR%%/doc/fr/clipart/labelQt4.png
+%%DATADIR%%/doc/gl/Intro.lyx
+%%DATADIR%%/doc/gl/Tutorial.lyx
+%%DATADIR%%/doc/he/Intro.lyx
+%%DATADIR%%/doc/he/Tutorial.lyx
+%%DATADIR%%/doc/hu/Intro.lyx
+%%DATADIR%%/doc/hu/Tutorial.lyx
+%%DATADIR%%/doc/id/Intro.lyx
+%%DATADIR%%/doc/id/Tutorial.lyx
+%%DATADIR%%/doc/id/clipart/id-contrib.png
+%%DATADIR%%/doc/id/clipart/id-footnote.png
+%%DATADIR%%/doc/id/clipart/id-lingkungan.png
+%%DATADIR%%/doc/it/Customization.lyx
+%%DATADIR%%/doc/it/Intro.lyx
+%%DATADIR%%/doc/it/Tutorial.lyx
+%%DATADIR%%/doc/it/UserGuide.lyx
+%%DATADIR%%/doc/it/clipart/it_footnoteQt4.png
+%%DATADIR%%/doc/it/clipart/it_referenceQt4.png
+%%DATADIR%%/doc/ja/Customization.lyx
+%%DATADIR%%/doc/ja/DummyDocument1.lyx
+%%DATADIR%%/doc/ja/DummyDocument2.lyx
+%%DATADIR%%/doc/ja/EmbeddedObjects.lyx
+%%DATADIR%%/doc/ja/Extended.lyx
+%%DATADIR%%/doc/ja/Formula-numbering.lyx
+%%DATADIR%%/doc/ja/Intro.lyx
+%%DATADIR%%/doc/ja/LaTeXConfig.lyx
+%%DATADIR%%/doc/ja/Math.lyx
+%%DATADIR%%/doc/ja/Shortcuts.lyx
+%%DATADIR%%/doc/ja/Tutorial.lyx
+%%DATADIR%%/doc/ja/UserGuide.lyx
+%%DATADIR%%/doc/ja/clipart/ChildDocumentQt4.png
+%%DATADIR%%/doc/ja/clipart/ERT.png
+%%DATADIR%%/doc/ja/clipart/ExternalMaterialQt4.png
+%%DATADIR%%/doc/ja/clipart/ToolbarEnvBox.png
+%%DATADIR%%/doc/ja/clipart/floatQt4.png
+%%DATADIR%%/doc/ja/clipart/footnoteQt4.png
+%%DATADIR%%/doc/ja/clipart/referenceQt4.png
+%%DATADIR%%/doc/nb/Intro.lyx
+%%DATADIR%%/doc/nl/Intro.lyx
+%%DATADIR%%/doc/nl/Tutorial.lyx
+%%DATADIR%%/doc/pl/Extended.lyx
+%%DATADIR%%/doc/pl/Intro.lyx
+%%DATADIR%%/doc/pl/Tutorial.lyx
+%%DATADIR%%/doc/pt/Intro.lyx
+%%DATADIR%%/doc/pt/Tutorial.lyx
+%%DATADIR%%/doc/ro/Intro.lyx
+%%DATADIR%%/doc/ru/Intro.lyx
+%%DATADIR%%/doc/ru/Tutorial.lyx
+%%DATADIR%%/doc/sk/Intro.lyx
+%%DATADIR%%/doc/sk/Tutorial.lyx
+%%DATADIR%%/doc/sk/UserGuide.lyx
+%%DATADIR%%/doc/sl/Intro.lyx
+%%DATADIR%%/doc/sl/Tutorial.lyx
+%%DATADIR%%/doc/sv/Intro.lyx
+%%DATADIR%%/doc/sv/Tutorial.lyx
+%%DATADIR%%/doc/uk/Intro.lyx
+%%DATADIR%%/doc/uk/clipart/FootnoteQT4.png
+%%DATADIR%%/doc/zh_CN/Intro.lyx
+%%DATADIR%%/doc/zh_CN/Tutorial.lyx
%%DATADIR%%/encodings
+%%DATADIR%%/examples/Braille.lyx
+%%DATADIR%%/examples/CV-image.eps
+%%DATADIR%%/examples/CV-image.png
%%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/achemso.lyx
+%%DATADIR%%/examples/addressExample.adr
%%DATADIR%%/examples/amsart-test.lyx
%%DATADIR%%/examples/amsbook-test.lyx
+%%DATADIR%%/examples/armenian-article.lyx
%%DATADIR%%/examples/beamer-g4-mask.jpg
%%DATADIR%%/examples/beamer-g4.jpg
%%DATADIR%%/examples/beamer-icsi-logo.pdf
@@ -169,658 +257,781 @@ share/locale/tr/LC_MESSAGES/lyx.mo
%%DATADIR%%/examples/beamer-knight4-mask.png
%%DATADIR%%/examples/beamer-knight4.png
%%DATADIR%%/examples/beamerlyxexample1.lyx
-%%DATADIR%%/examples/ca_splash.lyx
-%%DATADIR%%/examples/cs_splash.lyx
+%%DATADIR%%/examples/biblioExample.bib
+%%DATADIR%%/examples/ca/ItemizeBullets.lyx
+%%DATADIR%%/examples/ca/mathed.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_ItemizeBullets.lyx
-%%DATADIR%%/examples/de_Lebenslauf.lyx
-%%DATADIR%%/examples/de_Minipage.lyx
-%%DATADIR%%/examples/de_TableExamples.lyx
-%%DATADIR%%/examples/de_Waehrungen.lyx
-%%DATADIR%%/examples/de_beispiel_gelyxt.lyx
-%%DATADIR%%/examples/de_beispiel_roh.lyx
-%%DATADIR%%/examples/de_decimal.lyx
-%%DATADIR%%/examples/de_mathed.lyx
-%%DATADIR%%/examples/de_multicol.lyx
-%%DATADIR%%/examples/de_splash.lyx
-%%DATADIR%%/examples/decimal.lyx
+%%DATADIR%%/examples/cs/splash.lyx
+%%DATADIR%%/examples/da/splash.lyx
+%%DATADIR%%/examples/de/Braille.lyx
+%%DATADIR%%/examples/de/Dezimal.lyx
+%%DATADIR%%/examples/de/ItemizeBullets.lyx
+%%DATADIR%%/examples/de/Lebenslauf.lyx
+%%DATADIR%%/examples/de/beispiel_gelyxt.lyx
+%%DATADIR%%/examples/de/beispiel_roh.lyx
+%%DATADIR%%/examples/de/linguistics.lyx
+%%DATADIR%%/examples/de/multicol.lyx
+%%DATADIR%%/examples/de/serienbrief1.lyx
+%%DATADIR%%/examples/de/serienbrief2.lyx
+%%DATADIR%%/examples/de/serienbrief3.lyx
+%%DATADIR%%/examples/de/splash.lyx
+%%DATADIR%%/examples/de/tufte-handout.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/es/Braille.lyx
+%%DATADIR%%/examples/es/ItemizeBullets.lyx
+%%DATADIR%%/examples/es/beamer-conference-ornate20min.lyx
+%%DATADIR%%/examples/es/ejemplo_con_lyx.lyx
+%%DATADIR%%/examples/es/ejemplo_sin_lyx.lyx
+%%DATADIR%%/examples/es/linguistics.lyx
+%%DATADIR%%/examples/es/multicol.lyx
+%%DATADIR%%/examples/es/splash.lyx
+%%DATADIR%%/examples/es/tufte-book.lyx
+%%DATADIR%%/examples/es/tufte-handout.lyx
+%%DATADIR%%/examples/eu/adibide_gordina.lyx
+%%DATADIR%%/examples/eu/adibide_lyx-atua.lyx
+%%DATADIR%%/examples/eu/splash.lyx
+%%DATADIR%%/examples/europeCV.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/gl_exemplo_bruto.lyx
-%%DATADIR%%/examples/gl_exemplo_lyxificado.lyx
-%%DATADIR%%/examples/gl_splash.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/fa/splash.lyx
+%%DATADIR%%/examples/fr/AlignementDecimal.lyx
+%%DATADIR%%/examples/fr/Braille.lyx
+%%DATADIR%%/examples/fr/Foils.lyx
+%%DATADIR%%/examples/fr/ListesPuces.lyx
+%%DATADIR%%/examples/fr/exemple-powerdot.lyx
+%%DATADIR%%/examples/fr/exemple_brut.lyx
+%%DATADIR%%/examples/fr/exemple_lyxifie.lyx
+%%DATADIR%%/examples/fr/linguistics.lyx
+%%DATADIR%%/examples/fr/multicol.lyx
+%%DATADIR%%/examples/fr/seminar.lyx
+%%DATADIR%%/examples/fr/simplecv.lyx
+%%DATADIR%%/examples/fr/splash.lyx
+%%DATADIR%%/examples/fr/xyfigure.png
+%%DATADIR%%/examples/fr/xypic.lyx
+%%DATADIR%%/examples/gl/exemplo_bruto.lyx
+%%DATADIR%%/examples/gl/exemplo_lyxificado.lyx
+%%DATADIR%%/examples/gl/splash.lyx
+%%DATADIR%%/examples/he/example_lyxified.lyx
+%%DATADIR%%/examples/he/example_raw.lyx
+%%DATADIR%%/examples/he/splash.lyx
+%%DATADIR%%/examples/hu/example_lyxified.lyx
+%%DATADIR%%/examples/hu/example_raw.lyx
+%%DATADIR%%/examples/hu/splash.lyx
+%%DATADIR%%/examples/id/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/it/ItemizeBullets.lyx
+%%DATADIR%%/examples/it/splash.lyx
+%%DATADIR%%/examples/ja/Braille.lyx
+%%DATADIR%%/examples/ja/linguistics.lyx
+%%DATADIR%%/examples/ja/multicol.lyx
+%%DATADIR%%/examples/ja/splash.lyx
+%%DATADIR%%/examples/ja/xyfigure.png
+%%DATADIR%%/examples/ja/xypic.lyx
%%DATADIR%%/examples/landslide.lyx
-%%DATADIR%%/examples/linuxdoc_manpage.lyx
+%%DATADIR%%/examples/linguistics.lyx
%%DATADIR%%/examples/listerrors.lyx
-%%DATADIR%%/examples/mathed.lyx
+%%DATADIR%%/examples/modernCV.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/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/ro_splash.lyx
-%%DATADIR%%/examples/ru_splash.lyx
+%%DATADIR%%/examples/pl/splash.lyx
+%%DATADIR%%/examples/powerdot-example.lyx
+%%DATADIR%%/examples/pt/splash.lyx
+%%DATADIR%%/examples/recipebook.lyx
+%%DATADIR%%/examples/ro/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/seminar.lyx
+%%DATADIR%%/examples/serial_letter1.lyx
+%%DATADIR%%/examples/serial_letter2.lyx
+%%DATADIR%%/examples/serial_letter3.lyx
+%%DATADIR%%/examples/simplecv.lyx
+%%DATADIR%%/examples/sk/splash.lyx
+%%DATADIR%%/examples/sl/primer_lyxan.lyx
+%%DATADIR%%/examples/sl/primer_surov.lyx
+%%DATADIR%%/examples/sl/splash.lyx
%%DATADIR%%/examples/splash.lyx
+%%DATADIR%%/examples/tufte-book.lyx
+%%DATADIR%%/examples/tufte-handout.lyx
+%%DATADIR%%/examples/uk/splash.lyx
+%%DATADIR%%/examples/xyfigure.png
+%%DATADIR%%/examples/xypic.lyx
%%DATADIR%%/external_templates
-%%DATADIR%%/images/amssymb.xpm
-%%DATADIR%%/images/banner.ppm
-%%DATADIR%%/images/bookmark-goto.xpm
-%%DATADIR%%/images/bookmark-save.xpm
-%%DATADIR%%/images/break-line.xpm
-%%DATADIR%%/images/buffer-close.xpm
-%%DATADIR%%/images/buffer-export_dvi.xpm
-%%DATADIR%%/images/buffer-export_latex.xpm
-%%DATADIR%%/images/buffer-export_ps.xpm
-%%DATADIR%%/images/buffer-export_text.xpm
-%%DATADIR%%/images/buffer-new.xpm
-%%DATADIR%%/images/buffer-reload.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-as.xpm
-%%DATADIR%%/images/buffer-write.xpm
-%%DATADIR%%/images/build-program.xpm
-%%DATADIR%%/images/copy.xpm
-%%DATADIR%%/images/cut.xpm
-%%DATADIR%%/images/depth-decrement.xpm
-%%DATADIR%%/images/depth-increment.xpm
-%%DATADIR%%/images/dialog-preferences.xpm
-%%DATADIR%%/images/dialog-show-new-inset_citation.xpm
-%%DATADIR%%/images/dialog-show-new-inset_graphics.xpm
-%%DATADIR%%/images/dialog-show-new-inset_include.xpm
-%%DATADIR%%/images/dialog-show-new-inset_ref.xpm
-%%DATADIR%%/images/dialog-show_character.xpm
-%%DATADIR%%/images/dialog-show_findreplace.xpm
-%%DATADIR%%/images/dialog-show_mathpanel.xpm
-%%DATADIR%%/images/dialog-show_print.xpm
-%%DATADIR%%/images/dialog-show_spellchecker.xpm
-%%DATADIR%%/images/down.xpm
-%%DATADIR%%/images/ert-insert.xpm
-%%DATADIR%%/images/file-open.xpm
-%%DATADIR%%/images/float-insert_figure.xpm
-%%DATADIR%%/images/float-insert_table.xpm
-%%DATADIR%%/images/font-bold.xpm
-%%DATADIR%%/images/font-emph.xpm
-%%DATADIR%%/images/font-free-apply.xpm
-%%DATADIR%%/images/font-noun.xpm
-%%DATADIR%%/images/font-sans.xpm
-%%DATADIR%%/images/footnote-insert.xpm
-%%DATADIR%%/images/index-insert.xpm
-%%DATADIR%%/images/label-insert.xpm
-%%DATADIR%%/images/layout.xpm
-%%DATADIR%%/images/layout-document.xpm
-%%DATADIR%%/images/layout-paragraph.xpm
-%%DATADIR%%/images/layout_Description.xpm
-%%DATADIR%%/images/layout_Enumerate.xpm
-%%DATADIR%%/images/layout_Itemize.xpm
-%%DATADIR%%/images/layout_List.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-display.xpm
-%%DATADIR%%/images/math-matrix.xpm
-%%DATADIR%%/images/math-mode.xpm
-%%DATADIR%%/images/math-subscript.xpm
-%%DATADIR%%/images/math-superscript.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/cases.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/delim.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/equation.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/font.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/hphantom.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/intop.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/lbrace_rbrace.xpm
-%%DATADIR%%/images/math/lbracket.xpm
-%%DATADIR%%/images/math/lbracket_rbracket.xpm
-%%DATADIR%%/images/math/lceil.xpm
-%%DATADIR%%/images/math/lceil_rceil.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/lfloor_rfloor.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/lparen_rparen.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/matrix.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/ointop.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/overset.xpm
-%%DATADIR%%/images/math/parallel.xpm
-%%DATADIR%%/images/math/partial.xpm
-%%DATADIR%%/images/math/perp.xpm
-%%DATADIR%%/images/math/phantom.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/root.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/space.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/sqrt-square.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/style.xbm
-%%DATADIR%%/images/math/style.xpm
-%%DATADIR%%/images/math/sub.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/super.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_AA.xpm
-%%DATADIR%%/images/math/textrm_Oe.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/underset.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/vphantom.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/note-insert.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-feature_align-center.xpm
-%%DATADIR%%/images/tabular-feature_align-left.xpm
-%%DATADIR%%/images/tabular-feature_align-right.xpm
-%%DATADIR%%/images/tabular-feature_append-column.xpm
-%%DATADIR%%/images/tabular-feature_append-row.xpm
-%%DATADIR%%/images/tabular-feature_delete-column.xpm
-%%DATADIR%%/images/tabular-feature_delete-row.xpm
-%%DATADIR%%/images/tabular-feature_multicolumn.xpm
-%%DATADIR%%/images/tabular-feature_set-all-lines.xpm
-%%DATADIR%%/images/tabular-feature_set-longtabular.xpm
-%%DATADIR%%/images/tabular-feature_set-rotate-cell.xpm
-%%DATADIR%%/images/tabular-feature_set-rotate-tabular.xpm
-%%DATADIR%%/images/tabular-feature_toggle-line-bottom.xpm
-%%DATADIR%%/images/tabular-feature_toggle-line-left.xpm
-%%DATADIR%%/images/tabular-feature_toggle-line-right.xpm
-%%DATADIR%%/images/tabular-feature_toggle-line-top.xpm
-%%DATADIR%%/images/tabular-feature_unset-all-lines.xpm
-%%DATADIR%%/images/tabular-feature_valign-bottom.xpm
-%%DATADIR%%/images/tabular-feature_valign-middle.xpm
-%%DATADIR%%/images/tabular-feature_valign-top.xpm
-%%DATADIR%%/images/tabular-insert.xpm
-%%DATADIR%%/images/thesaurus-entry.xpm
-%%DATADIR%%/images/toc-view.xpm
-%%DATADIR%%/images/undo.xpm
-%%DATADIR%%/images/unknown.xpm
-%%DATADIR%%/images/up.xpm
-%%DATADIR%%/images/url-insert.xpm
+%%DATADIR%%/fonts/BaKoMaFontLicense.txt
+%%DATADIR%%/fonts/ReadmeBaKoMa4LyX.txt
+%%DATADIR%%/fonts/cmex10.ttf
+%%DATADIR%%/fonts/cmmi10.ttf
+%%DATADIR%%/fonts/cmr10.ttf
+%%DATADIR%%/fonts/cmsy10.ttf
+%%DATADIR%%/fonts/esint10.ttf
+%%DATADIR%%/fonts/eufm10.ttf
+%%DATADIR%%/fonts/msam10.ttf
+%%DATADIR%%/fonts/msbm10.ttf
+%%DATADIR%%/fonts/wasy10.ttf
+%%DATADIR%%/images/all-changes-accept.png
+%%DATADIR%%/images/all-changes-reject.png
+%%DATADIR%%/images/amssymb.png
+%%DATADIR%%/images/banner.png
+%%DATADIR%%/images/bookmark-goto.png
+%%DATADIR%%/images/bookmark-goto_0.png
+%%DATADIR%%/images/bookmark-save.png
+%%DATADIR%%/images/box-insert.png
+%%DATADIR%%/images/break-line.png
+%%DATADIR%%/images/buffer-close.png
+%%DATADIR%%/images/buffer-export_dvi.png
+%%DATADIR%%/images/buffer-export_latex.png
+%%DATADIR%%/images/buffer-export_pdf2.png
+%%DATADIR%%/images/buffer-export_ps.png
+%%DATADIR%%/images/buffer-export_text.png
+%%DATADIR%%/images/buffer-new.png
+%%DATADIR%%/images/buffer-reload.png
+%%DATADIR%%/images/buffer-update_dvi.png
+%%DATADIR%%/images/buffer-update_pdf2.png
+%%DATADIR%%/images/buffer-update_ps.png
+%%DATADIR%%/images/buffer-view_dvi.png
+%%DATADIR%%/images/buffer-view_pdf2.png
+%%DATADIR%%/images/buffer-view_ps.png
+%%DATADIR%%/images/buffer-write-as.png
+%%DATADIR%%/images/buffer-write.png
+%%DATADIR%%/images/build-program.png
+%%DATADIR%%/images/change-accept.png
+%%DATADIR%%/images/change-next.png
+%%DATADIR%%/images/change-reject.png
+%%DATADIR%%/images/changes-merge.png
+%%DATADIR%%/images/changes-output.png
+%%DATADIR%%/images/changes-track.png
+%%DATADIR%%/images/close-tab-group.png
+%%DATADIR%%/images/closetab.png
+%%DATADIR%%/images/copy.png
+%%DATADIR%%/images/cut.png
+%%DATADIR%%/images/demote.png
+%%DATADIR%%/images/depth-decrement.png
+%%DATADIR%%/images/depth-increment.png
+%%DATADIR%%/images/dialog-preferences.png
+%%DATADIR%%/images/dialog-show-new-inset_citation.png
+%%DATADIR%%/images/dialog-show-new-inset_graphics.png
+%%DATADIR%%/images/dialog-show-new-inset_include.png
+%%DATADIR%%/images/dialog-show-new-inset_ref.png
+%%DATADIR%%/images/dialog-show_character.png
+%%DATADIR%%/images/dialog-show_findreplace.png
+%%DATADIR%%/images/dialog-show_mathdelimiter.png
+%%DATADIR%%/images/dialog-show_mathmatrix.png
+%%DATADIR%%/images/dialog-show_print.png
+%%DATADIR%%/images/dialog-show_spellchecker.png
+%%DATADIR%%/images/dialog-show_vclog.png
+%%DATADIR%%/images/dialog-toggle_toc.png
+%%DATADIR%%/images/down.png
+%%DATADIR%%/images/ert-insert.png
+%%DATADIR%%/images/file-open.png
+%%DATADIR%%/images/float-insert_figure.png
+%%DATADIR%%/images/float-insert_table.png
+%%DATADIR%%/images/font-bold.png
+%%DATADIR%%/images/font-emph.png
+%%DATADIR%%/images/font-noun.png
+%%DATADIR%%/images/font-sans.png
+%%DATADIR%%/images/footnote-insert.png
+%%DATADIR%%/images/hidetab.png
+%%DATADIR%%/images/href-insert.png
+%%DATADIR%%/images/index-insert.png
+%%DATADIR%%/images/label-insert.png
+%%DATADIR%%/images/layout-document.png
+%%DATADIR%%/images/layout-paragraph.png
+%%DATADIR%%/images/layout.png
+%%DATADIR%%/images/layout_Description.png
+%%DATADIR%%/images/layout_Enumerate.png
+%%DATADIR%%/images/layout_Itemize.png
+%%DATADIR%%/images/layout_List.png
+%%DATADIR%%/images/layout_LyX-Code.png
+%%DATADIR%%/images/layout_Scrap.png
+%%DATADIR%%/images/layout_Section.png
+%%DATADIR%%/images/lyx-quit.png
+%%DATADIR%%/images/lyx.png
+%%DATADIR%%/images/marginalnote-insert.png
+%%DATADIR%%/images/math-display.png
+%%DATADIR%%/images/math-macro-add-greedy-optional-param.png
+%%DATADIR%%/images/math-macro-add-optional-param.png
+%%DATADIR%%/images/math-macro-add-param.png
+%%DATADIR%%/images/math-macro-append-greedy-param.png
+%%DATADIR%%/images/math-macro-make-nonoptional.png
+%%DATADIR%%/images/math-macro-make-optional.png
+%%DATADIR%%/images/math-macro-remove-greedy-param.png
+%%DATADIR%%/images/math-macro-remove-optional-param.png
+%%DATADIR%%/images/math-macro-remove-param.png
+%%DATADIR%%/images/math-macro_newmacroname_newcommand.png
+%%DATADIR%%/images/math-matrix.png
+%%DATADIR%%/images/math-mode.png
+%%DATADIR%%/images/math-subscript.png
+%%DATADIR%%/images/math-superscript.png
+%%DATADIR%%/images/math/Bbbk.png
+%%DATADIR%%/images/math/Finv.png
+%%DATADIR%%/images/math/Game.png
+%%DATADIR%%/images/math/Im.png
+%%DATADIR%%/images/math/Lleftarrow.png
+%%DATADIR%%/images/math/Lsh.png
+%%DATADIR%%/images/math/Re.png
+%%DATADIR%%/images/math/Rrightarrow.png
+%%DATADIR%%/images/math/Rsh.png
+%%DATADIR%%/images/math/Vvdash.png
+%%DATADIR%%/images/math/acute.png
+%%DATADIR%%/images/math/aleph.png
+%%DATADIR%%/images/math/alpha.png
+%%DATADIR%%/images/math/amalg.png
+%%DATADIR%%/images/math/angle.png
+%%DATADIR%%/images/math/approx.png
+%%DATADIR%%/images/math/approxeq.png
+%%DATADIR%%/images/math/asymp.png
+%%DATADIR%%/images/math/backepsilon.png
+%%DATADIR%%/images/math/backprime.png
+%%DATADIR%%/images/math/backsim.png
+%%DATADIR%%/images/math/backsimeq.png
+%%DATADIR%%/images/math/backslash.png
+%%DATADIR%%/images/math/bar.png
+%%DATADIR%%/images/math/bars.png
+%%DATADIR%%/images/math/barwedge.png
+%%DATADIR%%/images/math/because.png
+%%DATADIR%%/images/math/beta.png
+%%DATADIR%%/images/math/beth.png
+%%DATADIR%%/images/math/between.png
+%%DATADIR%%/images/math/bigcap.png
+%%DATADIR%%/images/math/bigcirc.png
+%%DATADIR%%/images/math/bigcup.png
+%%DATADIR%%/images/math/bigodot.png
+%%DATADIR%%/images/math/bigoplus.png
+%%DATADIR%%/images/math/bigotimes.png
+%%DATADIR%%/images/math/bigsqcup.png
+%%DATADIR%%/images/math/bigstar.png
+%%DATADIR%%/images/math/bigtriangledown.png
+%%DATADIR%%/images/math/bigtriangleup.png
+%%DATADIR%%/images/math/biguplus.png
+%%DATADIR%%/images/math/bigvee.png
+%%DATADIR%%/images/math/bigwedge.png
+%%DATADIR%%/images/math/blacklozenge.png
+%%DATADIR%%/images/math/blacksquare.png
+%%DATADIR%%/images/math/blacktriangle.png
+%%DATADIR%%/images/math/blacktriangledown.png
+%%DATADIR%%/images/math/blacktriangleleft.png
+%%DATADIR%%/images/math/blacktriangleright.png
+%%DATADIR%%/images/math/bot.png
+%%DATADIR%%/images/math/bowtie.png
+%%DATADIR%%/images/math/boxdot.png
+%%DATADIR%%/images/math/boxminus.png
+%%DATADIR%%/images/math/boxplus.png
+%%DATADIR%%/images/math/boxtimes.png
+%%DATADIR%%/images/math/breve.png
+%%DATADIR%%/images/math/bullet.png
+%%DATADIR%%/images/math/bumpeq.png
+%%DATADIR%%/images/math/bumpeq2.png
+%%DATADIR%%/images/math/cap.png
+%%DATADIR%%/images/math/cap2.png
+%%DATADIR%%/images/math/cases.png
+%%DATADIR%%/images/math/cdot.png
+%%DATADIR%%/images/math/cdots.png
+%%DATADIR%%/images/math/centerdot.png
+%%DATADIR%%/images/math/check.png
+%%DATADIR%%/images/math/chi.png
+%%DATADIR%%/images/math/circ.png
+%%DATADIR%%/images/math/circeq.png
+%%DATADIR%%/images/math/circlearrowleft.png
+%%DATADIR%%/images/math/circlearrowright.png
+%%DATADIR%%/images/math/circledS.png
+%%DATADIR%%/images/math/circledast.png
+%%DATADIR%%/images/math/circledcirc.png
+%%DATADIR%%/images/math/circleddash.png
+%%DATADIR%%/images/math/clubsuit.png
+%%DATADIR%%/images/math/complement.png
+%%DATADIR%%/images/math/cong.png
+%%DATADIR%%/images/math/coprod.png
+%%DATADIR%%/images/math/cup.png
+%%DATADIR%%/images/math/cup2.png
+%%DATADIR%%/images/math/curlyeqprec.png
+%%DATADIR%%/images/math/curlyeqsucc.png
+%%DATADIR%%/images/math/curlyvee.png
+%%DATADIR%%/images/math/curlywedge.png
+%%DATADIR%%/images/math/curvearrowleft.png
+%%DATADIR%%/images/math/curvearrowright.png
+%%DATADIR%%/images/math/dagger.png
+%%DATADIR%%/images/math/daleth.png
+%%DATADIR%%/images/math/dashleftarrow.png
+%%DATADIR%%/images/math/dashrightarrow.png
+%%DATADIR%%/images/math/dashv.png
+%%DATADIR%%/images/math/ddagger.png
+%%DATADIR%%/images/math/ddot.png
+%%DATADIR%%/images/math/ddots.png
+%%DATADIR%%/images/math/delim.png
+%%DATADIR%%/images/math/delta.png
+%%DATADIR%%/images/math/delta2.png
+%%DATADIR%%/images/math/diagdown.png
+%%DATADIR%%/images/math/diagup.png
+%%DATADIR%%/images/math/diamond.png
+%%DATADIR%%/images/math/diamond2.png
+%%DATADIR%%/images/math/diamondsuit.png
+%%DATADIR%%/images/math/digamma.png
+%%DATADIR%%/images/math/div.png
+%%DATADIR%%/images/math/divideontimes.png
+%%DATADIR%%/images/math/dot.png
+%%DATADIR%%/images/math/doteq.png
+%%DATADIR%%/images/math/doteqdot.png
+%%DATADIR%%/images/math/dotplus.png
+%%DATADIR%%/images/math/dotsint.png
+%%DATADIR%%/images/math/dotsintop.png
+%%DATADIR%%/images/math/doublebarwedge.png
+%%DATADIR%%/images/math/downarrow.png
+%%DATADIR%%/images/math/downarrow2.png
+%%DATADIR%%/images/math/downdownarrows.png
+%%DATADIR%%/images/math/downharpoonleft.png
+%%DATADIR%%/images/math/downharpoonright.png
+%%DATADIR%%/images/math/ell.png
+%%DATADIR%%/images/math/empty.png
+%%DATADIR%%/images/math/emptyset.png
+%%DATADIR%%/images/math/epsilon.png
+%%DATADIR%%/images/math/eqcirc.png
+%%DATADIR%%/images/math/eqslantgtr.png
+%%DATADIR%%/images/math/eqslantless.png
+%%DATADIR%%/images/math/equation.png
+%%DATADIR%%/images/math/equiv.png
+%%DATADIR%%/images/math/eta.png
+%%DATADIR%%/images/math/eth.png
+%%DATADIR%%/images/math/exists.png
+%%DATADIR%%/images/math/fallingdotseq.png
+%%DATADIR%%/images/math/fint.png
+%%DATADIR%%/images/math/fintop.png
+%%DATADIR%%/images/math/flat.png
+%%DATADIR%%/images/math/font.png
+%%DATADIR%%/images/math/forall.png
+%%DATADIR%%/images/math/frac-square.png
+%%DATADIR%%/images/math/frac.png
+%%DATADIR%%/images/math/frown.png
+%%DATADIR%%/images/math/functions.png
+%%DATADIR%%/images/math/gamma.png
+%%DATADIR%%/images/math/gamma2.png
+%%DATADIR%%/images/math/geq.png
+%%DATADIR%%/images/math/geqq.png
+%%DATADIR%%/images/math/geqslant.png
+%%DATADIR%%/images/math/gg.png
+%%DATADIR%%/images/math/ggg.png
+%%DATADIR%%/images/math/gimel.png
+%%DATADIR%%/images/math/gnapprox.png
+%%DATADIR%%/images/math/gneq.png
+%%DATADIR%%/images/math/gneqq.png
+%%DATADIR%%/images/math/gnsim.png
+%%DATADIR%%/images/math/grave.png
+%%DATADIR%%/images/math/gtrapprox.png
+%%DATADIR%%/images/math/gtrdot.png
+%%DATADIR%%/images/math/gtreqless.png
+%%DATADIR%%/images/math/gtreqqless.png
+%%DATADIR%%/images/math/gtrless.png
+%%DATADIR%%/images/math/gtrsim.png
+%%DATADIR%%/images/math/gvertneqq.png
+%%DATADIR%%/images/math/hat.png
+%%DATADIR%%/images/math/hbar.png
+%%DATADIR%%/images/math/heartsuit.png
+%%DATADIR%%/images/math/hookleftarrow.png
+%%DATADIR%%/images/math/hookrightarrow.png
+%%DATADIR%%/images/math/hphantom.png
+%%DATADIR%%/images/math/hslash.png
+%%DATADIR%%/images/math/iiiint.png
+%%DATADIR%%/images/math/iiiintop.png
+%%DATADIR%%/images/math/iiint.png
+%%DATADIR%%/images/math/iiintop.png
+%%DATADIR%%/images/math/iint.png
+%%DATADIR%%/images/math/iintop.png
+%%DATADIR%%/images/math/imath.png
+%%DATADIR%%/images/math/in.png
+%%DATADIR%%/images/math/infty.png
+%%DATADIR%%/images/math/int.png
+%%DATADIR%%/images/math/intercal.png
+%%DATADIR%%/images/math/intop.png
+%%DATADIR%%/images/math/iota.png
+%%DATADIR%%/images/math/jmath.png
+%%DATADIR%%/images/math/kappa.png
+%%DATADIR%%/images/math/lambda.png
+%%DATADIR%%/images/math/lambda2.png
+%%DATADIR%%/images/math/landdownint.png
+%%DATADIR%%/images/math/landdownintop.png
+%%DATADIR%%/images/math/landupint.png
+%%DATADIR%%/images/math/landupintop.png
+%%DATADIR%%/images/math/langle.png
+%%DATADIR%%/images/math/lbrace.png
+%%DATADIR%%/images/math/lbrace_rbrace.png
+%%DATADIR%%/images/math/lbracket.png
+%%DATADIR%%/images/math/lbracket_rbracket.png
+%%DATADIR%%/images/math/lceil.png
+%%DATADIR%%/images/math/lceil_rceil.png
+%%DATADIR%%/images/math/ldots.png
+%%DATADIR%%/images/math/leftarrow.png
+%%DATADIR%%/images/math/leftarrow2.png
+%%DATADIR%%/images/math/leftarrowtail.png
+%%DATADIR%%/images/math/leftharpoondown.png
+%%DATADIR%%/images/math/leftharpoonup.png
+%%DATADIR%%/images/math/leftleftarrows.png
+%%DATADIR%%/images/math/leftrightarrow.png
+%%DATADIR%%/images/math/leftrightarrow2.png
+%%DATADIR%%/images/math/leftrightarrows.png
+%%DATADIR%%/images/math/leftrightharpoons.png
+%%DATADIR%%/images/math/leftrightsquigarrow.png
+%%DATADIR%%/images/math/leftthreetimes.png
+%%DATADIR%%/images/math/leq.png
+%%DATADIR%%/images/math/leqq.png
+%%DATADIR%%/images/math/leqslant.png
+%%DATADIR%%/images/math/lessapprox.png
+%%DATADIR%%/images/math/lessdot.png
+%%DATADIR%%/images/math/lesseqgtr.png
+%%DATADIR%%/images/math/lesseqqgtr.png
+%%DATADIR%%/images/math/lessgtr.png
+%%DATADIR%%/images/math/lesssim.png
+%%DATADIR%%/images/math/lfloor.png
+%%DATADIR%%/images/math/lfloor_rfloor.png
+%%DATADIR%%/images/math/ll.png
+%%DATADIR%%/images/math/llcorner.png
+%%DATADIR%%/images/math/lll.png
+%%DATADIR%%/images/math/lnapprox.png
+%%DATADIR%%/images/math/lneq.png
+%%DATADIR%%/images/math/lneqq.png
+%%DATADIR%%/images/math/lnsim.png
+%%DATADIR%%/images/math/longleftarrow.png
+%%DATADIR%%/images/math/longleftarrow2.png
+%%DATADIR%%/images/math/longleftrightarrow.png
+%%DATADIR%%/images/math/longleftrightarrow2.png
+%%DATADIR%%/images/math/longmapsto.png
+%%DATADIR%%/images/math/longrightarrow.png
+%%DATADIR%%/images/math/longrightarrow2.png
+%%DATADIR%%/images/math/looparrowleft.png
+%%DATADIR%%/images/math/looparrowright.png
+%%DATADIR%%/images/math/lozenge.png
+%%DATADIR%%/images/math/lparen.png
+%%DATADIR%%/images/math/lparen_rparen.png
+%%DATADIR%%/images/math/lrcorner.png
+%%DATADIR%%/images/math/ltimes.png
+%%DATADIR%%/images/math/lvertneqq.png
+%%DATADIR%%/images/math/mapsto.png
+%%DATADIR%%/images/math/mathbb_C.png
+%%DATADIR%%/images/math/mathbb_H.png
+%%DATADIR%%/images/math/mathbb_N.png
+%%DATADIR%%/images/math/mathbb_Q.png
+%%DATADIR%%/images/math/mathbb_R.png
+%%DATADIR%%/images/math/mathbb_Z.png
+%%DATADIR%%/images/math/mathcal_F.png
+%%DATADIR%%/images/math/mathcal_H.png
+%%DATADIR%%/images/math/mathcal_L.png
+%%DATADIR%%/images/math/mathcal_O.png
+%%DATADIR%%/images/math/mathcircumflex.png
+%%DATADIR%%/images/math/mathrm_T.png
+%%DATADIR%%/images/math/matrix.png
+%%DATADIR%%/images/math/measuredangle.png
+%%DATADIR%%/images/math/mho.png
+%%DATADIR%%/images/math/mid.png
+%%DATADIR%%/images/math/models.png
+%%DATADIR%%/images/math/mp.png
+%%DATADIR%%/images/math/mu.png
+%%DATADIR%%/images/math/multimap.png
+%%DATADIR%%/images/math/nabla.png
+%%DATADIR%%/images/math/natural.png
+%%DATADIR%%/images/math/ncong.png
+%%DATADIR%%/images/math/nearrow.png
+%%DATADIR%%/images/math/neg.png
+%%DATADIR%%/images/math/neq.png
+%%DATADIR%%/images/math/nexists.png
+%%DATADIR%%/images/math/ngeq.png
+%%DATADIR%%/images/math/ngeqq.png
+%%DATADIR%%/images/math/ngeqslant.png
+%%DATADIR%%/images/math/ngtr.png
+%%DATADIR%%/images/math/ni.png
+%%DATADIR%%/images/math/nleftarrow.png
+%%DATADIR%%/images/math/nleftarrow2.png
+%%DATADIR%%/images/math/nleftrightarrow.png
+%%DATADIR%%/images/math/nleftrightarrow2.png
+%%DATADIR%%/images/math/nleq.png
+%%DATADIR%%/images/math/nleqq.png
+%%DATADIR%%/images/math/nleqslant.png
+%%DATADIR%%/images/math/nless.png
+%%DATADIR%%/images/math/nmid.png
+%%DATADIR%%/images/math/notin.png
+%%DATADIR%%/images/math/nparallel.png
+%%DATADIR%%/images/math/nprec.png
+%%DATADIR%%/images/math/npreceq.png
+%%DATADIR%%/images/math/nrightarrow.png
+%%DATADIR%%/images/math/nrightarrow2.png
+%%DATADIR%%/images/math/nshortmid.png
+%%DATADIR%%/images/math/nshortparallel.png
+%%DATADIR%%/images/math/nsim.png
+%%DATADIR%%/images/math/nsubseteq.png
+%%DATADIR%%/images/math/nsucc.png
+%%DATADIR%%/images/math/nsucceq.png
+%%DATADIR%%/images/math/nsupseteq.png
+%%DATADIR%%/images/math/nsupseteqq.png
+%%DATADIR%%/images/math/ntriangleleft.png
+%%DATADIR%%/images/math/ntrianglelefteq.png
+%%DATADIR%%/images/math/ntriangleright.png
+%%DATADIR%%/images/math/ntrianglerighteq.png
+%%DATADIR%%/images/math/nu.png
+%%DATADIR%%/images/math/nvdash.png
+%%DATADIR%%/images/math/nvdash2.png
+%%DATADIR%%/images/math/nvdash3.png
+%%DATADIR%%/images/math/nwarrow.png
+%%DATADIR%%/images/math/odot.png
+%%DATADIR%%/images/math/oiint.png
+%%DATADIR%%/images/math/oiintop.png
+%%DATADIR%%/images/math/oint.png
+%%DATADIR%%/images/math/ointclockwise.png
+%%DATADIR%%/images/math/ointclockwiseop.png
+%%DATADIR%%/images/math/ointctrclockwise.png
+%%DATADIR%%/images/math/ointctrclockwiseop.png
+%%DATADIR%%/images/math/ointop.png
+%%DATADIR%%/images/math/omega.png
+%%DATADIR%%/images/math/omega2.png
+%%DATADIR%%/images/math/ominus.png
+%%DATADIR%%/images/math/oplus.png
+%%DATADIR%%/images/math/oslash.png
+%%DATADIR%%/images/math/otimes.png
+%%DATADIR%%/images/math/overbrace.png
+%%DATADIR%%/images/math/overleftarrow.png
+%%DATADIR%%/images/math/overleftrightarrow.png
+%%DATADIR%%/images/math/overline.png
+%%DATADIR%%/images/math/overrightarrow.png
+%%DATADIR%%/images/math/overset.png
+%%DATADIR%%/images/math/parallel.png
+%%DATADIR%%/images/math/partial.png
+%%DATADIR%%/images/math/perp.png
+%%DATADIR%%/images/math/phantom.png
+%%DATADIR%%/images/math/phi.png
+%%DATADIR%%/images/math/phi2.png
+%%DATADIR%%/images/math/pi.png
+%%DATADIR%%/images/math/pi2.png
+%%DATADIR%%/images/math/pitchfork.png
+%%DATADIR%%/images/math/pm.png
+%%DATADIR%%/images/math/prec.png
+%%DATADIR%%/images/math/precapprox.png
+%%DATADIR%%/images/math/preccurlyeq.png
+%%DATADIR%%/images/math/preceq.png
+%%DATADIR%%/images/math/precnapprox.png
+%%DATADIR%%/images/math/precnsim.png
+%%DATADIR%%/images/math/precsim.png
+%%DATADIR%%/images/math/prime.png
+%%DATADIR%%/images/math/prod.png
+%%DATADIR%%/images/math/propto.png
+%%DATADIR%%/images/math/psi.png
+%%DATADIR%%/images/math/psi2.png
+%%DATADIR%%/images/math/rangle.png
+%%DATADIR%%/images/math/rbrace.png
+%%DATADIR%%/images/math/rbracket.png
+%%DATADIR%%/images/math/rceil.png
+%%DATADIR%%/images/math/rfloor.png
+%%DATADIR%%/images/math/rho.png
+%%DATADIR%%/images/math/rightarrow.png
+%%DATADIR%%/images/math/rightarrow2.png
+%%DATADIR%%/images/math/rightarrowtail.png
+%%DATADIR%%/images/math/rightharpoondown.png
+%%DATADIR%%/images/math/rightharpoonup.png
+%%DATADIR%%/images/math/rightleftarrows.png
+%%DATADIR%%/images/math/rightleftharpoons.png
+%%DATADIR%%/images/math/rightrightarrows.png
+%%DATADIR%%/images/math/rightsquigarrow.png
+%%DATADIR%%/images/math/rightthreetimes.png
+%%DATADIR%%/images/math/risingdotseq.png
+%%DATADIR%%/images/math/root.png
+%%DATADIR%%/images/math/rparen.png
+%%DATADIR%%/images/math/rtimes.png
+%%DATADIR%%/images/math/searrow.png
+%%DATADIR%%/images/math/setminus.png
+%%DATADIR%%/images/math/sharp.png
+%%DATADIR%%/images/math/shortmid.png
+%%DATADIR%%/images/math/shortparallel.png
+%%DATADIR%%/images/math/sigma.png
+%%DATADIR%%/images/math/sigma2.png
+%%DATADIR%%/images/math/sim.png
+%%DATADIR%%/images/math/simeq.png
+%%DATADIR%%/images/math/slash.png
+%%DATADIR%%/images/math/smallfrown.png
+%%DATADIR%%/images/math/smallsetminus.png
+%%DATADIR%%/images/math/smallsmile.png
+%%DATADIR%%/images/math/smile.png
+%%DATADIR%%/images/math/space.png
+%%DATADIR%%/images/math/spadesuit.png
+%%DATADIR%%/images/math/sphericalangle.png
+%%DATADIR%%/images/math/sqcap.png
+%%DATADIR%%/images/math/sqcup.png
+%%DATADIR%%/images/math/sqiint.png
+%%DATADIR%%/images/math/sqiintop.png
+%%DATADIR%%/images/math/sqint.png
+%%DATADIR%%/images/math/sqintop.png
+%%DATADIR%%/images/math/sqrt-square.png
+%%DATADIR%%/images/math/sqrt.png
+%%DATADIR%%/images/math/sqsubset.png
+%%DATADIR%%/images/math/sqsubseteq.png
+%%DATADIR%%/images/math/sqsupset.png
+%%DATADIR%%/images/math/sqsupseteq.png
+%%DATADIR%%/images/math/square.png
+%%DATADIR%%/images/math/star.png
+%%DATADIR%%/images/math/style.png
+%%DATADIR%%/images/math/sub.png
+%%DATADIR%%/images/math/subset.png
+%%DATADIR%%/images/math/subset2.png
+%%DATADIR%%/images/math/subseteq.png
+%%DATADIR%%/images/math/subseteqq.png
+%%DATADIR%%/images/math/subsetneq.png
+%%DATADIR%%/images/math/subsetneqq.png
+%%DATADIR%%/images/math/succ.png
+%%DATADIR%%/images/math/succapprox.png
+%%DATADIR%%/images/math/succcurlyeq.png
+%%DATADIR%%/images/math/succeq.png
+%%DATADIR%%/images/math/succnapprox.png
+%%DATADIR%%/images/math/succnsim.png
+%%DATADIR%%/images/math/succsim.png
+%%DATADIR%%/images/math/sum.png
+%%DATADIR%%/images/math/super.png
+%%DATADIR%%/images/math/supset.png
+%%DATADIR%%/images/math/supset2.png
+%%DATADIR%%/images/math/supseteq.png
+%%DATADIR%%/images/math/supseteqq.png
+%%DATADIR%%/images/math/supsetneq.png
+%%DATADIR%%/images/math/supsetneqq.png
+%%DATADIR%%/images/math/surd.png
+%%DATADIR%%/images/math/swarrow.png
+%%DATADIR%%/images/math/tau.png
+%%DATADIR%%/images/math/textrm_AA.png
+%%DATADIR%%/images/math/textrm_O.png
+%%DATADIR%%/images/math/therefore.png
+%%DATADIR%%/images/math/theta.png
+%%DATADIR%%/images/math/theta2.png
+%%DATADIR%%/images/math/thickapprox.png
+%%DATADIR%%/images/math/thicksim.png
+%%DATADIR%%/images/math/tilde.png
+%%DATADIR%%/images/math/times.png
+%%DATADIR%%/images/math/top.png
+%%DATADIR%%/images/math/triangle.png
+%%DATADIR%%/images/math/triangledown.png
+%%DATADIR%%/images/math/triangleleft.png
+%%DATADIR%%/images/math/trianglelefteq.png
+%%DATADIR%%/images/math/triangleq.png
+%%DATADIR%%/images/math/triangleright.png
+%%DATADIR%%/images/math/trianglerighteq.png
+%%DATADIR%%/images/math/twoheadleftarrow.png
+%%DATADIR%%/images/math/twoheadrightarrow.png
+%%DATADIR%%/images/math/ulcorner.png
+%%DATADIR%%/images/math/underbrace.png
+%%DATADIR%%/images/math/underleftarrow.png
+%%DATADIR%%/images/math/underleftrightarrow.png
+%%DATADIR%%/images/math/underline.png
+%%DATADIR%%/images/math/underrightarrow.png
+%%DATADIR%%/images/math/underscore.png
+%%DATADIR%%/images/math/underset.png
+%%DATADIR%%/images/math/uparrow.png
+%%DATADIR%%/images/math/uparrow2.png
+%%DATADIR%%/images/math/updownarrow.png
+%%DATADIR%%/images/math/updownarrow2.png
+%%DATADIR%%/images/math/upharpoonleft.png
+%%DATADIR%%/images/math/upharpoonright.png
+%%DATADIR%%/images/math/uplus.png
+%%DATADIR%%/images/math/upsilon.png
+%%DATADIR%%/images/math/upsilon2.png
+%%DATADIR%%/images/math/upuparrows.png
+%%DATADIR%%/images/math/urcorner.png
+%%DATADIR%%/images/math/varepsilon.png
+%%DATADIR%%/images/math/varkappa.png
+%%DATADIR%%/images/math/varnothing.png
+%%DATADIR%%/images/math/varphi.png
+%%DATADIR%%/images/math/varpi.png
+%%DATADIR%%/images/math/varpropto.png
+%%DATADIR%%/images/math/varrho.png
+%%DATADIR%%/images/math/varsigma.png
+%%DATADIR%%/images/math/varsubsetneq.png
+%%DATADIR%%/images/math/varsubsetneqq.png
+%%DATADIR%%/images/math/varsupsetneq.png
+%%DATADIR%%/images/math/varsupsetneqq.png
+%%DATADIR%%/images/math/vartheta.png
+%%DATADIR%%/images/math/vartriangle.png
+%%DATADIR%%/images/math/vartriangleleft.png
+%%DATADIR%%/images/math/vartriangleright.png
+%%DATADIR%%/images/math/vdash.png
+%%DATADIR%%/images/math/vdash2.png
+%%DATADIR%%/images/math/vdash3.png
+%%DATADIR%%/images/math/vdots.png
+%%DATADIR%%/images/math/vec.png
+%%DATADIR%%/images/math/vee.png
+%%DATADIR%%/images/math/veebar.png
+%%DATADIR%%/images/math/vert.png
+%%DATADIR%%/images/math/vert2.png
+%%DATADIR%%/images/math/vphantom.png
+%%DATADIR%%/images/math/wedge.png
+%%DATADIR%%/images/math/widehat.png
+%%DATADIR%%/images/math/widetilde.png
+%%DATADIR%%/images/math/wp.png
+%%DATADIR%%/images/math/wr.png
+%%DATADIR%%/images/math/xi.png
+%%DATADIR%%/images/math/xi2.png
+%%DATADIR%%/images/math/zeta.png
+%%DATADIR%%/images/nomencl-insert.png
+%%DATADIR%%/images/note-insert.png
+%%DATADIR%%/images/note-next.png
+%%DATADIR%%/images/paste.png
+%%DATADIR%%/images/promote.png
+%%DATADIR%%/images/psnfss1.png
+%%DATADIR%%/images/psnfss2.png
+%%DATADIR%%/images/psnfss3.png
+%%DATADIR%%/images/psnfss4.png
+%%DATADIR%%/images/redo.png
+%%DATADIR%%/images/reload.png
+%%DATADIR%%/images/split-view_horizontal.png
+%%DATADIR%%/images/split-view_vertical.png
+%%DATADIR%%/images/standard.png
+%%DATADIR%%/images/tabular-feature_append-column.png
+%%DATADIR%%/images/tabular-feature_append-row.png
+%%DATADIR%%/images/tabular-feature_delete-column.png
+%%DATADIR%%/images/tabular-feature_delete-row.png
+%%DATADIR%%/images/tabular-feature_m-align-center.png
+%%DATADIR%%/images/tabular-feature_m-align-left.png
+%%DATADIR%%/images/tabular-feature_m-align-right.png
+%%DATADIR%%/images/tabular-feature_m-valign-bottom.png
+%%DATADIR%%/images/tabular-feature_m-valign-middle.png
+%%DATADIR%%/images/tabular-feature_m-valign-top.png
+%%DATADIR%%/images/tabular-feature_multicolumn.png
+%%DATADIR%%/images/tabular-feature_set-all-lines.png
+%%DATADIR%%/images/tabular-feature_set-border-lines.png
+%%DATADIR%%/images/tabular-feature_set-longtabular.png
+%%DATADIR%%/images/tabular-feature_set-rotate-cell.png
+%%DATADIR%%/images/tabular-feature_set-rotate-tabular.png
+%%DATADIR%%/images/tabular-feature_toggle-line-bottom.png
+%%DATADIR%%/images/tabular-feature_toggle-line-left.png
+%%DATADIR%%/images/tabular-feature_toggle-line-right.png
+%%DATADIR%%/images/tabular-feature_toggle-line-top.png
+%%DATADIR%%/images/tabular-feature_toggle-rotate-cell.png
+%%DATADIR%%/images/tabular-feature_toggle-rotate-tabular.png
+%%DATADIR%%/images/tabular-feature_unset-all-lines.png
+%%DATADIR%%/images/tabular-insert.png
+%%DATADIR%%/images/textstyle-apply.png
+%%DATADIR%%/images/thesaurus-entry.png
+%%DATADIR%%/images/toolbar-toggle_math.png
+%%DATADIR%%/images/toolbar-toggle_math_panels.png
+%%DATADIR%%/images/toolbar-toggle_table.png
+%%DATADIR%%/images/undo.png
+%%DATADIR%%/images/unknown.png
+%%DATADIR%%/images/up.png
+%%DATADIR%%/images/url-insert.png
+%%DATADIR%%/images/vc-check-in.png
+%%DATADIR%%/images/vc-check-out.png
+%%DATADIR%%/images/vc-locking-toggle.png
+%%DATADIR%%/images/vc-register.png
+%%DATADIR%%/images/vc-repo-update.png
+%%DATADIR%%/images/vc-revert.png
%%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/farsi.kmap
%%DATADIR%%/kbd/francais.kmap
%%DATADIR%%/kbd/french.kmap
%%DATADIR%%/kbd/german-2.kmap
@@ -828,19 +1039,7 @@ share/locale/tr/LC_MESSAGES/lyx.mo
%%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
@@ -858,7 +1057,6 @@ share/locale/tr/LC_MESSAGES/lyx.mo
%%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
@@ -868,6 +1066,8 @@ share/locale/tr/LC_MESSAGES/lyx.mo
%%DATADIR%%/layouts/aapaper.inc
%%DATADIR%%/layouts/aapaper.layout
%%DATADIR%%/layouts/aastex.layout
+%%DATADIR%%/layouts/achemso.layout
+%%DATADIR%%/layouts/acmsiggraph.layout
%%DATADIR%%/layouts/agu-dtd.layout
%%DATADIR%%/layouts/agu_stdclass.inc
%%DATADIR%%/layouts/agu_stdcounters.inc
@@ -876,23 +1076,20 @@ share/locale/tr/LC_MESSAGES/lyx.mo
%%DATADIR%%/layouts/agu_stdtitle.inc
%%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/arab-article.layout
+%%DATADIR%%/layouts/armenian-article.layout
+%%DATADIR%%/layouts/article-beamer.layout
%%DATADIR%%/layouts/article.layout
%%DATADIR%%/layouts/beamer.layout
%%DATADIR%%/layouts/book.layout
+%%DATADIR%%/layouts/braille.module
%%DATADIR%%/layouts/broadway.layout
%%DATADIR%%/layouts/chess.layout
%%DATADIR%%/layouts/cl2emult.layout
-%%DATADIR%%/layouts/cv.layout
%%DATADIR%%/layouts/db_lyxmacros.inc
%%DATADIR%%/layouts/db_stdcharstyles.inc
%%DATADIR%%/layouts/db_stdclass.inc
@@ -908,37 +1105,55 @@ share/locale/tr/LC_MESSAGES/lyx.mo
%%DATADIR%%/layouts/docbook-chapter.layout
%%DATADIR%%/layouts/docbook-section.layout
%%DATADIR%%/layouts/docbook.layout
+%%DATADIR%%/layouts/doublecol-new.layout
%%DATADIR%%/layouts/dtk.layout
%%DATADIR%%/layouts/egs.layout
%%DATADIR%%/layouts/elsart.layout
+%%DATADIR%%/layouts/elsarticle.layout
+%%DATADIR%%/layouts/endnotes.module
%%DATADIR%%/layouts/entcs.layout
+%%DATADIR%%/layouts/eqs-within-sections.module
+%%DATADIR%%/layouts/europecv.layout
%%DATADIR%%/layouts/extarticle.layout
%%DATADIR%%/layouts/extbook.layout
%%DATADIR%%/layouts/extletter.layout
%%DATADIR%%/layouts/extreport.layout
+%%DATADIR%%/layouts/figs-within-sections.module
%%DATADIR%%/layouts/foils.layout
+%%DATADIR%%/layouts/foottoend.module
%%DATADIR%%/layouts/g-brief-de.layout
%%DATADIR%%/layouts/g-brief-en.layout
%%DATADIR%%/layouts/g-brief2.layout
+%%DATADIR%%/layouts/hanging.module
%%DATADIR%%/layouts/heb-article.layout
%%DATADIR%%/layouts/heb-letter.layout
%%DATADIR%%/layouts/hollywood.layout
%%DATADIR%%/layouts/ijmpc.layout
%%DATADIR%%/layouts/ijmpd.layout
+%%DATADIR%%/layouts/iopart.layout
+%%DATADIR%%/layouts/isprs.layout
+%%DATADIR%%/layouts/jarticle.layout
+%%DATADIR%%/layouts/jbook.layout
%%DATADIR%%/layouts/jgrga.layout
+%%DATADIR%%/layouts/jreport.layout
+%%DATADIR%%/layouts/jsarticle.layout
+%%DATADIR%%/layouts/jsbook.layout
+%%DATADIR%%/layouts/jss.layout
%%DATADIR%%/layouts/kluwer.layout
%%DATADIR%%/layouts/latex8.layout
%%DATADIR%%/layouts/letter.layout
-%%DATADIR%%/layouts/linuxdoc.layout
+%%DATADIR%%/layouts/linguistics.module
%%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/logicalmkup.module
%%DATADIR%%/layouts/ltugboat.layout
%%DATADIR%%/layouts/lyxmacros.inc
-%%DATADIR%%/layouts/manpage.layout
%%DATADIR%%/layouts/memoir.layout
+%%DATADIR%%/layouts/minimalistic.module
+%%DATADIR%%/layouts/moderncv.layout
%%DATADIR%%/layouts/mwart.layout
%%DATADIR%%/layouts/mwbk.layout
%%DATADIR%%/layouts/mwrep.layout
@@ -946,10 +1161,13 @@ share/locale/tr/LC_MESSAGES/lyx.mo
%%DATADIR%%/layouts/numreport.inc
%%DATADIR%%/layouts/numrevtex.inc
%%DATADIR%%/layouts/paper.layout
+%%DATADIR%%/layouts/powerdot.layout
+%%DATADIR%%/layouts/recipebook.layout
%%DATADIR%%/layouts/report.layout
%%DATADIR%%/layouts/revtex.layout
%%DATADIR%%/layouts/revtex4.layout
%%DATADIR%%/layouts/scrartcl.layout
+%%DATADIR%%/layouts/scrarticle-beamer.layout
%%DATADIR%%/layouts/scrbook.layout
%%DATADIR%%/layouts/scrclass.inc
%%DATADIR%%/layouts/scrlettr.layout
@@ -957,11 +1175,18 @@ share/locale/tr/LC_MESSAGES/lyx.mo
%%DATADIR%%/layouts/scrreprt.layout
%%DATADIR%%/layouts/seminar.layout
%%DATADIR%%/layouts/siamltex.layout
+%%DATADIR%%/layouts/sigplanconf.layout
+%%DATADIR%%/layouts/simplecv.layout
+%%DATADIR%%/layouts/singlecol-new.layout
+%%DATADIR%%/layouts/singlecol.layout
%%DATADIR%%/layouts/slides.layout
%%DATADIR%%/layouts/spie.layout
+%%DATADIR%%/layouts/stdcharstyles.inc
%%DATADIR%%/layouts/stdclass.inc
%%DATADIR%%/layouts/stdcounters.inc
+%%DATADIR%%/layouts/stdcustom.inc
%%DATADIR%%/layouts/stdfloats.inc
+%%DATADIR%%/layouts/stdinsets.inc
%%DATADIR%%/layouts/stdlayouts.inc
%%DATADIR%%/layouts/stdletter.inc
%%DATADIR%%/layouts/stdlists.inc
@@ -970,12 +1195,43 @@ share/locale/tr/LC_MESSAGES/lyx.mo
%%DATADIR%%/layouts/stdstruct.inc
%%DATADIR%%/layouts/stdtitle.inc
%%DATADIR%%/layouts/svglobal.layout
+%%DATADIR%%/layouts/svglobal3.layout
%%DATADIR%%/layouts/svjog.layout
%%DATADIR%%/layouts/svjour.inc
+%%DATADIR%%/layouts/svmono.layout
+%%DATADIR%%/layouts/svmult.layout
%%DATADIR%%/layouts/svprobth.layout
+%%DATADIR%%/layouts/tabs-within-sections.module
+%%DATADIR%%/layouts/tarticle.layout
+%%DATADIR%%/layouts/tbook.layout
+%%DATADIR%%/layouts/theorems-ams-bytype.inc
+%%DATADIR%%/layouts/theorems-ams-bytype.module
+%%DATADIR%%/layouts/theorems-ams-extended-bytype.module
+%%DATADIR%%/layouts/theorems-ams-extended.module
+%%DATADIR%%/layouts/theorems-ams.inc
+%%DATADIR%%/layouts/theorems-ams.module
+%%DATADIR%%/layouts/theorems-bytype.inc
+%%DATADIR%%/layouts/theorems-bytype.module
+%%DATADIR%%/layouts/theorems-chap-bytype.module
+%%DATADIR%%/layouts/theorems-chap.module
+%%DATADIR%%/layouts/theorems-order.inc
+%%DATADIR%%/layouts/theorems-proof.inc
+%%DATADIR%%/layouts/theorems-sec-bytype.module
+%%DATADIR%%/layouts/theorems-sec.module
+%%DATADIR%%/layouts/theorems-starred-equivalents.inc
+%%DATADIR%%/layouts/theorems-starred.inc
+%%DATADIR%%/layouts/theorems-starred.module
+%%DATADIR%%/layouts/theorems-std.module
+%%DATADIR%%/layouts/theorems.inc
+%%DATADIR%%/layouts/treport.layout
+%%DATADIR%%/layouts/tufte-book.layout
+%%DATADIR%%/layouts/tufte-handout.layout
%%DATADIR%%/lyx2lyx/LyX.py
%%DATADIR%%/lyx2lyx/LyX.pyc
%%DATADIR%%/lyx2lyx/LyX.pyo
+%%DATADIR%%/lyx2lyx/generate_encoding_info.py
+%%DATADIR%%/lyx2lyx/generate_encoding_info.pyc
+%%DATADIR%%/lyx2lyx/generate_encoding_info.pyo
%%DATADIR%%/lyx2lyx/lyx2lyx
%%DATADIR%%/lyx2lyx/lyx2lyx_lang.py
%%DATADIR%%/lyx2lyx/lyx2lyx_lang.pyc
@@ -1022,13 +1278,18 @@ share/locale/tr/LC_MESSAGES/lyx.mo
%%DATADIR%%/lyx2lyx/lyx_1_5.py
%%DATADIR%%/lyx2lyx/lyx_1_5.pyc
%%DATADIR%%/lyx2lyx/lyx_1_5.pyo
+%%DATADIR%%/lyx2lyx/lyx_1_6.py
+%%DATADIR%%/lyx2lyx/lyx_1_6.pyc
+%%DATADIR%%/lyx2lyx/lyx_1_6.pyo
%%DATADIR%%/lyx2lyx/parser_tools.py
%%DATADIR%%/lyx2lyx/parser_tools.pyc
%%DATADIR%%/lyx2lyx/parser_tools.pyo
%%DATADIR%%/lyx2lyx/profiling.py
%%DATADIR%%/lyx2lyx/profiling.pyc
%%DATADIR%%/lyx2lyx/profiling.pyo
-%%DATADIR%%/lyxrc.example
+%%DATADIR%%/lyx2lyx/test_parser_tools.py
+%%DATADIR%%/lyx2lyx/test_parser_tools.pyc
+%%DATADIR%%/lyx2lyx/test_parser_tools.pyo
%%DATADIR%%/scripts/TeXFiles.py
%%DATADIR%%/scripts/TeXFiles.pyc
%%DATADIR%%/scripts/TeXFiles.pyo
@@ -1038,9 +1299,15 @@ share/locale/tr/LC_MESSAGES/lyx.mo
%%DATADIR%%/scripts/convertDefault.py
%%DATADIR%%/scripts/convertDefault.pyc
%%DATADIR%%/scripts/convertDefault.pyo
+%%DATADIR%%/scripts/csv2lyx.py
+%%DATADIR%%/scripts/csv2lyx.pyc
+%%DATADIR%%/scripts/csv2lyx.pyo
%%DATADIR%%/scripts/date.py
%%DATADIR%%/scripts/date.pyc
%%DATADIR%%/scripts/date.pyo
+%%DATADIR%%/scripts/ext_copy.py
+%%DATADIR%%/scripts/ext_copy.pyc
+%%DATADIR%%/scripts/ext_copy.pyo
%%DATADIR%%/scripts/fen2ascii.py
%%DATADIR%%/scripts/fen2ascii.pyc
%%DATADIR%%/scripts/fen2ascii.pyo
@@ -1060,6 +1327,9 @@ share/locale/tr/LC_MESSAGES/lyx.mo
%%DATADIR%%/scripts/legacy_lyxpreview2ppm.pyc
%%DATADIR%%/scripts/legacy_lyxpreview2ppm.pyo
%%DATADIR%%/scripts/listerrors
+%%DATADIR%%/scripts/lyxpreview-platex2bitmap.py
+%%DATADIR%%/scripts/lyxpreview-platex2bitmap.pyc
+%%DATADIR%%/scripts/lyxpreview-platex2bitmap.pyo
%%DATADIR%%/scripts/lyxpreview2bitmap.py
%%DATADIR%%/scripts/lyxpreview2bitmap.pyc
%%DATADIR%%/scripts/lyxpreview2bitmap.pyo
@@ -1071,42 +1341,52 @@ share/locale/tr/LC_MESSAGES/lyx.mo
%%DATADIR%%/scripts/tex_copy.pyo
%%DATADIR%%/symbols
%%DATADIR%%/syntax.default
+%%DATADIR%%/templates/ACM-siggraph.lyx
+%%DATADIR%%/templates/ACM-sigplan.lyx
%%DATADIR%%/templates/IEEEtran.lyx
+%%DATADIR%%/templates/JSS-article.lyx
%%DATADIR%%/templates/README.new_templates
%%DATADIR%%/templates/aa.lyx
%%DATADIR%%/templates/aastex.lyx
%%DATADIR%%/templates/agu_article.lyx
+%%DATADIR%%/templates/apa.lyx
%%DATADIR%%/templates/beamer-conference-ornate-20min.lyx
%%DATADIR%%/templates/de_beamer-conference-ornate-20min.lyx
%%DATADIR%%/templates/dinbrief.lyx
%%DATADIR%%/templates/docbook_article.lyx
-%%DATADIR%%/templates/elsart.lyx
+%%DATADIR%%/templates/elsarticle.lyx
+%%DATADIR%%/templates/es_beamer-conference-ornate-20min.lyx
%%DATADIR%%/templates/fr_beamer-conference-ornate-20min.lyx
%%DATADIR%%/templates/g-brief-de.lyx
%%DATADIR%%/templates/g-brief-en.lyx
+%%DATADIR%%/templates/g-brief2.lyx
%%DATADIR%%/templates/hollywood.lyx
%%DATADIR%%/templates/ijmpc.lyx
%%DATADIR%%/templates/ijmpd.lyx
+%%DATADIR%%/templates/iop-article.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%%/templates/svjour3.lyx
+%%DATADIR%%/templates/svmono_book.lyx
+%%DATADIR%%/templates/svmult_appendix.lyx
+%%DATADIR%%/templates/svmult_author.lyx
+%%DATADIR%%/templates/svmult_editor.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%%/ui/classic.ui
%%DATADIR%%/ui/default.ui
-%%DATADIR%%/ui/default-alltoolbars.ui
-%%DATADIR%%/ui/default-autotoolbars.ui
+%%DATADIR%%/ui/stdcontext.inc
%%DATADIR%%/ui/stdmenus.inc
%%DATADIR%%/ui/stdtoolbars.inc
+%%DATADIR%%/unicodesymbols
@dirrm %%DATADIR%%/ui
@dirrm %%DATADIR%%/tex
@dirrm %%DATADIR%%/templates
@@ -1115,9 +1395,70 @@ share/locale/tr/LC_MESSAGES/lyx.mo
@dirrm %%DATADIR%%/layouts
@dirrm %%DATADIR%%/kbd
@dirrm %%DATADIR%%/images/math
+@dirrm %%DATADIR%%/images/commands
@dirrm %%DATADIR%%/images
+@dirrm %%DATADIR%%/fonts
+@dirrm %%DATADIR%%/examples/uk
+@dirrm %%DATADIR%%/examples/sl
+@dirrm %%DATADIR%%/examples/sk
+@dirrm %%DATADIR%%/examples/ru
+@dirrm %%DATADIR%%/examples/ro
+@dirrm %%DATADIR%%/examples/pt
+@dirrm %%DATADIR%%/examples/pl
+@dirrm %%DATADIR%%/examples/nl
+@dirrm %%DATADIR%%/examples/ja
+@dirrm %%DATADIR%%/examples/it
+@dirrm %%DATADIR%%/examples/id
+@dirrm %%DATADIR%%/examples/hu
+@dirrm %%DATADIR%%/examples/he
+@dirrm %%DATADIR%%/examples/gl
+@dirrm %%DATADIR%%/examples/fr
+@dirrm %%DATADIR%%/examples/fa
+@dirrm %%DATADIR%%/examples/eu
+@dirrm %%DATADIR%%/examples/es
+@dirrm %%DATADIR%%/examples/de
+@dirrm %%DATADIR%%/examples/da
+@dirrm %%DATADIR%%/examples/cs
+@dirrm %%DATADIR%%/examples/ca
@dirrm %%DATADIR%%/examples
+@dirrm %%DATADIR%%/doc/zh_CN
+@dirrm %%DATADIR%%/doc/uk/clipart
+@dirrm %%DATADIR%%/doc/uk
+@dirrm %%DATADIR%%/doc/sv
+@dirrm %%DATADIR%%/doc/sl
+@dirrm %%DATADIR%%/doc/sk
+@dirrm %%DATADIR%%/doc/ru
+@dirrm %%DATADIR%%/doc/ro
+@dirrm %%DATADIR%%/doc/pt
+@dirrm %%DATADIR%%/doc/pl
+@dirrm %%DATADIR%%/doc/nl
+@dirrm %%DATADIR%%/doc/nb
+@dirrm %%DATADIR%%/doc/ja/clipart
+@dirrm %%DATADIR%%/doc/ja
+@dirrm %%DATADIR%%/doc/it/clipart
+@dirrm %%DATADIR%%/doc/it
+@dirrm %%DATADIR%%/doc/id/clipart
+@dirrm %%DATADIR%%/doc/id
+@dirrm %%DATADIR%%/doc/hu
+@dirrm %%DATADIR%%/doc/he
+@dirrm %%DATADIR%%/doc/gl
+@dirrm %%DATADIR%%/doc/fr/clipart
+@dirrm %%DATADIR%%/doc/fr
+@dirrm %%DATADIR%%/doc/eu
+@dirrm %%DATADIR%%/doc/es/clipart
+@dirrm %%DATADIR%%/doc/es
+@dirrm %%DATADIR%%/doc/de/clipart
+@dirrm %%DATADIR%%/doc/de
+@dirrm %%DATADIR%%/doc/da
+@dirrm %%DATADIR%%/doc/cs
+@dirrm %%DATADIR%%/doc/clipart
+@dirrm %%DATADIR%%/doc/ca
+@dirrm %%DATADIR%%/doc/biblio
@dirrm %%DATADIR%%/doc
-@dirrm %%DATADIR%%/clipart
+@dirrm %%DATADIR%%/commands
+@dirrm %%DATADIR%%/bind/sv
+@dirrm %%DATADIR%%/bind/pt
+@dirrm %%DATADIR%%/bind/fi
+@dirrm %%DATADIR%%/bind/de
@dirrm %%DATADIR%%/bind
@dirrm %%DATADIR%%
diff --git a/print/lyx16/Makefile b/print/lyx16/Makefile
index be0d91b7e057..b42f58923d2e 100644
--- a/print/lyx16/Makefile
+++ b/print/lyx16/Makefile
@@ -6,115 +6,70 @@
#
PORTNAME= lyx
-PORTVERSION= 1.4.5.1
-PORTREVISION= 4
-CATEGORIES= print
-MASTER_SITES= ftp://ftp.lyx.org/pub/lyx/stable/1.4.x/ \
- http://www-ftp.lip6.fr/ftp/pub/lyx/stable/1.4.x/ \
- ftp://gd.tuwien.ac.at/publishing/tex/lyx/stable/1.4.x/ \
- ftp://ftp.ntua.gr/pub/X11/LyX/stable/1.4.x/ \
- http://sunsite.icm.edu.pl/pub/unix/editors/lyx/stable/1.4.x/ \
- ftp://ftp.chg.ru/pub/X11/lyx/stable/1.4.x/
+PORTVERSION= ${MAJOR_VERSION}.6.1
+CATEGORIES= print editors
+MASTER_SITES= ftp://ftp.lyx.org/pub/lyx/stable/${MAJOR_VERSION}.x/ \
+ http://www-ftp.lip6.fr/ftp/pub/lyx/stable/${MAJOR_VERSION}.x/ \
+ ftp://gd.tuwien.ac.at/publishing/tex/lyx/stable/${MAJOR_VERSION}.x/ \
+ ftp://ftp.ntua.gr/pub/X11/LyX/stable/${MAJOR_VERSION}.x/ \
+ http://sunsite.icm.edu.pl/pub/unix/editors/lyx/stable/${MAJOR_VERSION}.x/ \
+ ftp://ftp.chg.ru/pub/X11/lyx/stable/${MAJOR_VERSION}.x/
-MAINTAINER= mi@aldan.algebra.com
-COMMENT= Document processor interfaced with LaTeX (nearly WYSIWYG)
+MAINTAINER= aldis@bsdroot.lv
+COMMENT= Document processor interfaced with LaTeX (nearly WYSIWYG) (stable)
-BUILD_DEPENDS= latex:${PORTSDIR}/print/teTeX
-RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX
-LIB_DEPENDS= boost_regex:${PORTSDIR}/devel/boost-libs
+LIB_DEPENDS= boost_regex.4:${PORTSDIR}/devel/boost-libs
-OPTIONS= QT "Use Qt (instead of XForms)" ${QT_PRESENT} \
- ASPELL "Utilize ASPELL library" on \
- AIKSAUR "Build Aiksaurus support (English thesaurus)" on \
- ISPELL "Depend on ISPELL as well" off
-ALL_TARGET= all check
-USE_BZIP2= yes
-USE_GNOME= gnometarget lthack
-USE_PERL5= yes
-USE_PYTHON= yes
-USE_GETTEXT= yes
+CONFLICTS= lyx-1.4*
+MAJOR_VERSION= 1.6
+
+USE_BZIP= yes
USE_GMAKE= yes
+USE_QT_VER= 4
+QT_COMPONENTS= gui moc_build uic_build rcc_build
+USE_PYTHON= yes
+USE_PERL= yes
GNU_CONFIGURE= yes
-EXTRACT_AFTER_ARGS=| ${TAR} -xf - --exclude ${PORTNAME}-${PORTVERSION}/intl/*.[ch] --exclude ${PORTNAME}-${PORTVERSION}/boost
-CONFIGURE_ARGS= --with-extra-lib="${LOCALBASE}/lib" \
+CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" LDFLAGS="${PTHREAD_LIBS}"
+CONFIGURE_ARGS= --with-frontend=qt4 \
--without-included-boost \
- --with-extra-inc="${LOCALBASE}/include"
-MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \
- AUTOHEADER="${TRUE}"
-MAN1= lyx.1 tex2lyx.1 lyxclient.1
+ --without-included-gettext \
+ --with-libiconv-prefix=${LOCALBASE} \
+ --with-extra-prefix=${LOCALBASE}
+MAKE_JOBS_SAFE= yes
-post-patch:
- # Removing mention of the bundled boost
- ${REINPLACE_CMD} -e 's, boost/[^ ]*Makefile,,g' ${WRKSRC}/configure
- ${REINPLACE_CMD} -e 's,detail/nullstream,utils/nullstream,' \
- ${WRKSRC}/src/pch.h ${WRKSRC}/src/support/pch.h \
- ${WRKSRC}/src/support/debugstream.h
- ${REINPLACE_CMD} -e 's,boost/regex\.hpp,boost/cregex.hpp,' \
- ${WRKSRC}/src/support/filetools.C
- ${REINPLACE_CMD} -e 's,/bin/bash,/bin/sh,' \
- ${WRKSRC}/src/support/tests/test_*
+MAN1= lyx.1 lyxclient.1 tex2lyx.1
-pre-configure:
- # If the installed Boost is 1.34 or later, we must compile
- # with exceptions enabled:
- ${AWK} '/#define BOOST_VERSION / {exit($$NF >= 103400)}' \
- ${LOCALBASE}/include/boost/version.hpp || \
- ${REINPLACE_CMD} -e 's,\(AM_CXXFLAGS="\)-fno-exceptions,\1,' \
- ${WRKSRC}/${CONFIGURE_SCRIPT}
+OPTIONS= ASPELL "Use Aspell library" on \
+ AIKSAUR "Build Aiksaurus support (English thesaurus)" on \
+ NLS "Native language support" on
-post-configure:
- # Removing explicit linking with -lc
- ${REINPLACE_CMD} -e 's,-lc ,,' ${WRKSRC}/*/Makefile
-
-.include <bsd.port.pre.mk>
-
-.if exists(${LOCALBASE}/bin/makepsres)
-PLIST_SUB+= PSRES=
-.else
-PLIST_SUB+= PSRES='@comment '
-.endif
+.include <bsd.port.options.mk>
-.if defined(WITH_AIKSAUR)
+.if !defined(WITHOUT_AIKSAUR)
LIB_DEPENDS+= Aiksaurus:${PORTSDIR}/textproc/aiksaurus
.else
-CONFIGURE_ARGS+=--without-aiksaurus
+CONFIGURE_ARGS+= --without-aiksaurus
.endif
-.if defined(WITH_QT)
-LIB_DEPENDS+= qt-mt:${PORTSDIR}/x11-toolkits/qt33
-CONFIGURE_ARGS+= --with-frontend=qt
-CFLAGS+= ${PTHREAD_CFLAGS}
-CONFIGURE_ENV+= LDFLAGS=${PTHREAD_LIBS}
-RUN_DEPENDS+= ${LOCALBASE}/lib/X11/fonts/texcm-ttf/cmex10.ttf:${PORTSDIR}/x11-fonts/texcm-ttf
-.else
-LIB_DEPENDS+= forms:${PORTSDIR}/x11-toolkits/xforms
-CONFIGURE_ARGS+=--with-frontend=xforms
-USE_XORG= x11
-.endif
-
-.if defined(WITH_ASPELL)
+.if !defined(WITHOUT_ASPELL)
LIB_DEPENDS+= aspell:${PORTSDIR}/textproc/aspell
CONFIGURE_ARGS+= --with-pspell \
--with-pspell-lib="${LOCALBASE}/lib" \
--with-pspell-include="${LOCALBASE}/include"
.else
-CONFIGURE_ARGS+=--without-aspell --without-pspell
-.endif
-
-.if defined(WITH_ISPELL)
-RUN_DEPENDS+= ispell:${PORTSDIR}/textproc/ispell
-.else
-CONFIGURE_ARGS+=--without-ispell
+CONFIGURE_ARGS+= --without-aspell --without-pspell
.endif
-.if exists(${LOCALBASE}/lib/libqt-mt.prl)
-QT_PRESENT= on
+.if defined(WITHOUT_NLS)
+CONFIGURE_ARGS+= --disable-nls
+PLIST_SUB+= NLS="@comment "
.else
-QT_PRESENT= off
+USE_GETTEXT= yes
+PLIST_SUB+= NLS=""
.endif
-.if ${OSVERSION} >= 700007 && ${ARCH} == i386 && ${CXX} == c++
-#BROKEN= C++ compiler seg-faults, try using a different one and report to ${MAINTAINER}
-.endif
+post-install:
+ @${CAT} ${PKGMESSAGE}
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/print/lyx16/distinfo b/print/lyx16/distinfo
index 55fcdfccac5b..359fda7a3f3e 100644
--- a/print/lyx16/distinfo
+++ b/print/lyx16/distinfo
@@ -1,3 +1,3 @@
-MD5 (lyx-1.4.5.1.tar.bz2) = b74d82e80c49c7edb782ec7395b7ca27
-SHA256 (lyx-1.4.5.1.tar.bz2) = b26a09cc29aaf77f4a4593d437b62fcf044926e481a8468ac6eb2e5ac695ca9b
-SIZE (lyx-1.4.5.1.tar.bz2) = 8026585
+MD5 (lyx-1.6.6.1.tar.gz) = 5c43c3161cbec08c78f246cca5761636
+SHA256 (lyx-1.6.6.1.tar.gz) = e566acba82f886dc0276198c2a4a964e44845eec4e83d6fde1bd147130110d6f
+SIZE (lyx-1.6.6.1.tar.gz) = 15698964
diff --git a/print/lyx16/files/patch-boost-134 b/print/lyx16/files/patch-boost-134
deleted file mode 100644
index 2bfe3a8f6140..000000000000
--- a/print/lyx16/files/patch-boost-134
+++ /dev/null
@@ -1,22 +0,0 @@
---- src/support/path.h Mon Oct 6 11:43:21 2003
-+++ src/support/path.h Fri Jul 6 14:23:38 2007
-@@ -55,5 +55,5 @@
- // we add this macro:
- ///
--#ifndef PATH_C
-+#if 0
- #define Path(x) unnamed_Path;
- #endif
---- src/client/client.C Wed Apr 12 05:37:33 2006
-+++ src/client/client.C Fri Jul 6 15:47:26 2007
-@@ -94,5 +94,10 @@
- for (; beg != end; ++beg) {
- if (prefixIs(beg->leaf(), "lyx_tmpdir" + pid)) {
-+#include <boost/version.hpp>
-+#if BOOST_VERSION < 103400
- fs::path lyxsocket = *beg / "lyxsocket";
-+#else
-+ fs::path lyxsocket = beg->path() / "lyxsocket";
-+#endif
- if (fs::exists(lyxsocket)) {
- dirlist.push_back(lyxsocket);
diff --git a/print/lyx16/files/patch-src-support-fs_extras.C b/print/lyx16/files/patch-src-support-fs_extras.C
deleted file mode 100644
index a109e06f5b87..000000000000
--- a/print/lyx16/files/patch-src-support-fs_extras.C
+++ /dev/null
@@ -1,62 +0,0 @@
---- src/support/fs_extras.C.orig 2005-05-07 18:31:16.000000000 +0400
-+++ src/support/fs_extras.C 2009-03-23 18:01:11.000000000 +0300
-@@ -93,13 +93,15 @@
- {
-
- #ifdef BOOST_POSIX
-+#include <boost/version.hpp>
- int const infile = ::open(source.string().c_str(), O_RDONLY);
- if (infile == -1) {
- boost::throw_exception(
-- filesystem_error(
-+ basic_filesystem_error<path>(
- "boost::filesystem::copy_file",
- source, target,
-- fs::detail::system_error_code()));
-+ boost::system::error_code(errno, boost::system::get_system_category()))
-+ );
- }
-
- struct stat source_stat;
-@@ -107,10 +109,11 @@
- if (ret == -1) {
- ::close(infile);
- boost::throw_exception(
-- filesystem_error(
-+ basic_filesystem_error<path>(
- "boost::filesystem::copy_file",
- source, target,
-- fs::detail::system_error_code()));
-+ boost::system::error_code(errno, boost::system::get_system_category()))
-+ );
- }
-
- int const flags = O_WRONLY | O_CREAT | (noclobber ? O_EXCL : O_TRUNC);
-@@ -119,10 +122,11 @@
- if (outfile == -1) {
- ::close(infile);
- boost::throw_exception(
-- filesystem_error(
-+ basic_filesystem_error<path>(
- "boost::filesystem::copy_file",
- source, target,
-- fs::detail::system_error_code()));
-+ boost::system::error_code(errno, boost::system::get_system_category()))
-+ );
- }
-
- std::size_t const buf_sz = 32768;
-@@ -149,10 +153,11 @@
-
- if (in == -1 || out == -1)
- boost::throw_exception(
-- filesystem_error(
-+ basic_filesystem_error<path>(
- "boost::filesystem::copy_file",
- source, target,
-- fs::detail::system_error_code()));
-+ boost::system::error_code(errno, boost::system::get_system_category()))
-+ );
- #endif
- #ifdef BOOST_WINDOWS
- if (::CopyFile(source.string().c_str(), target.string().c_str(), noclobber) == 0) {
diff --git a/print/lyx16/files/patch-src-support-tests-convert.C b/print/lyx16/files/patch-src-support-tests-convert.C
deleted file mode 100644
index ca9a46941ba8..000000000000
--- a/print/lyx16/files/patch-src-support-tests-convert.C
+++ /dev/null
@@ -1,12 +0,0 @@
---- src/support/tests/convert.C.orig 2005-01-28 00:05:44.000000000 +0300
-+++ src/support/tests/convert.C 2009-03-25 06:33:54.000000000 +0300
-@@ -74,8 +74,7 @@
- << convert<string>(false) << '\n'
-
- << convert<string>('a') << '\n'
-- << convert<string>(1.0) << '\n'
-- << convert<string>(1.1) << endl;
-+ << convert<string>(1.0) << endl;
- }
-
- int main()
diff --git a/print/lyx16/files/patch-src-support-tests-regfiles-convert b/print/lyx16/files/patch-src-support-tests-regfiles-convert
deleted file mode 100644
index a63e24103730..000000000000
--- a/print/lyx16/files/patch-src-support-tests-regfiles-convert
+++ /dev/null
@@ -1,7 +0,0 @@
---- src/support/tests/regfiles/convert.orig 2005-01-28 00:05:44.000000000 +0300
-+++ src/support/tests/regfiles/convert 2009-03-25 06:34:11.000000000 +0300
-@@ -46,4 +46,3 @@
- false
- a
- 1
--1.1
diff --git a/print/lyx16/pkg-descr b/print/lyx16/pkg-descr
index 1e258d2b80eb..eef8211b0551 100644
--- a/print/lyx16/pkg-descr
+++ b/print/lyx16/pkg-descr
@@ -1,10 +1,26 @@
-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.
+LyX is a document processor that encourages an approach to writing
+based on the structure of your documents (WYSIWYM) and not simply
+their appearance (WYSIWYG).
-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.
+LyX combines the power and flexibility of TeX/LaTeX with the ease
+of use of a graphical interface. This results in world-class support
+for creation of mathematical content (via a fully integrated equation
+editor) and structured documents like academic articles, theses,
+and books. In addition, staples of scientific authoring such as
+reference list and index creation come standard. But you can also
+use LyX to create a letter or a novel or a theatre play or film
+script. A broad array of ready, well-designed document layouts are
+built in.
-WWW: http://www.lyx.org/
+LyX is for people who want their writing to look great, right out
+of the box. No more endless tinkering with formatting details,
+"finger painting" font attributes or futzing around with page
+boundaries. You just write. On screen, LyX looks like any word
+processor; its printed output - or richly cross-referenced PDF,
+just as readily produced - looks like nothing else.
+
+LyX is released under a Free Software/Open Source license, runs on
+Linux/Unix, Windows, and Mac OS X, and is available in several
+languages.
+
+WWW: http://www.lyx.org/
diff --git a/print/lyx16/pkg-message b/print/lyx16/pkg-message
new file mode 100644
index 000000000000..bc2d9e106be4
--- /dev/null
+++ b/print/lyx16/pkg-message
@@ -0,0 +1,6 @@
+For lyx to work you need to install some kind of TeX software.
+
+The easiest way is porbably to install print/teTeX port which is quite old.
+
+A newer alternative could be TeXLive:
+ http://code.google.com/p/freebsd-texlive/
diff --git a/print/lyx16/pkg-plist b/print/lyx16/pkg-plist
index 93f5cbf8bd9d..a8b18ed5d71e 100644
--- a/print/lyx16/pkg-plist
+++ b/print/lyx16/pkg-plist
@@ -1,162 +1,250 @@
bin/lyx
-bin/tex2lyx
bin/lyxclient
-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/gl/LC_MESSAGES/lyx.mo
-share/locale/hu/LC_MESSAGES/lyx.mo
-share/locale/it/LC_MESSAGES/lyx.mo
-share/locale/nb/LC_MESSAGES/lyx.mo
-share/locale/nl/LC_MESSAGES/lyx.mo
-share/locale/nn/LC_MESSAGES/lyx.mo
-share/locale/pl/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/tr/LC_MESSAGES/lyx.mo
+bin/tex2lyx
+%%NLS%%share/locale/ar/LC_MESSAGES/lyx.mo
+%%NLS%%share/locale/ca/LC_MESSAGES/lyx.mo
+%%NLS%%share/locale/cs/LC_MESSAGES/lyx.mo
+%%NLS%%share/locale/de/LC_MESSAGES/lyx.mo
+%%NLS%%share/locale/el/LC_MESSAGES/lyx.mo
+%%NLS%%share/locale/en/LC_MESSAGES/lyx.mo
+%%NLS%%share/locale/es/LC_MESSAGES/lyx.mo
+%%NLS%%share/locale/eu/LC_MESSAGES/lyx.mo
+%%NLS%%share/locale/fi/LC_MESSAGES/lyx.mo
+%%NLS%%share/locale/fr/LC_MESSAGES/lyx.mo
+%%NLS%%share/locale/gl/LC_MESSAGES/lyx.mo
+%%NLS%%share/locale/he/LC_MESSAGES/lyx.mo
+%%NLS%%share/locale/hu/LC_MESSAGES/lyx.mo
+%%NLS%%share/locale/id/LC_MESSAGES/lyx.mo
+%%NLS%%share/locale/it/LC_MESSAGES/lyx.mo
+%%NLS%%share/locale/ja/LC_MESSAGES/lyx.mo
+%%NLS%%share/locale/nb/LC_MESSAGES/lyx.mo
+%%NLS%%share/locale/nn/LC_MESSAGES/lyx.mo
+%%NLS%%share/locale/pl/LC_MESSAGES/lyx.mo
+%%NLS%%share/locale/pt/LC_MESSAGES/lyx.mo
+%%NLS%%share/locale/ro/LC_MESSAGES/lyx.mo
+%%NLS%%share/locale/ru/LC_MESSAGES/lyx.mo
+%%NLS%%share/locale/sk/LC_MESSAGES/lyx.mo
+%%NLS%%share/locale/tr/LC_MESSAGES/lyx.mo
+%%NLS%%share/locale/uk/LC_MESSAGES/lyx.mo
+%%NLS%%share/locale/zh_CN/LC_MESSAGES/lyx.mo
+%%NLS%%share/locale/zh_TW/LC_MESSAGES/lyx.mo
%%DATADIR%%/CREDITS
-%%DATADIR%%/unicodesymbols
%%DATADIR%%/bind/aqua.bind
%%DATADIR%%/bind/broadway.bind
%%DATADIR%%/bind/cua.bind
%%DATADIR%%/bind/cyrkeys.bind
-%%DATADIR%%/bind/de_menus.bind
+%%DATADIR%%/bind/de/menus.bind
%%DATADIR%%/bind/emacs.bind
-%%DATADIR%%/bind/fi_menus.bind
+%%DATADIR%%/bind/fi/menus.bind
%%DATADIR%%/bind/greekkeys.bind
%%DATADIR%%/bind/hollywood.bind
%%DATADIR%%/bind/latinkeys.bind
%%DATADIR%%/bind/mac.bind
%%DATADIR%%/bind/math.bind
%%DATADIR%%/bind/menus.bind
-%%DATADIR%%/bind/pt_menus.bind
+%%DATADIR%%/bind/pt/menus.bind
%%DATADIR%%/bind/sciword.bind
-%%DATADIR%%/bind/sv_menus.bind
+%%DATADIR%%/bind/site.bind
+%%DATADIR%%/bind/sv/menus.bind
%%DATADIR%%/bind/xemacs.bind
%%DATADIR%%/chkconfig.ltx
-%%DATADIR%%/clipart/BoxInsetDefault.png
-%%DATADIR%%/clipart/ComentNotaImagen.png
-%%DATADIR%%/clipart/CommentNoteImage.png
-%%DATADIR%%/clipart/CuadroMinipag.png
-%%DATADIR%%/clipart/GreyedOutNoteImage.png
-%%DATADIR%%/clipart/GrisNotaImagen.png
-%%DATADIR%%/clipart/LyXNoteImage.png
-%%DATADIR%%/clipart/NotaLyXImagen.png
-%%DATADIR%%/clipart/endnotes.pdf
-%%DATADIR%%/clipart/etiqueta.png
-%%DATADIR%%/clipart/float.png
-%%DATADIR%%/clipart/flotante.png
-%%DATADIR%%/clipart/footnote.png
-%%DATADIR%%/clipart/label.png
-%%DATADIR%%/clipart/notapie.png
-%%DATADIR%%/clipart/platypus.eps
-%%DATADIR%%/clipart/reference2.png
-%%DATADIR%%/clipart/referencia2.png
-%%DATADIR%%/clipart/with_fntright.pdf
-%%DATADIR%%/clipart/without_fntright.pdf
+%%DATADIR%%/commands/default.def
%%DATADIR%%/configure.py
%%DATADIR%%/configure.pyc
%%DATADIR%%/configure.pyo
%%DATADIR%%/doc/Customization.lyx
-%%DATADIR%%/doc/DocStyle.lyx
-%%DATADIR%%/doc/Extended.lyx
+%%DATADIR%%/doc/DummyDocument1.lyx
+%%DATADIR%%/doc/DummyDocument2.lyx
+%%DATADIR%%/doc/DummyTextDocument.txt
%%DATADIR%%/doc/EmbeddedObjects.lyx
-%%DATADIR%%/doc/FAQ.lyx
+%%DATADIR%%/doc/Extended.lyx
+%%DATADIR%%/doc/Formula-numbering.lyx
%%DATADIR%%/doc/Intro.lyx
-%%DATADIR%%/doc/LaTeXConfig.lyx.in
-%%DATADIR%%/doc/Reference.lyx
-%%DATADIR%%/doc/TOC.lyx
+%%DATADIR%%/doc/LFUNs.lyx
+%%DATADIR%%/doc/LaTeXConfig.lyx
+%%DATADIR%%/doc/Math.lyx
+%%DATADIR%%/doc/Shortcuts.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_EmbeddedObjects.lyx
-%%DATADIR%%/doc/es_Intro.lyx
-%%DATADIR%%/doc/es_TOC.lyx
-%%DATADIR%%/doc/es_Tutorial.lyx
-%%DATADIR%%/doc/escher-lsd.eps
-%%DATADIR%%/doc/eu_Customization.lyx
-%%DATADIR%%/doc/eu_Extended.lyx
-%%DATADIR%%/doc/eu_FAQ.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/gl_Intro.lyx
-%%DATADIR%%/doc/gl_TOC.lyx
-%%DATADIR%%/doc/gl_Tutorial.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/hu_Tutorial.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/nb_Intro.lyx
-%%DATADIR%%/doc/nb_TOC.lyx
-%%DATADIR%%/doc/nl_Intro.lyx
-%%DATADIR%%/doc/nl_TOC.lyx
-%%DATADIR%%/doc/nl_Tutorial.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/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%%/doc/biblio/LyXDocs.bib
+%%DATADIR%%/doc/biblio/alphadin.bst
+%%DATADIR%%/doc/ca/Intro.lyx
+%%DATADIR%%/doc/clipart/Abstract.pdf
+%%DATADIR%%/doc/clipart/BoxInsetDefaultQt4.png
+%%DATADIR%%/doc/clipart/ChangesToolbar.png
+%%DATADIR%%/doc/clipart/ChildDocumentQt4.png
+%%DATADIR%%/doc/clipart/CommentNoteImageQt4.png
+%%DATADIR%%/doc/clipart/ERT.png
+%%DATADIR%%/doc/clipart/ExternalMaterialQt4.png
+%%DATADIR%%/doc/clipart/ExtraToolbar.png
+%%DATADIR%%/doc/clipart/GreyedOutNoteImageQt4.png
+%%DATADIR%%/doc/clipart/LaTeX.png
+%%DATADIR%%/doc/clipart/LyXNoteImageQt4.png
+%%DATADIR%%/doc/clipart/MacroToolbar.png
+%%DATADIR%%/doc/clipart/SpaceMarker.png
+%%DATADIR%%/doc/clipart/StandardToolbar.png
+%%DATADIR%%/doc/clipart/ToolbarEnvBox.png
+%%DATADIR%%/doc/clipart/ViewToolbar.png
+%%DATADIR%%/doc/clipart/endnotes.pdf
+%%DATADIR%%/doc/clipart/escher-lsd.eps
+%%DATADIR%%/doc/clipart/floatQt4.png
+%%DATADIR%%/doc/clipart/footnoteQt4.png
+%%DATADIR%%/doc/clipart/labelQt4.png
+%%DATADIR%%/doc/clipart/macrobox.png
+%%DATADIR%%/doc/clipart/macrouse.png
+%%DATADIR%%/doc/clipart/mbox.png
+%%DATADIR%%/doc/clipart/mobius.eps
+%%DATADIR%%/doc/clipart/platypus.eps
+%%DATADIR%%/doc/clipart/referenceQt4.png
+%%DATADIR%%/doc/clipart/with_fntright.pdf
+%%DATADIR%%/doc/clipart/without_fntright.pdf
+%%DATADIR%%/doc/cs/Tutorial.lyx
+%%DATADIR%%/doc/da/Intro.lyx
+%%DATADIR%%/doc/de/Customization.lyx
+%%DATADIR%%/doc/de/DummyDocument1.lyx
+%%DATADIR%%/doc/de/DummyDocument2.lyx
+%%DATADIR%%/doc/de/DummyTextDocument.txt
+%%DATADIR%%/doc/de/EmbeddedObjects.lyx
+%%DATADIR%%/doc/de/Extended.lyx
+%%DATADIR%%/doc/de/Formelnummerierung.lyx
+%%DATADIR%%/doc/de/Intro.lyx
+%%DATADIR%%/doc/de/Math.lyx
+%%DATADIR%%/doc/de/Shortcuts.lyx
+%%DATADIR%%/doc/de/Tutorial.lyx
+%%DATADIR%%/doc/de/UserGuide.lyx
+%%DATADIR%%/doc/de/clipart/ERT.png
+%%DATADIR%%/doc/de/clipart/ExternesMaterialQt4.png
+%%DATADIR%%/doc/de/clipart/FussnoteQt4.png
+%%DATADIR%%/doc/de/clipart/GleitobjektQt4.png
+%%DATADIR%%/doc/de/clipart/GrauschriftNotizQt4.png
+%%DATADIR%%/doc/de/clipart/KommentarQt4.png
+%%DATADIR%%/doc/de/clipart/LyXNotizQt4.png
+%%DATADIR%%/doc/de/clipart/Marke.png
+%%DATADIR%%/doc/de/clipart/Querverweis.png
+%%DATADIR%%/doc/de/clipart/StandardBoxQt4.png
+%%DATADIR%%/doc/de/clipart/UnterdokumentQt4.png
+%%DATADIR%%/doc/es/Customization.lyx
+%%DATADIR%%/doc/es/DocumentoPostizo1.lyx
+%%DATADIR%%/doc/es/DocumentoPostizo2.lyx
+%%DATADIR%%/doc/es/DocumentoTextoPostizo.txt
+%%DATADIR%%/doc/es/EmbeddedObjects.lyx
+%%DATADIR%%/doc/es/Extended.lyx
+%%DATADIR%%/doc/es/Formula-numbering.lyx
+%%DATADIR%%/doc/es/Intro.lyx
+%%DATADIR%%/doc/es/Math.lyx
+%%DATADIR%%/doc/es/Shortcuts.lyx
+%%DATADIR%%/doc/es/Tutorial.lyx
+%%DATADIR%%/doc/es/UserGuide.lyx
+%%DATADIR%%/doc/es/clipart/ComentNotaImagenQt4.png
+%%DATADIR%%/doc/es/clipart/CuadroMinipagQt4.png
+%%DATADIR%%/doc/es/clipart/DocumentoHijoQt4.png
+%%DATADIR%%/doc/es/clipart/GrisNotaImagenQt4.png
+%%DATADIR%%/doc/es/clipart/MaterialExternoQt4.png
+%%DATADIR%%/doc/es/clipart/NotaLyXImagenQt4.png
+%%DATADIR%%/doc/es/clipart/Resumen.pdf
+%%DATADIR%%/doc/es/clipart/es_ERT.png
+%%DATADIR%%/doc/es/clipart/es_ToolbarEnvBox.png
+%%DATADIR%%/doc/es/clipart/etiquetaQt4.png
+%%DATADIR%%/doc/es/clipart/flotanteQt4.png
+%%DATADIR%%/doc/es/clipart/notapieQt4.png
+%%DATADIR%%/doc/es/clipart/referenciaQt4.png
+%%DATADIR%%/doc/eu/Customization.lyx
+%%DATADIR%%/doc/eu/Extended.lyx
+%%DATADIR%%/doc/eu/Intro.lyx
+%%DATADIR%%/doc/eu/Tutorial.lyx
+%%DATADIR%%/doc/eu/UserGuide.lyx
+%%DATADIR%%/doc/fr/Customization.lyx
+%%DATADIR%%/doc/fr/DocumentBidon1.lyx
+%%DATADIR%%/doc/fr/DocumentBidon2.lyx
+%%DATADIR%%/doc/fr/DocumentTexteBidon.txt
+%%DATADIR%%/doc/fr/EmbeddedObjects.lyx
+%%DATADIR%%/doc/fr/Extended.lyx
+%%DATADIR%%/doc/fr/Formula-numbering.lyx
+%%DATADIR%%/doc/fr/Intro.lyx
+%%DATADIR%%/doc/fr/Math.lyx
+%%DATADIR%%/doc/fr/Shortcuts.lyx
+%%DATADIR%%/doc/fr/Tutorial.lyx
+%%DATADIR%%/doc/fr/UserGuide.lyx
+%%DATADIR%%/doc/fr/clipart/BoxInsetDefaultQt4.png
+%%DATADIR%%/doc/fr/clipart/ChildDocumentQt4.png
+%%DATADIR%%/doc/fr/clipart/CommentNoteImageQt4.png
+%%DATADIR%%/doc/fr/clipart/GreyedOutNoteImageQt4.png
+%%DATADIR%%/doc/fr/clipart/LyXNoteImageQt4.png
+%%DATADIR%%/doc/fr/clipart/floatQt4.png
+%%DATADIR%%/doc/fr/clipart/footnoteQt4.png
+%%DATADIR%%/doc/fr/clipart/labelQt4.png
+%%DATADIR%%/doc/gl/Intro.lyx
+%%DATADIR%%/doc/gl/Tutorial.lyx
+%%DATADIR%%/doc/he/Intro.lyx
+%%DATADIR%%/doc/he/Tutorial.lyx
+%%DATADIR%%/doc/hu/Intro.lyx
+%%DATADIR%%/doc/hu/Tutorial.lyx
+%%DATADIR%%/doc/id/Intro.lyx
+%%DATADIR%%/doc/id/Tutorial.lyx
+%%DATADIR%%/doc/id/clipart/id-contrib.png
+%%DATADIR%%/doc/id/clipart/id-footnote.png
+%%DATADIR%%/doc/id/clipart/id-lingkungan.png
+%%DATADIR%%/doc/it/Customization.lyx
+%%DATADIR%%/doc/it/Intro.lyx
+%%DATADIR%%/doc/it/Tutorial.lyx
+%%DATADIR%%/doc/it/UserGuide.lyx
+%%DATADIR%%/doc/it/clipart/it_footnoteQt4.png
+%%DATADIR%%/doc/it/clipart/it_referenceQt4.png
+%%DATADIR%%/doc/ja/Customization.lyx
+%%DATADIR%%/doc/ja/DummyDocument1.lyx
+%%DATADIR%%/doc/ja/DummyDocument2.lyx
+%%DATADIR%%/doc/ja/EmbeddedObjects.lyx
+%%DATADIR%%/doc/ja/Extended.lyx
+%%DATADIR%%/doc/ja/Formula-numbering.lyx
+%%DATADIR%%/doc/ja/Intro.lyx
+%%DATADIR%%/doc/ja/LaTeXConfig.lyx
+%%DATADIR%%/doc/ja/Math.lyx
+%%DATADIR%%/doc/ja/Shortcuts.lyx
+%%DATADIR%%/doc/ja/Tutorial.lyx
+%%DATADIR%%/doc/ja/UserGuide.lyx
+%%DATADIR%%/doc/ja/clipart/ChildDocumentQt4.png
+%%DATADIR%%/doc/ja/clipart/ERT.png
+%%DATADIR%%/doc/ja/clipart/ExternalMaterialQt4.png
+%%DATADIR%%/doc/ja/clipart/ToolbarEnvBox.png
+%%DATADIR%%/doc/ja/clipart/floatQt4.png
+%%DATADIR%%/doc/ja/clipart/footnoteQt4.png
+%%DATADIR%%/doc/ja/clipart/referenceQt4.png
+%%DATADIR%%/doc/nb/Intro.lyx
+%%DATADIR%%/doc/nl/Intro.lyx
+%%DATADIR%%/doc/nl/Tutorial.lyx
+%%DATADIR%%/doc/pl/Extended.lyx
+%%DATADIR%%/doc/pl/Intro.lyx
+%%DATADIR%%/doc/pl/Tutorial.lyx
+%%DATADIR%%/doc/pt/Intro.lyx
+%%DATADIR%%/doc/pt/Tutorial.lyx
+%%DATADIR%%/doc/ro/Intro.lyx
+%%DATADIR%%/doc/ru/Intro.lyx
+%%DATADIR%%/doc/ru/Tutorial.lyx
+%%DATADIR%%/doc/sk/Intro.lyx
+%%DATADIR%%/doc/sk/Tutorial.lyx
+%%DATADIR%%/doc/sk/UserGuide.lyx
+%%DATADIR%%/doc/sl/Intro.lyx
+%%DATADIR%%/doc/sl/Tutorial.lyx
+%%DATADIR%%/doc/sv/Intro.lyx
+%%DATADIR%%/doc/sv/Tutorial.lyx
+%%DATADIR%%/doc/uk/Intro.lyx
+%%DATADIR%%/doc/uk/clipart/FootnoteQT4.png
+%%DATADIR%%/doc/zh_CN/Intro.lyx
+%%DATADIR%%/doc/zh_CN/Tutorial.lyx
%%DATADIR%%/encodings
+%%DATADIR%%/examples/Braille.lyx
+%%DATADIR%%/examples/CV-image.eps
+%%DATADIR%%/examples/CV-image.png
%%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/achemso.lyx
+%%DATADIR%%/examples/addressExample.adr
%%DATADIR%%/examples/amsart-test.lyx
%%DATADIR%%/examples/amsbook-test.lyx
+%%DATADIR%%/examples/armenian-article.lyx
%%DATADIR%%/examples/beamer-g4-mask.jpg
%%DATADIR%%/examples/beamer-g4.jpg
%%DATADIR%%/examples/beamer-icsi-logo.pdf
@@ -169,658 +257,781 @@ share/locale/tr/LC_MESSAGES/lyx.mo
%%DATADIR%%/examples/beamer-knight4-mask.png
%%DATADIR%%/examples/beamer-knight4.png
%%DATADIR%%/examples/beamerlyxexample1.lyx
-%%DATADIR%%/examples/ca_splash.lyx
-%%DATADIR%%/examples/cs_splash.lyx
+%%DATADIR%%/examples/biblioExample.bib
+%%DATADIR%%/examples/ca/ItemizeBullets.lyx
+%%DATADIR%%/examples/ca/mathed.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_ItemizeBullets.lyx
-%%DATADIR%%/examples/de_Lebenslauf.lyx
-%%DATADIR%%/examples/de_Minipage.lyx
-%%DATADIR%%/examples/de_TableExamples.lyx
-%%DATADIR%%/examples/de_Waehrungen.lyx
-%%DATADIR%%/examples/de_beispiel_gelyxt.lyx
-%%DATADIR%%/examples/de_beispiel_roh.lyx
-%%DATADIR%%/examples/de_decimal.lyx
-%%DATADIR%%/examples/de_mathed.lyx
-%%DATADIR%%/examples/de_multicol.lyx
-%%DATADIR%%/examples/de_splash.lyx
-%%DATADIR%%/examples/decimal.lyx
+%%DATADIR%%/examples/cs/splash.lyx
+%%DATADIR%%/examples/da/splash.lyx
+%%DATADIR%%/examples/de/Braille.lyx
+%%DATADIR%%/examples/de/Dezimal.lyx
+%%DATADIR%%/examples/de/ItemizeBullets.lyx
+%%DATADIR%%/examples/de/Lebenslauf.lyx
+%%DATADIR%%/examples/de/beispiel_gelyxt.lyx
+%%DATADIR%%/examples/de/beispiel_roh.lyx
+%%DATADIR%%/examples/de/linguistics.lyx
+%%DATADIR%%/examples/de/multicol.lyx
+%%DATADIR%%/examples/de/serienbrief1.lyx
+%%DATADIR%%/examples/de/serienbrief2.lyx
+%%DATADIR%%/examples/de/serienbrief3.lyx
+%%DATADIR%%/examples/de/splash.lyx
+%%DATADIR%%/examples/de/tufte-handout.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/es/Braille.lyx
+%%DATADIR%%/examples/es/ItemizeBullets.lyx
+%%DATADIR%%/examples/es/beamer-conference-ornate20min.lyx
+%%DATADIR%%/examples/es/ejemplo_con_lyx.lyx
+%%DATADIR%%/examples/es/ejemplo_sin_lyx.lyx
+%%DATADIR%%/examples/es/linguistics.lyx
+%%DATADIR%%/examples/es/multicol.lyx
+%%DATADIR%%/examples/es/splash.lyx
+%%DATADIR%%/examples/es/tufte-book.lyx
+%%DATADIR%%/examples/es/tufte-handout.lyx
+%%DATADIR%%/examples/eu/adibide_gordina.lyx
+%%DATADIR%%/examples/eu/adibide_lyx-atua.lyx
+%%DATADIR%%/examples/eu/splash.lyx
+%%DATADIR%%/examples/europeCV.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/gl_exemplo_bruto.lyx
-%%DATADIR%%/examples/gl_exemplo_lyxificado.lyx
-%%DATADIR%%/examples/gl_splash.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/fa/splash.lyx
+%%DATADIR%%/examples/fr/AlignementDecimal.lyx
+%%DATADIR%%/examples/fr/Braille.lyx
+%%DATADIR%%/examples/fr/Foils.lyx
+%%DATADIR%%/examples/fr/ListesPuces.lyx
+%%DATADIR%%/examples/fr/exemple-powerdot.lyx
+%%DATADIR%%/examples/fr/exemple_brut.lyx
+%%DATADIR%%/examples/fr/exemple_lyxifie.lyx
+%%DATADIR%%/examples/fr/linguistics.lyx
+%%DATADIR%%/examples/fr/multicol.lyx
+%%DATADIR%%/examples/fr/seminar.lyx
+%%DATADIR%%/examples/fr/simplecv.lyx
+%%DATADIR%%/examples/fr/splash.lyx
+%%DATADIR%%/examples/fr/xyfigure.png
+%%DATADIR%%/examples/fr/xypic.lyx
+%%DATADIR%%/examples/gl/exemplo_bruto.lyx
+%%DATADIR%%/examples/gl/exemplo_lyxificado.lyx
+%%DATADIR%%/examples/gl/splash.lyx
+%%DATADIR%%/examples/he/example_lyxified.lyx
+%%DATADIR%%/examples/he/example_raw.lyx
+%%DATADIR%%/examples/he/splash.lyx
+%%DATADIR%%/examples/hu/example_lyxified.lyx
+%%DATADIR%%/examples/hu/example_raw.lyx
+%%DATADIR%%/examples/hu/splash.lyx
+%%DATADIR%%/examples/id/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/it/ItemizeBullets.lyx
+%%DATADIR%%/examples/it/splash.lyx
+%%DATADIR%%/examples/ja/Braille.lyx
+%%DATADIR%%/examples/ja/linguistics.lyx
+%%DATADIR%%/examples/ja/multicol.lyx
+%%DATADIR%%/examples/ja/splash.lyx
+%%DATADIR%%/examples/ja/xyfigure.png
+%%DATADIR%%/examples/ja/xypic.lyx
%%DATADIR%%/examples/landslide.lyx
-%%DATADIR%%/examples/linuxdoc_manpage.lyx
+%%DATADIR%%/examples/linguistics.lyx
%%DATADIR%%/examples/listerrors.lyx
-%%DATADIR%%/examples/mathed.lyx
+%%DATADIR%%/examples/modernCV.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/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/ro_splash.lyx
-%%DATADIR%%/examples/ru_splash.lyx
+%%DATADIR%%/examples/pl/splash.lyx
+%%DATADIR%%/examples/powerdot-example.lyx
+%%DATADIR%%/examples/pt/splash.lyx
+%%DATADIR%%/examples/recipebook.lyx
+%%DATADIR%%/examples/ro/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/seminar.lyx
+%%DATADIR%%/examples/serial_letter1.lyx
+%%DATADIR%%/examples/serial_letter2.lyx
+%%DATADIR%%/examples/serial_letter3.lyx
+%%DATADIR%%/examples/simplecv.lyx
+%%DATADIR%%/examples/sk/splash.lyx
+%%DATADIR%%/examples/sl/primer_lyxan.lyx
+%%DATADIR%%/examples/sl/primer_surov.lyx
+%%DATADIR%%/examples/sl/splash.lyx
%%DATADIR%%/examples/splash.lyx
+%%DATADIR%%/examples/tufte-book.lyx
+%%DATADIR%%/examples/tufte-handout.lyx
+%%DATADIR%%/examples/uk/splash.lyx
+%%DATADIR%%/examples/xyfigure.png
+%%DATADIR%%/examples/xypic.lyx
%%DATADIR%%/external_templates
-%%DATADIR%%/images/amssymb.xpm
-%%DATADIR%%/images/banner.ppm
-%%DATADIR%%/images/bookmark-goto.xpm
-%%DATADIR%%/images/bookmark-save.xpm
-%%DATADIR%%/images/break-line.xpm
-%%DATADIR%%/images/buffer-close.xpm
-%%DATADIR%%/images/buffer-export_dvi.xpm
-%%DATADIR%%/images/buffer-export_latex.xpm
-%%DATADIR%%/images/buffer-export_ps.xpm
-%%DATADIR%%/images/buffer-export_text.xpm
-%%DATADIR%%/images/buffer-new.xpm
-%%DATADIR%%/images/buffer-reload.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-as.xpm
-%%DATADIR%%/images/buffer-write.xpm
-%%DATADIR%%/images/build-program.xpm
-%%DATADIR%%/images/copy.xpm
-%%DATADIR%%/images/cut.xpm
-%%DATADIR%%/images/depth-decrement.xpm
-%%DATADIR%%/images/depth-increment.xpm
-%%DATADIR%%/images/dialog-preferences.xpm
-%%DATADIR%%/images/dialog-show-new-inset_citation.xpm
-%%DATADIR%%/images/dialog-show-new-inset_graphics.xpm
-%%DATADIR%%/images/dialog-show-new-inset_include.xpm
-%%DATADIR%%/images/dialog-show-new-inset_ref.xpm
-%%DATADIR%%/images/dialog-show_character.xpm
-%%DATADIR%%/images/dialog-show_findreplace.xpm
-%%DATADIR%%/images/dialog-show_mathpanel.xpm
-%%DATADIR%%/images/dialog-show_print.xpm
-%%DATADIR%%/images/dialog-show_spellchecker.xpm
-%%DATADIR%%/images/down.xpm
-%%DATADIR%%/images/ert-insert.xpm
-%%DATADIR%%/images/file-open.xpm
-%%DATADIR%%/images/float-insert_figure.xpm
-%%DATADIR%%/images/float-insert_table.xpm
-%%DATADIR%%/images/font-bold.xpm
-%%DATADIR%%/images/font-emph.xpm
-%%DATADIR%%/images/font-free-apply.xpm
-%%DATADIR%%/images/font-noun.xpm
-%%DATADIR%%/images/font-sans.xpm
-%%DATADIR%%/images/footnote-insert.xpm
-%%DATADIR%%/images/index-insert.xpm
-%%DATADIR%%/images/label-insert.xpm
-%%DATADIR%%/images/layout.xpm
-%%DATADIR%%/images/layout-document.xpm
-%%DATADIR%%/images/layout-paragraph.xpm
-%%DATADIR%%/images/layout_Description.xpm
-%%DATADIR%%/images/layout_Enumerate.xpm
-%%DATADIR%%/images/layout_Itemize.xpm
-%%DATADIR%%/images/layout_List.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-display.xpm
-%%DATADIR%%/images/math-matrix.xpm
-%%DATADIR%%/images/math-mode.xpm
-%%DATADIR%%/images/math-subscript.xpm
-%%DATADIR%%/images/math-superscript.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/cases.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/delim.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/equation.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/font.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/hphantom.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/intop.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/lbrace_rbrace.xpm
-%%DATADIR%%/images/math/lbracket.xpm
-%%DATADIR%%/images/math/lbracket_rbracket.xpm
-%%DATADIR%%/images/math/lceil.xpm
-%%DATADIR%%/images/math/lceil_rceil.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/lfloor_rfloor.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/lparen_rparen.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/matrix.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/ointop.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/overset.xpm
-%%DATADIR%%/images/math/parallel.xpm
-%%DATADIR%%/images/math/partial.xpm
-%%DATADIR%%/images/math/perp.xpm
-%%DATADIR%%/images/math/phantom.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/root.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/space.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/sqrt-square.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/style.xbm
-%%DATADIR%%/images/math/style.xpm
-%%DATADIR%%/images/math/sub.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/super.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_AA.xpm
-%%DATADIR%%/images/math/textrm_Oe.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/underset.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/vphantom.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/note-insert.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-feature_align-center.xpm
-%%DATADIR%%/images/tabular-feature_align-left.xpm
-%%DATADIR%%/images/tabular-feature_align-right.xpm
-%%DATADIR%%/images/tabular-feature_append-column.xpm
-%%DATADIR%%/images/tabular-feature_append-row.xpm
-%%DATADIR%%/images/tabular-feature_delete-column.xpm
-%%DATADIR%%/images/tabular-feature_delete-row.xpm
-%%DATADIR%%/images/tabular-feature_multicolumn.xpm
-%%DATADIR%%/images/tabular-feature_set-all-lines.xpm
-%%DATADIR%%/images/tabular-feature_set-longtabular.xpm
-%%DATADIR%%/images/tabular-feature_set-rotate-cell.xpm
-%%DATADIR%%/images/tabular-feature_set-rotate-tabular.xpm
-%%DATADIR%%/images/tabular-feature_toggle-line-bottom.xpm
-%%DATADIR%%/images/tabular-feature_toggle-line-left.xpm
-%%DATADIR%%/images/tabular-feature_toggle-line-right.xpm
-%%DATADIR%%/images/tabular-feature_toggle-line-top.xpm
-%%DATADIR%%/images/tabular-feature_unset-all-lines.xpm
-%%DATADIR%%/images/tabular-feature_valign-bottom.xpm
-%%DATADIR%%/images/tabular-feature_valign-middle.xpm
-%%DATADIR%%/images/tabular-feature_valign-top.xpm
-%%DATADIR%%/images/tabular-insert.xpm
-%%DATADIR%%/images/thesaurus-entry.xpm
-%%DATADIR%%/images/toc-view.xpm
-%%DATADIR%%/images/undo.xpm
-%%DATADIR%%/images/unknown.xpm
-%%DATADIR%%/images/up.xpm
-%%DATADIR%%/images/url-insert.xpm
+%%DATADIR%%/fonts/BaKoMaFontLicense.txt
+%%DATADIR%%/fonts/ReadmeBaKoMa4LyX.txt
+%%DATADIR%%/fonts/cmex10.ttf
+%%DATADIR%%/fonts/cmmi10.ttf
+%%DATADIR%%/fonts/cmr10.ttf
+%%DATADIR%%/fonts/cmsy10.ttf
+%%DATADIR%%/fonts/esint10.ttf
+%%DATADIR%%/fonts/eufm10.ttf
+%%DATADIR%%/fonts/msam10.ttf
+%%DATADIR%%/fonts/msbm10.ttf
+%%DATADIR%%/fonts/wasy10.ttf
+%%DATADIR%%/images/all-changes-accept.png
+%%DATADIR%%/images/all-changes-reject.png
+%%DATADIR%%/images/amssymb.png
+%%DATADIR%%/images/banner.png
+%%DATADIR%%/images/bookmark-goto.png
+%%DATADIR%%/images/bookmark-goto_0.png
+%%DATADIR%%/images/bookmark-save.png
+%%DATADIR%%/images/box-insert.png
+%%DATADIR%%/images/break-line.png
+%%DATADIR%%/images/buffer-close.png
+%%DATADIR%%/images/buffer-export_dvi.png
+%%DATADIR%%/images/buffer-export_latex.png
+%%DATADIR%%/images/buffer-export_pdf2.png
+%%DATADIR%%/images/buffer-export_ps.png
+%%DATADIR%%/images/buffer-export_text.png
+%%DATADIR%%/images/buffer-new.png
+%%DATADIR%%/images/buffer-reload.png
+%%DATADIR%%/images/buffer-update_dvi.png
+%%DATADIR%%/images/buffer-update_pdf2.png
+%%DATADIR%%/images/buffer-update_ps.png
+%%DATADIR%%/images/buffer-view_dvi.png
+%%DATADIR%%/images/buffer-view_pdf2.png
+%%DATADIR%%/images/buffer-view_ps.png
+%%DATADIR%%/images/buffer-write-as.png
+%%DATADIR%%/images/buffer-write.png
+%%DATADIR%%/images/build-program.png
+%%DATADIR%%/images/change-accept.png
+%%DATADIR%%/images/change-next.png
+%%DATADIR%%/images/change-reject.png
+%%DATADIR%%/images/changes-merge.png
+%%DATADIR%%/images/changes-output.png
+%%DATADIR%%/images/changes-track.png
+%%DATADIR%%/images/close-tab-group.png
+%%DATADIR%%/images/closetab.png
+%%DATADIR%%/images/copy.png
+%%DATADIR%%/images/cut.png
+%%DATADIR%%/images/demote.png
+%%DATADIR%%/images/depth-decrement.png
+%%DATADIR%%/images/depth-increment.png
+%%DATADIR%%/images/dialog-preferences.png
+%%DATADIR%%/images/dialog-show-new-inset_citation.png
+%%DATADIR%%/images/dialog-show-new-inset_graphics.png
+%%DATADIR%%/images/dialog-show-new-inset_include.png
+%%DATADIR%%/images/dialog-show-new-inset_ref.png
+%%DATADIR%%/images/dialog-show_character.png
+%%DATADIR%%/images/dialog-show_findreplace.png
+%%DATADIR%%/images/dialog-show_mathdelimiter.png
+%%DATADIR%%/images/dialog-show_mathmatrix.png
+%%DATADIR%%/images/dialog-show_print.png
+%%DATADIR%%/images/dialog-show_spellchecker.png
+%%DATADIR%%/images/dialog-show_vclog.png
+%%DATADIR%%/images/dialog-toggle_toc.png
+%%DATADIR%%/images/down.png
+%%DATADIR%%/images/ert-insert.png
+%%DATADIR%%/images/file-open.png
+%%DATADIR%%/images/float-insert_figure.png
+%%DATADIR%%/images/float-insert_table.png
+%%DATADIR%%/images/font-bold.png
+%%DATADIR%%/images/font-emph.png
+%%DATADIR%%/images/font-noun.png
+%%DATADIR%%/images/font-sans.png
+%%DATADIR%%/images/footnote-insert.png
+%%DATADIR%%/images/hidetab.png
+%%DATADIR%%/images/href-insert.png
+%%DATADIR%%/images/index-insert.png
+%%DATADIR%%/images/label-insert.png
+%%DATADIR%%/images/layout-document.png
+%%DATADIR%%/images/layout-paragraph.png
+%%DATADIR%%/images/layout.png
+%%DATADIR%%/images/layout_Description.png
+%%DATADIR%%/images/layout_Enumerate.png
+%%DATADIR%%/images/layout_Itemize.png
+%%DATADIR%%/images/layout_List.png
+%%DATADIR%%/images/layout_LyX-Code.png
+%%DATADIR%%/images/layout_Scrap.png
+%%DATADIR%%/images/layout_Section.png
+%%DATADIR%%/images/lyx-quit.png
+%%DATADIR%%/images/lyx.png
+%%DATADIR%%/images/marginalnote-insert.png
+%%DATADIR%%/images/math-display.png
+%%DATADIR%%/images/math-macro-add-greedy-optional-param.png
+%%DATADIR%%/images/math-macro-add-optional-param.png
+%%DATADIR%%/images/math-macro-add-param.png
+%%DATADIR%%/images/math-macro-append-greedy-param.png
+%%DATADIR%%/images/math-macro-make-nonoptional.png
+%%DATADIR%%/images/math-macro-make-optional.png
+%%DATADIR%%/images/math-macro-remove-greedy-param.png
+%%DATADIR%%/images/math-macro-remove-optional-param.png
+%%DATADIR%%/images/math-macro-remove-param.png
+%%DATADIR%%/images/math-macro_newmacroname_newcommand.png
+%%DATADIR%%/images/math-matrix.png
+%%DATADIR%%/images/math-mode.png
+%%DATADIR%%/images/math-subscript.png
+%%DATADIR%%/images/math-superscript.png
+%%DATADIR%%/images/math/Bbbk.png
+%%DATADIR%%/images/math/Finv.png
+%%DATADIR%%/images/math/Game.png
+%%DATADIR%%/images/math/Im.png
+%%DATADIR%%/images/math/Lleftarrow.png
+%%DATADIR%%/images/math/Lsh.png
+%%DATADIR%%/images/math/Re.png
+%%DATADIR%%/images/math/Rrightarrow.png
+%%DATADIR%%/images/math/Rsh.png
+%%DATADIR%%/images/math/Vvdash.png
+%%DATADIR%%/images/math/acute.png
+%%DATADIR%%/images/math/aleph.png
+%%DATADIR%%/images/math/alpha.png
+%%DATADIR%%/images/math/amalg.png
+%%DATADIR%%/images/math/angle.png
+%%DATADIR%%/images/math/approx.png
+%%DATADIR%%/images/math/approxeq.png
+%%DATADIR%%/images/math/asymp.png
+%%DATADIR%%/images/math/backepsilon.png
+%%DATADIR%%/images/math/backprime.png
+%%DATADIR%%/images/math/backsim.png
+%%DATADIR%%/images/math/backsimeq.png
+%%DATADIR%%/images/math/backslash.png
+%%DATADIR%%/images/math/bar.png
+%%DATADIR%%/images/math/bars.png
+%%DATADIR%%/images/math/barwedge.png
+%%DATADIR%%/images/math/because.png
+%%DATADIR%%/images/math/beta.png
+%%DATADIR%%/images/math/beth.png
+%%DATADIR%%/images/math/between.png
+%%DATADIR%%/images/math/bigcap.png
+%%DATADIR%%/images/math/bigcirc.png
+%%DATADIR%%/images/math/bigcup.png
+%%DATADIR%%/images/math/bigodot.png
+%%DATADIR%%/images/math/bigoplus.png
+%%DATADIR%%/images/math/bigotimes.png
+%%DATADIR%%/images/math/bigsqcup.png
+%%DATADIR%%/images/math/bigstar.png
+%%DATADIR%%/images/math/bigtriangledown.png
+%%DATADIR%%/images/math/bigtriangleup.png
+%%DATADIR%%/images/math/biguplus.png
+%%DATADIR%%/images/math/bigvee.png
+%%DATADIR%%/images/math/bigwedge.png
+%%DATADIR%%/images/math/blacklozenge.png
+%%DATADIR%%/images/math/blacksquare.png
+%%DATADIR%%/images/math/blacktriangle.png
+%%DATADIR%%/images/math/blacktriangledown.png
+%%DATADIR%%/images/math/blacktriangleleft.png
+%%DATADIR%%/images/math/blacktriangleright.png
+%%DATADIR%%/images/math/bot.png
+%%DATADIR%%/images/math/bowtie.png
+%%DATADIR%%/images/math/boxdot.png
+%%DATADIR%%/images/math/boxminus.png
+%%DATADIR%%/images/math/boxplus.png
+%%DATADIR%%/images/math/boxtimes.png
+%%DATADIR%%/images/math/breve.png
+%%DATADIR%%/images/math/bullet.png
+%%DATADIR%%/images/math/bumpeq.png
+%%DATADIR%%/images/math/bumpeq2.png
+%%DATADIR%%/images/math/cap.png
+%%DATADIR%%/images/math/cap2.png
+%%DATADIR%%/images/math/cases.png
+%%DATADIR%%/images/math/cdot.png
+%%DATADIR%%/images/math/cdots.png
+%%DATADIR%%/images/math/centerdot.png
+%%DATADIR%%/images/math/check.png
+%%DATADIR%%/images/math/chi.png
+%%DATADIR%%/images/math/circ.png
+%%DATADIR%%/images/math/circeq.png
+%%DATADIR%%/images/math/circlearrowleft.png
+%%DATADIR%%/images/math/circlearrowright.png
+%%DATADIR%%/images/math/circledS.png
+%%DATADIR%%/images/math/circledast.png
+%%DATADIR%%/images/math/circledcirc.png
+%%DATADIR%%/images/math/circleddash.png
+%%DATADIR%%/images/math/clubsuit.png
+%%DATADIR%%/images/math/complement.png
+%%DATADIR%%/images/math/cong.png
+%%DATADIR%%/images/math/coprod.png
+%%DATADIR%%/images/math/cup.png
+%%DATADIR%%/images/math/cup2.png
+%%DATADIR%%/images/math/curlyeqprec.png
+%%DATADIR%%/images/math/curlyeqsucc.png
+%%DATADIR%%/images/math/curlyvee.png
+%%DATADIR%%/images/math/curlywedge.png
+%%DATADIR%%/images/math/curvearrowleft.png
+%%DATADIR%%/images/math/curvearrowright.png
+%%DATADIR%%/images/math/dagger.png
+%%DATADIR%%/images/math/daleth.png
+%%DATADIR%%/images/math/dashleftarrow.png
+%%DATADIR%%/images/math/dashrightarrow.png
+%%DATADIR%%/images/math/dashv.png
+%%DATADIR%%/images/math/ddagger.png
+%%DATADIR%%/images/math/ddot.png
+%%DATADIR%%/images/math/ddots.png
+%%DATADIR%%/images/math/delim.png
+%%DATADIR%%/images/math/delta.png
+%%DATADIR%%/images/math/delta2.png
+%%DATADIR%%/images/math/diagdown.png
+%%DATADIR%%/images/math/diagup.png
+%%DATADIR%%/images/math/diamond.png
+%%DATADIR%%/images/math/diamond2.png
+%%DATADIR%%/images/math/diamondsuit.png
+%%DATADIR%%/images/math/digamma.png
+%%DATADIR%%/images/math/div.png
+%%DATADIR%%/images/math/divideontimes.png
+%%DATADIR%%/images/math/dot.png
+%%DATADIR%%/images/math/doteq.png
+%%DATADIR%%/images/math/doteqdot.png
+%%DATADIR%%/images/math/dotplus.png
+%%DATADIR%%/images/math/dotsint.png
+%%DATADIR%%/images/math/dotsintop.png
+%%DATADIR%%/images/math/doublebarwedge.png
+%%DATADIR%%/images/math/downarrow.png
+%%DATADIR%%/images/math/downarrow2.png
+%%DATADIR%%/images/math/downdownarrows.png
+%%DATADIR%%/images/math/downharpoonleft.png
+%%DATADIR%%/images/math/downharpoonright.png
+%%DATADIR%%/images/math/ell.png
+%%DATADIR%%/images/math/empty.png
+%%DATADIR%%/images/math/emptyset.png
+%%DATADIR%%/images/math/epsilon.png
+%%DATADIR%%/images/math/eqcirc.png
+%%DATADIR%%/images/math/eqslantgtr.png
+%%DATADIR%%/images/math/eqslantless.png
+%%DATADIR%%/images/math/equation.png
+%%DATADIR%%/images/math/equiv.png
+%%DATADIR%%/images/math/eta.png
+%%DATADIR%%/images/math/eth.png
+%%DATADIR%%/images/math/exists.png
+%%DATADIR%%/images/math/fallingdotseq.png
+%%DATADIR%%/images/math/fint.png
+%%DATADIR%%/images/math/fintop.png
+%%DATADIR%%/images/math/flat.png
+%%DATADIR%%/images/math/font.png
+%%DATADIR%%/images/math/forall.png
+%%DATADIR%%/images/math/frac-square.png
+%%DATADIR%%/images/math/frac.png
+%%DATADIR%%/images/math/frown.png
+%%DATADIR%%/images/math/functions.png
+%%DATADIR%%/images/math/gamma.png
+%%DATADIR%%/images/math/gamma2.png
+%%DATADIR%%/images/math/geq.png
+%%DATADIR%%/images/math/geqq.png
+%%DATADIR%%/images/math/geqslant.png
+%%DATADIR%%/images/math/gg.png
+%%DATADIR%%/images/math/ggg.png
+%%DATADIR%%/images/math/gimel.png
+%%DATADIR%%/images/math/gnapprox.png
+%%DATADIR%%/images/math/gneq.png
+%%DATADIR%%/images/math/gneqq.png
+%%DATADIR%%/images/math/gnsim.png
+%%DATADIR%%/images/math/grave.png
+%%DATADIR%%/images/math/gtrapprox.png
+%%DATADIR%%/images/math/gtrdot.png
+%%DATADIR%%/images/math/gtreqless.png
+%%DATADIR%%/images/math/gtreqqless.png
+%%DATADIR%%/images/math/gtrless.png
+%%DATADIR%%/images/math/gtrsim.png
+%%DATADIR%%/images/math/gvertneqq.png
+%%DATADIR%%/images/math/hat.png
+%%DATADIR%%/images/math/hbar.png
+%%DATADIR%%/images/math/heartsuit.png
+%%DATADIR%%/images/math/hookleftarrow.png
+%%DATADIR%%/images/math/hookrightarrow.png
+%%DATADIR%%/images/math/hphantom.png
+%%DATADIR%%/images/math/hslash.png
+%%DATADIR%%/images/math/iiiint.png
+%%DATADIR%%/images/math/iiiintop.png
+%%DATADIR%%/images/math/iiint.png
+%%DATADIR%%/images/math/iiintop.png
+%%DATADIR%%/images/math/iint.png
+%%DATADIR%%/images/math/iintop.png
+%%DATADIR%%/images/math/imath.png
+%%DATADIR%%/images/math/in.png
+%%DATADIR%%/images/math/infty.png
+%%DATADIR%%/images/math/int.png
+%%DATADIR%%/images/math/intercal.png
+%%DATADIR%%/images/math/intop.png
+%%DATADIR%%/images/math/iota.png
+%%DATADIR%%/images/math/jmath.png
+%%DATADIR%%/images/math/kappa.png
+%%DATADIR%%/images/math/lambda.png
+%%DATADIR%%/images/math/lambda2.png
+%%DATADIR%%/images/math/landdownint.png
+%%DATADIR%%/images/math/landdownintop.png
+%%DATADIR%%/images/math/landupint.png
+%%DATADIR%%/images/math/landupintop.png
+%%DATADIR%%/images/math/langle.png
+%%DATADIR%%/images/math/lbrace.png
+%%DATADIR%%/images/math/lbrace_rbrace.png
+%%DATADIR%%/images/math/lbracket.png
+%%DATADIR%%/images/math/lbracket_rbracket.png
+%%DATADIR%%/images/math/lceil.png
+%%DATADIR%%/images/math/lceil_rceil.png
+%%DATADIR%%/images/math/ldots.png
+%%DATADIR%%/images/math/leftarrow.png
+%%DATADIR%%/images/math/leftarrow2.png
+%%DATADIR%%/images/math/leftarrowtail.png
+%%DATADIR%%/images/math/leftharpoondown.png
+%%DATADIR%%/images/math/leftharpoonup.png
+%%DATADIR%%/images/math/leftleftarrows.png
+%%DATADIR%%/images/math/leftrightarrow.png
+%%DATADIR%%/images/math/leftrightarrow2.png
+%%DATADIR%%/images/math/leftrightarrows.png
+%%DATADIR%%/images/math/leftrightharpoons.png
+%%DATADIR%%/images/math/leftrightsquigarrow.png
+%%DATADIR%%/images/math/leftthreetimes.png
+%%DATADIR%%/images/math/leq.png
+%%DATADIR%%/images/math/leqq.png
+%%DATADIR%%/images/math/leqslant.png
+%%DATADIR%%/images/math/lessapprox.png
+%%DATADIR%%/images/math/lessdot.png
+%%DATADIR%%/images/math/lesseqgtr.png
+%%DATADIR%%/images/math/lesseqqgtr.png
+%%DATADIR%%/images/math/lessgtr.png
+%%DATADIR%%/images/math/lesssim.png
+%%DATADIR%%/images/math/lfloor.png
+%%DATADIR%%/images/math/lfloor_rfloor.png
+%%DATADIR%%/images/math/ll.png
+%%DATADIR%%/images/math/llcorner.png
+%%DATADIR%%/images/math/lll.png
+%%DATADIR%%/images/math/lnapprox.png
+%%DATADIR%%/images/math/lneq.png
+%%DATADIR%%/images/math/lneqq.png
+%%DATADIR%%/images/math/lnsim.png
+%%DATADIR%%/images/math/longleftarrow.png
+%%DATADIR%%/images/math/longleftarrow2.png
+%%DATADIR%%/images/math/longleftrightarrow.png
+%%DATADIR%%/images/math/longleftrightarrow2.png
+%%DATADIR%%/images/math/longmapsto.png
+%%DATADIR%%/images/math/longrightarrow.png
+%%DATADIR%%/images/math/longrightarrow2.png
+%%DATADIR%%/images/math/looparrowleft.png
+%%DATADIR%%/images/math/looparrowright.png
+%%DATADIR%%/images/math/lozenge.png
+%%DATADIR%%/images/math/lparen.png
+%%DATADIR%%/images/math/lparen_rparen.png
+%%DATADIR%%/images/math/lrcorner.png
+%%DATADIR%%/images/math/ltimes.png
+%%DATADIR%%/images/math/lvertneqq.png
+%%DATADIR%%/images/math/mapsto.png
+%%DATADIR%%/images/math/mathbb_C.png
+%%DATADIR%%/images/math/mathbb_H.png
+%%DATADIR%%/images/math/mathbb_N.png
+%%DATADIR%%/images/math/mathbb_Q.png
+%%DATADIR%%/images/math/mathbb_R.png
+%%DATADIR%%/images/math/mathbb_Z.png
+%%DATADIR%%/images/math/mathcal_F.png
+%%DATADIR%%/images/math/mathcal_H.png
+%%DATADIR%%/images/math/mathcal_L.png
+%%DATADIR%%/images/math/mathcal_O.png
+%%DATADIR%%/images/math/mathcircumflex.png
+%%DATADIR%%/images/math/mathrm_T.png
+%%DATADIR%%/images/math/matrix.png
+%%DATADIR%%/images/math/measuredangle.png
+%%DATADIR%%/images/math/mho.png
+%%DATADIR%%/images/math/mid.png
+%%DATADIR%%/images/math/models.png
+%%DATADIR%%/images/math/mp.png
+%%DATADIR%%/images/math/mu.png
+%%DATADIR%%/images/math/multimap.png
+%%DATADIR%%/images/math/nabla.png
+%%DATADIR%%/images/math/natural.png
+%%DATADIR%%/images/math/ncong.png
+%%DATADIR%%/images/math/nearrow.png
+%%DATADIR%%/images/math/neg.png
+%%DATADIR%%/images/math/neq.png
+%%DATADIR%%/images/math/nexists.png
+%%DATADIR%%/images/math/ngeq.png
+%%DATADIR%%/images/math/ngeqq.png
+%%DATADIR%%/images/math/ngeqslant.png
+%%DATADIR%%/images/math/ngtr.png
+%%DATADIR%%/images/math/ni.png
+%%DATADIR%%/images/math/nleftarrow.png
+%%DATADIR%%/images/math/nleftarrow2.png
+%%DATADIR%%/images/math/nleftrightarrow.png
+%%DATADIR%%/images/math/nleftrightarrow2.png
+%%DATADIR%%/images/math/nleq.png
+%%DATADIR%%/images/math/nleqq.png
+%%DATADIR%%/images/math/nleqslant.png
+%%DATADIR%%/images/math/nless.png
+%%DATADIR%%/images/math/nmid.png
+%%DATADIR%%/images/math/notin.png
+%%DATADIR%%/images/math/nparallel.png
+%%DATADIR%%/images/math/nprec.png
+%%DATADIR%%/images/math/npreceq.png
+%%DATADIR%%/images/math/nrightarrow.png
+%%DATADIR%%/images/math/nrightarrow2.png
+%%DATADIR%%/images/math/nshortmid.png
+%%DATADIR%%/images/math/nshortparallel.png
+%%DATADIR%%/images/math/nsim.png
+%%DATADIR%%/images/math/nsubseteq.png
+%%DATADIR%%/images/math/nsucc.png
+%%DATADIR%%/images/math/nsucceq.png
+%%DATADIR%%/images/math/nsupseteq.png
+%%DATADIR%%/images/math/nsupseteqq.png
+%%DATADIR%%/images/math/ntriangleleft.png
+%%DATADIR%%/images/math/ntrianglelefteq.png
+%%DATADIR%%/images/math/ntriangleright.png
+%%DATADIR%%/images/math/ntrianglerighteq.png
+%%DATADIR%%/images/math/nu.png
+%%DATADIR%%/images/math/nvdash.png
+%%DATADIR%%/images/math/nvdash2.png
+%%DATADIR%%/images/math/nvdash3.png
+%%DATADIR%%/images/math/nwarrow.png
+%%DATADIR%%/images/math/odot.png
+%%DATADIR%%/images/math/oiint.png
+%%DATADIR%%/images/math/oiintop.png
+%%DATADIR%%/images/math/oint.png
+%%DATADIR%%/images/math/ointclockwise.png
+%%DATADIR%%/images/math/ointclockwiseop.png
+%%DATADIR%%/images/math/ointctrclockwise.png
+%%DATADIR%%/images/math/ointctrclockwiseop.png
+%%DATADIR%%/images/math/ointop.png
+%%DATADIR%%/images/math/omega.png
+%%DATADIR%%/images/math/omega2.png
+%%DATADIR%%/images/math/ominus.png
+%%DATADIR%%/images/math/oplus.png
+%%DATADIR%%/images/math/oslash.png
+%%DATADIR%%/images/math/otimes.png
+%%DATADIR%%/images/math/overbrace.png
+%%DATADIR%%/images/math/overleftarrow.png
+%%DATADIR%%/images/math/overleftrightarrow.png
+%%DATADIR%%/images/math/overline.png
+%%DATADIR%%/images/math/overrightarrow.png
+%%DATADIR%%/images/math/overset.png
+%%DATADIR%%/images/math/parallel.png
+%%DATADIR%%/images/math/partial.png
+%%DATADIR%%/images/math/perp.png
+%%DATADIR%%/images/math/phantom.png
+%%DATADIR%%/images/math/phi.png
+%%DATADIR%%/images/math/phi2.png
+%%DATADIR%%/images/math/pi.png
+%%DATADIR%%/images/math/pi2.png
+%%DATADIR%%/images/math/pitchfork.png
+%%DATADIR%%/images/math/pm.png
+%%DATADIR%%/images/math/prec.png
+%%DATADIR%%/images/math/precapprox.png
+%%DATADIR%%/images/math/preccurlyeq.png
+%%DATADIR%%/images/math/preceq.png
+%%DATADIR%%/images/math/precnapprox.png
+%%DATADIR%%/images/math/precnsim.png
+%%DATADIR%%/images/math/precsim.png
+%%DATADIR%%/images/math/prime.png
+%%DATADIR%%/images/math/prod.png
+%%DATADIR%%/images/math/propto.png
+%%DATADIR%%/images/math/psi.png
+%%DATADIR%%/images/math/psi2.png
+%%DATADIR%%/images/math/rangle.png
+%%DATADIR%%/images/math/rbrace.png
+%%DATADIR%%/images/math/rbracket.png
+%%DATADIR%%/images/math/rceil.png
+%%DATADIR%%/images/math/rfloor.png
+%%DATADIR%%/images/math/rho.png
+%%DATADIR%%/images/math/rightarrow.png
+%%DATADIR%%/images/math/rightarrow2.png
+%%DATADIR%%/images/math/rightarrowtail.png
+%%DATADIR%%/images/math/rightharpoondown.png
+%%DATADIR%%/images/math/rightharpoonup.png
+%%DATADIR%%/images/math/rightleftarrows.png
+%%DATADIR%%/images/math/rightleftharpoons.png
+%%DATADIR%%/images/math/rightrightarrows.png
+%%DATADIR%%/images/math/rightsquigarrow.png
+%%DATADIR%%/images/math/rightthreetimes.png
+%%DATADIR%%/images/math/risingdotseq.png
+%%DATADIR%%/images/math/root.png
+%%DATADIR%%/images/math/rparen.png
+%%DATADIR%%/images/math/rtimes.png
+%%DATADIR%%/images/math/searrow.png
+%%DATADIR%%/images/math/setminus.png
+%%DATADIR%%/images/math/sharp.png
+%%DATADIR%%/images/math/shortmid.png
+%%DATADIR%%/images/math/shortparallel.png
+%%DATADIR%%/images/math/sigma.png
+%%DATADIR%%/images/math/sigma2.png
+%%DATADIR%%/images/math/sim.png
+%%DATADIR%%/images/math/simeq.png
+%%DATADIR%%/images/math/slash.png
+%%DATADIR%%/images/math/smallfrown.png
+%%DATADIR%%/images/math/smallsetminus.png
+%%DATADIR%%/images/math/smallsmile.png
+%%DATADIR%%/images/math/smile.png
+%%DATADIR%%/images/math/space.png
+%%DATADIR%%/images/math/spadesuit.png
+%%DATADIR%%/images/math/sphericalangle.png
+%%DATADIR%%/images/math/sqcap.png
+%%DATADIR%%/images/math/sqcup.png
+%%DATADIR%%/images/math/sqiint.png
+%%DATADIR%%/images/math/sqiintop.png
+%%DATADIR%%/images/math/sqint.png
+%%DATADIR%%/images/math/sqintop.png
+%%DATADIR%%/images/math/sqrt-square.png
+%%DATADIR%%/images/math/sqrt.png
+%%DATADIR%%/images/math/sqsubset.png
+%%DATADIR%%/images/math/sqsubseteq.png
+%%DATADIR%%/images/math/sqsupset.png
+%%DATADIR%%/images/math/sqsupseteq.png
+%%DATADIR%%/images/math/square.png
+%%DATADIR%%/images/math/star.png
+%%DATADIR%%/images/math/style.png
+%%DATADIR%%/images/math/sub.png
+%%DATADIR%%/images/math/subset.png
+%%DATADIR%%/images/math/subset2.png
+%%DATADIR%%/images/math/subseteq.png
+%%DATADIR%%/images/math/subseteqq.png
+%%DATADIR%%/images/math/subsetneq.png
+%%DATADIR%%/images/math/subsetneqq.png
+%%DATADIR%%/images/math/succ.png
+%%DATADIR%%/images/math/succapprox.png
+%%DATADIR%%/images/math/succcurlyeq.png
+%%DATADIR%%/images/math/succeq.png
+%%DATADIR%%/images/math/succnapprox.png
+%%DATADIR%%/images/math/succnsim.png
+%%DATADIR%%/images/math/succsim.png
+%%DATADIR%%/images/math/sum.png
+%%DATADIR%%/images/math/super.png
+%%DATADIR%%/images/math/supset.png
+%%DATADIR%%/images/math/supset2.png
+%%DATADIR%%/images/math/supseteq.png
+%%DATADIR%%/images/math/supseteqq.png
+%%DATADIR%%/images/math/supsetneq.png
+%%DATADIR%%/images/math/supsetneqq.png
+%%DATADIR%%/images/math/surd.png
+%%DATADIR%%/images/math/swarrow.png
+%%DATADIR%%/images/math/tau.png
+%%DATADIR%%/images/math/textrm_AA.png
+%%DATADIR%%/images/math/textrm_O.png
+%%DATADIR%%/images/math/therefore.png
+%%DATADIR%%/images/math/theta.png
+%%DATADIR%%/images/math/theta2.png
+%%DATADIR%%/images/math/thickapprox.png
+%%DATADIR%%/images/math/thicksim.png
+%%DATADIR%%/images/math/tilde.png
+%%DATADIR%%/images/math/times.png
+%%DATADIR%%/images/math/top.png
+%%DATADIR%%/images/math/triangle.png
+%%DATADIR%%/images/math/triangledown.png
+%%DATADIR%%/images/math/triangleleft.png
+%%DATADIR%%/images/math/trianglelefteq.png
+%%DATADIR%%/images/math/triangleq.png
+%%DATADIR%%/images/math/triangleright.png
+%%DATADIR%%/images/math/trianglerighteq.png
+%%DATADIR%%/images/math/twoheadleftarrow.png
+%%DATADIR%%/images/math/twoheadrightarrow.png
+%%DATADIR%%/images/math/ulcorner.png
+%%DATADIR%%/images/math/underbrace.png
+%%DATADIR%%/images/math/underleftarrow.png
+%%DATADIR%%/images/math/underleftrightarrow.png
+%%DATADIR%%/images/math/underline.png
+%%DATADIR%%/images/math/underrightarrow.png
+%%DATADIR%%/images/math/underscore.png
+%%DATADIR%%/images/math/underset.png
+%%DATADIR%%/images/math/uparrow.png
+%%DATADIR%%/images/math/uparrow2.png
+%%DATADIR%%/images/math/updownarrow.png
+%%DATADIR%%/images/math/updownarrow2.png
+%%DATADIR%%/images/math/upharpoonleft.png
+%%DATADIR%%/images/math/upharpoonright.png
+%%DATADIR%%/images/math/uplus.png
+%%DATADIR%%/images/math/upsilon.png
+%%DATADIR%%/images/math/upsilon2.png
+%%DATADIR%%/images/math/upuparrows.png
+%%DATADIR%%/images/math/urcorner.png
+%%DATADIR%%/images/math/varepsilon.png
+%%DATADIR%%/images/math/varkappa.png
+%%DATADIR%%/images/math/varnothing.png
+%%DATADIR%%/images/math/varphi.png
+%%DATADIR%%/images/math/varpi.png
+%%DATADIR%%/images/math/varpropto.png
+%%DATADIR%%/images/math/varrho.png
+%%DATADIR%%/images/math/varsigma.png
+%%DATADIR%%/images/math/varsubsetneq.png
+%%DATADIR%%/images/math/varsubsetneqq.png
+%%DATADIR%%/images/math/varsupsetneq.png
+%%DATADIR%%/images/math/varsupsetneqq.png
+%%DATADIR%%/images/math/vartheta.png
+%%DATADIR%%/images/math/vartriangle.png
+%%DATADIR%%/images/math/vartriangleleft.png
+%%DATADIR%%/images/math/vartriangleright.png
+%%DATADIR%%/images/math/vdash.png
+%%DATADIR%%/images/math/vdash2.png
+%%DATADIR%%/images/math/vdash3.png
+%%DATADIR%%/images/math/vdots.png
+%%DATADIR%%/images/math/vec.png
+%%DATADIR%%/images/math/vee.png
+%%DATADIR%%/images/math/veebar.png
+%%DATADIR%%/images/math/vert.png
+%%DATADIR%%/images/math/vert2.png
+%%DATADIR%%/images/math/vphantom.png
+%%DATADIR%%/images/math/wedge.png
+%%DATADIR%%/images/math/widehat.png
+%%DATADIR%%/images/math/widetilde.png
+%%DATADIR%%/images/math/wp.png
+%%DATADIR%%/images/math/wr.png
+%%DATADIR%%/images/math/xi.png
+%%DATADIR%%/images/math/xi2.png
+%%DATADIR%%/images/math/zeta.png
+%%DATADIR%%/images/nomencl-insert.png
+%%DATADIR%%/images/note-insert.png
+%%DATADIR%%/images/note-next.png
+%%DATADIR%%/images/paste.png
+%%DATADIR%%/images/promote.png
+%%DATADIR%%/images/psnfss1.png
+%%DATADIR%%/images/psnfss2.png
+%%DATADIR%%/images/psnfss3.png
+%%DATADIR%%/images/psnfss4.png
+%%DATADIR%%/images/redo.png
+%%DATADIR%%/images/reload.png
+%%DATADIR%%/images/split-view_horizontal.png
+%%DATADIR%%/images/split-view_vertical.png
+%%DATADIR%%/images/standard.png
+%%DATADIR%%/images/tabular-feature_append-column.png
+%%DATADIR%%/images/tabular-feature_append-row.png
+%%DATADIR%%/images/tabular-feature_delete-column.png
+%%DATADIR%%/images/tabular-feature_delete-row.png
+%%DATADIR%%/images/tabular-feature_m-align-center.png
+%%DATADIR%%/images/tabular-feature_m-align-left.png
+%%DATADIR%%/images/tabular-feature_m-align-right.png
+%%DATADIR%%/images/tabular-feature_m-valign-bottom.png
+%%DATADIR%%/images/tabular-feature_m-valign-middle.png
+%%DATADIR%%/images/tabular-feature_m-valign-top.png
+%%DATADIR%%/images/tabular-feature_multicolumn.png
+%%DATADIR%%/images/tabular-feature_set-all-lines.png
+%%DATADIR%%/images/tabular-feature_set-border-lines.png
+%%DATADIR%%/images/tabular-feature_set-longtabular.png
+%%DATADIR%%/images/tabular-feature_set-rotate-cell.png
+%%DATADIR%%/images/tabular-feature_set-rotate-tabular.png
+%%DATADIR%%/images/tabular-feature_toggle-line-bottom.png
+%%DATADIR%%/images/tabular-feature_toggle-line-left.png
+%%DATADIR%%/images/tabular-feature_toggle-line-right.png
+%%DATADIR%%/images/tabular-feature_toggle-line-top.png
+%%DATADIR%%/images/tabular-feature_toggle-rotate-cell.png
+%%DATADIR%%/images/tabular-feature_toggle-rotate-tabular.png
+%%DATADIR%%/images/tabular-feature_unset-all-lines.png
+%%DATADIR%%/images/tabular-insert.png
+%%DATADIR%%/images/textstyle-apply.png
+%%DATADIR%%/images/thesaurus-entry.png
+%%DATADIR%%/images/toolbar-toggle_math.png
+%%DATADIR%%/images/toolbar-toggle_math_panels.png
+%%DATADIR%%/images/toolbar-toggle_table.png
+%%DATADIR%%/images/undo.png
+%%DATADIR%%/images/unknown.png
+%%DATADIR%%/images/up.png
+%%DATADIR%%/images/url-insert.png
+%%DATADIR%%/images/vc-check-in.png
+%%DATADIR%%/images/vc-check-out.png
+%%DATADIR%%/images/vc-locking-toggle.png
+%%DATADIR%%/images/vc-register.png
+%%DATADIR%%/images/vc-repo-update.png
+%%DATADIR%%/images/vc-revert.png
%%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/farsi.kmap
%%DATADIR%%/kbd/francais.kmap
%%DATADIR%%/kbd/french.kmap
%%DATADIR%%/kbd/german-2.kmap
@@ -828,19 +1039,7 @@ share/locale/tr/LC_MESSAGES/lyx.mo
%%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
@@ -858,7 +1057,6 @@ share/locale/tr/LC_MESSAGES/lyx.mo
%%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
@@ -868,6 +1066,8 @@ share/locale/tr/LC_MESSAGES/lyx.mo
%%DATADIR%%/layouts/aapaper.inc
%%DATADIR%%/layouts/aapaper.layout
%%DATADIR%%/layouts/aastex.layout
+%%DATADIR%%/layouts/achemso.layout
+%%DATADIR%%/layouts/acmsiggraph.layout
%%DATADIR%%/layouts/agu-dtd.layout
%%DATADIR%%/layouts/agu_stdclass.inc
%%DATADIR%%/layouts/agu_stdcounters.inc
@@ -876,23 +1076,20 @@ share/locale/tr/LC_MESSAGES/lyx.mo
%%DATADIR%%/layouts/agu_stdtitle.inc
%%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/arab-article.layout
+%%DATADIR%%/layouts/armenian-article.layout
+%%DATADIR%%/layouts/article-beamer.layout
%%DATADIR%%/layouts/article.layout
%%DATADIR%%/layouts/beamer.layout
%%DATADIR%%/layouts/book.layout
+%%DATADIR%%/layouts/braille.module
%%DATADIR%%/layouts/broadway.layout
%%DATADIR%%/layouts/chess.layout
%%DATADIR%%/layouts/cl2emult.layout
-%%DATADIR%%/layouts/cv.layout
%%DATADIR%%/layouts/db_lyxmacros.inc
%%DATADIR%%/layouts/db_stdcharstyles.inc
%%DATADIR%%/layouts/db_stdclass.inc
@@ -908,37 +1105,55 @@ share/locale/tr/LC_MESSAGES/lyx.mo
%%DATADIR%%/layouts/docbook-chapter.layout
%%DATADIR%%/layouts/docbook-section.layout
%%DATADIR%%/layouts/docbook.layout
+%%DATADIR%%/layouts/doublecol-new.layout
%%DATADIR%%/layouts/dtk.layout
%%DATADIR%%/layouts/egs.layout
%%DATADIR%%/layouts/elsart.layout
+%%DATADIR%%/layouts/elsarticle.layout
+%%DATADIR%%/layouts/endnotes.module
%%DATADIR%%/layouts/entcs.layout
+%%DATADIR%%/layouts/eqs-within-sections.module
+%%DATADIR%%/layouts/europecv.layout
%%DATADIR%%/layouts/extarticle.layout
%%DATADIR%%/layouts/extbook.layout
%%DATADIR%%/layouts/extletter.layout
%%DATADIR%%/layouts/extreport.layout
+%%DATADIR%%/layouts/figs-within-sections.module
%%DATADIR%%/layouts/foils.layout
+%%DATADIR%%/layouts/foottoend.module
%%DATADIR%%/layouts/g-brief-de.layout
%%DATADIR%%/layouts/g-brief-en.layout
%%DATADIR%%/layouts/g-brief2.layout
+%%DATADIR%%/layouts/hanging.module
%%DATADIR%%/layouts/heb-article.layout
%%DATADIR%%/layouts/heb-letter.layout
%%DATADIR%%/layouts/hollywood.layout
%%DATADIR%%/layouts/ijmpc.layout
%%DATADIR%%/layouts/ijmpd.layout
+%%DATADIR%%/layouts/iopart.layout
+%%DATADIR%%/layouts/isprs.layout
+%%DATADIR%%/layouts/jarticle.layout
+%%DATADIR%%/layouts/jbook.layout
%%DATADIR%%/layouts/jgrga.layout
+%%DATADIR%%/layouts/jreport.layout
+%%DATADIR%%/layouts/jsarticle.layout
+%%DATADIR%%/layouts/jsbook.layout
+%%DATADIR%%/layouts/jss.layout
%%DATADIR%%/layouts/kluwer.layout
%%DATADIR%%/layouts/latex8.layout
%%DATADIR%%/layouts/letter.layout
-%%DATADIR%%/layouts/linuxdoc.layout
+%%DATADIR%%/layouts/linguistics.module
%%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/logicalmkup.module
%%DATADIR%%/layouts/ltugboat.layout
%%DATADIR%%/layouts/lyxmacros.inc
-%%DATADIR%%/layouts/manpage.layout
%%DATADIR%%/layouts/memoir.layout
+%%DATADIR%%/layouts/minimalistic.module
+%%DATADIR%%/layouts/moderncv.layout
%%DATADIR%%/layouts/mwart.layout
%%DATADIR%%/layouts/mwbk.layout
%%DATADIR%%/layouts/mwrep.layout
@@ -946,10 +1161,13 @@ share/locale/tr/LC_MESSAGES/lyx.mo
%%DATADIR%%/layouts/numreport.inc
%%DATADIR%%/layouts/numrevtex.inc
%%DATADIR%%/layouts/paper.layout
+%%DATADIR%%/layouts/powerdot.layout
+%%DATADIR%%/layouts/recipebook.layout
%%DATADIR%%/layouts/report.layout
%%DATADIR%%/layouts/revtex.layout
%%DATADIR%%/layouts/revtex4.layout
%%DATADIR%%/layouts/scrartcl.layout
+%%DATADIR%%/layouts/scrarticle-beamer.layout
%%DATADIR%%/layouts/scrbook.layout
%%DATADIR%%/layouts/scrclass.inc
%%DATADIR%%/layouts/scrlettr.layout
@@ -957,11 +1175,18 @@ share/locale/tr/LC_MESSAGES/lyx.mo
%%DATADIR%%/layouts/scrreprt.layout
%%DATADIR%%/layouts/seminar.layout
%%DATADIR%%/layouts/siamltex.layout
+%%DATADIR%%/layouts/sigplanconf.layout
+%%DATADIR%%/layouts/simplecv.layout
+%%DATADIR%%/layouts/singlecol-new.layout
+%%DATADIR%%/layouts/singlecol.layout
%%DATADIR%%/layouts/slides.layout
%%DATADIR%%/layouts/spie.layout
+%%DATADIR%%/layouts/stdcharstyles.inc
%%DATADIR%%/layouts/stdclass.inc
%%DATADIR%%/layouts/stdcounters.inc
+%%DATADIR%%/layouts/stdcustom.inc
%%DATADIR%%/layouts/stdfloats.inc
+%%DATADIR%%/layouts/stdinsets.inc
%%DATADIR%%/layouts/stdlayouts.inc
%%DATADIR%%/layouts/stdletter.inc
%%DATADIR%%/layouts/stdlists.inc
@@ -970,12 +1195,43 @@ share/locale/tr/LC_MESSAGES/lyx.mo
%%DATADIR%%/layouts/stdstruct.inc
%%DATADIR%%/layouts/stdtitle.inc
%%DATADIR%%/layouts/svglobal.layout
+%%DATADIR%%/layouts/svglobal3.layout
%%DATADIR%%/layouts/svjog.layout
%%DATADIR%%/layouts/svjour.inc
+%%DATADIR%%/layouts/svmono.layout
+%%DATADIR%%/layouts/svmult.layout
%%DATADIR%%/layouts/svprobth.layout
+%%DATADIR%%/layouts/tabs-within-sections.module
+%%DATADIR%%/layouts/tarticle.layout
+%%DATADIR%%/layouts/tbook.layout
+%%DATADIR%%/layouts/theorems-ams-bytype.inc
+%%DATADIR%%/layouts/theorems-ams-bytype.module
+%%DATADIR%%/layouts/theorems-ams-extended-bytype.module
+%%DATADIR%%/layouts/theorems-ams-extended.module
+%%DATADIR%%/layouts/theorems-ams.inc
+%%DATADIR%%/layouts/theorems-ams.module
+%%DATADIR%%/layouts/theorems-bytype.inc
+%%DATADIR%%/layouts/theorems-bytype.module
+%%DATADIR%%/layouts/theorems-chap-bytype.module
+%%DATADIR%%/layouts/theorems-chap.module
+%%DATADIR%%/layouts/theorems-order.inc
+%%DATADIR%%/layouts/theorems-proof.inc
+%%DATADIR%%/layouts/theorems-sec-bytype.module
+%%DATADIR%%/layouts/theorems-sec.module
+%%DATADIR%%/layouts/theorems-starred-equivalents.inc
+%%DATADIR%%/layouts/theorems-starred.inc
+%%DATADIR%%/layouts/theorems-starred.module
+%%DATADIR%%/layouts/theorems-std.module
+%%DATADIR%%/layouts/theorems.inc
+%%DATADIR%%/layouts/treport.layout
+%%DATADIR%%/layouts/tufte-book.layout
+%%DATADIR%%/layouts/tufte-handout.layout
%%DATADIR%%/lyx2lyx/LyX.py
%%DATADIR%%/lyx2lyx/LyX.pyc
%%DATADIR%%/lyx2lyx/LyX.pyo
+%%DATADIR%%/lyx2lyx/generate_encoding_info.py
+%%DATADIR%%/lyx2lyx/generate_encoding_info.pyc
+%%DATADIR%%/lyx2lyx/generate_encoding_info.pyo
%%DATADIR%%/lyx2lyx/lyx2lyx
%%DATADIR%%/lyx2lyx/lyx2lyx_lang.py
%%DATADIR%%/lyx2lyx/lyx2lyx_lang.pyc
@@ -1022,13 +1278,18 @@ share/locale/tr/LC_MESSAGES/lyx.mo
%%DATADIR%%/lyx2lyx/lyx_1_5.py
%%DATADIR%%/lyx2lyx/lyx_1_5.pyc
%%DATADIR%%/lyx2lyx/lyx_1_5.pyo
+%%DATADIR%%/lyx2lyx/lyx_1_6.py
+%%DATADIR%%/lyx2lyx/lyx_1_6.pyc
+%%DATADIR%%/lyx2lyx/lyx_1_6.pyo
%%DATADIR%%/lyx2lyx/parser_tools.py
%%DATADIR%%/lyx2lyx/parser_tools.pyc
%%DATADIR%%/lyx2lyx/parser_tools.pyo
%%DATADIR%%/lyx2lyx/profiling.py
%%DATADIR%%/lyx2lyx/profiling.pyc
%%DATADIR%%/lyx2lyx/profiling.pyo
-%%DATADIR%%/lyxrc.example
+%%DATADIR%%/lyx2lyx/test_parser_tools.py
+%%DATADIR%%/lyx2lyx/test_parser_tools.pyc
+%%DATADIR%%/lyx2lyx/test_parser_tools.pyo
%%DATADIR%%/scripts/TeXFiles.py
%%DATADIR%%/scripts/TeXFiles.pyc
%%DATADIR%%/scripts/TeXFiles.pyo
@@ -1038,9 +1299,15 @@ share/locale/tr/LC_MESSAGES/lyx.mo
%%DATADIR%%/scripts/convertDefault.py
%%DATADIR%%/scripts/convertDefault.pyc
%%DATADIR%%/scripts/convertDefault.pyo
+%%DATADIR%%/scripts/csv2lyx.py
+%%DATADIR%%/scripts/csv2lyx.pyc
+%%DATADIR%%/scripts/csv2lyx.pyo
%%DATADIR%%/scripts/date.py
%%DATADIR%%/scripts/date.pyc
%%DATADIR%%/scripts/date.pyo
+%%DATADIR%%/scripts/ext_copy.py
+%%DATADIR%%/scripts/ext_copy.pyc
+%%DATADIR%%/scripts/ext_copy.pyo
%%DATADIR%%/scripts/fen2ascii.py
%%DATADIR%%/scripts/fen2ascii.pyc
%%DATADIR%%/scripts/fen2ascii.pyo
@@ -1060,6 +1327,9 @@ share/locale/tr/LC_MESSAGES/lyx.mo
%%DATADIR%%/scripts/legacy_lyxpreview2ppm.pyc
%%DATADIR%%/scripts/legacy_lyxpreview2ppm.pyo
%%DATADIR%%/scripts/listerrors
+%%DATADIR%%/scripts/lyxpreview-platex2bitmap.py
+%%DATADIR%%/scripts/lyxpreview-platex2bitmap.pyc
+%%DATADIR%%/scripts/lyxpreview-platex2bitmap.pyo
%%DATADIR%%/scripts/lyxpreview2bitmap.py
%%DATADIR%%/scripts/lyxpreview2bitmap.pyc
%%DATADIR%%/scripts/lyxpreview2bitmap.pyo
@@ -1071,42 +1341,52 @@ share/locale/tr/LC_MESSAGES/lyx.mo
%%DATADIR%%/scripts/tex_copy.pyo
%%DATADIR%%/symbols
%%DATADIR%%/syntax.default
+%%DATADIR%%/templates/ACM-siggraph.lyx
+%%DATADIR%%/templates/ACM-sigplan.lyx
%%DATADIR%%/templates/IEEEtran.lyx
+%%DATADIR%%/templates/JSS-article.lyx
%%DATADIR%%/templates/README.new_templates
%%DATADIR%%/templates/aa.lyx
%%DATADIR%%/templates/aastex.lyx
%%DATADIR%%/templates/agu_article.lyx
+%%DATADIR%%/templates/apa.lyx
%%DATADIR%%/templates/beamer-conference-ornate-20min.lyx
%%DATADIR%%/templates/de_beamer-conference-ornate-20min.lyx
%%DATADIR%%/templates/dinbrief.lyx
%%DATADIR%%/templates/docbook_article.lyx
-%%DATADIR%%/templates/elsart.lyx
+%%DATADIR%%/templates/elsarticle.lyx
+%%DATADIR%%/templates/es_beamer-conference-ornate-20min.lyx
%%DATADIR%%/templates/fr_beamer-conference-ornate-20min.lyx
%%DATADIR%%/templates/g-brief-de.lyx
%%DATADIR%%/templates/g-brief-en.lyx
+%%DATADIR%%/templates/g-brief2.lyx
%%DATADIR%%/templates/hollywood.lyx
%%DATADIR%%/templates/ijmpc.lyx
%%DATADIR%%/templates/ijmpd.lyx
+%%DATADIR%%/templates/iop-article.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%%/templates/svjour3.lyx
+%%DATADIR%%/templates/svmono_book.lyx
+%%DATADIR%%/templates/svmult_appendix.lyx
+%%DATADIR%%/templates/svmult_author.lyx
+%%DATADIR%%/templates/svmult_editor.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%%/ui/classic.ui
%%DATADIR%%/ui/default.ui
-%%DATADIR%%/ui/default-alltoolbars.ui
-%%DATADIR%%/ui/default-autotoolbars.ui
+%%DATADIR%%/ui/stdcontext.inc
%%DATADIR%%/ui/stdmenus.inc
%%DATADIR%%/ui/stdtoolbars.inc
+%%DATADIR%%/unicodesymbols
@dirrm %%DATADIR%%/ui
@dirrm %%DATADIR%%/tex
@dirrm %%DATADIR%%/templates
@@ -1115,9 +1395,70 @@ share/locale/tr/LC_MESSAGES/lyx.mo
@dirrm %%DATADIR%%/layouts
@dirrm %%DATADIR%%/kbd
@dirrm %%DATADIR%%/images/math
+@dirrm %%DATADIR%%/images/commands
@dirrm %%DATADIR%%/images
+@dirrm %%DATADIR%%/fonts
+@dirrm %%DATADIR%%/examples/uk
+@dirrm %%DATADIR%%/examples/sl
+@dirrm %%DATADIR%%/examples/sk
+@dirrm %%DATADIR%%/examples/ru
+@dirrm %%DATADIR%%/examples/ro
+@dirrm %%DATADIR%%/examples/pt
+@dirrm %%DATADIR%%/examples/pl
+@dirrm %%DATADIR%%/examples/nl
+@dirrm %%DATADIR%%/examples/ja
+@dirrm %%DATADIR%%/examples/it
+@dirrm %%DATADIR%%/examples/id
+@dirrm %%DATADIR%%/examples/hu
+@dirrm %%DATADIR%%/examples/he
+@dirrm %%DATADIR%%/examples/gl
+@dirrm %%DATADIR%%/examples/fr
+@dirrm %%DATADIR%%/examples/fa
+@dirrm %%DATADIR%%/examples/eu
+@dirrm %%DATADIR%%/examples/es
+@dirrm %%DATADIR%%/examples/de
+@dirrm %%DATADIR%%/examples/da
+@dirrm %%DATADIR%%/examples/cs
+@dirrm %%DATADIR%%/examples/ca
@dirrm %%DATADIR%%/examples
+@dirrm %%DATADIR%%/doc/zh_CN
+@dirrm %%DATADIR%%/doc/uk/clipart
+@dirrm %%DATADIR%%/doc/uk
+@dirrm %%DATADIR%%/doc/sv
+@dirrm %%DATADIR%%/doc/sl
+@dirrm %%DATADIR%%/doc/sk
+@dirrm %%DATADIR%%/doc/ru
+@dirrm %%DATADIR%%/doc/ro
+@dirrm %%DATADIR%%/doc/pt
+@dirrm %%DATADIR%%/doc/pl
+@dirrm %%DATADIR%%/doc/nl
+@dirrm %%DATADIR%%/doc/nb
+@dirrm %%DATADIR%%/doc/ja/clipart
+@dirrm %%DATADIR%%/doc/ja
+@dirrm %%DATADIR%%/doc/it/clipart
+@dirrm %%DATADIR%%/doc/it
+@dirrm %%DATADIR%%/doc/id/clipart
+@dirrm %%DATADIR%%/doc/id
+@dirrm %%DATADIR%%/doc/hu
+@dirrm %%DATADIR%%/doc/he
+@dirrm %%DATADIR%%/doc/gl
+@dirrm %%DATADIR%%/doc/fr/clipart
+@dirrm %%DATADIR%%/doc/fr
+@dirrm %%DATADIR%%/doc/eu
+@dirrm %%DATADIR%%/doc/es/clipart
+@dirrm %%DATADIR%%/doc/es
+@dirrm %%DATADIR%%/doc/de/clipart
+@dirrm %%DATADIR%%/doc/de
+@dirrm %%DATADIR%%/doc/da
+@dirrm %%DATADIR%%/doc/cs
+@dirrm %%DATADIR%%/doc/clipart
+@dirrm %%DATADIR%%/doc/ca
+@dirrm %%DATADIR%%/doc/biblio
@dirrm %%DATADIR%%/doc
-@dirrm %%DATADIR%%/clipart
+@dirrm %%DATADIR%%/commands
+@dirrm %%DATADIR%%/bind/sv
+@dirrm %%DATADIR%%/bind/pt
+@dirrm %%DATADIR%%/bind/fi
+@dirrm %%DATADIR%%/bind/de
@dirrm %%DATADIR%%/bind
@dirrm %%DATADIR%%