git: d9d0c0c860de - main - print/lyx: Update to 2.4.2.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 04 Nov 2024 13:08:38 UTC
The branch main has been updated by wen: URL: https://cgit.FreeBSD.org/ports/commit/?id=d9d0c0c860de93cb00f5afabeb7217b3e88e38a3 commit d9d0c0c860de93cb00f5afabeb7217b3e88e38a3 Author: Wen Heping <wen@FreeBSD.org> AuthorDate: 2024-11-04 13:06:01 +0000 Commit: Wen Heping <wen@FreeBSD.org> CommitDate: 2024-11-04 13:08:17 +0000 print/lyx: Update to 2.4.2.1 --- print/lyx/Makefile | 19 +- print/lyx/distinfo | 6 +- print/lyx/files/patch-configure.ac | 8 +- print/lyx/files/patch-development_Makefile.am | 16 + print/lyx/files/patch-src-support-filetools.cpp | 11 + print/lyx/pkg-plist | 1362 ++++++++++++++++------- 6 files changed, 986 insertions(+), 436 deletions(-) diff --git a/print/lyx/Makefile b/print/lyx/Makefile index 1b9af0fd633a..d6f52dd47622 100644 --- a/print/lyx/Makefile +++ b/print/lyx/Makefile @@ -1,12 +1,11 @@ PORTNAME= lyx -PORTVERSION= ${MAJOR_VERSION}.${MINOR_VERSION} -PORTREVISION= 2 +PORTVERSION= ${MAJOR_VERSION}.2 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://ftp.ntua.gr/pub/X11/LyX/stable/${MAJOR_VERSION}.x/ \ http://sunsite.icm.edu.pl/pub/unix/editors/lyx/stable/${MAJOR_VERSION}.x/ -DISTNAME= ${PORTNAME}-${PORTVERSION}-1 +DISTNAME= ${PORTNAME}-${PORTVERSION}.1 MAINTAINER= wen@FreeBSD.org COMMENT= Document processor interfaced with LaTeX (nearly WYSIWYG) @@ -18,37 +17,34 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libboost_regex.so:devel/boost-libs \ libmythes-1.2.so:textproc/mythes -MAJOR_VERSION= 2.3 -MINOR_VERSION= 7 +MAJOR_VERSION= 2.4 USES= autoreconf compiler:c++11-lang desktop-file-utils gmake iconv \ - pkgconfig perl5 python qt:5 shebangfix tar:xz xorg + pkgconfig perl5 python:build qt:5 shebangfix tar:xz xorg USE_QT= core concurrent gui svg widgets x11extras buildtools:build qmake:build USE_XORG= xcb GNU_CONFIGURE= yes GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share CONFIGURE_ARGS= --without-included-boost \ --without-included-mythes \ - --enable-qt5 \ --with-qt-dir=${LOCALBASE}/lib/qt5 \ ${ICONV_CONFIGURE_ARG} \ --with-extra-prefix=${LOCALBASE} EXTRACT_AFTER_ARGS= --no-same-owner --no-same-permissions \ - --exclude 3rdparty \ --exclude cygwin \ --exclude MacOSX \ --exclude Win32 SHEBANG_FILES= lib/configure.py \ lib/lyx2lyx/lyx2lyx \ + lib/scripts/lyxpaperview.py \ lib/scripts/listerrors \ lib/scripts/gnuplot2pdf.py \ + lib/scripts/spreadsheet_to_docbook.py \ lib/scripts/svg2pdftex.py \ lib/scripts/svg2pstex.py LIBS+= -lexecinfo -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} - OPTIONS_DEFINE= ASPELL ENCHANT HUNSPELL NLS OPTIONS_DEFAULT= HUNSPELL OPTIONS_SUB= yes @@ -66,4 +62,7 @@ NLS_USES= gettext post-patch: @${GREP} -rl "python -tt" ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} -i '' 's|python -tt|${PYTHON_CMD} -tt|' +post-stage: + ${RM} /usr/local/lib/python3.11/site-packages/_distutils_hack/__pycache__/__init__.cpython-311.opt-2.pyc + .include <bsd.port.mk> diff --git a/print/lyx/distinfo b/print/lyx/distinfo index fea5ede4d77e..6f4be9520d57 100644 --- a/print/lyx/distinfo +++ b/print/lyx/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1677976178 -SHA256 (lyx-2.3.7-1.tar.xz) = 39be8864fb86b34e88310e70fb80e5e9e296601f0856cf161aa094171718d8ed -SIZE (lyx-2.3.7-1.tar.xz) = 16158416 +TIMESTAMP = 1730710421 +SHA256 (lyx-2.4.2.1.tar.xz) = 1d2b1c7abe391e2fb49109de2c8e13a7dfe605f27df68f689bf947dfafc7a4d9 +SIZE (lyx-2.4.2.1.tar.xz) = 17876336 diff --git a/print/lyx/files/patch-configure.ac b/print/lyx/files/patch-configure.ac index b53754ea2507..23563a5ae3c1 100644 --- a/print/lyx/files/patch-configure.ac +++ b/print/lyx/files/patch-configure.ac @@ -1,13 +1,15 @@ ---- configure.ac.orig 2019-11-23 15:26:35 UTC -+++ configure.ac -@@ -364,23 +364,9 @@ AC_DEFINE_UNQUOTED([LYX_RELEASE_PATCH],$lyx_patch,[Pat +--- configure.ac.orig 2024-11-04 08:26:47.400346000 +0000 ++++ configure.ac 2024-11-04 08:28:53.253697000 +0000 +@@ -344,25 +344,10 @@ AC_CONFIG_FILES([Makefile \ lyx.1:lyx.1in \ - 3rdparty/Makefile \ - 3rdparty/boost/Makefile \ +- 3rdparty/dtl/Makefile \ - 3rdparty/hunspell/Makefile \ - 3rdparty/mythes/Makefile \ + 3rdparty/nod/Makefile \ - 3rdparty/libiconv/Makefile \ $ICONV_ICONV_H_IN \ - 3rdparty/zlib/Makefile \ diff --git a/print/lyx/files/patch-development_Makefile.am b/print/lyx/files/patch-development_Makefile.am new file mode 100644 index 000000000000..06fe5cb4afb2 --- /dev/null +++ b/print/lyx/files/patch-development_Makefile.am @@ -0,0 +1,16 @@ +--- development/Makefile.am.orig 2024-11-01 01:12:44.160674000 +0000 ++++ development/Makefile.am 2024-11-01 01:13:03.544363000 +0000 +@@ -1,13 +1,5 @@ + include $(top_srcdir)/config/common.am + +-if INSTALL_MACOSX +-SUBDIRS = MacOSX +-endif +- +-if INSTALL_CYGWIN +-SUBDIRS = cygwin +-endif +- + EXTRA_DIST = coding/Rules coding/Recommendations \ + coverity_modeling.cpp \ + FORMAT lyx.rpm.README \ diff --git a/print/lyx/files/patch-src-support-filetools.cpp b/print/lyx/files/patch-src-support-filetools.cpp new file mode 100644 index 000000000000..c13a550289ea --- /dev/null +++ b/print/lyx/files/patch-src-support-filetools.cpp @@ -0,0 +1,11 @@ +--- src/support/filetools.cpp.orig 2024-11-04 08:57:40.352928000 +0000 ++++ src/support/filetools.cpp 2024-11-04 08:59:06.840603000 +0000 +@@ -71,6 +71,8 @@ + #include <windows.h> + #endif + ++#include <sys/wait.h> ++ + using namespace std; + + #define USE_QPROCESS diff --git a/print/lyx/pkg-plist b/print/lyx/pkg-plist index 373c6b23697a..a0d5bf94a796 100644 --- a/print/lyx/pkg-plist +++ b/print/lyx/pkg-plist @@ -1,41 +1,36 @@ bin/lyx bin/lyxclient bin/tex2lyx -share/man/man1/lyx.1.gz -share/man/man1/lyxclient.1.gz -share/man/man1/tex2lyx.1.gz -%%NLS%%share/locale/ar/LC_MESSAGES/lyx.mo -%%NLS%%share/locale/bg/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/he/LC_MESSAGES/lyx.mo -%%NLS%%share/locale/hu/LC_MESSAGES/lyx.mo -%%NLS%%share/locale/ia/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/nl/LC_MESSAGES/lyx.mo -%%NLS%%share/locale/nn/LC_MESSAGES/lyx.mo -%%NLS%%share/locale/pl/LC_MESSAGES/lyx.mo -%%NLS%%share/locale/pt_BR/LC_MESSAGES/lyx.mo -%%NLS%%share/locale/pt_PT/LC_MESSAGES/lyx.mo -%%NLS%%share/locale/ru/LC_MESSAGES/lyx.mo -%%NLS%%share/locale/sk/LC_MESSAGES/lyx.mo -%%NLS%%share/locale/sv/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 share/applications/lyx.desktop share/icons/hicolor/48x48/apps/lyx.png share/icons/hicolor/scalable/apps/lyx.svg +share/locale/ar/LC_MESSAGES/lyx.mo +share/locale/bg/LC_MESSAGES/lyx.mo +share/locale/cs/LC_MESSAGES/lyx.mo +share/locale/de/LC_MESSAGES/lyx.mo +share/locale/en/LC_MESSAGES/lyx.mo +share/locale/es/LC_MESSAGES/lyx.mo +share/locale/eu/LC_MESSAGES/lyx.mo +share/locale/fi/LC_MESSAGES/lyx.mo +share/locale/fr/LC_MESSAGES/lyx.mo +share/locale/he/LC_MESSAGES/lyx.mo +share/locale/hu/LC_MESSAGES/lyx.mo +share/locale/ia/LC_MESSAGES/lyx.mo +share/locale/id/LC_MESSAGES/lyx.mo +share/locale/it/LC_MESSAGES/lyx.mo +share/locale/ja/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/pt_BR/LC_MESSAGES/lyx.mo +share/locale/pt_PT/LC_MESSAGES/lyx.mo +share/locale/ru/LC_MESSAGES/lyx.mo +share/locale/sk/LC_MESSAGES/lyx.mo +share/locale/sv/LC_MESSAGES/lyx.mo +share/locale/uk/LC_MESSAGES/lyx.mo +share/locale/zh_CN/LC_MESSAGES/lyx.mo +share/locale/zh_TW/LC_MESSAGES/lyx.mo %%DATADIR%%/CREDITS %%DATADIR%%/RELEASE-NOTES %%DATADIR%%/autocorrect @@ -46,13 +41,16 @@ share/icons/hicolor/scalable/apps/lyx.svg %%DATADIR%%/bind/de/menus.bind %%DATADIR%%/bind/emacs.bind %%DATADIR%%/bind/greekkeys.bind +%%DATADIR%%/bind/he/cua.bind %%DATADIR%%/bind/hollywood.bind %%DATADIR%%/bind/latinkeys.bind %%DATADIR%%/bind/mac.bind %%DATADIR%%/bind/math.bind %%DATADIR%%/bind/menus.bind +%%DATADIR%%/bind/ru/menus.bind %%DATADIR%%/bind/sciword.bind %%DATADIR%%/bind/site.bind +%%DATADIR%%/bind/sk/menus.bind %%DATADIR%%/bind/xemacs.bind %%DATADIR%%/chkconfig.ltx %%DATADIR%%/citeengines/basic.citeengine @@ -81,9 +79,12 @@ share/icons/hicolor/scalable/apps/lyx.svg %%DATADIR%%/doc/ar/Intro.lyx %%DATADIR%%/doc/ar/Shortcuts.lyx %%DATADIR%%/doc/ar/Tutorial.lyx +%%DATADIR%%/doc/ar/UserGuide.lyx %%DATADIR%%/doc/biblio/LyXDocs.bib -%%DATADIR%%/doc/biblio/alphadin.bst %%DATADIR%%/doc/ca/Intro.lyx +%%DATADIR%%/doc/ca/Shortcuts.lyx +%%DATADIR%%/doc/ca/clipart/notapeu.png +%%DATADIR%%/doc/ca/clipart/referencia.png %%DATADIR%%/doc/clipart/2D-intensity-plot.pdf %%DATADIR%%/doc/clipart/3D-structure-distort.pdf %%DATADIR%%/doc/clipart/Abstract.pdf @@ -247,8 +248,16 @@ share/icons/hicolor/scalable/apps/lyx.svg %%DATADIR%%/doc/pt/Intro.lyx %%DATADIR%%/doc/pt/Tutorial.lyx %%DATADIR%%/doc/ro/Intro.lyx +%%DATADIR%%/doc/ru/Additional.lyx +%%DATADIR%%/doc/ru/EmbeddedObjects.lyx %%DATADIR%%/doc/ru/Intro.lyx +%%DATADIR%%/doc/ru/Math.lyx +%%DATADIR%%/doc/ru/Shortcuts.lyx %%DATADIR%%/doc/ru/Tutorial.lyx +%%DATADIR%%/doc/ru/UserGuide.lyx +%%DATADIR%%/doc/ru/clipart/Abstract.pdf +%%DATADIR%%/doc/ru/clipart/ERT.png +%%DATADIR%%/doc/ru/clipart/StandardToolbar.png %%DATADIR%%/doc/ru/clipart/ToolbarEnvBox.png %%DATADIR%%/doc/sk/Intro.lyx %%DATADIR%%/doc/sk/Tutorial.lyx @@ -261,228 +270,410 @@ share/icons/hicolor/scalable/apps/lyx.svg %%DATADIR%%/doc/uk/clipart/footnote.png %%DATADIR%%/doc/zh_CN/Intro.lyx %%DATADIR%%/doc/zh_CN/Tutorial.lyx +%%DATADIR%%/docbook/COPYING +%%DATADIR%%/docbook/VERSION +%%DATADIR%%/docbook/VERSION.xsl +%%DATADIR%%/docbook/common/addns.xsl +%%DATADIR%%/docbook/common/af.xml +%%DATADIR%%/docbook/common/am.xml +%%DATADIR%%/docbook/common/ar.xml +%%DATADIR%%/docbook/common/as.xml +%%DATADIR%%/docbook/common/ast.xml +%%DATADIR%%/docbook/common/autoidx-kimber.xsl +%%DATADIR%%/docbook/common/autoidx-kosek.xsl +%%DATADIR%%/docbook/common/az.xml +%%DATADIR%%/docbook/common/bg.xml +%%DATADIR%%/docbook/common/bn.xml +%%DATADIR%%/docbook/common/bn_in.xml +%%DATADIR%%/docbook/common/bs.xml +%%DATADIR%%/docbook/common/build.xml +%%DATADIR%%/docbook/common/ca.xml +%%DATADIR%%/docbook/common/charmap.xml +%%DATADIR%%/docbook/common/charmap.xsl +%%DATADIR%%/docbook/common/common.xml +%%DATADIR%%/docbook/common/common.xsl +%%DATADIR%%/docbook/common/cs.xml +%%DATADIR%%/docbook/common/cy.xml +%%DATADIR%%/docbook/common/da.xml +%%DATADIR%%/docbook/common/de.xml +%%DATADIR%%/docbook/common/el.xml +%%DATADIR%%/docbook/common/en.xml +%%DATADIR%%/docbook/common/entities.ent +%%DATADIR%%/docbook/common/eo.xml +%%DATADIR%%/docbook/common/es.xml +%%DATADIR%%/docbook/common/et.xml +%%DATADIR%%/docbook/common/eu.xml +%%DATADIR%%/docbook/common/fa.xml +%%DATADIR%%/docbook/common/fi.xml +%%DATADIR%%/docbook/common/fr.xml +%%DATADIR%%/docbook/common/ga.xml +%%DATADIR%%/docbook/common/gentext.xsl +%%DATADIR%%/docbook/common/gl.xml +%%DATADIR%%/docbook/common/gu.xml +%%DATADIR%%/docbook/common/he.xml +%%DATADIR%%/docbook/common/hi.xml +%%DATADIR%%/docbook/common/hr.xml +%%DATADIR%%/docbook/common/hu.xml +%%DATADIR%%/docbook/common/id.xml +%%DATADIR%%/docbook/common/insertfile.xsl +%%DATADIR%%/docbook/common/is.xml +%%DATADIR%%/docbook/common/it.xml +%%DATADIR%%/docbook/common/ja.xml +%%DATADIR%%/docbook/common/ka.xml +%%DATADIR%%/docbook/common/kn.xml +%%DATADIR%%/docbook/common/ko.xml +%%DATADIR%%/docbook/common/ky.xml +%%DATADIR%%/docbook/common/l10n.dtd +%%DATADIR%%/docbook/common/l10n.xml +%%DATADIR%%/docbook/common/l10n.xsl +%%DATADIR%%/docbook/common/la.xml +%%DATADIR%%/docbook/common/labels.xsl +%%DATADIR%%/docbook/common/lt.xml +%%DATADIR%%/docbook/common/lv.xml +%%DATADIR%%/docbook/common/ml.xml +%%DATADIR%%/docbook/common/mn.xml +%%DATADIR%%/docbook/common/mr.xml +%%DATADIR%%/docbook/common/nb.xml +%%DATADIR%%/docbook/common/nds.xml +%%DATADIR%%/docbook/common/nl.xml +%%DATADIR%%/docbook/common/nn.xml +%%DATADIR%%/docbook/common/olink.xsl +%%DATADIR%%/docbook/common/or.xml +%%DATADIR%%/docbook/common/pa.xml +%%DATADIR%%/docbook/common/pi.xml +%%DATADIR%%/docbook/common/pi.xsl +%%DATADIR%%/docbook/common/pl.xml +%%DATADIR%%/docbook/common/pt.xml +%%DATADIR%%/docbook/common/pt_br.xml +%%DATADIR%%/docbook/common/refentry.xml +%%DATADIR%%/docbook/common/refentry.xsl +%%DATADIR%%/docbook/common/ro.xml +%%DATADIR%%/docbook/common/ru.xml +%%DATADIR%%/docbook/common/sk.xml +%%DATADIR%%/docbook/common/sl.xml +%%DATADIR%%/docbook/common/sq.xml +%%DATADIR%%/docbook/common/sr.xml +%%DATADIR%%/docbook/common/sr_Latn.xml +%%DATADIR%%/docbook/common/stripns.xsl +%%DATADIR%%/docbook/common/subtitles.xsl +%%DATADIR%%/docbook/common/sv.xml +%%DATADIR%%/docbook/common/ta.xml +%%DATADIR%%/docbook/common/table.xsl +%%DATADIR%%/docbook/common/targetdatabase.dtd +%%DATADIR%%/docbook/common/targets.xsl +%%DATADIR%%/docbook/common/te.xml +%%DATADIR%%/docbook/common/th.xml +%%DATADIR%%/docbook/common/titles.xsl +%%DATADIR%%/docbook/common/tl.xml +%%DATADIR%%/docbook/common/tr.xml +%%DATADIR%%/docbook/common/uk.xml +%%DATADIR%%/docbook/common/ur.xml +%%DATADIR%%/docbook/common/utility.xml +%%DATADIR%%/docbook/common/utility.xsl +%%DATADIR%%/docbook/common/vi.xml +%%DATADIR%%/docbook/common/xh.xml +%%DATADIR%%/docbook/common/zh.xml +%%DATADIR%%/docbook/common/zh_cn.xml +%%DATADIR%%/docbook/common/zh_tw.xml +%%DATADIR%%/docbook/epub3/README +%%DATADIR%%/docbook/epub3/build.xml +%%DATADIR%%/docbook/epub3/chunk.xsl +%%DATADIR%%/docbook/epub3/chunkfast.xsl +%%DATADIR%%/docbook/epub3/docbook-epub.css.xml +%%DATADIR%%/docbook/epub3/docbook.xsl +%%DATADIR%%/docbook/epub3/epub3-chunk-mods.xsl +%%DATADIR%%/docbook/epub3/epub3-element-mods.xsl +%%DATADIR%%/docbook/epub3/profile-chunk.xsl +%%DATADIR%%/docbook/epub3/profile-docbook.xsl +%%DATADIR%%/docbook/epub3/titlepage.templates.xml +%%DATADIR%%/docbook/epub3/titlepage.templates.xsl +%%DATADIR%%/docbook/lib/build.xml +%%DATADIR%%/docbook/lib/lib.xsl +%%DATADIR%%/docbook/source.txt +%%DATADIR%%/docbook/xhtml/admon.xsl +%%DATADIR%%/docbook/xhtml/annotations.xsl +%%DATADIR%%/docbook/xhtml/autoidx-kimber.xsl +%%DATADIR%%/docbook/xhtml/autoidx-kosek.xsl +%%DATADIR%%/docbook/xhtml/autoidx-ng.xsl +%%DATADIR%%/docbook/xhtml/autoidx.xsl +%%DATADIR%%/docbook/xhtml/autotoc.xsl +%%DATADIR%%/docbook/xhtml/biblio-iso690.xsl +%%DATADIR%%/docbook/xhtml/biblio.xsl +%%DATADIR%%/docbook/xhtml/block.xsl +%%DATADIR%%/docbook/xhtml/build.xml +%%DATADIR%%/docbook/xhtml/callout.xsl +%%DATADIR%%/docbook/xhtml/changebars.xsl +%%DATADIR%%/docbook/xhtml/chunk-changebars.xsl +%%DATADIR%%/docbook/xhtml/chunk-code.xsl +%%DATADIR%%/docbook/xhtml/chunk-common.xsl +%%DATADIR%%/docbook/xhtml/chunk.xsl +%%DATADIR%%/docbook/xhtml/chunker.xsl +%%DATADIR%%/docbook/xhtml/chunkfast.xsl +%%DATADIR%%/docbook/xhtml/chunktoc.xsl +%%DATADIR%%/docbook/xhtml/component.xsl +%%DATADIR%%/docbook/xhtml/division.xsl +%%DATADIR%%/docbook/xhtml/docbook-no-doctype.xsl +%%DATADIR%%/docbook/xhtml/docbook.css.xml +%%DATADIR%%/docbook/xhtml/docbook.xsl +%%DATADIR%%/docbook/xhtml/ebnf.xsl +%%DATADIR%%/docbook/xhtml/footnote.xsl +%%DATADIR%%/docbook/xhtml/formal.xsl +%%DATADIR%%/docbook/xhtml/glossary.xsl +%%DATADIR%%/docbook/xhtml/graphics.xsl +%%DATADIR%%/docbook/xhtml/highlight.xsl +%%DATADIR%%/docbook/xhtml/html-rtf.xsl +%%DATADIR%%/docbook/xhtml/html.xsl +%%DATADIR%%/docbook/xhtml/htmltbl.xsl +%%DATADIR%%/docbook/xhtml/index.xsl +%%DATADIR%%/docbook/xhtml/info.xsl +%%DATADIR%%/docbook/xhtml/inline.xsl +%%DATADIR%%/docbook/xhtml/its.xsl +%%DATADIR%%/docbook/xhtml/keywords.xsl +%%DATADIR%%/docbook/xhtml/lists.xsl +%%DATADIR%%/docbook/xhtml/maketoc.xsl +%%DATADIR%%/docbook/xhtml/manifest.xsl +%%DATADIR%%/docbook/xhtml/math.xsl +%%DATADIR%%/docbook/xhtml/oldchunker.xsl +%%DATADIR%%/docbook/xhtml/onechunk.xsl +%%DATADIR%%/docbook/xhtml/param.xsl +%%DATADIR%%/docbook/xhtml/pi.xsl +%%DATADIR%%/docbook/xhtml/profile-chunk-code.xsl +%%DATADIR%%/docbook/xhtml/profile-chunk.xsl +%%DATADIR%%/docbook/xhtml/profile-docbook.xsl +%%DATADIR%%/docbook/xhtml/profile-onechunk.xsl +%%DATADIR%%/docbook/xhtml/publishers.xsl +%%DATADIR%%/docbook/xhtml/qandaset.xsl +%%DATADIR%%/docbook/xhtml/refentry.xsl +%%DATADIR%%/docbook/xhtml/sections.xsl +%%DATADIR%%/docbook/xhtml/synop.xsl +%%DATADIR%%/docbook/xhtml/table.xsl +%%DATADIR%%/docbook/xhtml/task.xsl +%%DATADIR%%/docbook/xhtml/titlepage.templates.xml +%%DATADIR%%/docbook/xhtml/titlepage.templates.xsl +%%DATADIR%%/docbook/xhtml/titlepage.xsl +%%DATADIR%%/docbook/xhtml/toc.xsl +%%DATADIR%%/docbook/xhtml/verbatim.xsl +%%DATADIR%%/docbook/xhtml/xref.xsl +%%DATADIR%%/docbook/xhtml5/README +%%DATADIR%%/docbook/xhtml5/build.xml +%%DATADIR%%/docbook/xhtml5/chunk.xsl +%%DATADIR%%/docbook/xhtml5/chunkfast.xsl +%%DATADIR%%/docbook/xhtml5/docbook.css.xml +%%DATADIR%%/docbook/xhtml5/docbook.xsl +%%DATADIR%%/docbook/xhtml5/html5-chunk-mods.xsl +%%DATADIR%%/docbook/xhtml5/html5-element-mods.xsl +%%DATADIR%%/docbook/xhtml5/onechunk.xsl +%%DATADIR%%/docbook/xhtml5/profile-chunk.xsl +%%DATADIR%%/docbook/xhtml5/profile-docbook.xsl +%%DATADIR%%/docbook/xhtml5/xhtml-docbook.xsl +%%DATADIR%%/docbook/xhtml5/xhtml-profile-docbook.xsl +%%DATADIR%%/docbook/xhtml5/xhtml2xhtml5.xsl %%DATADIR%%/encodings -%%DATADIR%%/examples/Braille.lyx -%%DATADIR%%/examples/CV-image.eps -%%DATADIR%%/examples/CV-image.png -%%DATADIR%%/examples/FeynmanDiagrams.lyx -%%DATADIR%%/examples/Foils.lyx -%%DATADIR%%/examples/H-P-statements.lyx -%%DATADIR%%/examples/ItemizeBullets.lyx -%%DATADIR%%/examples/Literate.lyx -%%DATADIR%%/examples/MultilingualCaptions.lyx -%%DATADIR%%/examples/PDF-comment.lyx -%%DATADIR%%/examples/PDF-form.lyx -%%DATADIR%%/examples/aa_sample.lyx -%%DATADIR%%/examples/aas_sample.lyx -%%DATADIR%%/examples/aas_sample62.lyx -%%DATADIR%%/examples/achemso.lyx -%%DATADIR%%/examples/addressExample.adr -%%DATADIR%%/examples/amsart-test.lyx -%%DATADIR%%/examples/amsbook-test.lyx -%%DATADIR%%/examples/ar/splash.lyx -%%DATADIR%%/examples/beamer-article.lyx -%%DATADIR%%/examples/beamer-g4-mask.jpg -%%DATADIR%%/examples/beamer-g4.jpg -%%DATADIR%%/examples/beamer-icsi-logo.pdf -%%DATADIR%%/examples/beamer-knight1-mask.png -%%DATADIR%%/examples/beamer-knight1.png -%%DATADIR%%/examples/beamer-knight2-mask.png -%%DATADIR%%/examples/beamer-knight2.png -%%DATADIR%%/examples/beamer-knight3-mask.png -%%DATADIR%%/examples/beamer-knight3.png -%%DATADIR%%/examples/beamer-knight4-mask.png -%%DATADIR%%/examples/beamer-knight4.png -%%DATADIR%%/examples/beamer.lyx -%%DATADIR%%/examples/beamerlyxexample1.lyx -%%DATADIR%%/examples/beamerposter.lyx +%%DATADIR%%/examples/Articles/American_Astronomical_Society_%28AASTeX_v._6.3.1%29.lyx +%%DATADIR%%/examples/Articles/American_Chemical_Society_%28ACS%29.lyx +%%DATADIR%%/examples/Articles/American_Mathematical_Society_%28AMS%29.lyx +%%DATADIR%%/examples/Articles/Astronomy_%26_Astrophysics.lyx +%%DATADIR%%/examples/Articles/Chess/Game_1.lyx +%%DATADIR%%/examples/Articles/Chess/Game_2.lyx +%%DATADIR%%/examples/Books/American_Mathematical_Society_%28AMS%29.lyx +%%DATADIR%%/examples/Books/KOMA-Script_Book.lyx +%%DATADIR%%/examples/Books/Recipe_Book.lyx +%%DATADIR%%/examples/Books/Tufte_Book.lyx +%%DATADIR%%/examples/Books/koma-book-80x15.png +%%DATADIR%%/examples/Books/koma-book.bib +%%DATADIR%%/examples/Curricula_Vitae/CV-image.eps +%%DATADIR%%/examples/Curricula_Vitae/CV-image.png +%%DATADIR%%/examples/Curricula_Vitae/Europass_CV_%282013%29.lyx +%%DATADIR%%/examples/Curricula_Vitae/Europe_CV.lyx +%%DATADIR%%/examples/Curricula_Vitae/Modern_CV.lyx +%%DATADIR%%/examples/Curricula_Vitae/REPLACEphoto.jpg +%%DATADIR%%/examples/Curricula_Vitae/Simple_CV.lyx +%%DATADIR%%/examples/Example_%28LyXified%29.lyx +%%DATADIR%%/examples/Example_%28raw%29.lyx +%%DATADIR%%/examples/External_Material/Gnuplot.lyx +%%DATADIR%%/examples/External_Material/Spreadsheet.lyx +%%DATADIR%%/examples/External_Material/gnuplot-example.gp +%%DATADIR%%/examples/External_Material/longsheet.gnumeric +%%DATADIR%%/examples/External_Material/longsheet.tex +%%DATADIR%%/examples/External_Material/sheet1.gnumeric +%%DATADIR%%/examples/External_Material/sheet2.ods +%%DATADIR%%/examples/External_Material/sheet3.xls +%%DATADIR%%/examples/Graphics_and_Insets/Feynman_Diagrams.lyx +%%DATADIR%%/examples/Graphics_and_Insets/Instant_Preview.lyx +%%DATADIR%%/examples/Graphics_and_Insets/Itemize_Bullets.lyx +%%DATADIR%%/examples/Graphics_and_Insets/Minted_File_Listing.lyx +%%DATADIR%%/examples/Graphics_and_Insets/Minted_Listings.lyx +%%DATADIR%%/examples/Graphics_and_Insets/XY-Figure.lyx +%%DATADIR%%/examples/Graphics_and_Insets/XY-Pic.lyx +%%DATADIR%%/examples/Graphics_and_Insets/iecc05.fen +%%DATADIR%%/examples/Graphics_and_Insets/iecc07.fen +%%DATADIR%%/examples/Graphics_and_Insets/iecc12.fen +%%DATADIR%%/examples/Graphics_and_Insets/xyfigure.png +%%DATADIR%%/examples/Handouts/Tufte_Handout.lyx +%%DATADIR%%/examples/Language_Support/Localization_Test_%28for_Developers%29.lyx +%%DATADIR%%/examples/Language_Support/Mixing_Japanese_with_other_Languages_%28with_CJKutf8%29.lyx +%%DATADIR%%/examples/Language_Support/Mixing_Japanese_with_other_Languages_%28with_platex%29.lyx +%%DATADIR%%/examples/Language_Support/Writing_Armenian.lyx +%%DATADIR%%/examples/Letters/Serial_Letter_1.lyx +%%DATADIR%%/examples/Letters/Serial_Letter_2.lyx +%%DATADIR%%/examples/Letters/Serial_Letter_3.lyx +%%DATADIR%%/examples/Letters/addressExample.adr +%%DATADIR%%/examples/Modules/Braille.lyx +%%DATADIR%%/examples/Modules/Chessboard.lyx +%%DATADIR%%/examples/Modules/Fancy_Colored_Boxes.lyx +%%DATADIR%%/examples/Modules/Hazard_and_Precautionary_Statements.lyx +%%DATADIR%%/examples/Modules/LilyPond_Book.lyx +%%DATADIR%%/examples/Modules/Linguistics.lyx +%%DATADIR%%/examples/Modules/Multilingual_Captions.lyx +%%DATADIR%%/examples/Modules/Noweb.lyx +%%DATADIR%%/examples/Modules/Noweb2LyX.lyx +%%DATADIR%%/examples/Modules/Noweb_Listerrors.lyx +%%DATADIR%%/examples/Modules/PDF_Comments.lyx +%%DATADIR%%/examples/Modules/PDF_Form.lyx +%%DATADIR%%/examples/Modules/Paragraph_Lists_%28paralist%29.lyx +%%DATADIR%%/examples/Modules/Rnw_%28knitr%29.lyx +%%DATADIR%%/examples/Modules/Sweave.lyx +%%DATADIR%%/examples/Modules/Variable-width_Minipages.lyx +%%DATADIR%%/examples/Posters/Beamerposter.lyx +%%DATADIR%%/examples/Posters/CV-image.png +%%DATADIR%%/examples/Posters/beamer-knight1.png +%%DATADIR%%/examples/Presentations/Beamer.lyx +%%DATADIR%%/examples/Presentations/Beamer_%28Complex%29.lyx +%%DATADIR%%/examples/Presentations/Beamer_Article_%28Standard_Class%29.lyx +%%DATADIR%%/examples/Presentations/Foils.lyx +%%DATADIR%%/examples/Presentations/Foils_Landslide.lyx +%%DATADIR%%/examples/Presentations/Powerdot.lyx +%%DATADIR%%/examples/Presentations/Seminar.lyx +%%DATADIR%%/examples/Presentations/beamer-g4-mask.jpg +%%DATADIR%%/examples/Presentations/beamer-g4.jpg +%%DATADIR%%/examples/Presentations/beamer-icsi-logo.pdf +%%DATADIR%%/examples/Presentations/beamer-knight1-mask.png +%%DATADIR%%/examples/Presentations/beamer-knight1.png +%%DATADIR%%/examples/Presentations/beamer-knight2-mask.png +%%DATADIR%%/examples/Presentations/beamer-knight2.png +%%DATADIR%%/examples/Presentations/beamer-knight3-mask.png +%%DATADIR%%/examples/Presentations/beamer-knight3.png +%%DATADIR%%/examples/Presentations/beamer-knight4-mask.png +%%DATADIR%%/examples/Presentations/beamer-knight4.png +%%DATADIR%%/examples/Scripts/Hollywood.lyx +%%DATADIR%%/examples/Welcome.lyx +%%DATADIR%%/examples/ar/Welcome.lyx %%DATADIR%%/examples/biblioExample.bib -%%DATADIR%%/examples/ca/ItemizeBullets.lyx -%%DATADIR%%/examples/ca/splash.lyx -%%DATADIR%%/examples/chess-article.lyx -%%DATADIR%%/examples/chessgame.lyx -%%DATADIR%%/examples/colored-boxes.lyx -%%DATADIR%%/examples/cs/priklad_syrovy.lyx -%%DATADIR%%/examples/cs/priklad_zLyXovany.lyx -%%DATADIR%%/examples/cs/splash.lyx -%%DATADIR%%/examples/da/splash.lyx -%%DATADIR%%/examples/de/Braille.lyx -%%DATADIR%%/examples/de/Dezimal.lyx -%%DATADIR%%/examples/de/FeynmanDiagrams.lyx -%%DATADIR%%/examples/de/ItemizeBullets.lyx -%%DATADIR%%/examples/de/Lebenslauf.lyx -%%DATADIR%%/examples/de/MultilingualCaptions.lyx -%%DATADIR%%/examples/de/PDF-comment.lyx -%%DATADIR%%/examples/de/PDF-form.lyx -%%DATADIR%%/examples/de/beamer-article.lyx -%%DATADIR%%/examples/de/beamer.lyx -%%DATADIR%%/examples/de/beispiel_gelyxt.lyx -%%DATADIR%%/examples/de/beispiel_roh.lyx -%%DATADIR%%/examples/de/europassCV.lyx -%%DATADIR%%/examples/de/linguistics.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/el/splash.lyx -%%DATADIR%%/examples/es/Braille.lyx -%%DATADIR%%/examples/es/ItemizeBullets.lyx -%%DATADIR%%/examples/es/ejemplo_con_lyx.lyx -%%DATADIR%%/examples/es/ejemplo_sin_lyx.lyx -%%DATADIR%%/examples/es/europeCV.lyx -%%DATADIR%%/examples/es/linguistics.lyx -%%DATADIR%%/examples/es/modernCV.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/europassCV.lyx -%%DATADIR%%/examples/europeCV.lyx -%%DATADIR%%/examples/example_lyxified.lyx -%%DATADIR%%/examples/example_raw.lyx -%%DATADIR%%/examples/fa/splash.lyx -%%DATADIR%%/examples/fr/AlignementDecimal.lyx -%%DATADIR%%/examples/fr/Braille.lyx -%%DATADIR%%/examples/fr/FeynmanDiagrams.lyx -%%DATADIR%%/examples/fr/Foils.lyx -%%DATADIR%%/examples/fr/ListesPuces.lyx -%%DATADIR%%/examples/fr/MultilingualCaptions.lyx -%%DATADIR%%/examples/fr/PDF-comment.lyx -%%DATADIR%%/examples/fr/beamer-article.lyx -%%DATADIR%%/examples/fr/beamer.lyx -%%DATADIR%%/examples/fr/exemple_brut.lyx -%%DATADIR%%/examples/fr/exemple_lyxifie.lyx -%%DATADIR%%/examples/fr/linguistics.lyx -%%DATADIR%%/examples/fr/powerdot.lyx -%%DATADIR%%/examples/fr/seminar.lyx -%%DATADIR%%/examples/fr/simplecv.lyx -%%DATADIR%%/examples/fr/splash.lyx -%%DATADIR%%/examples/fr/xyfigure.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/gnuplot-example.gp -%%DATADIR%%/examples/gnuplot.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/instant_preview.lyx -%%DATADIR%%/examples/it/ItemizeBullets.lyx -%%DATADIR%%/examples/it/splash.lyx -%%DATADIR%%/examples/ja/Braille.lyx -%%DATADIR%%/examples/ja/FeynmanDiagrams.lyx -%%DATADIR%%/examples/ja/MultilingualCaptions.lyx -%%DATADIR%%/examples/ja/beamer.lyx -%%DATADIR%%/examples/ja/knitr.lyx -%%DATADIR%%/examples/ja/lilypond.lyx -%%DATADIR%%/examples/ja/linguistics.lyx -%%DATADIR%%/examples/ja/splash.lyx -%%DATADIR%%/examples/ja/sweave.lyx -%%DATADIR%%/examples/ja/xyfigure.png -%%DATADIR%%/examples/ja/xypic.lyx -%%DATADIR%%/examples/knitr.lyx -%%DATADIR%%/examples/ko/splash.lyx -%%DATADIR%%/examples/landslide.lyx -%%DATADIR%%/examples/lilypond.lyx -%%DATADIR%%/examples/linguistics.lyx -%%DATADIR%%/examples/listerrors.lyx -%%DATADIR%%/examples/localization_test.lyx -%%DATADIR%%/examples/longsheet.gnumeric -%%DATADIR%%/examples/minted-filelisting.lyx -%%DATADIR%%/examples/minted-listings.lyx -%%DATADIR%%/examples/modernCV.lyx -%%DATADIR%%/examples/nb/eksempel_lyxet.lyx -%%DATADIR%%/examples/nb/eksempel_txt.lyx -%%DATADIR%%/examples/nb/splash.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/paralist.lyx -%%DATADIR%%/examples/pl/splash.lyx -%%DATADIR%%/examples/powerdot.lyx -%%DATADIR%%/examples/pt_BR/splash.lyx -%%DATADIR%%/examples/pt_PT/splash.lyx -%%DATADIR%%/examples/recipebook.lyx -%%DATADIR%%/examples/ro/splash.lyx -%%DATADIR%%/examples/ru/example_lyxified.lyx -%%DATADIR%%/examples/ru/example_raw.lyx -%%DATADIR%%/examples/ru/splash.lyx -%%DATADIR%%/examples/script_form.lyx -%%DATADIR%%/examples/seminar.lyx -%%DATADIR%%/examples/serial_letter1.lyx -%%DATADIR%%/examples/serial_letter2.lyx -%%DATADIR%%/examples/serial_letter3.lyx -%%DATADIR%%/examples/sheet1.gnumeric -%%DATADIR%%/examples/sheet2.ods -%%DATADIR%%/examples/sheet3.xls -%%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/spreadsheet.lyx -%%DATADIR%%/examples/springer/svmono_acknow.lyx -%%DATADIR%%/examples/springer/svmono_acronym.lyx -%%DATADIR%%/examples/springer/svmono_appendix.lyx -%%DATADIR%%/examples/springer/svmono_book-master.lyx -%%DATADIR%%/examples/springer/svmono_chapter.lyx -%%DATADIR%%/examples/springer/svmono_dedication.lyx -%%DATADIR%%/examples/springer/svmono_foreword.lyx -%%DATADIR%%/examples/springer/svmono_glossary.lyx -%%DATADIR%%/examples/springer/svmono_part.lyx -%%DATADIR%%/examples/springer/svmono_preface.lyx -%%DATADIR%%/examples/springer/svmono_referenc.lyx -%%DATADIR%%/examples/springer/svmono_solutions.lyx -%%DATADIR%%/examples/springer/svmult_acknow.lyx -%%DATADIR%%/examples/springer/svmult_acronym.lyx -%%DATADIR%%/examples/springer/svmult_appendix.lyx -%%DATADIR%%/examples/springer/svmult_author.lyx -%%DATADIR%%/examples/springer/svmult_cblist.lyx -%%DATADIR%%/examples/springer/svmult_dedication.lyx -%%DATADIR%%/examples/springer/svmult_editor-master.lyx -%%DATADIR%%/examples/springer/svmult_foreword.lyx -%%DATADIR%%/examples/springer/svmult_glossary.lyx -%%DATADIR%%/examples/springer/svmult_part.lyx -%%DATADIR%%/examples/springer/svmult_preface.lyx -%%DATADIR%%/examples/springer/svmult_referenc.lyx -%%DATADIR%%/examples/sr/Braille.lyx -%%DATADIR%%/examples/sr/splash.lyx -%%DATADIR%%/examples/sv/splash.lyx -%%DATADIR%%/examples/sweave.lyx -%%DATADIR%%/examples/thesis/Acknowledgments.lyx -%%DATADIR%%/examples/thesis/Appendix.lyx -%%DATADIR%%/examples/thesis/Bibliography.lyx -%%DATADIR%%/examples/thesis/Summary.lyx -%%DATADIR%%/examples/thesis/alpha.bst -%%DATADIR%%/examples/thesis/chapter-1.lyx -%%DATADIR%%/examples/thesis/chapter-2.lyx -%%DATADIR%%/examples/thesis/thesis.lyx -%%DATADIR%%/examples/thesis/thesisExample.bib -%%DATADIR%%/examples/tufte-book.lyx -%%DATADIR%%/examples/tufte-handout.lyx -%%DATADIR%%/examples/uk/splash.lyx -%%DATADIR%%/examples/varwidth-floats-side-by-side.lyx -%%DATADIR%%/examples/xyfigure.lyx -%%DATADIR%%/examples/xyfigure.png -%%DATADIR%%/examples/xypic.lyx +%%DATADIR%%/examples/ca/Example_%28LyXified%29.lyx +%%DATADIR%%/examples/ca/Example_%28raw%29.lyx +%%DATADIR%%/examples/ca/Graphics_and_Insets/Itemize_Bullets.lyx +%%DATADIR%%/examples/ca/Welcome.lyx +%%DATADIR%%/examples/cs/Example_%28LyXified%29.lyx +%%DATADIR%%/examples/cs/Example_%28raw%29.lyx +%%DATADIR%%/examples/cs/Welcome.lyx +%%DATADIR%%/examples/da/Welcome.lyx +%%DATADIR%%/examples/de/Curricula_Vitae/Europass_CV_%282013%29.lyx +%%DATADIR%%/examples/de/Curricula_Vitae/Simple_CV.lyx +%%DATADIR%%/examples/de/Example_%28LyXified%29.lyx +%%DATADIR%%/examples/de/Example_%28raw%29.lyx +%%DATADIR%%/examples/de/Graphics_and_Insets/Feynman_Diagrams.lyx +%%DATADIR%%/examples/de/Graphics_and_Insets/Itemize_Bullets.lyx +%%DATADIR%%/examples/de/Handouts/Tufte_Handout.lyx +%%DATADIR%%/examples/de/Letters/Serial_Letter_1.lyx +%%DATADIR%%/examples/de/Letters/Serial_Letter_2.lyx +%%DATADIR%%/examples/de/Letters/Serial_Letter_3.lyx +%%DATADIR%%/examples/de/Letters/addressExample.adr +%%DATADIR%%/examples/de/Modules/Braille.lyx +%%DATADIR%%/examples/de/Modules/Linguistics.lyx +%%DATADIR%%/examples/de/Modules/Multilingual_Captions.lyx +%%DATADIR%%/examples/de/Modules/PDF_Comments.lyx +%%DATADIR%%/examples/de/Modules/PDF_Form.lyx +%%DATADIR%%/examples/de/Presentations/Beamer.lyx +%%DATADIR%%/examples/de/Presentations/Beamer_Article_%28Standard_Class%29.lyx +%%DATADIR%%/examples/de/Welcome.lyx +%%DATADIR%%/examples/el/Welcome.lyx +%%DATADIR%%/examples/es/Books/Tufte_Book.lyx +%%DATADIR%%/examples/es/Curricula_Vitae/Europe_CV.lyx +%%DATADIR%%/examples/es/Curricula_Vitae/Modern_CV.lyx +%%DATADIR%%/examples/es/Example_%28LyXified%29.lyx +%%DATADIR%%/examples/es/Example_%28raw%29.lyx +%%DATADIR%%/examples/es/Graphics_and_Insets/Itemize_Bullets.lyx +%%DATADIR%%/examples/es/Handouts/Tufte_Handout.lyx +%%DATADIR%%/examples/es/Modules/Braille.lyx +%%DATADIR%%/examples/es/Modules/Linguistics.lyx +%%DATADIR%%/examples/es/Welcome.lyx +%%DATADIR%%/examples/eu/Example_%28LyXified%29.lyx +%%DATADIR%%/examples/eu/Example_%28raw%29.lyx +%%DATADIR%%/examples/fa/Welcome.lyx +%%DATADIR%%/examples/fr/Curricula_Vitae/Simple_CV.lyx +%%DATADIR%%/examples/fr/Example_%28LyXified%29.lyx +%%DATADIR%%/examples/fr/Example_%28raw%29.lyx +%%DATADIR%%/examples/fr/Graphics_and_Insets/Feynman_Diagrams.lyx +%%DATADIR%%/examples/fr/Graphics_and_Insets/Itemize_Bullets.lyx +%%DATADIR%%/examples/fr/Graphics_and_Insets/XY-Figure.lyx +%%DATADIR%%/examples/fr/Graphics_and_Insets/XY-Pic.lyx +%%DATADIR%%/examples/fr/Graphics_and_Insets/xyfigure.png +%%DATADIR%%/examples/fr/Modules/Braille.lyx +%%DATADIR%%/examples/fr/Modules/Linguistics.lyx +%%DATADIR%%/examples/fr/Modules/Multilingual_Captions.lyx +%%DATADIR%%/examples/fr/Modules/PDF_Comments.lyx +%%DATADIR%%/examples/fr/Presentations/Beamer.lyx +%%DATADIR%%/examples/fr/Presentations/Beamer_Article_%28Standard_Class%29.lyx +%%DATADIR%%/examples/fr/Presentations/Foils.lyx +%%DATADIR%%/examples/fr/Presentations/Powerdot.lyx +%%DATADIR%%/examples/fr/Presentations/Seminar.lyx +%%DATADIR%%/examples/fr/Welcome.lyx +%%DATADIR%%/examples/gl/Example_%28LyXified%29.lyx +%%DATADIR%%/examples/gl/Example_%28raw%29.lyx +%%DATADIR%%/examples/gl/Welcome.lyx +%%DATADIR%%/examples/he/Example_%28LyXified%29.lyx +%%DATADIR%%/examples/he/Example_%28raw%29.lyx +%%DATADIR%%/examples/he/Welcome.lyx +%%DATADIR%%/examples/hu/Example_%28LyXified%29.lyx +%%DATADIR%%/examples/hu/Example_%28raw%29.lyx +%%DATADIR%%/examples/hu/Welcome.lyx +%%DATADIR%%/examples/id/Welcome.lyx +%%DATADIR%%/examples/it/Graphics_and_Insets/Itemize_Bullets.lyx +%%DATADIR%%/examples/it/Welcome.lyx +%%DATADIR%%/examples/ja/Articles/Japanese_Article_%28JLReq_Class%29.lyx +%%DATADIR%%/examples/ja/Graphics_and_Insets/Feynman_Diagrams.lyx +%%DATADIR%%/examples/ja/Graphics_and_Insets/XY-Pic.lyx +%%DATADIR%%/examples/ja/Graphics_and_Insets/xyfigure.png +%%DATADIR%%/examples/ja/Modules/Braille.lyx +%%DATADIR%%/examples/ja/Modules/LilyPond_Book.lyx +%%DATADIR%%/examples/ja/Modules/Linguistics.lyx +%%DATADIR%%/examples/ja/Modules/Multilingual_Captions.lyx +%%DATADIR%%/examples/ja/Modules/Rnw_%28knitr%29.lyx +%%DATADIR%%/examples/ja/Modules/Sweave.lyx +%%DATADIR%%/examples/ja/Presentations/Beamer.lyx +%%DATADIR%%/examples/ja/Welcome.lyx +%%DATADIR%%/examples/ko/Language_Support/Writing_Korean_with_CJK-ko.lyx +%%DATADIR%%/examples/ko/Welcome.lyx +%%DATADIR%%/examples/nb/Example_%28LyXified%29.lyx +%%DATADIR%%/examples/nb/Example_%28raw%29.lyx +%%DATADIR%%/examples/nb/Welcome.lyx +%%DATADIR%%/examples/nl/Example_%28LyXified%29.lyx +%%DATADIR%%/examples/nl/Example_%28raw%29.lyx +%%DATADIR%%/examples/nl/Graphics_and_Insets/Itemize_Bullets.lyx +%%DATADIR%%/examples/nl/Welcome.lyx +%%DATADIR%%/examples/pl/Welcome.lyx +%%DATADIR%%/examples/pt_BR/Welcome.lyx +%%DATADIR%%/examples/pt_PT/Welcome.lyx +%%DATADIR%%/examples/ro/Welcome.lyx +%%DATADIR%%/examples/ru/Example_%28LyXified%29.lyx +%%DATADIR%%/examples/ru/Example_%28raw%29.lyx +%%DATADIR%%/examples/ru/Graphics_and_Insets/XY-Figure.lyx +%%DATADIR%%/examples/ru/Graphics_and_Insets/XY-Pic.lyx +%%DATADIR%%/examples/ru/Graphics_and_Insets/xyfigure.png +%%DATADIR%%/examples/ru/Modules/Fancy_Colored_Boxes.lyx +%%DATADIR%%/examples/ru/Presentations/Beamer.lyx +%%DATADIR%%/examples/ru/Presentations/Beamer_Article_%28Standard_Class%29.lyx +%%DATADIR%%/examples/ru/Welcome.lyx +%%DATADIR%%/examples/sk/Welcome.lyx +%%DATADIR%%/examples/sl/Example_%28LyXified%29.lyx +%%DATADIR%%/examples/sl/Example_%28raw%29.lyx +%%DATADIR%%/examples/sl/Welcome.lyx +%%DATADIR%%/examples/sr/Modules/Braille.lyx +%%DATADIR%%/examples/sr/Welcome.lyx +%%DATADIR%%/examples/sv/Welcome.lyx +%%DATADIR%%/examples/uk/Welcome.lyx %%DATADIR%%/fonts/BaKoMaFontLicense.txt -%%DATADIR%%/fonts/ReadmeBaKoMa4LyX.txt +%%DATADIR%%/fonts/README %%DATADIR%%/fonts/cmex10.ttf %%DATADIR%%/fonts/cmmi10.ttf %%DATADIR%%/fonts/cmr10.ttf @@ -497,7 +688,6 @@ share/icons/hicolor/scalable/apps/lyx.svg %%DATADIR%%/fonts/wasy10.ttf %%DATADIR%%/images/all-changes-accept.svgz %%DATADIR%%/images/all-changes-reject.svgz -%%DATADIR%%/images/amssymb.png %%DATADIR%%/images/banner.png %%DATADIR%%/images/banner.svgz %%DATADIR%%/images/banner@2x.png @@ -542,7 +732,187 @@ share/icons/hicolor/scalable/apps/lyx.svg %%DATADIR%%/images/buffer-write-as.svgz %%DATADIR%%/images/buffer-write.svgz %%DATADIR%%/images/build-program.svgz -%%DATADIR%%/images/busy.gif +%%DATADIR%%/images/bullets/ast.svgz +%%DATADIR%%/images/bullets/bfendash.svgz +%%DATADIR%%/images/bullets/bigtriangledown.svgz +%%DATADIR%%/images/bullets/bigtriangleup.svgz +%%DATADIR%%/images/bullets/box.svgz +%%DATADIR%%/images/bullets/bullet.svgz +%%DATADIR%%/images/bullets/cdot.svgz +%%DATADIR%%/images/bullets/circ.svgz +%%DATADIR%%/images/bullets/clubsuit.svgz +%%DATADIR%%/images/bullets/dagger.svgz +%%DATADIR%%/images/bullets/dashv.svgz +%%DATADIR%%/images/bullets/diamond.svgz +%%DATADIR%%/images/bullets/diamond2.svgz +%%DATADIR%%/images/bullets/diamondsuit.svgz +%%DATADIR%%/images/bullets/ding100.svgz +%%DATADIR%%/images/bullets/ding101.svgz +%%DATADIR%%/images/bullets/ding102.svgz +%%DATADIR%%/images/bullets/ding103.svgz +%%DATADIR%%/images/bullets/ding104.svgz +%%DATADIR%%/images/bullets/ding105.svgz +%%DATADIR%%/images/bullets/ding106.svgz +%%DATADIR%%/images/bullets/ding107.svgz +%%DATADIR%%/images/bullets/ding108.svgz +%%DATADIR%%/images/bullets/ding109.svgz +%%DATADIR%%/images/bullets/ding110.svgz +%%DATADIR%%/images/bullets/ding111.svgz +%%DATADIR%%/images/bullets/ding112.svgz +%%DATADIR%%/images/bullets/ding113.svgz +%%DATADIR%%/images/bullets/ding114.svgz +%%DATADIR%%/images/bullets/ding115.svgz +%%DATADIR%%/images/bullets/ding116.svgz +%%DATADIR%%/images/bullets/ding117.svgz +%%DATADIR%%/images/bullets/ding118.svgz +%%DATADIR%%/images/bullets/ding119.svgz +%%DATADIR%%/images/bullets/ding120.svgz +%%DATADIR%%/images/bullets/ding121.svgz +%%DATADIR%%/images/bullets/ding122.svgz +%%DATADIR%%/images/bullets/ding162.svgz +%%DATADIR%%/images/bullets/ding163.svgz +%%DATADIR%%/images/bullets/ding164.svgz +%%DATADIR%%/images/bullets/ding165.svgz +%%DATADIR%%/images/bullets/ding166.svgz +%%DATADIR%%/images/bullets/ding167.svgz +%%DATADIR%%/images/bullets/ding168.svgz +%%DATADIR%%/images/bullets/ding169.svgz +%%DATADIR%%/images/bullets/ding170.svgz +%%DATADIR%%/images/bullets/ding171.svgz +%%DATADIR%%/images/bullets/ding212.svgz +%%DATADIR%%/images/bullets/ding213.svgz +%%DATADIR%%/images/bullets/ding217.svgz +%%DATADIR%%/images/bullets/ding219.svgz +%%DATADIR%%/images/bullets/ding220.svgz +%%DATADIR%%/images/bullets/ding221.svgz +%%DATADIR%%/images/bullets/ding222.svgz +%%DATADIR%%/images/bullets/ding223.svgz +%%DATADIR%%/images/bullets/ding224.svgz +%%DATADIR%%/images/bullets/ding225.svgz +%%DATADIR%%/images/bullets/ding226.svgz +%%DATADIR%%/images/bullets/ding227.svgz +%%DATADIR%%/images/bullets/ding228.svgz +%%DATADIR%%/images/bullets/ding229.svgz *** 951 LINES SKIPPED ***