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 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 + #endif + ++#include ++ + 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 +%%DATADIR%%/images/bullets/ding230.svgz +%%DATADIR%%/images/bullets/ding231.svgz +%%DATADIR%%/images/bullets/ding232.svgz +%%DATADIR%%/images/bullets/ding233.svgz +%%DATADIR%%/images/bullets/ding234.svgz +%%DATADIR%%/images/bullets/ding235.svgz +%%DATADIR%%/images/bullets/ding236.svgz +%%DATADIR%%/images/bullets/ding237.svgz +%%DATADIR%%/images/bullets/ding238.svgz +%%DATADIR%%/images/bullets/ding239.svgz +%%DATADIR%%/images/bullets/ding241.svgz +%%DATADIR%%/images/bullets/ding242.svgz +%%DATADIR%%/images/bullets/ding243.svgz +%%DATADIR%%/images/bullets/ding245.svgz +%%DATADIR%%/images/bullets/ding248.svgz +%%DATADIR%%/images/bullets/ding250.svgz +%%DATADIR%%/images/bullets/ding251.svgz +%%DATADIR%%/images/bullets/ding252.svgz +%%DATADIR%%/images/bullets/ding253.svgz +%%DATADIR%%/images/bullets/ding254.svgz +%%DATADIR%%/images/bullets/ding34.svgz +%%DATADIR%%/images/bullets/ding36.svgz +%%DATADIR%%/images/bullets/ding37.svgz +%%DATADIR%%/images/bullets/ding38.svgz +%%DATADIR%%/images/bullets/ding39.svgz +%%DATADIR%%/images/bullets/ding40.svgz +%%DATADIR%%/images/bullets/ding41.svgz +%%DATADIR%%/images/bullets/ding42.svgz +%%DATADIR%%/images/bullets/ding43.svgz +%%DATADIR%%/images/bullets/ding44.svgz +%%DATADIR%%/images/bullets/ding45.svgz +%%DATADIR%%/images/bullets/ding47.svgz +%%DATADIR%%/images/bullets/ding49.svgz +%%DATADIR%%/images/bullets/ding50.svgz +%%DATADIR%%/images/bullets/ding51.svgz +%%DATADIR%%/images/bullets/ding52.svgz +%%DATADIR%%/images/bullets/ding53.svgz +%%DATADIR%%/images/bullets/ding54.svgz +%%DATADIR%%/images/bullets/ding55.svgz +%%DATADIR%%/images/bullets/ding56.svgz +%%DATADIR%%/images/bullets/ding57.svgz +%%DATADIR%%/images/bullets/ding58.svgz +%%DATADIR%%/images/bullets/ding59.svgz +%%DATADIR%%/images/bullets/ding60.svgz +%%DATADIR%%/images/bullets/ding61.svgz +%%DATADIR%%/images/bullets/ding62.svgz +%%DATADIR%%/images/bullets/ding63.svgz +%%DATADIR%%/images/bullets/ding64.svgz +%%DATADIR%%/images/bullets/ding65.svgz +%%DATADIR%%/images/bullets/ding66.svgz +%%DATADIR%%/images/bullets/ding67.svgz +%%DATADIR%%/images/bullets/ding68.svgz +%%DATADIR%%/images/bullets/ding69.svgz +%%DATADIR%%/images/bullets/ding70.svgz +%%DATADIR%%/images/bullets/ding71.svgz +%%DATADIR%%/images/bullets/ding72.svgz +%%DATADIR%%/images/bullets/ding74.svgz +%%DATADIR%%/images/bullets/ding75.svgz +%%DATADIR%%/images/bullets/ding76.svgz +%%DATADIR%%/images/bullets/ding77.svgz +%%DATADIR%%/images/bullets/ding78.svgz +%%DATADIR%%/images/bullets/ding79.svgz +%%DATADIR%%/images/bullets/ding80.svgz +%%DATADIR%%/images/bullets/ding81.svgz +%%DATADIR%%/images/bullets/ding82.svgz +%%DATADIR%%/images/bullets/ding83.svgz +%%DATADIR%%/images/bullets/ding84.svgz +%%DATADIR%%/images/bullets/ding85.svgz +%%DATADIR%%/images/bullets/ding86.svgz +%%DATADIR%%/images/bullets/ding87.svgz +%%DATADIR%%/images/bullets/ding88.svgz +%%DATADIR%%/images/bullets/ding89.svgz +%%DATADIR%%/images/bullets/ding90.svgz +%%DATADIR%%/images/bullets/ding91.svgz +%%DATADIR%%/images/bullets/ding92.svgz +%%DATADIR%%/images/bullets/ding93.svgz +%%DATADIR%%/images/bullets/ding94.svgz +%%DATADIR%%/images/bullets/ding95.svgz +%%DATADIR%%/images/bullets/ding96.svgz +%%DATADIR%%/images/bullets/ding97.svgz +%%DATADIR%%/images/bullets/ding98.svgz +%%DATADIR%%/images/bullets/ding99.svgz +%%DATADIR%%/images/bullets/flat.svgz +%%DATADIR%%/images/bullets/heartsuit.svgz +%%DATADIR%%/images/bullets/leadsto.svgz +%%DATADIR%%/images/bullets/lhd.svgz +%%DATADIR%%/images/bullets/natural.svgz +%%DATADIR%%/images/bullets/odot.svgz +%%DATADIR%%/images/bullets/ominus.svgz +%%DATADIR%%/images/bullets/oplus.svgz +%%DATADIR%%/images/bullets/oslash.svgz +%%DATADIR%%/images/bullets/otimes.svgz +%%DATADIR%%/images/bullets/pisymbol_psy167.svgz +%%DATADIR%%/images/bullets/pisymbol_psy168.svgz +%%DATADIR%%/images/bullets/pisymbol_psy169.svgz +%%DATADIR%%/images/bullets/pisymbol_psy170.svgz +%%DATADIR%%/images/bullets/pisymbol_psy174.svgz +%%DATADIR%%/images/bullets/pisymbol_psy183.svgz +%%DATADIR%%/images/bullets/pisymbol_psy196.svgz +%%DATADIR%%/images/bullets/pisymbol_psy197.svgz +%%DATADIR%%/images/bullets/pisymbol_psy209.svgz +%%DATADIR%%/images/bullets/pisymbol_psy215.svgz +%%DATADIR%%/images/bullets/pisymbol_psy222.svgz +%%DATADIR%%/images/bullets/pisymbol_psy224.svgz +%%DATADIR%%/images/bullets/pisymbol_psy42.svgz +%%DATADIR%%/images/bullets/pisymbol_psy45.svgz +%%DATADIR%%/images/bullets/pisymbol_psy68.svgz +%%DATADIR%%/images/bullets/rhd.svgz +%%DATADIR%%/images/bullets/rightarrow.svgz +%%DATADIR%%/images/bullets/rightarrow2.svgz +%%DATADIR%%/images/bullets/rightharpoondown.svgz +%%DATADIR%%/images/bullets/rightharpoonup.svgz +%%DATADIR%%/images/bullets/sharp.svgz +%%DATADIR%%/images/bullets/spadesuit.svgz +%%DATADIR%%/images/bullets/star.svgz +%%DATADIR%%/images/bullets/succ.svgz +%%DATADIR%%/images/bullets/triangleleft.svgz +%%DATADIR%%/images/bullets/triangleright.svgz +%%DATADIR%%/images/bullets/vdash.svgz +%%DATADIR%%/images/busy.svgz %%DATADIR%%/images/change-accept.svgz %%DATADIR%%/images/change-next.svgz %%DATADIR%%/images/change-reject.svgz @@ -598,6 +968,8 @@ share/icons/hicolor/scalable/apps/lyx.svg %%DATADIR%%/images/classic/changes-merge.png %%DATADIR%%/images/classic/changes-output.png %%DATADIR%%/images/classic/changes-track.png +%%DATADIR%%/images/classic/command-alternatives_outline-in_depth-increment.png +%%DATADIR%%/images/classic/command-alternatives_outline-out_depth-decrement.png %%DATADIR%%/images/classic/copy.png %%DATADIR%%/images/classic/cut.png %%DATADIR%%/images/classic/depth-decrement.png @@ -609,13 +981,13 @@ share/icons/hicolor/scalable/apps/lyx.svg %%DATADIR%%/images/classic/dialog-show-new-inset_ref.png %%DATADIR%%/images/classic/dialog-show_character.png %%DATADIR%%/images/classic/dialog-show_findreplace.png +%%DATADIR%%/images/classic/dialog-show_findreplaceadv.png %%DATADIR%%/images/classic/dialog-show_mathdelimiter.png %%DATADIR%%/images/classic/dialog-show_mathmatrix.png %%DATADIR%%/images/classic/dialog-show_print.png %%DATADIR%%/images/classic/dialog-show_spellchecker.png +%%DATADIR%%/images/classic/dialog-show_toc.png %%DATADIR%%/images/classic/dialog-show_vclog.png -%%DATADIR%%/images/classic/dialog-toggle_findreplaceadv.png -%%DATADIR%%/images/classic/dialog-toggle_toc.png %%DATADIR%%/images/classic/down.png %%DATADIR%%/images/classic/ert-insert.png %%DATADIR%%/images/classic/file-open.png @@ -630,18 +1002,20 @@ share/icons/hicolor/scalable/apps/lyx.svg %%DATADIR%%/images/classic/href-insert.png %%DATADIR%%/images/classic/iconsize.png %%DATADIR%%/images/classic/index-insert.png -%%DATADIR%%/images/classic/info-insert_buffer_vcs-revision.png +%%DATADIR%%/images/classic/info-insert_vcs_revision.png %%DATADIR%%/images/classic/label-insert.png %%DATADIR%%/images/classic/layout-document.png %%DATADIR%%/images/classic/layout-paragraph.png +%%DATADIR%%/images/classic/layout-toggle_Chunk.png +%%DATADIR%%/images/classic/layout-toggle_Description.png +%%DATADIR%%/images/classic/layout-toggle_Enumerate+rtl.png +%%DATADIR%%/images/classic/layout-toggle_Enumerate.png +%%DATADIR%%/images/classic/layout-toggle_Itemize.png +%%DATADIR%%/images/classic/layout-toggle_Labeling.png +%%DATADIR%%/images/classic/layout-toggle_List.png +%%DATADIR%%/images/classic/layout-toggle_LyX-Code.png +%%DATADIR%%/images/classic/layout-toggle_Section.png %%DATADIR%%/images/classic/layout.png -%%DATADIR%%/images/classic/layout_Chunk.png -%%DATADIR%%/images/classic/layout_Description.png -%%DATADIR%%/images/classic/layout_Enumerate.png -%%DATADIR%%/images/classic/layout_Itemize.png -%%DATADIR%%/images/classic/layout_List.png -%%DATADIR%%/images/classic/layout_LyX-Code.png -%%DATADIR%%/images/classic/layout_Section.png %%DATADIR%%/images/classic/marginalnote-insert.png %%DATADIR%%/images/classic/master-buffer-update.png %%DATADIR%%/images/classic/master-buffer-view.png @@ -664,7 +1038,9 @@ share/icons/hicolor/scalable/apps/lyx.svg %%DATADIR%%/images/classic/note-insert.png %%DATADIR%%/images/classic/note-next.png %%DATADIR%%/images/classic/outline-down.png +%%DATADIR%%/images/classic/outline-in+rtl.png %%DATADIR%%/images/classic/outline-in.png +%%DATADIR%%/images/classic/outline-out+rtl.png %%DATADIR%%/images/classic/outline-out.png %%DATADIR%%/images/classic/outline-up.png %%DATADIR%%/images/classic/paste.png @@ -686,12 +1062,13 @@ share/icons/hicolor/scalable/apps/lyx.svg %%DATADIR%%/images/classic/tabular-feature_m-valign-top.png %%DATADIR%%/images/classic/tabular-feature_multicolumn.png %%DATADIR%%/images/classic/tabular-feature_multirow.png -%%DATADIR%%/images/classic/tabular-feature_set-all-lines.png -%%DATADIR%%/images/classic/tabular-feature_set-border-lines.png -%%DATADIR%%/images/classic/tabular-feature_set-inner-lines.png +%%DATADIR%%/images/classic/tabular-feature_reset-formal-default.png %%DATADIR%%/images/classic/tabular-feature_set-longtabular.png %%DATADIR%%/images/classic/tabular-feature_set-rotate-cell.png %%DATADIR%%/images/classic/tabular-feature_set-rotate-tabular.png +%%DATADIR%%/images/classic/tabular-feature_toggle-all-lines.png +%%DATADIR%%/images/classic/tabular-feature_toggle-border-lines.png +%%DATADIR%%/images/classic/tabular-feature_toggle-inner-lines.png %%DATADIR%%/images/classic/tabular-feature_toggle-line-bottom.png %%DATADIR%%/images/classic/tabular-feature_toggle-line-left.png %%DATADIR%%/images/classic/tabular-feature_toggle-line-right.png @@ -723,6 +1100,8 @@ share/icons/hicolor/scalable/apps/lyx.svg %%DATADIR%%/images/classic/view-split_horizontal.png %%DATADIR%%/images/classic/view-split_vertical.png %%DATADIR%%/images/closetab.svgz +%%DATADIR%%/images/command-alternatives_outline-in_depth-increment.svgz +%%DATADIR%%/images/command-alternatives_outline-out_depth-decrement.svgz %%DATADIR%%/images/copy.svgz %%DATADIR%%/images/cut.svgz %%DATADIR%%/images/depth-decrement.svgz @@ -734,14 +1113,16 @@ share/icons/hicolor/scalable/apps/lyx.svg %%DATADIR%%/images/dialog-show-new-inset_ref.svgz %%DATADIR%%/images/dialog-show_character.svgz %%DATADIR%%/images/dialog-show_findreplace.svgz +%%DATADIR%%/images/dialog-show_findreplaceadv.svgz %%DATADIR%%/images/dialog-show_mathdelimiter.svgz %%DATADIR%%/images/dialog-show_mathmatrix.svgz %%DATADIR%%/images/dialog-show_print.svgz %%DATADIR%%/images/dialog-show_spellchecker.svgz +%%DATADIR%%/images/dialog-show_toc.svgz %%DATADIR%%/images/dialog-show_vclog.svgz -%%DATADIR%%/images/dialog-toggle_findreplaceadv.svgz -%%DATADIR%%/images/dialog-toggle_toc.svgz %%DATADIR%%/images/down.svgz +%%DATADIR%%/images/dynamic-char-styles.svgz +%%DATADIR%%/images/dynamic-custom-insets.svgz %%DATADIR%%/images/editclear.svgz %%DATADIR%%/images/emblem-readonly.svgz %%DATADIR%%/images/emblem-shellescape.svgz @@ -756,9 +1137,10 @@ share/icons/hicolor/scalable/apps/lyx.svg %%DATADIR%%/images/footnote-insert.svgz %%DATADIR%%/images/hidetab.svgz %%DATADIR%%/images/href-insert.svgz +%%DATADIR%%/images/icon.aliases %%DATADIR%%/images/index-insert.svgz %%DATADIR%%/images/info-insert.svgz -%%DATADIR%%/images/info-insert_buffer_vcs-revision.svgz +%%DATADIR%%/images/info-insert_vcs_revision.svgz %%DATADIR%%/images/ipa/ipamacro-insert_deco_bottomtiebar.svgz %%DATADIR%%/images/ipa/ipamacro-insert_deco_toptiebar.svgz %%DATADIR%%/images/ipa/ipamacro-insert_tone-falling.svgz @@ -965,15 +1347,22 @@ share/icons/hicolor/scalable/apps/lyx.svg %%DATADIR%%/images/label-insert.svgz %%DATADIR%%/images/layout-document.svgz %%DATADIR%%/images/layout-paragraph.svgz +%%DATADIR%%/images/layout-toggle_Chunk.svgz +%%DATADIR%%/images/layout-toggle_Description.svgz +%%DATADIR%%/images/layout-toggle_Enumerate+rtl.svgz +%%DATADIR%%/images/layout-toggle_Enumerate.svgz +%%DATADIR%%/images/layout-toggle_Itemize.svgz +%%DATADIR%%/images/layout-toggle_Labeling.svgz +%%DATADIR%%/images/layout-toggle_List.svgz +%%DATADIR%%/images/layout-toggle_LyX-Code.svgz +%%DATADIR%%/images/layout-toggle_Section.svgz %%DATADIR%%/images/layout.svgz -%%DATADIR%%/images/layout_Chunk.svgz -%%DATADIR%%/images/layout_Description.svgz -%%DATADIR%%/images/layout_Enumerate.svgz -%%DATADIR%%/images/layout_Itemize.svgz -%%DATADIR%%/images/layout_List.svgz -%%DATADIR%%/images/layout_LyX-Code.svgz -%%DATADIR%%/images/layout_Section.svgz %%DATADIR%%/images/lyx-quit.svgz +%%DATADIR%%/images/lyx.svg +%%DATADIR%%/images/lyxfiles-system-folder.svgz +%%DATADIR%%/images/lyxfiles-system.svgz +%%DATADIR%%/images/lyxfiles-user-folder.svgz +%%DATADIR%%/images/lyxfiles-user.svgz %%DATADIR%%/images/marginalnote-insert.svgz %%DATADIR%%/images/master-buffer-update.svgz %%DATADIR%%/images/master-buffer-view.svgz @@ -1865,7 +2254,9 @@ share/icons/hicolor/scalable/apps/lyx.svg %%DATADIR%%/images/note-insert.svgz %%DATADIR%%/images/note-next.svgz %%DATADIR%%/images/outline-down.svgz +%%DATADIR%%/images/outline-in+rtl.svgz %%DATADIR%%/images/outline-in.svgz +%%DATADIR%%/images/outline-out+rtl.svgz %%DATADIR%%/images/outline-out.svgz %%DATADIR%%/images/outline-up.svgz %%DATADIR%%/images/oxygen/all-changes-accept.svgz @@ -1918,6 +2309,8 @@ share/icons/hicolor/scalable/apps/lyx.svg %%DATADIR%%/images/oxygen/changes-output.svgz %%DATADIR%%/images/oxygen/changes-track.svgz %%DATADIR%%/images/oxygen/closetab.svgz +%%DATADIR%%/images/oxygen/command-alternatives_outline-in_depth-increment.svgz +%%DATADIR%%/images/oxygen/command-alternatives_outline-out_depth-decrement.svgz %%DATADIR%%/images/oxygen/copy.svgz %%DATADIR%%/images/oxygen/cut.svgz %%DATADIR%%/images/oxygen/depth-decrement.svgz @@ -1929,14 +2322,16 @@ share/icons/hicolor/scalable/apps/lyx.svg %%DATADIR%%/images/oxygen/dialog-show-new-inset_ref.svgz %%DATADIR%%/images/oxygen/dialog-show_character.svgz %%DATADIR%%/images/oxygen/dialog-show_findreplace.svgz +%%DATADIR%%/images/oxygen/dialog-show_findreplaceadv.svgz %%DATADIR%%/images/oxygen/dialog-show_mathdelimiter.svgz %%DATADIR%%/images/oxygen/dialog-show_mathmatrix.svgz %%DATADIR%%/images/oxygen/dialog-show_print.svgz %%DATADIR%%/images/oxygen/dialog-show_spellchecker.svgz +%%DATADIR%%/images/oxygen/dialog-show_toc.svgz %%DATADIR%%/images/oxygen/dialog-show_vclog.svgz -%%DATADIR%%/images/oxygen/dialog-toggle_findreplaceadv.svgz -%%DATADIR%%/images/oxygen/dialog-toggle_toc.svgz %%DATADIR%%/images/oxygen/down.svgz +%%DATADIR%%/images/oxygen/dynamic-char-styles.svgz +%%DATADIR%%/images/oxygen/dynamic-custom-insets.svgz %%DATADIR%%/images/oxygen/editclear.svgz %%DATADIR%%/images/oxygen/ert-insert.svgz %%DATADIR%%/images/oxygen/file-open.svgz @@ -1952,18 +2347,20 @@ share/icons/hicolor/scalable/apps/lyx.svg %%DATADIR%%/images/oxygen/href-insert.svgz %%DATADIR%%/images/oxygen/iconsize.png %%DATADIR%%/images/oxygen/index-insert.svgz -%%DATADIR%%/images/oxygen/info-insert_buffer_vcs-revision.svgz +%%DATADIR%%/images/oxygen/info-insert_vcs_revision.svgz %%DATADIR%%/images/oxygen/label-insert.svgz %%DATADIR%%/images/oxygen/layout-document.svgz %%DATADIR%%/images/oxygen/layout-paragraph.svgz +%%DATADIR%%/images/oxygen/layout-toggle_Chunk.svgz +%%DATADIR%%/images/oxygen/layout-toggle_Description.svgz +%%DATADIR%%/images/oxygen/layout-toggle_Enumerate+rtl.svgz +%%DATADIR%%/images/oxygen/layout-toggle_Enumerate.svgz +%%DATADIR%%/images/oxygen/layout-toggle_Itemize.svgz +%%DATADIR%%/images/oxygen/layout-toggle_Labeling.svgz +%%DATADIR%%/images/oxygen/layout-toggle_List.svgz +%%DATADIR%%/images/oxygen/layout-toggle_LyX-Code.svgz +%%DATADIR%%/images/oxygen/layout-toggle_Section.svgz %%DATADIR%%/images/oxygen/layout.svgz -%%DATADIR%%/images/oxygen/layout_Chunk.svgz -%%DATADIR%%/images/oxygen/layout_Description.svgz -%%DATADIR%%/images/oxygen/layout_Enumerate.svgz -%%DATADIR%%/images/oxygen/layout_Itemize.svgz -%%DATADIR%%/images/oxygen/layout_List.svgz -%%DATADIR%%/images/oxygen/layout_LyX-Code.svgz -%%DATADIR%%/images/oxygen/layout_Section.svgz %%DATADIR%%/images/oxygen/lyx-quit.svgz %%DATADIR%%/images/oxygen/marginalnote-insert.svgz %%DATADIR%%/images/oxygen/master-buffer-update.svgz @@ -1988,7 +2385,9 @@ share/icons/hicolor/scalable/apps/lyx.svg %%DATADIR%%/images/oxygen/note-insert.svgz %%DATADIR%%/images/oxygen/note-next.svgz %%DATADIR%%/images/oxygen/outline-down.svgz +%%DATADIR%%/images/oxygen/outline-in+rtl.svgz %%DATADIR%%/images/oxygen/outline-in.svgz +%%DATADIR%%/images/oxygen/outline-out+rtl.svgz %%DATADIR%%/images/oxygen/outline-out.svgz %%DATADIR%%/images/oxygen/outline-up.svgz %%DATADIR%%/images/oxygen/paste.svgz @@ -2017,10 +2416,11 @@ share/icons/hicolor/scalable/apps/lyx.svg %%DATADIR%%/images/oxygen/tabular-feature_move-row-up.svgz %%DATADIR%%/images/oxygen/tabular-feature_multicolumn.svgz %%DATADIR%%/images/oxygen/tabular-feature_multirow.svgz -%%DATADIR%%/images/oxygen/tabular-feature_set-all-lines.svgz -%%DATADIR%%/images/oxygen/tabular-feature_set-border-lines.svgz -%%DATADIR%%/images/oxygen/tabular-feature_set-inner-lines.svgz +%%DATADIR%%/images/oxygen/tabular-feature_reset-formal-default.svgz %%DATADIR%%/images/oxygen/tabular-feature_set-longtabular.svgz +%%DATADIR%%/images/oxygen/tabular-feature_toggle-all-lines.svgz +%%DATADIR%%/images/oxygen/tabular-feature_toggle-border-lines.svgz +%%DATADIR%%/images/oxygen/tabular-feature_toggle-inner-lines.svgz %%DATADIR%%/images/oxygen/tabular-feature_toggle-line-bottom.svgz %%DATADIR%%/images/oxygen/tabular-feature_toggle-line-left.svgz %%DATADIR%%/images/oxygen/tabular-feature_toggle-line-right.svgz @@ -2052,21 +2452,23 @@ share/icons/hicolor/scalable/apps/lyx.svg %%DATADIR%%/images/oxygen/view-split_horizontal.svgz %%DATADIR%%/images/oxygen/view-split_vertical.svgz %%DATADIR%%/images/paste.svgz -%%DATADIR%%/images/psnfss1.png -%%DATADIR%%/images/psnfss2.png -%%DATADIR%%/images/psnfss3.png -%%DATADIR%%/images/psnfss4.png +%%DATADIR%%/images/process-stop.svgz %%DATADIR%%/images/redo.svgz %%DATADIR%%/images/reload.svgz %%DATADIR%%/images/script-insert_subscript.svgz %%DATADIR%%/images/script-insert_superscript.svgz +%%DATADIR%%/images/search-case-sensitive.svgz +%%DATADIR%%/images/search-instant.svgz +%%DATADIR%%/images/search-options.svgz +%%DATADIR%%/images/search-selection.svgz +%%DATADIR%%/images/search-whole-words.svgz +%%DATADIR%%/images/search-wrap.svgz %%DATADIR%%/images/specialchar-insert_latex.svgz %%DATADIR%%/images/specialchar-insert_latex2e.svgz %%DATADIR%%/images/specialchar-insert_lyx.svgz %%DATADIR%%/images/specialchar-insert_menu-separator.svgz %%DATADIR%%/images/specialchar-insert_tex.svgz %%DATADIR%%/images/spelling-continuously.svgz -%%DATADIR%%/images/standard.png %%DATADIR%%/images/tab-group-close.svgz %%DATADIR%%/images/tabular-feature_align-decimal.svgz %%DATADIR%%/images/tabular-feature_append-column.svgz @@ -2085,12 +2487,13 @@ share/icons/hicolor/scalable/apps/lyx.svg %%DATADIR%%/images/tabular-feature_move-row-up.svgz %%DATADIR%%/images/tabular-feature_multicolumn.svgz %%DATADIR%%/images/tabular-feature_multirow.svgz -%%DATADIR%%/images/tabular-feature_set-all-lines.svgz -%%DATADIR%%/images/tabular-feature_set-border-lines.svgz -%%DATADIR%%/images/tabular-feature_set-inner-lines.svgz +%%DATADIR%%/images/tabular-feature_reset-formal-default.svgz %%DATADIR%%/images/tabular-feature_set-longtabular.svgz %%DATADIR%%/images/tabular-feature_set-rotate-cell.svgz %%DATADIR%%/images/tabular-feature_set-rotate-tabular.svgz +%%DATADIR%%/images/tabular-feature_toggle-all-lines.svgz +%%DATADIR%%/images/tabular-feature_toggle-border-lines.svgz +%%DATADIR%%/images/tabular-feature_toggle-inner-lines.svgz %%DATADIR%%/images/tabular-feature_toggle-line-bottom.svgz %%DATADIR%%/images/tabular-feature_toggle-line-left.svgz %%DATADIR%%/images/tabular-feature_toggle-line-right.svgz @@ -2124,9 +2527,9 @@ share/icons/hicolor/scalable/apps/lyx.svg %%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/bulgarian.kmap %%DATADIR%%/kbd/czech-prg.kmap %%DATADIR%%/kbd/czech.kmap %%DATADIR%%/kbd/espanol.kmap @@ -2139,8 +2542,6 @@ share/icons/hicolor/scalable/apps/lyx.svg %%DATADIR%%/kbd/german.kmap %%DATADIR%%/kbd/greek.kmap %%DATADIR%%/kbd/hebrew.kmap -%%DATADIR%%/kbd/koi8-r.kmap -%%DATADIR%%/kbd/koi8-u.kmap %%DATADIR%%/kbd/latvian.kmap %%DATADIR%%/kbd/magyar-2.kmap %%DATADIR%%/kbd/magyar-3.kmap @@ -2150,6 +2551,7 @@ share/icons/hicolor/scalable/apps/lyx.svg %%DATADIR%%/kbd/polski.kmap %%DATADIR%%/kbd/portuges.kmap %%DATADIR%%/kbd/romanian.kmap +%%DATADIR%%/kbd/russian.kmap %%DATADIR%%/kbd/serbian.kmap %%DATADIR%%/kbd/serbocroatian.kmap %%DATADIR%%/kbd/sf.kmap @@ -2160,6 +2562,7 @@ share/icons/hicolor/scalable/apps/lyx.svg %%DATADIR%%/kbd/transilvanian.kmap %%DATADIR%%/kbd/turkish-f.kmap %%DATADIR%%/kbd/turkish.kmap +%%DATADIR%%/kbd/ukrainian.kmap %%DATADIR%%/languages %%DATADIR%%/latexfonts %%DATADIR%%/layouts/AEA.layout @@ -2175,6 +2578,7 @@ share/icons/hicolor/scalable/apps/lyx.svg %%DATADIR%%/layouts/aastex.layout %%DATADIR%%/layouts/aastex6.layout %%DATADIR%%/layouts/aastex62.layout +%%DATADIR%%/layouts/aastex63.layout %%DATADIR%%/layouts/achemso.layout %%DATADIR%%/layouts/acm-sigs-alt.layout %%DATADIR%%/layouts/acm-sigs.inc @@ -2182,12 +2586,6 @@ share/icons/hicolor/scalable/apps/lyx.svg %%DATADIR%%/layouts/acmart.layout %%DATADIR%%/layouts/acmsiggraph-0-92.layout %%DATADIR%%/layouts/acmsiggraph.layout -%%DATADIR%%/layouts/agu-dtd.layout -%%DATADIR%%/layouts/agu_stdclass.inc -%%DATADIR%%/layouts/agu_stdcounters.inc -%%DATADIR%%/layouts/agu_stdlists.inc -%%DATADIR%%/layouts/agu_stdsections.inc -%%DATADIR%%/layouts/agu_stdtitle.inc %%DATADIR%%/layouts/agums.layout %%DATADIR%%/layouts/aguplus.inc %%DATADIR%%/layouts/agutex.layout @@ -2212,20 +2610,16 @@ share/icons/hicolor/scalable/apps/lyx.svg %%DATADIR%%/layouts/bxjsbook.layout %%DATADIR%%/layouts/bxjsreport.layout %%DATADIR%%/layouts/bxjsslide.layout -%%DATADIR%%/layouts/changebars.module %%DATADIR%%/layouts/chess.layout +%%DATADIR%%/layouts/chessboard.module %%DATADIR%%/layouts/cl2emult.layout +%%DATADIR%%/layouts/copernicus.layout %%DATADIR%%/layouts/ctex-article.layout %%DATADIR%%/layouts/ctex-book.layout %%DATADIR%%/layouts/ctex-report.layout %%DATADIR%%/layouts/customHeadersFooters.module -%%DATADIR%%/layouts/db_lyxmacros.inc %%DATADIR%%/layouts/db_stdcharstyles.inc %%DATADIR%%/layouts/db_stdclass.inc -%%DATADIR%%/layouts/db_stdcounters.inc -%%DATADIR%%/layouts/db_stdlayouts.inc -%%DATADIR%%/layouts/db_stdlists.inc -%%DATADIR%%/layouts/db_stdsections.inc %%DATADIR%%/layouts/db_stdstarsections.inc %%DATADIR%%/layouts/db_stdstruct.inc %%DATADIR%%/layouts/db_stdtitle.inc @@ -2233,7 +2627,6 @@ share/icons/hicolor/scalable/apps/lyx.svg %%DATADIR%%/layouts/docbook-book.layout %%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/ectaart.layout @@ -2241,6 +2634,7 @@ share/icons/hicolor/scalable/apps/lyx.svg %%DATADIR%%/layouts/elsart.layout %%DATADIR%%/layouts/elsarticle.layout %%DATADIR%%/layouts/endnotes.module +%%DATADIR%%/layouts/enotez.module %%DATADIR%%/layouts/entcs.layout %%DATADIR%%/layouts/enumitem.module %%DATADIR%%/layouts/eqs-within-sections.module @@ -2256,6 +2650,7 @@ share/icons/hicolor/scalable/apps/lyx.svg %%DATADIR%%/layouts/fixme.module %%DATADIR%%/layouts/foils.layout %%DATADIR%%/layouts/foottoend.module +%%DATADIR%%/layouts/foottoenotez.module %%DATADIR%%/layouts/frletter.layout %%DATADIR%%/layouts/g-brief.layout %%DATADIR%%/layouts/g-brief2.layout @@ -2271,16 +2666,22 @@ share/icons/hicolor/scalable/apps/lyx.svg %%DATADIR%%/layouts/iopart.layout %%DATADIR%%/layouts/isprs.layout %%DATADIR%%/layouts/iucr.layout +%%DATADIR%%/layouts/japanese-vertical.inc %%DATADIR%%/layouts/jarticle.layout %%DATADIR%%/layouts/jasatex.layout %%DATADIR%%/layouts/jbook.layout %%DATADIR%%/layouts/jgrga.layout +%%DATADIR%%/layouts/jlreq-article.layout +%%DATADIR%%/layouts/jlreq-book.layout +%%DATADIR%%/layouts/jlreq-common.inc +%%DATADIR%%/layouts/jlreq-report.layout %%DATADIR%%/layouts/jreport.layout %%DATADIR%%/layouts/jsarticle.layout %%DATADIR%%/layouts/jsbook.layout %%DATADIR%%/layouts/jss.layout %%DATADIR%%/layouts/kluwer.layout %%DATADIR%%/layouts/knitr.module +%%DATADIR%%/layouts/landscape.module %%DATADIR%%/layouts/latex8.layout %%DATADIR%%/layouts/letter.layout %%DATADIR%%/layouts/lettre.layout @@ -2289,6 +2690,15 @@ share/icons/hicolor/scalable/apps/lyx.svg %%DATADIR%%/layouts/litinsets.inc %%DATADIR%%/layouts/llncs.layout %%DATADIR%%/layouts/logicalmkup.module +%%DATADIR%%/layouts/ltjarticle.layout +%%DATADIR%%/layouts/ltjbook.layout +%%DATADIR%%/layouts/ltjreport.layout +%%DATADIR%%/layouts/ltjsarticle.layout +%%DATADIR%%/layouts/ltjsbook.layout +%%DATADIR%%/layouts/ltjsreport.layout +%%DATADIR%%/layouts/ltjtarticle.layout +%%DATADIR%%/layouts/ltjtbook.layout +%%DATADIR%%/layouts/ltjtreport.layout %%DATADIR%%/layouts/ltugboat.layout %%DATADIR%%/layouts/lyxmacros.inc %%DATADIR%%/layouts/maa-monthly.layout @@ -2317,6 +2727,7 @@ share/icons/hicolor/scalable/apps/lyx.svg %%DATADIR%%/layouts/revtex4-x.inc %%DATADIR%%/layouts/revtex4.layout %%DATADIR%%/layouts/rsphrase.module +%%DATADIR%%/layouts/ruby.module %%DATADIR%%/layouts/sciposter.layout %%DATADIR%%/layouts/scrartcl.layout %%DATADIR%%/layouts/scrarticle-beamer.layout @@ -2334,6 +2745,7 @@ share/icons/hicolor/scalable/apps/lyx.svg %%DATADIR%%/layouts/singlecol-new.layout %%DATADIR%%/layouts/singlecol.layout %%DATADIR%%/layouts/slides.layout +%%DATADIR%%/layouts/soul.module %%DATADIR%%/layouts/spie.layout %%DATADIR%%/layouts/stdcharstyles.inc %%DATADIR%%/layouts/stdciteformats.inc @@ -2379,6 +2791,8 @@ share/icons/hicolor/scalable/apps/lyx.svg %%DATADIR%%/layouts/theorems-case.inc %%DATADIR%%/layouts/theorems-chap-bytype.module %%DATADIR%%/layouts/theorems-chap.module +%%DATADIR%%/layouts/theorems-counters-bytype.inc +%%DATADIR%%/layouts/theorems-counters-extended-bytype.inc %%DATADIR%%/layouts/theorems-named.module %%DATADIR%%/layouts/theorems-order.inc %%DATADIR%%/layouts/theorems-proof-std.inc @@ -2399,60 +2813,90 @@ share/icons/hicolor/scalable/apps/lyx.svg %%DATADIR%%/layouts/varwidth.module %%DATADIR%%/layouttranslations %%DATADIR%%/lyx2lyx/LyX.py -%%DATADIR%%/lyx2lyx/__pycache__/LyX.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%DATADIR%%/lyx2lyx/__pycache__/LyX.cpython-%%PYTHON_SUFFIX%%.pyc -%%DATADIR%%/lyx2lyx/__pycache__/generate_encoding_info.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%DATADIR%%/lyx2lyx/__pycache__/generate_encoding_info.cpython-%%PYTHON_SUFFIX%%.pyc -%%DATADIR%%/lyx2lyx/__pycache__/lyx2lyx_lang.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%DATADIR%%/lyx2lyx/__pycache__/lyx2lyx_lang.cpython-%%PYTHON_SUFFIX%%.pyc -%%DATADIR%%/lyx2lyx/__pycache__/lyx2lyx_tools.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%DATADIR%%/lyx2lyx/__pycache__/lyx2lyx_tools.cpython-%%PYTHON_SUFFIX%%.pyc -%%DATADIR%%/lyx2lyx/__pycache__/lyx2lyx_version.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%DATADIR%%/lyx2lyx/__pycache__/lyx2lyx_version.cpython-%%PYTHON_SUFFIX%%.pyc -%%DATADIR%%/lyx2lyx/__pycache__/lyx_0_06.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%DATADIR%%/lyx2lyx/__pycache__/lyx_0_06.cpython-%%PYTHON_SUFFIX%%.pyc -%%DATADIR%%/lyx2lyx/__pycache__/lyx_0_08.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%DATADIR%%/lyx2lyx/__pycache__/lyx_0_08.cpython-%%PYTHON_SUFFIX%%.pyc -%%DATADIR%%/lyx2lyx/__pycache__/lyx_0_10.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%DATADIR%%/lyx2lyx/__pycache__/lyx_0_10.cpython-%%PYTHON_SUFFIX%%.pyc -%%DATADIR%%/lyx2lyx/__pycache__/lyx_0_12.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%DATADIR%%/lyx2lyx/__pycache__/lyx_0_12.cpython-%%PYTHON_SUFFIX%%.pyc -%%DATADIR%%/lyx2lyx/__pycache__/lyx_1_0.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%DATADIR%%/lyx2lyx/__pycache__/lyx_1_0.cpython-%%PYTHON_SUFFIX%%.pyc -%%DATADIR%%/lyx2lyx/__pycache__/lyx_1_1.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%DATADIR%%/lyx2lyx/__pycache__/lyx_1_1.cpython-%%PYTHON_SUFFIX%%.pyc -%%DATADIR%%/lyx2lyx/__pycache__/lyx_1_1_5.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%DATADIR%%/lyx2lyx/__pycache__/lyx_1_1_5.cpython-%%PYTHON_SUFFIX%%.pyc -%%DATADIR%%/lyx2lyx/__pycache__/lyx_1_1_6_0.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%DATADIR%%/lyx2lyx/__pycache__/lyx_1_1_6_0.cpython-%%PYTHON_SUFFIX%%.pyc -%%DATADIR%%/lyx2lyx/__pycache__/lyx_1_1_6_3.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%DATADIR%%/lyx2lyx/__pycache__/lyx_1_1_6_3.cpython-%%PYTHON_SUFFIX%%.pyc -%%DATADIR%%/lyx2lyx/__pycache__/lyx_1_2.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%DATADIR%%/lyx2lyx/__pycache__/lyx_1_2.cpython-%%PYTHON_SUFFIX%%.pyc -%%DATADIR%%/lyx2lyx/__pycache__/lyx_1_3.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%DATADIR%%/lyx2lyx/__pycache__/lyx_1_3.cpython-%%PYTHON_SUFFIX%%.pyc -%%DATADIR%%/lyx2lyx/__pycache__/lyx_1_4.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%DATADIR%%/lyx2lyx/__pycache__/lyx_1_4.cpython-%%PYTHON_SUFFIX%%.pyc -%%DATADIR%%/lyx2lyx/__pycache__/lyx_1_5.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%DATADIR%%/lyx2lyx/__pycache__/lyx_1_5.cpython-%%PYTHON_SUFFIX%%.pyc -%%DATADIR%%/lyx2lyx/__pycache__/lyx_1_6.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%DATADIR%%/lyx2lyx/__pycache__/lyx_1_6.cpython-%%PYTHON_SUFFIX%%.pyc -%%DATADIR%%/lyx2lyx/__pycache__/lyx_2_0.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%DATADIR%%/lyx2lyx/__pycache__/lyx_2_0.cpython-%%PYTHON_SUFFIX%%.pyc -%%DATADIR%%/lyx2lyx/__pycache__/lyx_2_1.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%DATADIR%%/lyx2lyx/__pycache__/lyx_2_1.cpython-%%PYTHON_SUFFIX%%.pyc -%%DATADIR%%/lyx2lyx/__pycache__/lyx_2_2.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%DATADIR%%/lyx2lyx/__pycache__/lyx_2_2.cpython-%%PYTHON_SUFFIX%%.pyc -%%DATADIR%%/lyx2lyx/__pycache__/lyx_2_3.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%DATADIR%%/lyx2lyx/__pycache__/lyx_2_3.cpython-%%PYTHON_SUFFIX%%.pyc -%%DATADIR%%/lyx2lyx/__pycache__/parser_tools.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%DATADIR%%/lyx2lyx/__pycache__/parser_tools.cpython-%%PYTHON_SUFFIX%%.pyc -%%DATADIR%%/lyx2lyx/__pycache__/profiling.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%DATADIR%%/lyx2lyx/__pycache__/profiling.cpython-%%PYTHON_SUFFIX%%.pyc -%%DATADIR%%/lyx2lyx/__pycache__/test_parser_tools.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%DATADIR%%/lyx2lyx/__pycache__/test_parser_tools.cpython-%%PYTHON_SUFFIX%%.pyc -%%DATADIR%%/lyx2lyx/__pycache__/unicode_symbols.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%DATADIR%%/lyx2lyx/__pycache__/unicode_symbols.cpython-%%PYTHON_SUFFIX%%.pyc +%%DATADIR%%/lyx2lyx/__pycache__/LyX%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/lyx2lyx/__pycache__/LyX%%PYTHON_EXT_SUFFIX%%.opt-2.pyc +%%DATADIR%%/lyx2lyx/__pycache__/LyX%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/lyx2lyx/__pycache__/generate_encoding_info%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/lyx2lyx/__pycache__/generate_encoding_info%%PYTHON_EXT_SUFFIX%%.opt-2.pyc +%%DATADIR%%/lyx2lyx/__pycache__/generate_encoding_info%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/lyx2lyx/__pycache__/lyx2lyx_lang%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/lyx2lyx/__pycache__/lyx2lyx_lang%%PYTHON_EXT_SUFFIX%%.opt-2.pyc +%%DATADIR%%/lyx2lyx/__pycache__/lyx2lyx_lang%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/lyx2lyx/__pycache__/lyx2lyx_tools%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/lyx2lyx/__pycache__/lyx2lyx_tools%%PYTHON_EXT_SUFFIX%%.opt-2.pyc +%%DATADIR%%/lyx2lyx/__pycache__/lyx2lyx_tools%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/lyx2lyx/__pycache__/lyx2lyx_version%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/lyx2lyx/__pycache__/lyx2lyx_version%%PYTHON_EXT_SUFFIX%%.opt-2.pyc +%%DATADIR%%/lyx2lyx/__pycache__/lyx2lyx_version%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/lyx2lyx/__pycache__/lyx_0_06%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/lyx2lyx/__pycache__/lyx_0_06%%PYTHON_EXT_SUFFIX%%.opt-2.pyc +%%DATADIR%%/lyx2lyx/__pycache__/lyx_0_06%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/lyx2lyx/__pycache__/lyx_0_08%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/lyx2lyx/__pycache__/lyx_0_08%%PYTHON_EXT_SUFFIX%%.opt-2.pyc +%%DATADIR%%/lyx2lyx/__pycache__/lyx_0_08%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/lyx2lyx/__pycache__/lyx_0_10%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/lyx2lyx/__pycache__/lyx_0_10%%PYTHON_EXT_SUFFIX%%.opt-2.pyc +%%DATADIR%%/lyx2lyx/__pycache__/lyx_0_10%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/lyx2lyx/__pycache__/lyx_0_12%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/lyx2lyx/__pycache__/lyx_0_12%%PYTHON_EXT_SUFFIX%%.opt-2.pyc +%%DATADIR%%/lyx2lyx/__pycache__/lyx_0_12%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/lyx2lyx/__pycache__/lyx_1_0%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/lyx2lyx/__pycache__/lyx_1_0%%PYTHON_EXT_SUFFIX%%.opt-2.pyc +%%DATADIR%%/lyx2lyx/__pycache__/lyx_1_0%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/lyx2lyx/__pycache__/lyx_1_1%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/lyx2lyx/__pycache__/lyx_1_1%%PYTHON_EXT_SUFFIX%%.opt-2.pyc +%%DATADIR%%/lyx2lyx/__pycache__/lyx_1_1%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/lyx2lyx/__pycache__/lyx_1_1_5%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/lyx2lyx/__pycache__/lyx_1_1_5%%PYTHON_EXT_SUFFIX%%.opt-2.pyc +%%DATADIR%%/lyx2lyx/__pycache__/lyx_1_1_5%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/lyx2lyx/__pycache__/lyx_1_1_6_0%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/lyx2lyx/__pycache__/lyx_1_1_6_0%%PYTHON_EXT_SUFFIX%%.opt-2.pyc +%%DATADIR%%/lyx2lyx/__pycache__/lyx_1_1_6_0%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/lyx2lyx/__pycache__/lyx_1_1_6_3%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/lyx2lyx/__pycache__/lyx_1_1_6_3%%PYTHON_EXT_SUFFIX%%.opt-2.pyc +%%DATADIR%%/lyx2lyx/__pycache__/lyx_1_1_6_3%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/lyx2lyx/__pycache__/lyx_1_2%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/lyx2lyx/__pycache__/lyx_1_2%%PYTHON_EXT_SUFFIX%%.opt-2.pyc +%%DATADIR%%/lyx2lyx/__pycache__/lyx_1_2%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/lyx2lyx/__pycache__/lyx_1_3%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/lyx2lyx/__pycache__/lyx_1_3%%PYTHON_EXT_SUFFIX%%.opt-2.pyc +%%DATADIR%%/lyx2lyx/__pycache__/lyx_1_3%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/lyx2lyx/__pycache__/lyx_1_4%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/lyx2lyx/__pycache__/lyx_1_4%%PYTHON_EXT_SUFFIX%%.opt-2.pyc +%%DATADIR%%/lyx2lyx/__pycache__/lyx_1_4%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/lyx2lyx/__pycache__/lyx_1_5%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/lyx2lyx/__pycache__/lyx_1_5%%PYTHON_EXT_SUFFIX%%.opt-2.pyc +%%DATADIR%%/lyx2lyx/__pycache__/lyx_1_5%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/lyx2lyx/__pycache__/lyx_1_6%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/lyx2lyx/__pycache__/lyx_1_6%%PYTHON_EXT_SUFFIX%%.opt-2.pyc +%%DATADIR%%/lyx2lyx/__pycache__/lyx_1_6%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/lyx2lyx/__pycache__/lyx_2_0%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/lyx2lyx/__pycache__/lyx_2_0%%PYTHON_EXT_SUFFIX%%.opt-2.pyc +%%DATADIR%%/lyx2lyx/__pycache__/lyx_2_0%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/lyx2lyx/__pycache__/lyx_2_1%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/lyx2lyx/__pycache__/lyx_2_1%%PYTHON_EXT_SUFFIX%%.opt-2.pyc +%%DATADIR%%/lyx2lyx/__pycache__/lyx_2_1%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/lyx2lyx/__pycache__/lyx_2_2%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/lyx2lyx/__pycache__/lyx_2_2%%PYTHON_EXT_SUFFIX%%.opt-2.pyc +%%DATADIR%%/lyx2lyx/__pycache__/lyx_2_2%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/lyx2lyx/__pycache__/lyx_2_3%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/lyx2lyx/__pycache__/lyx_2_3%%PYTHON_EXT_SUFFIX%%.opt-2.pyc +%%DATADIR%%/lyx2lyx/__pycache__/lyx_2_3%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/lyx2lyx/__pycache__/lyx_2_4%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/lyx2lyx/__pycache__/lyx_2_4%%PYTHON_EXT_SUFFIX%%.opt-2.pyc +%%DATADIR%%/lyx2lyx/__pycache__/lyx_2_4%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/lyx2lyx/__pycache__/parser_tools%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/lyx2lyx/__pycache__/parser_tools%%PYTHON_EXT_SUFFIX%%.opt-2.pyc +%%DATADIR%%/lyx2lyx/__pycache__/parser_tools%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/lyx2lyx/__pycache__/profiling%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/lyx2lyx/__pycache__/profiling%%PYTHON_EXT_SUFFIX%%.opt-2.pyc +%%DATADIR%%/lyx2lyx/__pycache__/profiling%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/lyx2lyx/__pycache__/test_parser_tools%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/lyx2lyx/__pycache__/test_parser_tools%%PYTHON_EXT_SUFFIX%%.opt-2.pyc +%%DATADIR%%/lyx2lyx/__pycache__/test_parser_tools%%PYTHON_EXT_SUFFIX%%.pyc +%%DATADIR%%/lyx2lyx/__pycache__/unicode_symbols%%PYTHON_EXT_SUFFIX%%.opt-1.pyc +%%DATADIR%%/lyx2lyx/__pycache__/unicode_symbols%%PYTHON_EXT_SUFFIX%%.opt-2.pyc +%%DATADIR%%/lyx2lyx/__pycache__/unicode_symbols%%PYTHON_EXT_SUFFIX%%.pyc %%DATADIR%%/lyx2lyx/generate_encoding_info.py %%DATADIR%%/lyx2lyx/lyx2lyx %%DATADIR%%/lyx2lyx/lyx2lyx_lang.py @@ -2476,16 +2920,20 @@ share/icons/hicolor/scalable/apps/lyx.svg %%DATADIR%%/lyx2lyx/lyx_2_1.py %%DATADIR%%/lyx2lyx/lyx_2_2.py %%DATADIR%%/lyx2lyx/lyx_2_3.py +%%DATADIR%%/lyx2lyx/lyx_2_4.py %%DATADIR%%/lyx2lyx/parser_tools.py %%DATADIR%%/lyx2lyx/profiling.py %%DATADIR%%/lyx2lyx/test_parser_tools.py %%DATADIR%%/lyx2lyx/unicode_symbols.py %%DATADIR%%/scripts/TeXFiles.py %%DATADIR%%/scripts/bash_completion +%%DATADIR%%/scripts/checkKeys.pl.in %%DATADIR%%/scripts/clean_dvi.py %%DATADIR%%/scripts/convertDefault.py %%DATADIR%%/scripts/convert_pdf.py %%DATADIR%%/scripts/csv2lyx.py +%%DATADIR%%/scripts/docbook2epub.py +%%DATADIR%%/scripts/docbook_copy.py %%DATADIR%%/scripts/ext_copy.py %%DATADIR%%/scripts/fen2ascii.py %%DATADIR%%/scripts/fig2pdftex.py @@ -2497,74 +2945,144 @@ share/icons/hicolor/scalable/apps/lyx.svg %%DATADIR%%/scripts/layout2layout.py %%DATADIR%%/scripts/legacy_lyxpreview2ppm.py %%DATADIR%%/scripts/listerrors +%%DATADIR%%/scripts/lyx_batch.pl.in %%DATADIR%%/scripts/lyxknitr.R %%DATADIR%%/scripts/lyxpak.py +%%DATADIR%%/scripts/lyxpaperview.py %%DATADIR%%/scripts/lyxpreview2bitmap.py %%DATADIR%%/scripts/lyxpreview_tools.py %%DATADIR%%/scripts/lyxstangle.R %%DATADIR%%/scripts/lyxsweave.R +%%DATADIR%%/scripts/lyxwin_getopt.py %%DATADIR%%/scripts/prefTest.pl.in %%DATADIR%%/scripts/prefs2prefs.py %%DATADIR%%/scripts/prefs2prefs_lfuns.py %%DATADIR%%/scripts/prefs2prefs_prefs.py +%%DATADIR%%/scripts/saxon6.5.5.jar +%%DATADIR%%/scripts/saxon6.LICENSE.txt +%%DATADIR%%/scripts/spreadsheet_to_docbook.py %%DATADIR%%/scripts/svg2pdftex.py %%DATADIR%%/scripts/svg2pstex.py %%DATADIR%%/scripts/tex_copy.py %%DATADIR%%/symbols %%DATADIR%%/syntax.default -%%DATADIR%%/templates/AEA.lyx -%%DATADIR%%/templates/APA.lyx -%%DATADIR%%/templates/APA6.lyx -%%DATADIR%%/templates/DocBook_article.lyx -%%DATADIR%%/templates/EPS-cropped.lyx -%%DATADIR%%/templates/IEEEtran-CompSoc.lyx -%%DATADIR%%/templates/IEEEtran-Conference.lyx -%%DATADIR%%/templates/IEEEtran-Journal.lyx -%%DATADIR%%/templates/IEEEtran-TransMag.lyx -%%DATADIR%%/templates/IJMPC.lyx -%%DATADIR%%/templates/IJMPD.lyx -%%DATADIR%%/templates/IOP-article.lyx -%%DATADIR%%/templates/IUCr-article.lyx -%%DATADIR%%/templates/JASA.lyx -%%DATADIR%%/templates/JSS-article.lyx -%%DATADIR%%/templates/PDF-cropped.lyx +%%DATADIR%%/tabletemplates/Formal_with_Footline.lyx +%%DATADIR%%/tabletemplates/Formal_with_Footline_1x1.lyx +%%DATADIR%%/tabletemplates/Formal_with_Footline_1x2.lyx +%%DATADIR%%/tabletemplates/Formal_without_Footline.lyx +%%DATADIR%%/tabletemplates/Formal_without_Footline_1x1.lyx +%%DATADIR%%/tabletemplates/Formal_without_Footline_1x2.lyx +%%DATADIR%%/tabletemplates/Grid_with_Head.lyx +%%DATADIR%%/tabletemplates/Grid_with_Head_1x1.lyx +%%DATADIR%%/tabletemplates/Grid_with_Head_1x2.lyx +%%DATADIR%%/tabletemplates/No_Borders.lyx +%%DATADIR%%/tabletemplates/No_Borders_1x1.lyx +%%DATADIR%%/tabletemplates/No_Borders_1x2.lyx +%%DATADIR%%/tabletemplates/Simple_Grid.lyx +%%DATADIR%%/tabletemplates/Simple_Grid_1x1.lyx +%%DATADIR%%/tabletemplates/Simple_Grid_1x2.lyx +%%DATADIR%%/templates/Articles/American_Astronomical_Society_%28AASTeX_v._6.3.1%29.lyx +%%DATADIR%%/templates/Articles/American_Economic_Association_%28AEA%29.lyx +%%DATADIR%%/templates/Articles/American_Psychological_Association_%28APA%29,_v._7.lyx +%%DATADIR%%/templates/Articles/American_Psychological_Association_%28APA%29.lyx +%%DATADIR%%/templates/Articles/Association_for_Computing_Machinery_%28ACM%29.lyx +%%DATADIR%%/templates/Articles/Astronomy_%26_Astrophysics.lyx +%%DATADIR%%/templates/Articles/Chinese_Article_%28CTeX%29.lyx +%%DATADIR%%/templates/Articles/Copernicus_Publications_Manuscript_Preparation.lyx +%%DATADIR%%/templates/Articles/Econometrica.lyx +%%DATADIR%%/templates/Articles/Elsevier.lyx +%%DATADIR%%/templates/Articles/Figure1.pdf +%%DATADIR%%/templates/Articles/Hebrew_Article_%28KOMA-Script%29.lyx +%%DATADIR%%/templates/Articles/IEEE_Transactions_Computer_Society.lyx +%%DATADIR%%/templates/Articles/IEEE_Transactions_Conference.lyx +%%DATADIR%%/templates/Articles/IEEE_Transactions_Journal.lyx +%%DATADIR%%/templates/Articles/IEEE_Transactions_on_Magnetics.lyx +%%DATADIR%%/templates/Articles/Institute_of_Physics_%28IOP%29.lyx +%%DATADIR%%/templates/Articles/Int._Journal_of_Modern_Physics_C.lyx +%%DATADIR%%/templates/Articles/Int._Journal_of_Modern_Physics_D.lyx +%%DATADIR%%/templates/Articles/International_Union_of_Crystallography_%28IUCr%29.lyx +%%DATADIR%%/templates/Articles/Journal_of_Statistical_Software_%28JSS%29_version_2.lyx +%%DATADIR%%/templates/Articles/Journal_of_the_Acoustical_Society_of_America_%28JASA%29.lyx +%%DATADIR%%/templates/Articles/Mathematical_Monthly.lyx +%%DATADIR%%/templates/Articles/REVTeX_%28V._4%29.lyx +%%DATADIR%%/templates/Articles/REVTeX_%28V._4.1%29.lyx +%%DATADIR%%/templates/Articles/R_Journal.lyx +%%DATADIR%%/templates/Articles/Springers_Global_Journal_Template_%28V._3%29.lyx +%%DATADIR%%/templates/Books/Springer_Contributed_Books_%28svmult%29/00_Main_File.lyx +%%DATADIR%%/templates/Books/Springer_Contributed_Books_%28svmult%29/01_Dedication.lyx +%%DATADIR%%/templates/Books/Springer_Contributed_Books_%28svmult%29/02_Foreword.lyx +%%DATADIR%%/templates/Books/Springer_Contributed_Books_%28svmult%29/03_Preface.lyx +%%DATADIR%%/templates/Books/Springer_Contributed_Books_%28svmult%29/04_Acknowledgements.lyx +%%DATADIR%%/templates/Books/Springer_Contributed_Books_%28svmult%29/05_Contributor_List.lyx +%%DATADIR%%/templates/Books/Springer_Contributed_Books_%28svmult%29/06_Acronym.lyx +%%DATADIR%%/templates/Books/Springer_Contributed_Books_%28svmult%29/07_Part.lyx +%%DATADIR%%/templates/Books/Springer_Contributed_Books_%28svmult%29/08_Author.lyx +%%DATADIR%%/templates/Books/Springer_Contributed_Books_%28svmult%29/09_Appendix.lyx +%%DATADIR%%/templates/Books/Springer_Contributed_Books_%28svmult%29/10_Glossary.lyx +%%DATADIR%%/templates/Books/Springer_Contributed_Books_%28svmult%29/11_References.lyx +%%DATADIR%%/templates/Books/Springer_Monographs_%28svmono%29/00_Main_File.lyx +%%DATADIR%%/templates/Books/Springer_Monographs_%28svmono%29/01_Dedication.lyx +%%DATADIR%%/templates/Books/Springer_Monographs_%28svmono%29/02_Foreword.lyx +%%DATADIR%%/templates/Books/Springer_Monographs_%28svmono%29/03_Preface.lyx +%%DATADIR%%/templates/Books/Springer_Monographs_%28svmono%29/04_Acknowledgements.lyx +%%DATADIR%%/templates/Books/Springer_Monographs_%28svmono%29/05_Acronym.lyx +%%DATADIR%%/templates/Books/Springer_Monographs_%28svmono%29/06_Part.lyx +%%DATADIR%%/templates/Books/Springer_Monographs_%28svmono%29/07_Chapter.lyx +%%DATADIR%%/templates/Books/Springer_Monographs_%28svmono%29/08_Appendix.lyx +%%DATADIR%%/templates/Books/Springer_Monographs_%28svmono%29/09_Glossary.lyx +%%DATADIR%%/templates/Books/Springer_Monographs_%28svmono%29/10_Solutions.lyx +%%DATADIR%%/templates/Books/Springer_Monographs_%28svmono%29/11_References.lyx +%%DATADIR%%/templates/EPS_%28cropped%29.lyx +%%DATADIR%%/templates/Letters/DIN-Brief.lyx +%%DATADIR%%/templates/Letters/French_Letter_%28frletter%29.lyx +%%DATADIR%%/templates/Letters/French_Letter_%28lettre%29.lyx +%%DATADIR%%/templates/Letters/G-Brief_%28V._2%29.lyx +%%DATADIR%%/templates/Letters/KOMA-Script_Letter_%28V._2%29.lyx +%%DATADIR%%/templates/Letters/Letter_%28Standard_Class%29.lyx +%%DATADIR%%/templates/Obsolete/ACM_SIGGGRAPH_0.92_%28obsolete%29.lyx +%%DATADIR%%/templates/Obsolete/ACM_SIGPLAN_%28Obsolete%29.lyx +%%DATADIR%%/templates/Obsolete/ACM_SIG_Proceedings_%28SP,_Obsolete%29.lyx +%%DATADIR%%/templates/Obsolete/American_Astronomical_Society_%28AASTeX_v._6%29.lyx +%%DATADIR%%/templates/Obsolete/American_Astronomical_Society_%28AASTeX_v._6.2%29.lyx +%%DATADIR%%/templates/Obsolete/American_Geophysical_Union_%28AGUTeX%29.lyx +%%DATADIR%%/templates/Obsolete/American_Psychological_Association_%28APA%29,_v._6.lyx +%%DATADIR%%/templates/Obsolete/G-Brief_%28V._1,_Obsolete%29/English.lyx +%%DATADIR%%/templates/Obsolete/G-Brief_%28V._1,_Obsolete%29/German.lyx +%%DATADIR%%/templates/Obsolete/Latex8_Article_%28Obsolete%29.lyx +%%DATADIR%%/templates/PDF_%28cropped%29.lyx +%%DATADIR%%/templates/Posters/A0_Poster/Colored.lyx +%%DATADIR%%/templates/Posters/A0_Poster/Simple.lyx +%%DATADIR%%/templates/Posters/Beamerposter.lyx +%%DATADIR%%/templates/Posters/SciPoster.lyx +%%DATADIR%%/templates/Presentations/Beamer.lyx +%%DATADIR%%/templates/Presentations/Slides.lyx %%DATADIR%%/templates/README.new_templates -%%DATADIR%%/templates/RJournal.lyx -%%DATADIR%%/templates/aa.lyx -%%DATADIR%%/templates/aastex6.lyx -%%DATADIR%%/templates/aastex62.lyx -%%DATADIR%%/templates/acmart.lyx -%%DATADIR%%/templates/beamer-conference-ornate-20min.lyx -%%DATADIR%%/templates/ctex.lyx -%%DATADIR%%/templates/de_beamer-conference-ornate-20min.lyx -%%DATADIR%%/templates/dinbrief.lyx -%%DATADIR%%/templates/ectaart.lyx -%%DATADIR%%/templates/elsarticle.lyx -%%DATADIR%%/templates/es_beamer-conference-ornate-20min.lyx -%%DATADIR%%/templates/fr_beamer-conference-ornate-20min.lyx -%%DATADIR%%/templates/frletter.lyx -%%DATADIR%%/templates/g-brief2.lyx -%%DATADIR%%/templates/hollywood.lyx -%%DATADIR%%/templates/ja_beamer-conference-ornate-20min.lyx -%%DATADIR%%/templates/kluwer.lyx -%%DATADIR%%/templates/koma-letter2.lyx -%%DATADIR%%/templates/letter.lyx -%%DATADIR%%/templates/lettre.lyx -%%DATADIR%%/templates/maa-monthly.lyx -%%DATADIR%%/templates/obsolete/ACM-SIGS.lyx -%%DATADIR%%/templates/obsolete/ACM-siggraph.lyx -%%DATADIR%%/templates/obsolete/ACM-sigplan.lyx -%%DATADIR%%/templates/obsolete/AGUTeX.lyx -%%DATADIR%%/templates/obsolete/g-brief-de.lyx -%%DATADIR%%/templates/obsolete/g-brief-en.lyx -%%DATADIR%%/templates/poster-a0poster-colored.lyx -%%DATADIR%%/templates/poster-a0poster-simple.lyx -%%DATADIR%%/templates/poster-beamerposter.lyx -%%DATADIR%%/templates/poster-sciposter.lyx -%%DATADIR%%/templates/revtex4-1.lyx -%%DATADIR%%/templates/revtex4.lyx -%%DATADIR%%/templates/slides.lyx -%%DATADIR%%/templates/springer/svjour3.lyx +%%DATADIR%%/templates/Scripts/Hollywood.lyx +%%DATADIR%%/templates/Theses/PhD_Thesis/Acknowledgments.lyx +%%DATADIR%%/templates/Theses/PhD_Thesis/Appendix.lyx +%%DATADIR%%/templates/Theses/PhD_Thesis/Bibliography.lyx +%%DATADIR%%/templates/Theses/PhD_Thesis/Chapter_1.lyx +%%DATADIR%%/templates/Theses/PhD_Thesis/Chapter_2.lyx +%%DATADIR%%/templates/Theses/PhD_Thesis/Main_File.lyx +%%DATADIR%%/templates/Theses/PhD_Thesis/Summary.lyx +%%DATADIR%%/templates/Theses/PhD_Thesis/alpha.bst +%%DATADIR%%/templates/Theses/PhD_Thesis/thesisExample.bib +%%DATADIR%%/templates/ar/Presentations/Beamer.lyx +%%DATADIR%%/templates/ca/Letters/Letter_%28Standard_Class%29.lyx +%%DATADIR%%/templates/de/Presentations/Beamer.lyx +%%DATADIR%%/templates/es/Letters/Letter_%28Standard_Class%29.lyx +%%DATADIR%%/templates/es/Presentations/Beamer.lyx +%%DATADIR%%/templates/fr/Presentations/Beamer.lyx +%%DATADIR%%/templates/ja/Articles/Japanese_Article_%28JS_Bundle_for_LuaTeX%29.lyx +%%DATADIR%%/templates/ja/Articles/Japanese_Article_%28Standard_Class_for_LuaTeX%29.lyx +%%DATADIR%%/templates/ja/Articles/Japanese_Article_%28Standard_Class_for_LuaTeX%2C_vertical_Writing%29.lyx +%%DATADIR%%/templates/ja/Books/Japanese_Book_%28JS_Bundle_for_LuaTeX%29.lyx +%%DATADIR%%/templates/ja/Books/Japanese_Book_%28Standard_Class_for_LuaTeX%29.lyx +%%DATADIR%%/templates/ja/Books/Japanese_Book_%28Standard_Class_for_LuaTeX%2C_vertical_Writing%29.lyx +%%DATADIR%%/templates/ja/Presentations/Beamer.lyx +%%DATADIR%%/templates/ja/Reports/Japanese_Report_%28JS_Bundle_for_LuaTeX%29.lyx +%%DATADIR%%/templates/ja/Reports/Japanese_Report_%28Standard_Class_for_LuaTeX%29.lyx +%%DATADIR%%/templates/ja/Reports/Japanese_Report_%28Standard_Class_for_LuaTeX%2C_vertical_Writing%29.lyx %%DATADIR%%/tex/broadway.cls %%DATADIR%%/tex/hollywood.cls %%DATADIR%%/tex/lyxchess.sty @@ -2584,3 +3102,7 @@ share/icons/hicolor/scalable/apps/lyx.svg %%DATADIR%%/xtemplates/raster_image.xtemplate %%DATADIR%%/xtemplates/vector_graphics.xtemplate %%DATADIR%%/xtemplates/xfig.xtemplate +share/man/man1/lyx.1.gz +share/man/man1/lyxclient.1.gz +share/man/man1/tex2lyx.1.gz +share/metainfo/org.lyx.LyX.metainfo.xml