summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--editors/lyx/Makefile71
-rw-r--r--editors/lyx/PLIST704
-rw-r--r--editors/lyx/distinfo18
-rw-r--r--editors/lyx/patches/patch-boost_boost_detail_container__fwd.hpp14
-rw-r--r--editors/lyx/patches/patch-boost_libs_signals_src_named__slot__map.cpp22
-rw-r--r--editors/lyx/patches/patch-config.h.in16
-rw-r--r--editors/lyx/patches/patch-development_MacOSX_Makefile.in10
-rw-r--r--editors/lyx/patches/patch-src_support_debug.h16
-rw-r--r--editors/lyx/patches/patch-src_support_os__unix.cpp14
-rw-r--r--editors/lyx/patches/patch-src_support_strfwd.h16
10 files changed, 748 insertions, 153 deletions
diff --git a/editors/lyx/Makefile b/editors/lyx/Makefile
index 30ad5fe2cbe..e0c5b754dba 100644
--- a/editors/lyx/Makefile
+++ b/editors/lyx/Makefile
@@ -1,14 +1,13 @@
-# $NetBSD: Makefile,v 1.43 2014/05/29 23:36:31 wiz Exp $
+# $NetBSD: Makefile,v 1.44 2015/01/10 18:13:22 rumko Exp $
-DISTNAME= lyx-2.0.7
-PKGREVISION= 2
+DISTNAME= lyx-2.1.2.2
CATEGORIES= editors
-MASTER_SITES= ftp://ftp.lyx.org/pub/lyx/stable/2.0.x/ \
- http://gd.tuwien.ac.at/publishing/tex/lyx/stable/2.0.x/ \
- ftp://gd.tuwien.ac.at/publishing/tex/lyx/stable/2.0.x/ \
- ftp://ftp.sdsc.edu/pub/other/lyx/stable/2.0.x/ \
- ftp://ftp.lip6.fr/pub/lyx/stable/2.0.x/ \
- ftp://ftp.ntua.gr/pub/X11/LyX/stable/2.0.x/
+MASTER_SITES= ftp://ftp.lyx.org/pub/lyx/stable/2.1.x/ \
+ http://gd.tuwien.ac.at/publishing/tex/lyx/stable/2.1.x/ \
+ ftp://gd.tuwien.ac.at/publishing/tex/lyx/stable/2.1.x/ \
+ ftp://ftp.sdsc.edu/pub/other/lyx/stable/2.1.x/ \
+ ftp://ftp.lip6.fr/pub/lyx/stable/2.1.x/ \
+ ftp://ftp.ntua.gr/pub/X11/LyX/stable/2.1.x/
EXTRACT_SUFX= .tar.xz
MAINTAINER= reed@reedmedia.net
@@ -70,6 +69,7 @@ PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.6.10
CXXFLAGS.Linux+= -fpermissive
CONFIGURE_ARGS+= --without-included-mythes
+CONFIGURE_ARGS+= --without-included-boost
CONFIGURE_ARGS+= --with-extra-prefix=${BUILDLINK_PREFIX.qt4-libs} \
--with-qt4-dir=${QTDIR:Q} \
@@ -91,15 +91,52 @@ PLIST_SUBST+= BIN_DIR=bin \
SHARE_DIR=share/lyx
.endif
-REPLACE_PYTHON= development/cmake/doc/ReplaceValues.py \
+PRINT_PLIST_AWK+= { sub(/bin\//, "$${BIN_DIR}/"); \
+ sub(/^share\/lyx\//, "$${SHARE_DIR}/"); \
+ gsub(/LC_MESSAGES\/lyx./, "LC_MESSAGES/$${LYX}."); \
+ sub(/^${PKGMANDIR}\//, "$${MAN_DIR}/"); \
+ print; next; }
+
+REPLACE_PYTHON= development/autotests/keytest.py \
+ development/cmake/doc/ReplaceValues.py \
development/cmake/po/cat.py \
+ development/cmake/po/dos2unix.py \
+ development/cmake/po/unix2dos.py \
+ development/keystest/cache-bisect.py \
+ development/keystest/make_screenshot_html.py \
+ development/keystest/keytest.py \
development/tools/convert_kmap.py \
development/tools/gen_lfuns.py \
+ development/tools/generate_symbols_images.py \
development/tools/generate_symbols_list.py \
development/tools/unicodesymbols.py \
lib/configure.py \
+ lib/lyx2lyx/LyX.py \
+ lib/lyx2lyx/generate_encoding_info.py \
lib/lyx2lyx/lyx2lyx \
+ lib/lyx2lyx/lyx2lyx_lang.py \
+ lib/lyx2lyx/lyx2lyx_tools.py \
+ lib/lyx2lyx/lyx2lyx_version.py \
+ lib/lyx2lyx/lyx_0_06.py \
+ lib/lyx2lyx/lyx_0_08.py \
+ lib/lyx2lyx/lyx_0_10.py \
+ lib/lyx2lyx/lyx_0_12.py \
+ lib/lyx2lyx/lyx_1_0.py \
+ lib/lyx2lyx/lyx_1_1.py \
+ lib/lyx2lyx/lyx_1_1_5.py \
+ lib/lyx2lyx/lyx_1_1_6_0.py \
+ lib/lyx2lyx/lyx_1_1_6_3.py \
+ lib/lyx2lyx/lyx_1_2.py \
+ lib/lyx2lyx/lyx_1_3.py \
+ lib/lyx2lyx/lyx_1_4.py \
+ lib/lyx2lyx/lyx_1_5.py \
+ lib/lyx2lyx/lyx_1_6.py \
+ lib/lyx2lyx/lyx_2_0.py \
+ lib/lyx2lyx/lyx_2_1.py \
+ lib/lyx2lyx/parser_tools.py \
lib/lyx2lyx/profiling.py \
+ lib/lyx2lyx/test_parser_tools.py \
+ lib/lyx2lyx/unicode_symbols.py \
lib/scripts/TeXFiles.py \
lib/scripts/clean_dvi.py \
lib/scripts/convertDefault.py \
@@ -110,21 +147,21 @@ REPLACE_PYTHON= development/cmake/doc/ReplaceValues.py \
lib/scripts/fig2pdftex.py \
lib/scripts/fig2pstex.py \
lib/scripts/fig_copy.py \
+ lib/scripts/html2latexwrapper.py \
lib/scripts/include_bib.py \
lib/scripts/layout2layout.py \
lib/scripts/legacy_lyxpreview2ppm.py \
lib/scripts/listerrors \
lib/scripts/lyxpak.py \
- lib/scripts/lyxpreview-lytex2bitmap.py \
- lib/scripts/lyxpreview-platex2bitmap.py \
lib/scripts/lyxpreview2bitmap.py \
lib/scripts/lyxpreview_tools.py \
- lib/scripts/tex_copy.py \
lib/scripts/prefs2prefs.py \
lib/scripts/prefs2prefs_lfuns.py \
lib/scripts/prefs2prefs_prefs.py \
+ lib/scripts/tex_copy.py \
po/lyx_pot.py \
- po/postats.py
+ po/postats.py \
+ src/tex2lyx/test/runtests.py
SUBST_CLASSES+= python
SUBST_STAGE.python= pre-configure
@@ -133,7 +170,6 @@ SUBST_SED.python= -e "s,python ,${PYTHONBIN} ,"
SUBST_FILES.python+= src/graphics/GraphicsConverter.cpp
SUBST_SED.python+= -e "s,\#!/usr/bin/env python,\#!${PYTHONBIN},"
SUBST_FILES.python+= lib/scripts/lyxpak.py
-SUBST_FILES.python+= development/scons/SConstruct
SUBST_SED.python+= -e "s, = 'python, = '${PYTHONBIN},"
SUBST_FILES.python+= src/support/os.cpp
SUBST_SED.python+= -e 's,command("python -tt,command("${PYTHONBIN} -tt,'
@@ -145,7 +181,10 @@ SUBST_SED.python+= -e 's,command("python -tt,command("${PYTHONBIN} -tt,'
.include "../../x11/qt4-libs/buildlink3.mk"
.include "../../x11/qt4-tools/buildlink3.mk"
.include "../../textproc/mythes/buildlink3.mk"
-.include "../../devel/boost-headers/buildlink3.mk"
+.include "../../devel/boost-libs/buildlink3.mk"
+
+.include "../../sysutils/desktop-file-utils/desktopdb.mk"
+.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/editors/lyx/PLIST b/editors/lyx/PLIST
index 511cddaddc1..1ef2c05bcba 100644
--- a/editors/lyx/PLIST
+++ b/editors/lyx/PLIST
@@ -1,14 +1,16 @@
-@comment $NetBSD: PLIST,v 1.9 2014/01/19 14:38:56 rumko Exp $
+@comment $NetBSD: PLIST,v 1.10 2015/01/10 18:13:22 rumko Exp $
${BIN_DIR}/lyx
${BIN_DIR}/lyxclient
${BIN_DIR}/tex2lyx
${MAN_DIR}/man1/lyx.1
${MAN_DIR}/man1/lyxclient.1
${MAN_DIR}/man1/tex2lyx.1
+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/ca/LC_MESSAGES/${LYX}.mo
share/locale/cs/LC_MESSAGES/${LYX}.mo
-share/locale/nl/LC_MESSAGES/${LYX}.mo
share/locale/da/LC_MESSAGES/${LYX}.mo
share/locale/de/LC_MESSAGES/${LYX}.mo
share/locale/el/LC_MESSAGES/${LYX}.mo
@@ -60,6 +62,7 @@ ${SHARE_DIR}/commands/default.def
${SHARE_DIR}/configure.py
${SHARE_DIR}/doc/Additional.lyx
${SHARE_DIR}/doc/Customization.lyx
+${SHARE_DIR}/doc/Development.lyx
${SHARE_DIR}/doc/DummyDocument1.lyx
${SHARE_DIR}/doc/DummyDocument2.lyx
${SHARE_DIR}/doc/DummyTextDocument.txt
@@ -70,6 +73,7 @@ ${SHARE_DIR}/doc/LFUNs.lyx
${SHARE_DIR}/doc/LaTeXConfig.lyx
${SHARE_DIR}/doc/Math.lyx
${SHARE_DIR}/doc/Shortcuts.lyx
+${SHARE_DIR}/doc/SpecialParagraphShape.tex
${SHARE_DIR}/doc/Tutorial.lyx
${SHARE_DIR}/doc/UserGuide.lyx
${SHARE_DIR}/doc/biblio/LyXDocs.bib
@@ -128,6 +132,7 @@ ${SHARE_DIR}/doc/de/clipart/Marke.png
${SHARE_DIR}/doc/de/clipart/Querverweis.png
${SHARE_DIR}/doc/de/clipart/StandardBoxQt4.png
${SHARE_DIR}/doc/de/clipart/UnterdokumentQt4.png
+${SHARE_DIR}/doc/de/clipart/Zusammenfassung.pdf
${SHARE_DIR}/doc/el/Intro.lyx
${SHARE_DIR}/doc/es/Additional.lyx
${SHARE_DIR}/doc/es/Customization.lyx
@@ -154,11 +159,8 @@ ${SHARE_DIR}/doc/es/clipart/etiquetaQt4.png
${SHARE_DIR}/doc/es/clipart/flotanteQt4.png
${SHARE_DIR}/doc/es/clipart/notapieQt4.png
${SHARE_DIR}/doc/es/clipart/referenciaQt4.png
-${SHARE_DIR}/doc/eu/Additional.lyx
-${SHARE_DIR}/doc/eu/Customization.lyx
${SHARE_DIR}/doc/eu/Intro.lyx
${SHARE_DIR}/doc/eu/Tutorial.lyx
-${SHARE_DIR}/doc/eu/UserGuide.lyx
${SHARE_DIR}/doc/fr/Additional.lyx
${SHARE_DIR}/doc/fr/Customization.lyx
${SHARE_DIR}/doc/fr/DocumentBidon1.lyx
@@ -193,10 +195,8 @@ ${SHARE_DIR}/doc/id/UserGuide.lyx
${SHARE_DIR}/doc/id/clipart/id-contrib.png
${SHARE_DIR}/doc/id/clipart/id-footnote.png
${SHARE_DIR}/doc/id/clipart/id-lingkungan.png
-${SHARE_DIR}/doc/it/Customization.lyx
${SHARE_DIR}/doc/it/Intro.lyx
${SHARE_DIR}/doc/it/Tutorial.lyx
-${SHARE_DIR}/doc/it/UserGuide.lyx
${SHARE_DIR}/doc/it/clipart/it_footnoteQt4.png
${SHARE_DIR}/doc/it/clipart/it_referenceQt4.png
${SHARE_DIR}/doc/ja/Additional.lyx
@@ -211,17 +211,23 @@ ${SHARE_DIR}/doc/ja/Math.lyx
${SHARE_DIR}/doc/ja/Shortcuts.lyx
${SHARE_DIR}/doc/ja/Tutorial.lyx
${SHARE_DIR}/doc/ja/UserGuide.lyx
+${SHARE_DIR}/doc/ja/clipart/BoxInsetDefaultQt4.png
${SHARE_DIR}/doc/ja/clipart/ChildDocumentQt4.png
+${SHARE_DIR}/doc/ja/clipart/CommentNoteImageQt4.png
${SHARE_DIR}/doc/ja/clipart/ERT.png
${SHARE_DIR}/doc/ja/clipart/ExternalMaterialQt4.png
+${SHARE_DIR}/doc/ja/clipart/GreyedOutNoteImageQt4.png
+${SHARE_DIR}/doc/ja/clipart/LyXNoteImageQt4.png
+${SHARE_DIR}/doc/ja/clipart/StandardToolbar.png
${SHARE_DIR}/doc/ja/clipart/ToolbarEnvBox.png
${SHARE_DIR}/doc/ja/clipart/floatQt4.png
${SHARE_DIR}/doc/ja/clipart/footnoteQt4.png
+${SHARE_DIR}/doc/ja/clipart/labelQt4.png
+${SHARE_DIR}/doc/ja/clipart/macrobox.png
${SHARE_DIR}/doc/ja/clipart/referenceQt4.png
${SHARE_DIR}/doc/nb/Intro.lyx
${SHARE_DIR}/doc/nl/Intro.lyx
${SHARE_DIR}/doc/nl/Tutorial.lyx
-${SHARE_DIR}/doc/pl/Additional.lyx
${SHARE_DIR}/doc/pl/Intro.lyx
${SHARE_DIR}/doc/pl/Tutorial.lyx
${SHARE_DIR}/doc/pt/Intro.lyx
@@ -231,7 +237,6 @@ ${SHARE_DIR}/doc/ru/Intro.lyx
${SHARE_DIR}/doc/ru/Tutorial.lyx
${SHARE_DIR}/doc/sk/Intro.lyx
${SHARE_DIR}/doc/sk/Tutorial.lyx
-${SHARE_DIR}/doc/sk/UserGuide.lyx
${SHARE_DIR}/doc/sl/Intro.lyx
${SHARE_DIR}/doc/sl/Tutorial.lyx
${SHARE_DIR}/doc/sv/Intro.lyx
@@ -249,13 +254,15 @@ ${SHARE_DIR}/examples/FeynmanDiagrams.lyx
${SHARE_DIR}/examples/Foils.lyx
${SHARE_DIR}/examples/ItemizeBullets.lyx
${SHARE_DIR}/examples/Literate.lyx
+${SHARE_DIR}/examples/MultilingualCaptions.lyx
+${SHARE_DIR}/examples/R-S-statements.lyx
${SHARE_DIR}/examples/aa_sample.lyx
${SHARE_DIR}/examples/aas_sample.lyx
${SHARE_DIR}/examples/achemso.lyx
${SHARE_DIR}/examples/addressExample.adr
${SHARE_DIR}/examples/amsart-test.lyx
${SHARE_DIR}/examples/amsbook-test.lyx
-${SHARE_DIR}/examples/armenian-article.lyx
+${SHARE_DIR}/examples/beamer-article.lyx
${SHARE_DIR}/examples/beamer-g4-mask.jpg
${SHARE_DIR}/examples/beamer-g4.jpg
${SHARE_DIR}/examples/beamer-icsi-logo.pdf
@@ -267,7 +274,9 @@ ${SHARE_DIR}/examples/beamer-knight3-mask.png
${SHARE_DIR}/examples/beamer-knight3.png
${SHARE_DIR}/examples/beamer-knight4-mask.png
${SHARE_DIR}/examples/beamer-knight4.png
+${SHARE_DIR}/examples/beamer.lyx
${SHARE_DIR}/examples/beamerlyxexample1.lyx
+${SHARE_DIR}/examples/beamerposter.lyx
${SHARE_DIR}/examples/biblioExample.bib
${SHARE_DIR}/examples/ca/ItemizeBullets.lyx
${SHARE_DIR}/examples/ca/mathed.lyx
@@ -282,10 +291,11 @@ ${SHARE_DIR}/examples/de/Braille.lyx
${SHARE_DIR}/examples/de/Dezimal.lyx
${SHARE_DIR}/examples/de/ItemizeBullets.lyx
${SHARE_DIR}/examples/de/Lebenslauf.lyx
+${SHARE_DIR}/examples/de/beamer-article.lyx
+${SHARE_DIR}/examples/de/beamer.lyx
${SHARE_DIR}/examples/de/beispiel_gelyxt.lyx
${SHARE_DIR}/examples/de/beispiel_roh.lyx
${SHARE_DIR}/examples/de/linguistics.lyx
-${SHARE_DIR}/examples/de/multicol.lyx
${SHARE_DIR}/examples/de/serienbrief1.lyx
${SHARE_DIR}/examples/de/serienbrief2.lyx
${SHARE_DIR}/examples/de/serienbrief3.lyx
@@ -300,7 +310,6 @@ ${SHARE_DIR}/examples/es/ejemplo_sin_lyx.lyx
${SHARE_DIR}/examples/es/europeCV.lyx
${SHARE_DIR}/examples/es/linguistics.lyx
${SHARE_DIR}/examples/es/modernCV.lyx
-${SHARE_DIR}/examples/es/multicol.lyx
${SHARE_DIR}/examples/es/splash.lyx
${SHARE_DIR}/examples/es/tufte-book.lyx
${SHARE_DIR}/examples/es/tufte-handout.lyx
@@ -316,11 +325,12 @@ ${SHARE_DIR}/examples/fr/Braille.lyx
${SHARE_DIR}/examples/fr/FeynmanDiagrams.lyx
${SHARE_DIR}/examples/fr/Foils.lyx
${SHARE_DIR}/examples/fr/ListesPuces.lyx
+${SHARE_DIR}/examples/fr/beamer-article.lyx
+${SHARE_DIR}/examples/fr/beamer.lyx
${SHARE_DIR}/examples/fr/exemple-powerdot.lyx
${SHARE_DIR}/examples/fr/exemple_brut.lyx
${SHARE_DIR}/examples/fr/exemple_lyxifie.lyx
${SHARE_DIR}/examples/fr/linguistics.lyx
-${SHARE_DIR}/examples/fr/multicol.lyx
${SHARE_DIR}/examples/fr/seminar.lyx
${SHARE_DIR}/examples/fr/simplecv.lyx
${SHARE_DIR}/examples/fr/splash.lyx
@@ -344,12 +354,18 @@ ${SHARE_DIR}/examples/it/ItemizeBullets.lyx
${SHARE_DIR}/examples/it/splash.lyx
${SHARE_DIR}/examples/ja/Braille.lyx
${SHARE_DIR}/examples/ja/FeynmanDiagrams.lyx
+${SHARE_DIR}/examples/ja/MultilingualCaptions.lyx
+${SHARE_DIR}/examples/ja/R-S-statements.lyx
+${SHARE_DIR}/examples/ja/beamer.lyx
+${SHARE_DIR}/examples/ja/knitr.lyx
+${SHARE_DIR}/examples/ja/lilypond.lyx
${SHARE_DIR}/examples/ja/linguistics.lyx
-${SHARE_DIR}/examples/ja/multicol.lyx
${SHARE_DIR}/examples/ja/splash.lyx
+${SHARE_DIR}/examples/ja/sweave.lyx
${SHARE_DIR}/examples/ja/xyfigure.png
${SHARE_DIR}/examples/ja/xypic.lyx
${SHARE_DIR}/examples/knitr.lyx
+${SHARE_DIR}/examples/ko/splash.lyx
${SHARE_DIR}/examples/landslide.lyx
${SHARE_DIR}/examples/lilypond.lyx
${SHARE_DIR}/examples/linguistics.lyx
@@ -357,8 +373,6 @@ ${SHARE_DIR}/examples/listerrors.lyx
${SHARE_DIR}/examples/localization_test.lyx
${SHARE_DIR}/examples/longsheet.gnumeric
${SHARE_DIR}/examples/modernCV.lyx
-${SHARE_DIR}/examples/multicol.lyx
-${SHARE_DIR}/examples/nl/multicol.lyx
${SHARE_DIR}/examples/nl/opsommingstekens.lyx
${SHARE_DIR}/examples/nl/splash.lyx
${SHARE_DIR}/examples/nl/voorbeeld_ruw.lyx
@@ -385,10 +399,42 @@ ${SHARE_DIR}/examples/sl/primer_surov.lyx
${SHARE_DIR}/examples/sl/splash.lyx
${SHARE_DIR}/examples/splash.lyx
${SHARE_DIR}/examples/spreadsheet.lyx
+${SHARE_DIR}/examples/springer/svmono_acknow.lyx
+${SHARE_DIR}/examples/springer/svmono_acronym.lyx
+${SHARE_DIR}/examples/springer/svmono_appendix.lyx
+${SHARE_DIR}/examples/springer/svmono_book-master.lyx
+${SHARE_DIR}/examples/springer/svmono_chapter.lyx
+${SHARE_DIR}/examples/springer/svmono_dedication.lyx
+${SHARE_DIR}/examples/springer/svmono_foreword.lyx
+${SHARE_DIR}/examples/springer/svmono_glossary.lyx
+${SHARE_DIR}/examples/springer/svmono_part.lyx
+${SHARE_DIR}/examples/springer/svmono_preface.lyx
+${SHARE_DIR}/examples/springer/svmono_referenc.lyx
+${SHARE_DIR}/examples/springer/svmono_solutions.lyx
+${SHARE_DIR}/examples/springer/svmult_acknow.lyx
+${SHARE_DIR}/examples/springer/svmult_acronym.lyx
+${SHARE_DIR}/examples/springer/svmult_appendix.lyx
+${SHARE_DIR}/examples/springer/svmult_author.lyx
+${SHARE_DIR}/examples/springer/svmult_cblist.lyx
+${SHARE_DIR}/examples/springer/svmult_dedication.lyx
+${SHARE_DIR}/examples/springer/svmult_editor-master.lyx
+${SHARE_DIR}/examples/springer/svmult_foreword.lyx
+${SHARE_DIR}/examples/springer/svmult_glossary.lyx
+${SHARE_DIR}/examples/springer/svmult_part.lyx
+${SHARE_DIR}/examples/springer/svmult_preface.lyx
+${SHARE_DIR}/examples/springer/svmult_referenc.lyx
${SHARE_DIR}/examples/sr/Braille.lyx
${SHARE_DIR}/examples/sr/splash.lyx
${SHARE_DIR}/examples/sv/splash.lyx
${SHARE_DIR}/examples/sweave.lyx
+${SHARE_DIR}/examples/thesis/Acknowledgments.lyx
+${SHARE_DIR}/examples/thesis/Appendix.lyx
+${SHARE_DIR}/examples/thesis/Summary.lyx
+${SHARE_DIR}/examples/thesis/alpha.bst
+${SHARE_DIR}/examples/thesis/chapter-1.lyx
+${SHARE_DIR}/examples/thesis/chapter-2.lyx
+${SHARE_DIR}/examples/thesis/thesis.lyx
+${SHARE_DIR}/examples/thesis/thesisExample.bib
${SHARE_DIR}/examples/tufte-book.lyx
${SHARE_DIR}/examples/tufte-handout.lyx
${SHARE_DIR}/examples/uk/splash.lyx
@@ -406,6 +452,7 @@ ${SHARE_DIR}/fonts/eufm10.ttf
${SHARE_DIR}/fonts/msam10.ttf
${SHARE_DIR}/fonts/msbm10.ttf
${SHARE_DIR}/fonts/rsfs10.ttf
+${SHARE_DIR}/fonts/stmary10.ttf
${SHARE_DIR}/fonts/wasy10.ttf
${SHARE_DIR}/images/all-changes-accept.png
${SHARE_DIR}/images/all-changes-reject.png
@@ -453,6 +500,12 @@ ${SHARE_DIR}/images/buffer-write-as.png
${SHARE_DIR}/images/buffer-write.png
${SHARE_DIR}/images/build-program.png
${SHARE_DIR}/images/busy.gif
+${SHARE_DIR}/images/change-accept.png
+${SHARE_DIR}/images/change-next.png
+${SHARE_DIR}/images/change-reject.png
+${SHARE_DIR}/images/changes-merge.png
+${SHARE_DIR}/images/changes-output.png
+${SHARE_DIR}/images/changes-track.png
${SHARE_DIR}/images/classic/all-changes-accept.png
${SHARE_DIR}/images/classic/all-changes-reject.png
${SHARE_DIR}/images/classic/bookmark-goto.png
@@ -502,7 +555,6 @@ ${SHARE_DIR}/images/classic/change-reject.png
${SHARE_DIR}/images/classic/changes-merge.png
${SHARE_DIR}/images/classic/changes-output.png
${SHARE_DIR}/images/classic/changes-track.png
-${SHARE_DIR}/images/classic/close-tab-group.png
${SHARE_DIR}/images/classic/copy.png
${SHARE_DIR}/images/classic/cut.png
${SHARE_DIR}/images/classic/demote.png
@@ -541,12 +593,12 @@ ${SHARE_DIR}/images/classic/label-insert.png
${SHARE_DIR}/images/classic/layout-document.png
${SHARE_DIR}/images/classic/layout-paragraph.png
${SHARE_DIR}/images/classic/layout.png
+${SHARE_DIR}/images/classic/layout_Chunk.png
${SHARE_DIR}/images/classic/layout_Description.png
${SHARE_DIR}/images/classic/layout_Enumerate.png
${SHARE_DIR}/images/classic/layout_Itemize.png
${SHARE_DIR}/images/classic/layout_List.png
${SHARE_DIR}/images/classic/layout_LyX-Code.png
-${SHARE_DIR}/images/classic/layout_Scrap.png
${SHARE_DIR}/images/classic/layout_Section.png
${SHARE_DIR}/images/classic/marginalnote-insert.png
${SHARE_DIR}/images/classic/master-buffer-update.png
@@ -575,8 +627,7 @@ ${SHARE_DIR}/images/classic/redo.png
${SHARE_DIR}/images/classic/reload.png
${SHARE_DIR}/images/classic/script-insert_subscript.png
${SHARE_DIR}/images/classic/script-insert_superscript.png
-${SHARE_DIR}/images/classic/split-view_horizontal.png
-${SHARE_DIR}/images/classic/split-view_vertical.png
+${SHARE_DIR}/images/classic/tab-group-close.png
${SHARE_DIR}/images/classic/tabular-feature_align-decimal.png
${SHARE_DIR}/images/classic/tabular-feature_append-column.png
${SHARE_DIR}/images/classic/tabular-feature_append-row.png
@@ -622,13 +673,8 @@ ${SHARE_DIR}/images/classic/vc-register.png
${SHARE_DIR}/images/classic/vc-repo-update.png
${SHARE_DIR}/images/classic/vc-revert.png
${SHARE_DIR}/images/classic/view-others.png
-${SHARE_DIR}/images/change-accept.png
-${SHARE_DIR}/images/change-next.png
-${SHARE_DIR}/images/change-reject.png
-${SHARE_DIR}/images/changes-merge.png
-${SHARE_DIR}/images/changes-output.png
-${SHARE_DIR}/images/changes-track.png
-${SHARE_DIR}/images/close-tab-group.png
+${SHARE_DIR}/images/classic/view-split_horizontal.png
+${SHARE_DIR}/images/classic/view-split_vertical.png
${SHARE_DIR}/images/closetab.png
${SHARE_DIR}/images/copy.png
${SHARE_DIR}/images/cut.png
@@ -650,6 +696,7 @@ ${SHARE_DIR}/images/dialog-show_vclog.png
${SHARE_DIR}/images/dialog-toggle_findreplaceadv.png
${SHARE_DIR}/images/dialog-toggle_toc.png
${SHARE_DIR}/images/down.png
+${SHARE_DIR}/images/editclear.png
${SHARE_DIR}/images/ert-insert.png
${SHARE_DIR}/images/file-open.png
${SHARE_DIR}/images/float-insert_figure.png
@@ -663,20 +710,192 @@ ${SHARE_DIR}/images/hidetab.png
${SHARE_DIR}/images/href-insert.png
${SHARE_DIR}/images/index-insert.png
${SHARE_DIR}/images/info-insert_buffer_vcs-revision.png
+${SHARE_DIR}/images/ipa/ipamacro-insert_deco_bottomtiebar.png
+${SHARE_DIR}/images/ipa/ipamacro-insert_deco_toptiebar.png
+${SHARE_DIR}/images/ipa/ipamacro-insert_tone-falling.png
+${SHARE_DIR}/images/ipa/ipamacro-insert_tone-high-rising-falling.png
+${SHARE_DIR}/images/ipa/ipamacro-insert_tone-high-rising.png
+${SHARE_DIR}/images/ipa/ipamacro-insert_tone-low-rising.png
+${SHARE_DIR}/images/ipa/ipamacro-insert_tone-rising.png
+${SHARE_DIR}/images/ipa/unicode-insert_0x002e.png
+${SHARE_DIR}/images/ipa/unicode-insert_0x0061.png
+${SHARE_DIR}/images/ipa/unicode-insert_0x0062.png
+${SHARE_DIR}/images/ipa/unicode-insert_0x0063.png
+${SHARE_DIR}/images/ipa/unicode-insert_0x0064.png
+${SHARE_DIR}/images/ipa/unicode-insert_0x0065.png
+${SHARE_DIR}/images/ipa/unicode-insert_0x0066.png
+${SHARE_DIR}/images/ipa/unicode-insert_0x0068.png
+${SHARE_DIR}/images/ipa/unicode-insert_0x0069.png
+${SHARE_DIR}/images/ipa/unicode-insert_0x006b.png
+${SHARE_DIR}/images/ipa/unicode-insert_0x006c.png
+${SHARE_DIR}/images/ipa/unicode-insert_0x006d.png
+${SHARE_DIR}/images/ipa/unicode-insert_0x006e.png
+${SHARE_DIR}/images/ipa/unicode-insert_0x006f.png
+${SHARE_DIR}/images/ipa/unicode-insert_0x0070.png
+${SHARE_DIR}/images/ipa/unicode-insert_0x0071.png
+${SHARE_DIR}/images/ipa/unicode-insert_0x0072.png
+${SHARE_DIR}/images/ipa/unicode-insert_0x0073.png
+${SHARE_DIR}/images/ipa/unicode-insert_0x0074.png
+${SHARE_DIR}/images/ipa/unicode-insert_0x0075.png
+${SHARE_DIR}/images/ipa/unicode-insert_0x0076.png
+${SHARE_DIR}/images/ipa/unicode-insert_0x0077.png
+${SHARE_DIR}/images/ipa/unicode-insert_0x0078.png
+${SHARE_DIR}/images/ipa/unicode-insert_0x0079.png
+${SHARE_DIR}/images/ipa/unicode-insert_0x007a.png
+${SHARE_DIR}/images/ipa/unicode-insert_0x007c.png
+${SHARE_DIR}/images/ipa/unicode-insert_0x00e6.png
+${SHARE_DIR}/images/ipa/unicode-insert_0x00e7.png
+${SHARE_DIR}/images/ipa/unicode-insert_0x00f0.png
+${SHARE_DIR}/images/ipa/unicode-insert_0x00f8.png
+${SHARE_DIR}/images/ipa/unicode-insert_0x0127.png
+${SHARE_DIR}/images/ipa/unicode-insert_0x014b.png
+${SHARE_DIR}/images/ipa/unicode-insert_0x0153.png
+${SHARE_DIR}/images/ipa/unicode-insert_0x01c0.png
+${SHARE_DIR}/images/ipa/unicode-insert_0x01c1.png
+${SHARE_DIR}/images/ipa/unicode-insert_0x01c2.png
+${SHARE_DIR}/images/ipa/unicode-insert_0x01c3.png
+${SHARE_DIR}/images/ipa/unicode-insert_0x0250.png
+${SHARE_DIR}/images/ipa/unicode-insert_0x0251.png
+${SHARE_DIR}/images/ipa/unicode-insert_0x0252.png
+${SHARE_DIR}/images/ipa/unicode-insert_0x0253.png
+${SHARE_DIR}/images/ipa/unicode-insert_0x0254.png
+${SHARE_DIR}/images/ipa/unicode-insert_0x0255.png
+${SHARE_DIR}/images/ipa/unicode-insert_0x0256.png
+${SHARE_DIR}/images/ipa/unicode-insert_0x0257.png
+${SHARE_DIR}/images/ipa/unicode-insert_0x0258.png
+${SHARE_DIR}/images/ipa/unicode-insert_0x0259.png
+${SHARE_DIR}/images/ipa/unicode-insert_0x025b.png
+${SHARE_DIR}/images/ipa/unicode-insert_0x025c.png
+${SHARE_DIR}/images/ipa/unicode-insert_0x025e.png
+${SHARE_DIR}/images/ipa/unicode-insert_0x025f.png
+${SHARE_DIR}/images/ipa/unicode-insert_0x0260.png
+${SHARE_DIR}/images/ipa/unicode-insert_0x0261.png
+${SHARE_DIR}/images/ipa/unicode-insert_0x0262.png
+${SHARE_DIR}/images/ipa/unicode-insert_0x0263.png
+${SHARE_DIR}/images/ipa/unicode-insert_0x0264.png
+${SHARE_DIR}/images/ipa/unicode-insert_0x0265.png
+${SHARE_DIR}/images/ipa/unicode-insert_0x0266.png
+${SHARE_DIR}/images/ipa/unicode-insert_0x0267.png
+${SHARE_DIR}/images/ipa/unicode-insert_0x0268.png
+${SHARE_DIR}/images/ipa/unicode-insert_0x026a.png
+${SHARE_DIR}/images/ipa/unicode-insert_0x026c.png
+${SHARE_DIR}/images/ipa/unicode-insert_0x026d.png
+${SHARE_DIR}/images/ipa/unicode-insert_0x026e.png
+${SHARE_DIR}/images/ipa/unicode-insert_0x026f.png
+${SHARE_DIR}/images/ipa/unicode-insert_0x0270.png
+${SHARE_DIR}/images/ipa/unicode-insert_0x0271.png
+${SHARE_DIR}/images/ipa/unicode-insert_0x0272.png
+${SHARE_DIR}/images/ipa/unicode-insert_0x0273.png
+${SHARE_DIR}/images/ipa/unicode-insert_0x0274.png
+${SHARE_DIR}/images/ipa/unicode-insert_0x0275.png
+${SHARE_DIR}/images/ipa/unicode-insert_0x0276.png
+${SHARE_DIR}/images/ipa/unicode-insert_0x0278.png
+${SHARE_DIR}/images/ipa/unicode-insert_0x0279.png
+${SHARE_DIR}/images/ipa/unicode-insert_0x027a.png
+${SHARE_DIR}/images/ipa/unicode-insert_0x027b.png
+${SHARE_DIR}/images/ipa/unicode-insert_0x027d.png
+${SHARE_DIR}/images/ipa/unicode-insert_0x027e.png
+${SHARE_DIR}/images/ipa/unicode-insert_0x0280.png
+${SHARE_DIR}/images/ipa/unicode-insert_0x0281.png
+${SHARE_DIR}/images/ipa/unicode-insert_0x0282.png
+${SHARE_DIR}/images/ipa/unicode-insert_0x0283.png
+${SHARE_DIR}/images/ipa/unicode-insert_0x0284.png
+${SHARE_DIR}/images/ipa/unicode-insert_0x0288.png
+${SHARE_DIR}/images/ipa/unicode-insert_0x0289.png
+${SHARE_DIR}/images/ipa/unicode-insert_0x028a.png
+${SHARE_DIR}/images/ipa/unicode-insert_0x028b.png
+${SHARE_DIR}/images/ipa/unicode-insert_0x028c.png
+${SHARE_DIR}/images/ipa/unicode-insert_0x028d.png
+${SHARE_DIR}/images/ipa/unicode-insert_0x028e.png
+${SHARE_DIR}/images/ipa/unicode-insert_0x028f.png
+${SHARE_DIR}/images/ipa/unicode-insert_0x0290.png
+${SHARE_DIR}/images/ipa/unicode-insert_0x0291.png
+${SHARE_DIR}/images/ipa/unicode-insert_0x0292.png
+${SHARE_DIR}/images/ipa/unicode-insert_0x0294.png
+${SHARE_DIR}/images/ipa/unicode-insert_0x0295.png
+${SHARE_DIR}/images/ipa/unicode-insert_0x0298.png
+${SHARE_DIR}/images/ipa/unicode-insert_0x0299.png
+${SHARE_DIR}/images/ipa/unicode-insert_0x029b.png
+${SHARE_DIR}/images/ipa/unicode-insert_0x029c.png
+${SHARE_DIR}/images/ipa/unicode-insert_0x029d.png
+${SHARE_DIR}/images/ipa/unicode-insert_0x029f.png
+${SHARE_DIR}/images/ipa/unicode-insert_0x02a1.png
+${SHARE_DIR}/images/ipa/unicode-insert_0x02a2.png
+${SHARE_DIR}/images/ipa/unicode-insert_0x02b0.png
+${SHARE_DIR}/images/ipa/unicode-insert_0x02b2.png
+${SHARE_DIR}/images/ipa/unicode-insert_0x02b7.png
+${SHARE_DIR}/images/ipa/unicode-insert_0x02bc.png
+${SHARE_DIR}/images/ipa/unicode-insert_0x02c8.png
+${SHARE_DIR}/images/ipa/unicode-insert_0x02cc.png
+${SHARE_DIR}/images/ipa/unicode-insert_0x02d0.png
+${SHARE_DIR}/images/ipa/unicode-insert_0x02d1.png
+${SHARE_DIR}/images/ipa/unicode-insert_0x02de.png
+${SHARE_DIR}/images/ipa/unicode-insert_0x02e0.png
+${SHARE_DIR}/images/ipa/unicode-insert_0x02e1.png
+${SHARE_DIR}/images/ipa/unicode-insert_0x02e4.png
+${SHARE_DIR}/images/ipa/unicode-insert_0x02e5.png
+${SHARE_DIR}/images/ipa/unicode-insert_0x02e6.png
+${SHARE_DIR}/images/ipa/unicode-insert_0x02e7.png
+${SHARE_DIR}/images/ipa/unicode-insert_0x02e8.png
+${SHARE_DIR}/images/ipa/unicode-insert_0x02e9.png
+${SHARE_DIR}/images/ipa/unicode-insert_0x02fa.png
+${SHARE_DIR}/images/ipa/unicode-insert_0x0300.png
+${SHARE_DIR}/images/ipa/unicode-insert_0x0301.png
+${SHARE_DIR}/images/ipa/unicode-insert_0x0302.png
+${SHARE_DIR}/images/ipa/unicode-insert_0x0303.png
+${SHARE_DIR}/images/ipa/unicode-insert_0x0304.png
+${SHARE_DIR}/images/ipa/unicode-insert_0x0306.png
+${SHARE_DIR}/images/ipa/unicode-insert_0x0308.png
+${SHARE_DIR}/images/ipa/unicode-insert_0x030a.png
+${SHARE_DIR}/images/ipa/unicode-insert_0x030b.png
+${SHARE_DIR}/images/ipa/unicode-insert_0x030c.png
+${SHARE_DIR}/images/ipa/unicode-insert_0x030f.png
+${SHARE_DIR}/images/ipa/unicode-insert_0x0318.png
+${SHARE_DIR}/images/ipa/unicode-insert_0x0319.png
+${SHARE_DIR}/images/ipa/unicode-insert_0x031c.png
+${SHARE_DIR}/images/ipa/unicode-insert_0x031d.png
+${SHARE_DIR}/images/ipa/unicode-insert_0x031e.png
+${SHARE_DIR}/images/ipa/unicode-insert_0x031f.png
+${SHARE_DIR}/images/ipa/unicode-insert_0x0320.png
+${SHARE_DIR}/images/ipa/unicode-insert_0x0324.png
+${SHARE_DIR}/images/ipa/unicode-insert_0x0325.png
+${SHARE_DIR}/images/ipa/unicode-insert_0x0329.png
+${SHARE_DIR}/images/ipa/unicode-insert_0x032a.png
+${SHARE_DIR}/images/ipa/unicode-insert_0x032c.png
+${SHARE_DIR}/images/ipa/unicode-insert_0x032f.png
+${SHARE_DIR}/images/ipa/unicode-insert_0x0330.png
+${SHARE_DIR}/images/ipa/unicode-insert_0x0334.png
+${SHARE_DIR}/images/ipa/unicode-insert_0x0339.png
+${SHARE_DIR}/images/ipa/unicode-insert_0x033a.png
+${SHARE_DIR}/images/ipa/unicode-insert_0x033b.png
+${SHARE_DIR}/images/ipa/unicode-insert_0x033c.png
+${SHARE_DIR}/images/ipa/unicode-insert_0x033d.png
+${SHARE_DIR}/images/ipa/unicode-insert_0x03b2.png
+${SHARE_DIR}/images/ipa/unicode-insert_0x03b8.png
+${SHARE_DIR}/images/ipa/unicode-insert_0x03c7.png
+${SHARE_DIR}/images/ipa/unicode-insert_0x1dc4.png
+${SHARE_DIR}/images/ipa/unicode-insert_0x1dc5.png
+${SHARE_DIR}/images/ipa/unicode-insert_0x1dc8.png
+${SHARE_DIR}/images/ipa/unicode-insert_0x2016.png
+${SHARE_DIR}/images/ipa/unicode-insert_0x203f.png
+${SHARE_DIR}/images/ipa/unicode-insert_0x207f.png
+${SHARE_DIR}/images/ipa/unicode-insert_0x2197.png
+${SHARE_DIR}/images/ipa/unicode-insert_0x2198.png
+${SHARE_DIR}/images/ipa/unicode-insert_0x2c71.png
+${SHARE_DIR}/images/ipa/unicode-insert_0xa71b.png
+${SHARE_DIR}/images/ipa/unicode-insert_0xa71c.png
${SHARE_DIR}/images/label-insert.png
${SHARE_DIR}/images/layout-document.png
${SHARE_DIR}/images/layout-paragraph.png
${SHARE_DIR}/images/layout.png
+${SHARE_DIR}/images/layout_Chunk.png
${SHARE_DIR}/images/layout_Description.png
${SHARE_DIR}/images/layout_Enumerate.png
${SHARE_DIR}/images/layout_Itemize.png
${SHARE_DIR}/images/layout_List.png
${SHARE_DIR}/images/layout_LyX-Code.png
-${SHARE_DIR}/images/layout_Scrap.png
${SHARE_DIR}/images/layout_Section.png
${SHARE_DIR}/images/lyx-quit.png
-${SHARE_DIR}/images/lyx.png
-${SHARE_DIR}/images/lyx.svg
${SHARE_DIR}/images/marginalnote-insert.png
${SHARE_DIR}/images/master-buffer-update.png
${SHARE_DIR}/images/master-buffer-view.png
@@ -695,43 +914,86 @@ ${SHARE_DIR}/images/math-matrix.png
${SHARE_DIR}/images/math-mode.png
${SHARE_DIR}/images/math-subscript.png
${SHARE_DIR}/images/math-superscript.png
+${SHARE_DIR}/images/math/AC.png
+${SHARE_DIR}/images/math/APLbox.png
+${SHARE_DIR}/images/math/APLcomment.png
+${SHARE_DIR}/images/math/APLdown.png
+${SHARE_DIR}/images/math/APLdownarrowbox.png
+${SHARE_DIR}/images/math/APLinput.png
+${SHARE_DIR}/images/math/APLinv.png
+${SHARE_DIR}/images/math/APLleftarrowbox.png
+${SHARE_DIR}/images/math/APLlog.png
+${SHARE_DIR}/images/math/APLrightarrowbox.png
+${SHARE_DIR}/images/math/APLstar.png
+${SHARE_DIR}/images/math/APLup.png
+${SHARE_DIR}/images/math/APLuparrowbox.png
${SHARE_DIR}/images/math/Bbbk.png
${SHARE_DIR}/images/math/Finv.png
${SHARE_DIR}/images/math/Game.png
+${SHARE_DIR}/images/math/HF.png
${SHARE_DIR}/images/math/Im.png
${SHARE_DIR}/images/math/Lleftarrow.png
${SHARE_DIR}/images/math/Lsh.png
${SHARE_DIR}/images/math/Re.png
${SHARE_DIR}/images/math/Rrightarrow.png
${SHARE_DIR}/images/math/Rsh.png
+${SHARE_DIR}/images/math/VHF.png
${SHARE_DIR}/images/math/Vvdash.png
+${SHARE_DIR}/images/math/Ydown.png
+${SHARE_DIR}/images/math/Yleft.png
+${SHARE_DIR}/images/math/Yright.png
+${SHARE_DIR}/images/math/Yup.png
${SHARE_DIR}/images/math/acute.png
${SHARE_DIR}/images/math/adots.png
+${SHARE_DIR}/images/math/agemO.png
${SHARE_DIR}/images/math/aleph.png
${SHARE_DIR}/images/math/alpha.png
${SHARE_DIR}/images/math/amalg.png
${SHARE_DIR}/images/math/angle.png
+${SHARE_DIR}/images/math/apprge.png
+${SHARE_DIR}/images/math/apprle.png
${SHARE_DIR}/images/math/approx.png
${SHARE_DIR}/images/math/approxeq.png
+${SHARE_DIR}/images/math/aquarius.png
+${SHARE_DIR}/images/math/aries.png
+${SHARE_DIR}/images/math/arrownot.png
+${SHARE_DIR}/images/math/arrownot2.png
+${SHARE_DIR}/images/math/arrowvert.png
+${SHARE_DIR}/images/math/arrowvert2.png
+${SHARE_DIR}/images/math/ascnode.png
+${SHARE_DIR}/images/math/ast.png
+${SHARE_DIR}/images/math/astrosun.png
${SHARE_DIR}/images/math/asymp.png
+${SHARE_DIR}/images/math/ataribox.png
${SHARE_DIR}/images/math/backepsilon.png
${SHARE_DIR}/images/math/backprime.png
${SHARE_DIR}/images/math/backsim.png
${SHARE_DIR}/images/math/backsimeq.png
${SHARE_DIR}/images/math/backslash.png
${SHARE_DIR}/images/math/bar.png
+${SHARE_DIR}/images/math/baro.png
${SHARE_DIR}/images/math/bars.png
${SHARE_DIR}/images/math/barwedge.png
+${SHARE_DIR}/images/math/bbslash.png
+${SHARE_DIR}/images/math/bcancel.png
${SHARE_DIR}/images/math/because.png
+${SHARE_DIR}/images/math/bell.png
${SHARE_DIR}/images/math/beta.png
${SHARE_DIR}/images/math/beth.png
${SHARE_DIR}/images/math/between.png
+${SHARE_DIR}/images/math/bigbox.png
${SHARE_DIR}/images/math/bigcap.png
${SHARE_DIR}/images/math/bigcirc.png
${SHARE_DIR}/images/math/bigcup.png
+${SHARE_DIR}/images/math/bigcurlyvee.png
+${SHARE_DIR}/images/math/bigcurlywedge.png
+${SHARE_DIR}/images/math/biginterleave.png
+${SHARE_DIR}/images/math/bignplus.png
${SHARE_DIR}/images/math/bigodot.png
${SHARE_DIR}/images/math/bigoplus.png
${SHARE_DIR}/images/math/bigotimes.png
+${SHARE_DIR}/images/math/bigparallel.png
+${SHARE_DIR}/images/math/bigsqcap.png
${SHARE_DIR}/images/math/bigsqcup.png
${SHARE_DIR}/images/math/bigstar.png
${SHARE_DIR}/images/math/bigtriangledown.png
@@ -739,7 +1001,10 @@ ${SHARE_DIR}/images/math/bigtriangleup.png
${SHARE_DIR}/images/math/biguplus.png
${SHARE_DIR}/images/math/bigvee.png
${SHARE_DIR}/images/math/bigwedge.png
+${SHARE_DIR}/images/math/binampersand.png
+${SHARE_DIR}/images/math/bindnasrepma.png
${SHARE_DIR}/images/math/blacklozenge.png
+${SHARE_DIR}/images/math/blacksmiley.png
${SHARE_DIR}/images/math/blacksquare.png
${SHARE_DIR}/images/math/blacktriangle.png
${SHARE_DIR}/images/math/blacktriangledown.png
@@ -747,47 +1012,88 @@ ${SHARE_DIR}/images/math/blacktriangleleft.png
${SHARE_DIR}/images/math/blacktriangleright.png
${SHARE_DIR}/images/math/bot.png
${SHARE_DIR}/images/math/bowtie.png
+${SHARE_DIR}/images/math/bowtie2.png
+${SHARE_DIR}/images/math/box2.png
+${SHARE_DIR}/images/math/boxast.png
+${SHARE_DIR}/images/math/boxbar.png
+${SHARE_DIR}/images/math/boxbox.png
+${SHARE_DIR}/images/math/boxbslash.png
+${SHARE_DIR}/images/math/boxcircle.png
${SHARE_DIR}/images/math/boxdot.png
+${SHARE_DIR}/images/math/boxempty.png
${SHARE_DIR}/images/math/boxminus.png
${SHARE_DIR}/images/math/boxplus.png
+${SHARE_DIR}/images/math/boxslash.png
${SHARE_DIR}/images/math/boxtimes.png
${SHARE_DIR}/images/math/breve.png
+${SHARE_DIR}/images/math/brokenvert.png
${SHARE_DIR}/images/math/bullet.png
${SHARE_DIR}/images/math/bumpeq.png
${SHARE_DIR}/images/math/bumpeq2.png
+${SHARE_DIR}/images/math/cancel.png
+${SHARE_DIR}/images/math/cancelto.png
+${SHARE_DIR}/images/math/cancer.png
${SHARE_DIR}/images/math/cap.png
${SHARE_DIR}/images/math/cap2.png
+${SHARE_DIR}/images/math/capricornus.png
${SHARE_DIR}/images/math/cases.png
${SHARE_DIR}/images/math/cdot.png
+${SHARE_DIR}/images/math/cdotp.png
${SHARE_DIR}/images/math/cdots.png
+${SHARE_DIR}/images/math/cent.png
${SHARE_DIR}/images/math/centerdot.png
${SHARE_DIR}/images/math/check.png
+${SHARE_DIR}/images/math/checked.png
+${SHARE_DIR}/images/math/checkedbox2.png
+${SHARE_DIR}/images/math/checkmark.png
${SHARE_DIR}/images/math/chi.png
${SHARE_DIR}/images/math/circ.png
${SHARE_DIR}/images/math/circeq.png
+${SHARE_DIR}/images/math/circle2.png
+${SHARE_DIR}/images/math/circle3.png
${SHARE_DIR}/images/math/circlearrowleft.png
${SHARE_DIR}/images/math/circlearrowright.png
+${SHARE_DIR}/images/math/circledR.png
${SHARE_DIR}/images/math/circledS.png
${SHARE_DIR}/images/math/circledast.png
${SHARE_DIR}/images/math/circledcirc.png
${SHARE_DIR}/images/math/circleddash.png
+${SHARE_DIR}/images/math/clock.png
${SHARE_DIR}/images/math/clubsuit.png
+${SHARE_DIR}/images/math/colon.png
+${SHARE_DIR}/images/math/colonapprox.png
+${SHARE_DIR}/images/math/colonapprox2.png
+${SHARE_DIR}/images/math/coloneq.png
+${SHARE_DIR}/images/math/coloneq2.png
+${SHARE_DIR}/images/math/coloneqq.png
+${SHARE_DIR}/images/math/coloneqq2.png
+${SHARE_DIR}/images/math/colonsim.png
+${SHARE_DIR}/images/math/colonsim2.png
${SHARE_DIR}/images/math/complement.png
${SHARE_DIR}/images/math/cong.png
+${SHARE_DIR}/images/math/conjunction.png
${SHARE_DIR}/images/math/coprod.png
${SHARE_DIR}/images/math/cup.png
${SHARE_DIR}/images/math/cup2.png
${SHARE_DIR}/images/math/curlyeqprec.png
${SHARE_DIR}/images/math/curlyeqsucc.png
${SHARE_DIR}/images/math/curlyvee.png
+${SHARE_DIR}/images/math/curlyveedownarrow.png
+${SHARE_DIR}/images/math/curlyveeuparrow.png
${SHARE_DIR}/images/math/curlywedge.png
+${SHARE_DIR}/images/math/curlywedgedownarrow.png
+${SHARE_DIR}/images/math/curlywedgeuparrow.png
+${SHARE_DIR}/images/math/currency.png
${SHARE_DIR}/images/math/curvearrowleft.png
${SHARE_DIR}/images/math/curvearrowright.png
${SHARE_DIR}/images/math/dagger.png
${SHARE_DIR}/images/math/daleth.png
+${SHARE_DIR}/images/math/dasharrow.png
${SHARE_DIR}/images/math/dashleftarrow.png
${SHARE_DIR}/images/math/dashrightarrow.png
${SHARE_DIR}/images/math/dashv.png
+${SHARE_DIR}/images/math/davidsstar.png
+${SHARE_DIR}/images/math/dblcolon.png
${SHARE_DIR}/images/math/ddagger.png
${SHARE_DIR}/images/math/ddddot.png
${SHARE_DIR}/images/math/dddot.png
@@ -796,8 +1102,10 @@ ${SHARE_DIR}/images/math/ddots.png
${SHARE_DIR}/images/math/delim.png
${SHARE_DIR}/images/math/delta.png
${SHARE_DIR}/images/math/delta2.png
+${SHARE_DIR}/images/math/descnode.png
${SHARE_DIR}/images/math/diagdown.png
${SHARE_DIR}/images/math/diagup.png
+${SHARE_DIR}/images/math/diameter.png
${SHARE_DIR}/images/math/diamond.png
${SHARE_DIR}/images/math/diamond2.png
${SHARE_DIR}/images/math/diamondsuit.png
@@ -806,21 +1114,38 @@ ${SHARE_DIR}/images/math/div.png
${SHARE_DIR}/images/math/divideontimes.png
${SHARE_DIR}/images/math/dot.png
${SHARE_DIR}/images/math/doteq.png
+${SHARE_DIR}/images/math/doteq2.png
${SHARE_DIR}/images/math/doteqdot.png
${SHARE_DIR}/images/math/dotplus.png
+${SHARE_DIR}/images/math/dots.png
+${SHARE_DIR}/images/math/dotsb.png
+${SHARE_DIR}/images/math/dotsc.png
+${SHARE_DIR}/images/math/dotsi.png
${SHARE_DIR}/images/math/dotsint.png
${SHARE_DIR}/images/math/dotsintop.png
+${SHARE_DIR}/images/math/dotsm.png
+${SHARE_DIR}/images/math/dotso.png
${SHARE_DIR}/images/math/doublebarwedge.png
+${SHARE_DIR}/images/math/doublecap.png
+${SHARE_DIR}/images/math/doublecup.png
${SHARE_DIR}/images/math/downarrow.png
${SHARE_DIR}/images/math/downarrow2.png
+${SHARE_DIR}/images/math/downarrow3.png
${SHARE_DIR}/images/math/downdownarrows.png
${SHARE_DIR}/images/math/downharpoonleft.png
${SHARE_DIR}/images/math/downharpoonright.png
+${SHARE_DIR}/images/math/earth.png
+${SHARE_DIR}/images/math/eighthnote.png
${SHARE_DIR}/images/math/ell.png
${SHARE_DIR}/images/math/empty.png
${SHARE_DIR}/images/math/emptyset.png
${SHARE_DIR}/images/math/epsilon.png
${SHARE_DIR}/images/math/eqcirc.png
+${SHARE_DIR}/images/math/eqcolon.png
+${SHARE_DIR}/images/math/eqcolon2.png
+${SHARE_DIR}/images/math/eqqcolon.png
+${SHARE_DIR}/images/math/eqqcolon2.png
+${SHARE_DIR}/images/math/eqsim.png
${SHARE_DIR}/images/math/eqslantgtr.png
${SHARE_DIR}/images/math/eqslantless.png
${SHARE_DIR}/images/math/equation.png
@@ -830,6 +1155,10 @@ ${SHARE_DIR}/images/math/eth.png
${SHARE_DIR}/images/math/exists.png
${SHARE_DIR}/images/math/export-others.png
${SHARE_DIR}/images/math/fallingdotseq.png
+${SHARE_DIR}/images/math/fatbslash.png
+${SHARE_DIR}/images/math/fatsemi.png
+${SHARE_DIR}/images/math/fatslash.png
+${SHARE_DIR}/images/math/female.png
${SHARE_DIR}/images/math/fint.png
${SHARE_DIR}/images/math/fintop.png
${SHARE_DIR}/images/math/flat.png
@@ -838,15 +1167,23 @@ ${SHARE_DIR}/images/math/forall.png
${SHARE_DIR}/images/math/frac-square.png
${SHARE_DIR}/images/math/frac.png
${SHARE_DIR}/images/math/frown.png
+${SHARE_DIR}/images/math/frownie.png
+${SHARE_DIR}/images/math/fullmoon.png
+${SHARE_DIR}/images/math/fullnote.png
${SHARE_DIR}/images/math/functions.png
${SHARE_DIR}/images/math/gamma.png
${SHARE_DIR}/images/math/gamma2.png
+${SHARE_DIR}/images/math/ge.png
+${SHARE_DIR}/images/math/gemini.png
${SHARE_DIR}/images/math/geq.png
${SHARE_DIR}/images/math/geqq.png
${SHARE_DIR}/images/math/geqslant.png
+${SHARE_DIR}/images/math/gets.png
${SHARE_DIR}/images/math/gg.png
${SHARE_DIR}/images/math/ggg.png
+${SHARE_DIR}/images/math/gggtr.png
${SHARE_DIR}/images/math/gimel.png
+${SHARE_DIR}/images/math/gluon.png
${SHARE_DIR}/images/math/gnapprox.png
${SHARE_DIR}/images/math/gneq.png
${SHARE_DIR}/images/math/gneqq.png
@@ -859,14 +1196,19 @@ ${SHARE_DIR}/images/math/gtreqqless.png
${SHARE_DIR}/images/math/gtrless.png
${SHARE_DIR}/images/math/gtrsim.png
${SHARE_DIR}/images/math/gvertneqq.png
+${SHARE_DIR}/images/math/halfnote.png
${SHARE_DIR}/images/math/hat.png
${SHARE_DIR}/images/math/hbar.png
${SHARE_DIR}/images/math/heartsuit.png
+${SHARE_DIR}/images/math/hexagon.png
+${SHARE_DIR}/images/math/hexstar.png
${SHARE_DIR}/images/math/hookleftarrow.png
${SHARE_DIR}/images/math/hookrightarrow.png
${SHARE_DIR}/images/math/hphantom.png
${SHARE_DIR}/images/math/hslash.png
${SHARE_DIR}/images/math/iddots.png
+${SHARE_DIR}/images/math/idotsint.png
+${SHARE_DIR}/images/math/iff.png
${SHARE_DIR}/images/math/iiiint.png
${SHARE_DIR}/images/math/iiiintop.png
${SHARE_DIR}/images/math/iiint.png
@@ -874,40 +1216,67 @@ ${SHARE_DIR}/images/math/iiintop.png
${SHARE_DIR}/images/math/iint.png
${SHARE_DIR}/images/math/iintop.png
${SHARE_DIR}/images/math/imath.png
+${SHARE_DIR}/images/math/impliedby.png
+${SHARE_DIR}/images/math/implies.png
${SHARE_DIR}/images/math/in.png
${SHARE_DIR}/images/math/infty.png
+${SHARE_DIR}/images/math/inplus.png
${SHARE_DIR}/images/math/int.png
${SHARE_DIR}/images/math/intercal.png
+${SHARE_DIR}/images/math/interleave.png
${SHARE_DIR}/images/math/intop.png
+${SHARE_DIR}/images/math/invdiameter.png
+${SHARE_DIR}/images/math/inve.png
+${SHARE_DIR}/images/math/invneg.png
${SHARE_DIR}/images/math/iota.png
${SHARE_DIR}/images/math/jmath.png
+${SHARE_DIR}/images/math/join2.png
+${SHARE_DIR}/images/math/jupiter.png
${SHARE_DIR}/images/math/kappa.png
+${SHARE_DIR}/images/math/kreuz.png
${SHARE_DIR}/images/math/lambda.png
${SHARE_DIR}/images/math/lambda2.png
+${SHARE_DIR}/images/math/land.png
${SHARE_DIR}/images/math/landdownint.png
${SHARE_DIR}/images/math/landdownintop.png
${SHARE_DIR}/images/math/landupint.png
${SHARE_DIR}/images/math/landupintop.png
${SHARE_DIR}/images/math/langle.png
+${SHARE_DIR}/images/math/lbag.png
+${SHARE_DIR}/images/math/lbag2.png
${SHARE_DIR}/images/math/lbrace.png
${SHARE_DIR}/images/math/lbrace_rbrace.png
${SHARE_DIR}/images/math/lbracket.png
${SHARE_DIR}/images/math/lbracket_rbracket.png
${SHARE_DIR}/images/math/lceil.png
${SHARE_DIR}/images/math/lceil_rceil.png
+${SHARE_DIR}/images/math/ldotp.png
${SHARE_DIR}/images/math/ldots.png
+${SHARE_DIR}/images/math/le.png
+${SHARE_DIR}/images/math/leadsto.png
${SHARE_DIR}/images/math/leftarrow.png
${SHARE_DIR}/images/math/leftarrow2.png
+${SHARE_DIR}/images/math/leftarrow3.png
${SHARE_DIR}/images/math/leftarrowtail.png
+${SHARE_DIR}/images/math/leftarrowtriangle.png
+${SHARE_DIR}/images/math/leftcircle2.png
+${SHARE_DIR}/images/math/leftcircle3.png
+${SHARE_DIR}/images/math/leftcircle4.png
${SHARE_DIR}/images/math/leftharpoondown.png
${SHARE_DIR}/images/math/leftharpoonup.png
${SHARE_DIR}/images/math/leftleftarrows.png
+${SHARE_DIR}/images/math/leftmoon.png
${SHARE_DIR}/images/math/leftrightarrow.png
${SHARE_DIR}/images/math/leftrightarrow2.png
+${SHARE_DIR}/images/math/leftrightarroweq.png
${SHARE_DIR}/images/math/leftrightarrows.png
+${SHARE_DIR}/images/math/leftrightarrowtriangle.png
${SHARE_DIR}/images/math/leftrightharpoons.png
${SHARE_DIR}/images/math/leftrightsquigarrow.png
+${SHARE_DIR}/images/math/leftslice.png
${SHARE_DIR}/images/math/leftthreetimes.png
+${SHARE_DIR}/images/math/leftturn.png
+${SHARE_DIR}/images/math/leo.png
${SHARE_DIR}/images/math/leq.png
${SHARE_DIR}/images/math/leqq.png
${SHARE_DIR}/images/math/leqslant.png
@@ -919,29 +1288,57 @@ ${SHARE_DIR}/images/math/lessgtr.png
${SHARE_DIR}/images/math/lesssim.png
${SHARE_DIR}/images/math/lfloor.png
${SHARE_DIR}/images/math/lfloor_rfloor.png
+${SHARE_DIR}/images/math/lhd.png
+${SHARE_DIR}/images/math/lhd2.png
+${SHARE_DIR}/images/math/lhook.png
+${SHARE_DIR}/images/math/libra.png
+${SHARE_DIR}/images/math/lightning.png
${SHARE_DIR}/images/math/ll.png
+${SHARE_DIR}/images/math/llbracket.png
+${SHARE_DIR}/images/math/llceil.png
${SHARE_DIR}/images/math/llcorner.png
+${SHARE_DIR}/images/math/llfloor.png
${SHARE_DIR}/images/math/lll.png
+${SHARE_DIR}/images/math/llless.png
+${SHARE_DIR}/images/math/llparenthesis.png
${SHARE_DIR}/images/math/lnapprox.png
${SHARE_DIR}/images/math/lneq.png
${SHARE_DIR}/images/math/lneqq.png
+${SHARE_DIR}/images/math/lnot.png
${SHARE_DIR}/images/math/lnsim.png
+${SHARE_DIR}/images/math/logof.png
+${SHARE_DIR}/images/math/longarrownot.png
+${SHARE_DIR}/images/math/longarrownot2.png
${SHARE_DIR}/images/math/longleftarrow.png
${SHARE_DIR}/images/math/longleftarrow2.png
${SHARE_DIR}/images/math/longleftrightarrow.png
${SHARE_DIR}/images/math/longleftrightarrow2.png
+${SHARE_DIR}/images/math/longmapsfrom.png
+${SHARE_DIR}/images/math/longmapsfrom2.png
${SHARE_DIR}/images/math/longmapsto.png
+${SHARE_DIR}/images/math/longmapsto2.png
${SHARE_DIR}/images/math/longrightarrow.png
${SHARE_DIR}/images/math/longrightarrow2.png
${SHARE_DIR}/images/math/looparrowleft.png
${SHARE_DIR}/images/math/looparrowright.png
+${SHARE_DIR}/images/math/lor.png
${SHARE_DIR}/images/math/lozenge.png
${SHARE_DIR}/images/math/lparen.png
${SHARE_DIR}/images/math/lparen_rparen.png
${SHARE_DIR}/images/math/lrcorner.png
${SHARE_DIR}/images/math/ltimes.png
${SHARE_DIR}/images/math/lvertneqq.png
+${SHARE_DIR}/images/math/male.png
+${SHARE_DIR}/images/math/maltese.png
+${SHARE_DIR}/images/math/mapsfrom.png
+${SHARE_DIR}/images/math/mapsfrom2.png
+${SHARE_DIR}/images/math/mapsfromchar.png
+${SHARE_DIR}/images/math/mapsfromchar2.png
${SHARE_DIR}/images/math/mapsto.png
+${SHARE_DIR}/images/math/mapsto2.png
+${SHARE_DIR}/images/math/mapstochar.png
+${SHARE_DIR}/images/math/mapstochar2.png
+${SHARE_DIR}/images/math/mars.png
${SHARE_DIR}/images/math/mathbb_C.png
${SHARE_DIR}/images/math/mathbb_H.png
${SHARE_DIR}/images/math/mathbb_N.png
@@ -953,27 +1350,42 @@ ${SHARE_DIR}/images/math/mathcal_H.png
${SHARE_DIR}/images/math/mathcal_L.png
${SHARE_DIR}/images/math/mathcal_O.png
${SHARE_DIR}/images/math/mathcircumflex.png
+${SHARE_DIR}/images/math/mathclap.png
+${SHARE_DIR}/images/math/mathdollar.png
+${SHARE_DIR}/images/math/mathllap.png
+${SHARE_DIR}/images/math/mathparagraph.png
+${SHARE_DIR}/images/math/mathring.png
+${SHARE_DIR}/images/math/mathrlap.png
${SHARE_DIR}/images/math/mathrm_T.png
+${SHARE_DIR}/images/math/mathsection.png
${SHARE_DIR}/images/math/matrix.png
${SHARE_DIR}/images/math/measuredangle.png
+${SHARE_DIR}/images/math/mercury.png
+${SHARE_DIR}/images/math/merge.png
${SHARE_DIR}/images/math/mho.png
${SHARE_DIR}/images/math/mid.png
+${SHARE_DIR}/images/math/minuso.png
${SHARE_DIR}/images/math/models.png
+${SHARE_DIR}/images/math/moo.png
${SHARE_DIR}/images/math/mp.png
${SHARE_DIR}/images/math/mu.png
${SHARE_DIR}/images/math/multimap.png
${SHARE_DIR}/images/math/nabla.png
${SHARE_DIR}/images/math/natural.png
${SHARE_DIR}/images/math/ncong.png
+${SHARE_DIR}/images/math/ne.png
${SHARE_DIR}/images/math/nearrow.png
${SHARE_DIR}/images/math/neg.png
+${SHARE_DIR}/images/math/neptune.png
${SHARE_DIR}/images/math/neq.png
+${SHARE_DIR}/images/math/newmoon.png
${SHARE_DIR}/images/math/nexists.png
${SHARE_DIR}/images/math/ngeq.png
${SHARE_DIR}/images/math/ngeqq.png
${SHARE_DIR}/images/math/ngeqslant.png
${SHARE_DIR}/images/math/ngtr.png
${SHARE_DIR}/images/math/ni.png
+${SHARE_DIR}/images/math/niplus.png
${SHARE_DIR}/images/math/nleftarrow.png
${SHARE_DIR}/images/math/nleftarrow2.png
${SHARE_DIR}/images/math/nleftrightarrow.png
@@ -983,8 +1395,12 @@ ${SHARE_DIR}/images/math/nleqq.png
${SHARE_DIR}/images/math/nleqslant.png
${SHARE_DIR}/images/math/nless.png
${SHARE_DIR}/images/math/nmid.png
+${SHARE_DIR}/images/math/nnearrow.png
+${SHARE_DIR}/images/math/nnwarrow.png
+${SHARE_DIR}/images/math/not.png
${SHARE_DIR}/images/math/notin.png
${SHARE_DIR}/images/math/nparallel.png
+${SHARE_DIR}/images/math/nplus.png
${SHARE_DIR}/images/math/nprec.png
${SHARE_DIR}/images/math/npreceq.png
${SHARE_DIR}/images/math/nrightarrow.png
@@ -993,20 +1409,30 @@ ${SHARE_DIR}/images/math/nshortmid.png
${SHARE_DIR}/images/math/nshortparallel.png
${SHARE_DIR}/images/math/nsim.png
${SHARE_DIR}/images/math/nsubseteq.png
+${SHARE_DIR}/images/math/nsubseteqq.png
${SHARE_DIR}/images/math/nsucc.png
${SHARE_DIR}/images/math/nsucceq.png
${SHARE_DIR}/images/math/nsupseteq.png
${SHARE_DIR}/images/math/nsupseteqq.png
${SHARE_DIR}/images/math/ntriangleleft.png
${SHARE_DIR}/images/math/ntrianglelefteq.png
+${SHARE_DIR}/images/math/ntrianglelefteqslant.png
${SHARE_DIR}/images/math/ntriangleright.png
${SHARE_DIR}/images/math/ntrianglerighteq.png
+${SHARE_DIR}/images/math/ntrianglerighteqslant.png
${SHARE_DIR}/images/math/nu.png
${SHARE_DIR}/images/math/nvdash.png
${SHARE_DIR}/images/math/nvdash2.png
${SHARE_DIR}/images/math/nvdash3.png
+${SHARE_DIR}/images/math/nvdash4.png
${SHARE_DIR}/images/math/nwarrow.png
+${SHARE_DIR}/images/math/obar.png
+${SHARE_DIR}/images/math/oblong.png
+${SHARE_DIR}/images/math/obslash.png
+${SHARE_DIR}/images/math/ocircle.png
+${SHARE_DIR}/images/math/octagon.png
${SHARE_DIR}/images/math/odot.png
+${SHARE_DIR}/images/math/ogreaterthan.png
${SHARE_DIR}/images/math/oiint.png
${SHARE_DIR}/images/math/oiintop.png
${SHARE_DIR}/images/math/oint.png
@@ -1015,33 +1441,47 @@ ${SHARE_DIR}/images/math/ointclockwiseop.png
${SHARE_DIR}/images/math/ointctrclockwise.png
${SHARE_DIR}/images/math/ointctrclockwiseop.png
${SHARE_DIR}/images/math/ointop.png
+${SHARE_DIR}/images/math/olessthan.png
${SHARE_DIR}/images/math/omega.png
${SHARE_DIR}/images/math/omega2.png
${SHARE_DIR}/images/math/ominus.png
+${SHARE_DIR}/images/math/openo.png
${SHARE_DIR}/images/math/oplus.png
+${SHARE_DIR}/images/math/opposition.png
${SHARE_DIR}/images/math/oslash.png
${SHARE_DIR}/images/math/otimes.png
+${SHARE_DIR}/images/math/ovee.png
${SHARE_DIR}/images/math/overbrace.png
${SHARE_DIR}/images/math/overleftarrow.png
${SHARE_DIR}/images/math/overleftrightarrow.png
${SHARE_DIR}/images/math/overline.png
${SHARE_DIR}/images/math/overrightarrow.png
${SHARE_DIR}/images/math/overset.png
+${SHARE_DIR}/images/math/owedge.png
+${SHARE_DIR}/images/math/owns.png
${SHARE_DIR}/images/math/parallel.png
${SHARE_DIR}/images/math/partial.png
+${SHARE_DIR}/images/math/pentagon.png
+${SHARE_DIR}/images/math/permil.png
${SHARE_DIR}/images/math/perp.png
${SHARE_DIR}/images/math/phantom.png
${SHARE_DIR}/images/math/phi.png
${SHARE_DIR}/images/math/phi2.png
+${SHARE_DIR}/images/math/phone.png
+${SHARE_DIR}/images/math/photon.png
${SHARE_DIR}/images/math/pi.png
${SHARE_DIR}/images/math/pi2.png
+${SHARE_DIR}/images/math/pisces.png
${SHARE_DIR}/images/math/pitchfork.png
+${SHARE_DIR}/images/math/pluto.png
${SHARE_DIR}/images/math/pm.png
+${SHARE_DIR}/images/math/pointer.png
${SHARE_DIR}/images/math/prec.png
${SHARE_DIR}/images/math/precapprox.png
${SHARE_DIR}/images/math/preccurlyeq.png
${SHARE_DIR}/images/math/preceq.png
${SHARE_DIR}/images/math/precnapprox.png
+${SHARE_DIR}/images/math/precneqq.png
${SHARE_DIR}/images/math/precnsim.png
${SHARE_DIR}/images/math/precsim.png
${SHARE_DIR}/images/math/prime.png
@@ -1049,40 +1489,74 @@ ${SHARE_DIR}/images/math/prod.png
${SHARE_DIR}/images/math/propto.png
${SHARE_DIR}/images/math/psi.png
${SHARE_DIR}/images/math/psi2.png
+${SHARE_DIR}/images/math/quarternote.png
${SHARE_DIR}/images/math/rangle.png
+${SHARE_DIR}/images/math/rbag.png
+${SHARE_DIR}/images/math/rbag2.png
${SHARE_DIR}/images/math/rbrace.png
${SHARE_DIR}/images/math/rbracket.png
${SHARE_DIR}/images/math/rceil.png
+${SHARE_DIR}/images/math/recorder.png
+${SHARE_DIR}/images/math/restriction.png
${SHARE_DIR}/images/math/rfloor.png
+${SHARE_DIR}/images/math/rhd.png
+${SHARE_DIR}/images/math/rhd2.png
${SHARE_DIR}/images/math/rho.png
+${SHARE_DIR}/images/math/rhook.png
${SHARE_DIR}/images/math/rightarrow.png
${SHARE_DIR}/images/math/rightarrow2.png
+${SHARE_DIR}/images/math/rightarrow3.png
${SHARE_DIR}/images/math/rightarrowtail.png
+${SHARE_DIR}/images/math/rightarrowtriangle.png
+${SHARE_DIR}/images/math/rightcircle2.png
+${SHARE_DIR}/images/math/rightcircle3.png
+${SHARE_DIR}/images/math/rightcircle4.png
${SHARE_DIR}/images/math/rightharpoondown.png
${SHARE_DIR}/images/math/rightharpoonup.png
${SHARE_DIR}/images/math/rightleftarrows.png
${SHARE_DIR}/images/math/rightleftharpoons.png
+${SHARE_DIR}/images/math/rightmoon.png
${SHARE_DIR}/images/math/rightrightarrows.png
+${SHARE_DIR}/images/math/rightslice.png
${SHARE_DIR}/images/math/rightsquigarrow.png
${SHARE_DIR}/images/math/rightthreetimes.png
+${SHARE_DIR}/images/math/rightturn.png
${SHARE_DIR}/images/math/risingdotseq.png
${SHARE_DIR}/images/math/root.png
${SHARE_DIR}/images/math/rparen.png
+${SHARE_DIR}/images/math/rrbracket.png
+${SHARE_DIR}/images/math/rrceil.png
+${SHARE_DIR}/images/math/rrfloor.png
+${SHARE_DIR}/images/math/rrparenthesis.png
${SHARE_DIR}/images/math/rtimes.png
+${SHARE_DIR}/images/math/sagittarius.png
+${SHARE_DIR}/images/math/saturn.png
+${SHARE_DIR}/images/math/scorpio.png
${SHARE_DIR}/images/math/searrow.png
${SHARE_DIR}/images/math/setminus.png
${SHARE_DIR}/images/math/sharp.png
+${SHARE_DIR}/images/math/shortdownarrow.png
+${SHARE_DIR}/images/math/shortleftarrow.png
${SHARE_DIR}/images/math/shortmid.png
${SHARE_DIR}/images/math/shortparallel.png
+${SHARE_DIR}/images/math/shortrightarrow.png
+${SHARE_DIR}/images/math/shortuparrow.png
+${SHARE_DIR}/images/math/sideset.png
+${SHARE_DIR}/images/math/sidesetl.png
+${SHARE_DIR}/images/math/sidesetn.png
+${SHARE_DIR}/images/math/sidesetr.png
${SHARE_DIR}/images/math/sigma.png
${SHARE_DIR}/images/math/sigma2.png
${SHARE_DIR}/images/math/sim.png
${SHARE_DIR}/images/math/simeq.png
${SHARE_DIR}/images/math/slash.png
${SHARE_DIR}/images/math/smallfrown.png
+${SHARE_DIR}/images/math/smallint.png
${SHARE_DIR}/images/math/smallsetminus.png
${SHARE_DIR}/images/math/smallsmile.png
+${SHARE_DIR}/images/math/smash.png
${SHARE_DIR}/images/math/smile.png
+${SHARE_DIR}/images/math/smiley.png
${SHARE_DIR}/images/math/space.png
${SHARE_DIR}/images/math/spadesuit.png
${SHARE_DIR}/images/math/sphericalangle.png
@@ -1099,6 +1573,12 @@ ${SHARE_DIR}/images/math/sqsubseteq.png
${SHARE_DIR}/images/math/sqsupset.png
${SHARE_DIR}/images/math/sqsupseteq.png
${SHARE_DIR}/images/math/square.png
+${SHARE_DIR}/images/math/square2.png
+${SHARE_DIR}/images/math/ssearrow.png
+${SHARE_DIR}/images/math/sslash.png
+${SHARE_DIR}/images/math/sswarrow.png
+${SHARE_DIR}/images/math/stackrel.png
+${SHARE_DIR}/images/math/stackrelthree.png
${SHARE_DIR}/images/math/star.png
${SHARE_DIR}/images/math/style.png
${SHARE_DIR}/images/math/sub.png
@@ -1108,14 +1588,18 @@ ${SHARE_DIR}/images/math/subseteq.png
${SHARE_DIR}/images/math/subseteqq.png
${SHARE_DIR}/images/math/subsetneq.png
${SHARE_DIR}/images/math/subsetneqq.png
+${SHARE_DIR}/images/math/subsetplus.png
+${SHARE_DIR}/images/math/subsetpluseq.png
${SHARE_DIR}/images/math/succ.png
${SHARE_DIR}/images/math/succapprox.png
${SHARE_DIR}/images/math/succcurlyeq.png
${SHARE_DIR}/images/math/succeq.png
${SHARE_DIR}/images/math/succnapprox.png
+${SHARE_DIR}/images/math/succneqq.png
${SHARE_DIR}/images/math/succnsim.png
${SHARE_DIR}/images/math/succsim.png
${SHARE_DIR}/images/math/sum.png
+${SHARE_DIR}/images/math/sun.png
${SHARE_DIR}/images/math/super.png
${SHARE_DIR}/images/math/supset.png
${SHARE_DIR}/images/math/supset2.png
@@ -1123,9 +1607,14 @@ ${SHARE_DIR}/images/math/supseteq.png
${SHARE_DIR}/images/math/supseteqq.png
${SHARE_DIR}/images/math/supsetneq.png
${SHARE_DIR}/images/math/supsetneqq.png
+${SHARE_DIR}/images/math/supsetplus.png
+${SHARE_DIR}/images/math/supsetpluseq.png
${SHARE_DIR}/images/math/surd.png
${SHARE_DIR}/images/math/swarrow.png
+${SHARE_DIR}/images/math/talloblong.png
${SHARE_DIR}/images/math/tau.png
+${SHARE_DIR}/images/math/taurus.png
+${SHARE_DIR}/images/math/textdegree.png
${SHARE_DIR}/images/math/textrm_AA.png
${SHARE_DIR}/images/math/textrm_O.png
${SHARE_DIR}/images/math/therefore.png
@@ -1133,19 +1622,26 @@ ${SHARE_DIR}/images/math/theta.png
${SHARE_DIR}/images/math/theta2.png
${SHARE_DIR}/images/math/thickapprox.png
${SHARE_DIR}/images/math/thicksim.png
+${SHARE_DIR}/images/math/thorn.png
+${SHARE_DIR}/images/math/thorn2.png
${SHARE_DIR}/images/math/tilde.png
${SHARE_DIR}/images/math/times.png
+${SHARE_DIR}/images/math/to.png
${SHARE_DIR}/images/math/top.png
${SHARE_DIR}/images/math/triangle.png
${SHARE_DIR}/images/math/triangledown.png
${SHARE_DIR}/images/math/triangleleft.png
${SHARE_DIR}/images/math/trianglelefteq.png
+${SHARE_DIR}/images/math/trianglelefteqslant.png
${SHARE_DIR}/images/math/triangleq.png
${SHARE_DIR}/images/math/triangleright.png
${SHARE_DIR}/images/math/trianglerighteq.png
+${SHARE_DIR}/images/math/trianglerighteqslant.png
${SHARE_DIR}/images/math/twoheadleftarrow.png
${SHARE_DIR}/images/math/twoheadrightarrow.png
+${SHARE_DIR}/images/math/twonotes.png
${SHARE_DIR}/images/math/ulcorner.png
+${SHARE_DIR}/images/math/underbar.png
${SHARE_DIR}/images/math/underbrace.png
${SHARE_DIR}/images/math/underleftarrow.png
${SHARE_DIR}/images/math/underleftrightarrow.png
@@ -1154,8 +1650,11 @@ ${SHARE_DIR}/images/math/underrightarrow.png
${SHARE_DIR}/images/math/underscore.png
${SHARE_DIR}/images/math/underset.png
${SHARE_DIR}/images/math/undertilde.png
+${SHARE_DIR}/images/math/unlhd.png
+${SHARE_DIR}/images/math/unrhd.png
${SHARE_DIR}/images/math/uparrow.png
${SHARE_DIR}/images/math/uparrow2.png
+${SHARE_DIR}/images/math/uparrow3.png
${SHARE_DIR}/images/math/updownarrow.png
${SHARE_DIR}/images/math/updownarrow2.png
${SHARE_DIR}/images/math/upharpoonleft.png
@@ -1164,24 +1663,72 @@ ${SHARE_DIR}/images/math/uplus.png
${SHARE_DIR}/images/math/upsilon.png
${SHARE_DIR}/images/math/upsilon2.png
${SHARE_DIR}/images/math/upuparrows.png
+${SHARE_DIR}/images/math/uranus.png
${SHARE_DIR}/images/math/urcorner.png
${SHARE_DIR}/images/math/utilde.png
+${SHARE_DIR}/images/math/varangle.png
+${SHARE_DIR}/images/math/varbigcirc.png
+${SHARE_DIR}/images/math/varcopyright.png
+${SHARE_DIR}/images/math/varcurlyvee.png
+${SHARE_DIR}/images/math/varcurlywedge.png
+${SHARE_DIR}/images/math/vardelta2.png
${SHARE_DIR}/images/math/varepsilon.png
+${SHARE_DIR}/images/math/vargamma2.png
+${SHARE_DIR}/images/math/varhexagon.png
+${SHARE_DIR}/images/math/varhexstar.png
+${SHARE_DIR}/images/math/variiint.png
+${SHARE_DIR}/images/math/variiintop.png
+${SHARE_DIR}/images/math/variint.png
+${SHARE_DIR}/images/math/variintop.png
+${SHARE_DIR}/images/math/varint.png
+${SHARE_DIR}/images/math/varintop.png
${SHARE_DIR}/images/math/varkappa.png
+${SHARE_DIR}/images/math/varlambda2.png
${SHARE_DIR}/images/math/varnothing.png
+${SHARE_DIR}/images/math/varoast.png
+${SHARE_DIR}/images/math/varobar.png
+${SHARE_DIR}/images/math/varobslash.png
+${SHARE_DIR}/images/math/varocircle.png
+${SHARE_DIR}/images/math/varodot.png
+${SHARE_DIR}/images/math/varogreaterthan.png
+${SHARE_DIR}/images/math/varoiint.png
+${SHARE_DIR}/images/math/varoiintop.png
+${SHARE_DIR}/images/math/varoint.png
+${SHARE_DIR}/images/math/varointclockwise.png
+${SHARE_DIR}/images/math/varointclockwiseop.png
+${SHARE_DIR}/images/math/varointctrclockwise.png
+${SHARE_DIR}/images/math/varointctrclockwiseop.png
+${SHARE_DIR}/images/math/varointop.png
+${SHARE_DIR}/images/math/varolessthan.png
+${SHARE_DIR}/images/math/varomega2.png
+${SHARE_DIR}/images/math/varominus.png
+${SHARE_DIR}/images/math/varoplus.png
+${SHARE_DIR}/images/math/varoslash.png
+${SHARE_DIR}/images/math/varotimes.png
+${SHARE_DIR}/images/math/varovee.png
+${SHARE_DIR}/images/math/varowedge.png
${SHARE_DIR}/images/math/varphi.png
+${SHARE_DIR}/images/math/varphi2.png
${SHARE_DIR}/images/math/varpi.png
+${SHARE_DIR}/images/math/varpi2.png
${SHARE_DIR}/images/math/varpropto.png
+${SHARE_DIR}/images/math/varpsi2.png
${SHARE_DIR}/images/math/varrho.png
${SHARE_DIR}/images/math/varsigma.png
+${SHARE_DIR}/images/math/varsigma2.png
${SHARE_DIR}/images/math/varsubsetneq.png
${SHARE_DIR}/images/math/varsubsetneqq.png
${SHARE_DIR}/images/math/varsupsetneq.png
${SHARE_DIR}/images/math/varsupsetneqq.png
${SHARE_DIR}/images/math/vartheta.png
+${SHARE_DIR}/images/math/vartheta2.png
+${SHARE_DIR}/images/math/vartimes.png
${SHARE_DIR}/images/math/vartriangle.png
${SHARE_DIR}/images/math/vartriangleleft.png
${SHARE_DIR}/images/math/vartriangleright.png
+${SHARE_DIR}/images/math/varupsilon2.png
+${SHARE_DIR}/images/math/varxi2.png
+${SHARE_DIR}/images/math/vcentcolon.png
${SHARE_DIR}/images/math/vdash.png
${SHARE_DIR}/images/math/vdash2.png
${SHARE_DIR}/images/math/vdash3.png
@@ -1189,16 +1736,27 @@ ${SHARE_DIR}/images/math/vdots.png
${SHARE_DIR}/images/math/vec.png
${SHARE_DIR}/images/math/vee.png
${SHARE_DIR}/images/math/veebar.png
+${SHARE_DIR}/images/math/venus.png
+${SHARE_DIR}/images/math/vernal.png
${SHARE_DIR}/images/math/vert.png
${SHARE_DIR}/images/math/vert2.png
+${SHARE_DIR}/images/math/virgo.png
${SHARE_DIR}/images/math/vphantom.png
+${SHARE_DIR}/images/math/wasylozenge.png
+${SHARE_DIR}/images/math/wasypropto.png
+${SHARE_DIR}/images/math/wasytherefore.png
${SHARE_DIR}/images/math/wedge.png
${SHARE_DIR}/images/math/widehat.png
${SHARE_DIR}/images/math/widetilde.png
${SHARE_DIR}/images/math/wp.png
${SHARE_DIR}/images/math/wr.png
+${SHARE_DIR}/images/math/xbox3.png
+${SHARE_DIR}/images/math/xcancel.png
${SHARE_DIR}/images/math/xi.png
${SHARE_DIR}/images/math/xi2.png
+${SHARE_DIR}/images/math/xleftarrow.png
+${SHARE_DIR}/images/math/xrightarrow.png
+${SHARE_DIR}/images/math/yen.png
${SHARE_DIR}/images/math/zeta.png
${SHARE_DIR}/images/nomencl-insert.png
${SHARE_DIR}/images/note-insert.png
@@ -1237,7 +1795,6 @@ ${SHARE_DIR}/images/oxygen/change-next.png
${SHARE_DIR}/images/oxygen/change-reject.png
${SHARE_DIR}/images/oxygen/changes-output.png
${SHARE_DIR}/images/oxygen/changes-track.png
-${SHARE_DIR}/images/oxygen/close-tab-group.png
${SHARE_DIR}/images/oxygen/closetab.png
${SHARE_DIR}/images/oxygen/copy.png
${SHARE_DIR}/images/oxygen/cut.png
@@ -1283,8 +1840,8 @@ ${SHARE_DIR}/images/oxygen/note-next.png
${SHARE_DIR}/images/oxygen/paste.png
${SHARE_DIR}/images/oxygen/redo.png
${SHARE_DIR}/images/oxygen/reload.png
-${SHARE_DIR}/images/oxygen/split-view_horizontal.png
-${SHARE_DIR}/images/oxygen/split-view_vertical.png
+${SHARE_DIR}/images/oxygen/spelling-continuously.png
+${SHARE_DIR}/images/oxygen/tab-group-close.png
${SHARE_DIR}/images/oxygen/tabular-insert.png
${SHARE_DIR}/images/oxygen/textstyle-apply.png
${SHARE_DIR}/images/oxygen/thesaurus-entry.png
@@ -1295,6 +1852,8 @@ ${SHARE_DIR}/images/oxygen/update-others.png
${SHARE_DIR}/images/oxygen/url-insert.png
${SHARE_DIR}/images/oxygen/vc-revert.png
${SHARE_DIR}/images/oxygen/view-others.png
+${SHARE_DIR}/images/oxygen/view-split_horizontal.png
+${SHARE_DIR}/images/oxygen/view-split_vertical.png
${SHARE_DIR}/images/paste.png
${SHARE_DIR}/images/promote.png
${SHARE_DIR}/images/psnfss1.png
@@ -1305,9 +1864,9 @@ ${SHARE_DIR}/images/redo.png
${SHARE_DIR}/images/reload.png
${SHARE_DIR}/images/script-insert_subscript.png
${SHARE_DIR}/images/script-insert_superscript.png
-${SHARE_DIR}/images/split-view_horizontal.png
-${SHARE_DIR}/images/split-view_vertical.png
+${SHARE_DIR}/images/spelling-continuously.png
${SHARE_DIR}/images/standard.png
+${SHARE_DIR}/images/tab-group-close.png
${SHARE_DIR}/images/tabular-feature_align-decimal.png
${SHARE_DIR}/images/tabular-feature_append-column.png
${SHARE_DIR}/images/tabular-feature_append-row.png
@@ -1319,6 +1878,10 @@ ${SHARE_DIR}/images/tabular-feature_m-align-right.png
${SHARE_DIR}/images/tabular-feature_m-valign-bottom.png
${SHARE_DIR}/images/tabular-feature_m-valign-middle.png
${SHARE_DIR}/images/tabular-feature_m-valign-top.png
+${SHARE_DIR}/images/tabular-feature_move-column-left.png
+${SHARE_DIR}/images/tabular-feature_move-column-right.png
+${SHARE_DIR}/images/tabular-feature_move-row-down.png
+${SHARE_DIR}/images/tabular-feature_move-row-up.png
${SHARE_DIR}/images/tabular-feature_multicolumn.png
${SHARE_DIR}/images/tabular-feature_multirow.png
${SHARE_DIR}/images/tabular-feature_set-all-lines.png
@@ -1353,6 +1916,8 @@ ${SHARE_DIR}/images/vc-register.png
${SHARE_DIR}/images/vc-repo-update.png
${SHARE_DIR}/images/vc-revert.png
${SHARE_DIR}/images/view-others.png
+${SHARE_DIR}/images/view-split_horizontal.png
+${SHARE_DIR}/images/view-split_vertical.png
${SHARE_DIR}/kbd/american-2.kmap
${SHARE_DIR}/kbd/american.kmap
${SHARE_DIR}/kbd/arabic.kmap
@@ -1393,13 +1958,20 @@ ${SHARE_DIR}/kbd/transilvanian.kmap
${SHARE_DIR}/kbd/turkish-f.kmap
${SHARE_DIR}/kbd/turkish.kmap
${SHARE_DIR}/languages
+${SHARE_DIR}/latexfonts
${SHARE_DIR}/layouts/AEA.layout
+${SHARE_DIR}/layouts/IEEEtran-CompSoc.layout
+${SHARE_DIR}/layouts/IEEEtran-TransMag.layout
${SHARE_DIR}/layouts/IEEEtran.layout
+${SHARE_DIR}/layouts/RJournal.layout
${SHARE_DIR}/layouts/aa.layout
${SHARE_DIR}/layouts/aapaper.inc
${SHARE_DIR}/layouts/aapaper.layout
${SHARE_DIR}/layouts/aastex.layout
${SHARE_DIR}/layouts/achemso.layout
+${SHARE_DIR}/layouts/acm-sigs-alt.layout
+${SHARE_DIR}/layouts/acm-sigs.inc
+${SHARE_DIR}/layouts/acm-sigs.layout
${SHARE_DIR}/layouts/acmsiggraph.layout
${SHARE_DIR}/layouts/agu-dtd.layout
${SHARE_DIR}/layouts/agu_stdclass.inc
@@ -1410,16 +1982,18 @@ ${SHARE_DIR}/layouts/agu_stdtitle.inc
${SHARE_DIR}/layouts/agums.layout
${SHARE_DIR}/layouts/aguplus.inc
${SHARE_DIR}/layouts/agutex.layout
+${SHARE_DIR}/layouts/algorithm2e.module
${SHARE_DIR}/layouts/amsart.layout
${SHARE_DIR}/layouts/amsbook.layout
${SHARE_DIR}/layouts/amsdefs.inc
${SHARE_DIR}/layouts/apa.layout
${SHARE_DIR}/layouts/apa6.layout
${SHARE_DIR}/layouts/arab-article.layout
-${SHARE_DIR}/layouts/armenian-article.layout
${SHARE_DIR}/layouts/article-beamer.layout
${SHARE_DIR}/layouts/article.layout
+${SHARE_DIR}/layouts/basic.module
${SHARE_DIR}/layouts/beamer.layout
+${SHARE_DIR}/layouts/bicaption.module
${SHARE_DIR}/layouts/book.layout
${SHARE_DIR}/layouts/braille.module
${SHARE_DIR}/layouts/broadway.layout
@@ -1484,6 +2058,7 @@ ${SHARE_DIR}/layouts/jreport.layout
${SHARE_DIR}/layouts/jsarticle.layout
${SHARE_DIR}/layouts/jsbook.layout
${SHARE_DIR}/layouts/jss.layout
+${SHARE_DIR}/layouts/jurabib.module
${SHARE_DIR}/layouts/kluwer.layout
${SHARE_DIR}/layouts/knitr.module
${SHARE_DIR}/layouts/latex8.layout
@@ -1491,10 +2066,7 @@ ${SHARE_DIR}/layouts/letter.layout
${SHARE_DIR}/layouts/lettre.layout
${SHARE_DIR}/layouts/lilypond.module
${SHARE_DIR}/layouts/linguistics.module
-${SHARE_DIR}/layouts/literate-article.layout
-${SHARE_DIR}/layouts/literate-book.layout
-${SHARE_DIR}/layouts/literate-report.layout
-${SHARE_DIR}/layouts/literate-scrap.inc
+${SHARE_DIR}/layouts/litinsets.inc
${SHARE_DIR}/layouts/llncs.layout
${SHARE_DIR}/layouts/logicalmkup.module
${SHARE_DIR}/layouts/ltugboat.layout
@@ -1502,9 +2074,11 @@ ${SHARE_DIR}/layouts/lyxmacros.inc
${SHARE_DIR}/layouts/memoir.layout
${SHARE_DIR}/layouts/minimalistic.module
${SHARE_DIR}/layouts/moderncv.layout
+${SHARE_DIR}/layouts/multicol.module
${SHARE_DIR}/layouts/mwart.layout
${SHARE_DIR}/layouts/mwbk.layout
${SHARE_DIR}/layouts/mwrep.layout
+${SHARE_DIR}/layouts/natbib.module
${SHARE_DIR}/layouts/natbibapa.module
${SHARE_DIR}/layouts/noweb.module
${SHARE_DIR}/layouts/numarticle.inc
@@ -1515,7 +2089,9 @@ ${SHARE_DIR}/layouts/powerdot.layout
${SHARE_DIR}/layouts/recipebook.layout
${SHARE_DIR}/layouts/report.layout
${SHARE_DIR}/layouts/revtex.layout
+${SHARE_DIR}/layouts/revtex4-1.layout
${SHARE_DIR}/layouts/revtex4.layout
+${SHARE_DIR}/layouts/rsphrase.module
${SHARE_DIR}/layouts/scrartcl.layout
${SHARE_DIR}/layouts/scrarticle-beamer.layout
${SHARE_DIR}/layouts/scrbook.layout
@@ -1524,6 +2100,7 @@ ${SHARE_DIR}/layouts/scrlettr.layout
${SHARE_DIR}/layouts/scrlttr2.layout
${SHARE_DIR}/layouts/scrreprt.layout
${SHARE_DIR}/layouts/seminar.layout
+${SHARE_DIR}/layouts/shapepar.module
${SHARE_DIR}/layouts/siamltex.layout
${SHARE_DIR}/layouts/sigplanconf.layout
${SHARE_DIR}/layouts/simplecv.layout
@@ -1571,8 +2148,8 @@ ${SHARE_DIR}/layouts/theorems-chap-bytype.module
${SHARE_DIR}/layouts/theorems-chap.module
${SHARE_DIR}/layouts/theorems-named.module
${SHARE_DIR}/layouts/theorems-order.inc
-${SHARE_DIR}/layouts/theorems-proof.inc
${SHARE_DIR}/layouts/theorems-proof-std.inc
+${SHARE_DIR}/layouts/theorems-proof.inc
${SHARE_DIR}/layouts/theorems-refprefix.inc
${SHARE_DIR}/layouts/theorems-sec-bytype.module
${SHARE_DIR}/layouts/theorems-sec.module
@@ -1647,6 +2224,9 @@ ${SHARE_DIR}/lyx2lyx/lyx_1_6.pyo
${SHARE_DIR}/lyx2lyx/lyx_2_0.py
${SHARE_DIR}/lyx2lyx/lyx_2_0.pyc
${SHARE_DIR}/lyx2lyx/lyx_2_0.pyo
+${SHARE_DIR}/lyx2lyx/lyx_2_1.py
+${SHARE_DIR}/lyx2lyx/lyx_2_1.pyc
+${SHARE_DIR}/lyx2lyx/lyx_2_1.pyo
${SHARE_DIR}/lyx2lyx/parser_tools.py
${SHARE_DIR}/lyx2lyx/parser_tools.pyc
${SHARE_DIR}/lyx2lyx/parser_tools.pyo
@@ -1670,14 +2250,13 @@ ${SHARE_DIR}/scripts/fen2ascii.py
${SHARE_DIR}/scripts/fig2pdftex.py
${SHARE_DIR}/scripts/fig2pstex.py
${SHARE_DIR}/scripts/fig_copy.py
+${SHARE_DIR}/scripts/html2latexwrapper.py
${SHARE_DIR}/scripts/include_bib.py
${SHARE_DIR}/scripts/layout2layout.py
${SHARE_DIR}/scripts/legacy_lyxpreview2ppm.py
${SHARE_DIR}/scripts/listerrors
${SHARE_DIR}/scripts/lyxknitr.R
${SHARE_DIR}/scripts/lyxpak.py
-${SHARE_DIR}/scripts/lyxpreview-lytex2bitmap.py
-${SHARE_DIR}/scripts/lyxpreview-platex2bitmap.py
${SHARE_DIR}/scripts/lyxpreview2bitmap.py
${SHARE_DIR}/scripts/lyxpreview_tools.py
${SHARE_DIR}/scripts/lyxstangle.R
@@ -1691,21 +2270,27 @@ ${SHARE_DIR}/syntax.default
${SHARE_DIR}/templates/ACM-siggraph.lyx
${SHARE_DIR}/templates/ACM-sigplan.lyx
${SHARE_DIR}/templates/AEA.lyx
+${SHARE_DIR}/templates/AGUTeX.lyx
+${SHARE_DIR}/templates/APA.lyx
${SHARE_DIR}/templates/APA6.lyx
-${SHARE_DIR}/templates/IEEEtran.lyx
+${SHARE_DIR}/templates/DocBook_article.lyx
+${SHARE_DIR}/templates/IEEEtran-CompSoc.lyx
+${SHARE_DIR}/templates/IEEEtran-Conference.lyx
+${SHARE_DIR}/templates/IEEEtran-Journal.lyx
+${SHARE_DIR}/templates/IEEEtran-TransMag.lyx
+${SHARE_DIR}/templates/IJMPC.lyx
+${SHARE_DIR}/templates/IJMPD.lyx
+${SHARE_DIR}/templates/IOP-article.lyx
${SHARE_DIR}/templates/JASA.lyx
${SHARE_DIR}/templates/JSS-article.lyx
${SHARE_DIR}/templates/README.new_templates
+${SHARE_DIR}/templates/RJournal.lyx
${SHARE_DIR}/templates/aa.lyx
${SHARE_DIR}/templates/aastex.lyx
-${SHARE_DIR}/templates/agu_article.lyx
-${SHARE_DIR}/templates/agutex.lyx
-${SHARE_DIR}/templates/apa.lyx
${SHARE_DIR}/templates/beamer-conference-ornate-20min.lyx
${SHARE_DIR}/templates/ctex.lyx
${SHARE_DIR}/templates/de_beamer-conference-ornate-20min.lyx
${SHARE_DIR}/templates/dinbrief.lyx
-${SHARE_DIR}/templates/docbook_article.lyx
${SHARE_DIR}/templates/ectaart.lyx
${SHARE_DIR}/templates/elsarticle.lyx
${SHARE_DIR}/templates/es_beamer-conference-ornate-20min.lyx
@@ -1715,34 +2300,14 @@ ${SHARE_DIR}/templates/g-brief-de.lyx
${SHARE_DIR}/templates/g-brief-en.lyx
${SHARE_DIR}/templates/g-brief2.lyx
${SHARE_DIR}/templates/hollywood.lyx
-${SHARE_DIR}/templates/ijmpc.lyx
-${SHARE_DIR}/templates/ijmpd.lyx
-${SHARE_DIR}/templates/iop-article.lyx
${SHARE_DIR}/templates/kluwer.lyx
${SHARE_DIR}/templates/koma-letter2.lyx
${SHARE_DIR}/templates/letter.lyx
${SHARE_DIR}/templates/lettre.lyx
+${SHARE_DIR}/templates/revtex4-1.lyx
${SHARE_DIR}/templates/revtex4.lyx
${SHARE_DIR}/templates/slides.lyx
${SHARE_DIR}/templates/springer/svjour3.lyx
-${SHARE_DIR}/templates/springer/svmono_acknow.lyx
-${SHARE_DIR}/templates/springer/svmono_acronym.lyx
-${SHARE_DIR}/templates/springer/svmono_appendix.lyx
-${SHARE_DIR}/templates/springer/svmono_book-master.lyx
-${SHARE_DIR}/templates/springer/svmono_chapter.lyx
-${SHARE_DIR}/templates/springer/svmono_dedication.lyx
-${SHARE_DIR}/templates/springer/svmono_foreword.lyx
-${SHARE_DIR}/templates/springer/svmono_glossary.lyx
-${SHARE_DIR}/templates/springer/svmono_part.lyx
-${SHARE_DIR}/templates/springer/svmono_preface.lyx
-${SHARE_DIR}/templates/thesis/Acknowledgments.lyx
-${SHARE_DIR}/templates/thesis/Appendix.lyx
-${SHARE_DIR}/templates/thesis/Summary.lyx
-${SHARE_DIR}/templates/thesis/alpha.bst
-${SHARE_DIR}/templates/thesis/chapter-1.lyx
-${SHARE_DIR}/templates/thesis/chapter-2.lyx
-${SHARE_DIR}/templates/thesis/thesis.lyx
-${SHARE_DIR}/templates/thesis/thesisExample.bib
${SHARE_DIR}/tex/broadway.cls
${SHARE_DIR}/tex/hollywood.cls
${SHARE_DIR}/tex/lyxchess.sty
@@ -1753,4 +2318,3 @@ ${SHARE_DIR}/ui/stdcontext.inc
${SHARE_DIR}/ui/stdmenus.inc
${SHARE_DIR}/ui/stdtoolbars.inc
${SHARE_DIR}/unicodesymbols
-@pkgdir ${SHARE_DIR}/images/commands
diff --git a/editors/lyx/distinfo b/editors/lyx/distinfo
index 5bc3c00e148..a0ff29b4398 100644
--- a/editors/lyx/distinfo
+++ b/editors/lyx/distinfo
@@ -1,14 +1,14 @@
-$NetBSD: distinfo,v 1.13 2014/02/08 18:49:05 rumko Exp $
+$NetBSD: distinfo,v 1.14 2015/01/10 18:13:22 rumko Exp $
-SHA1 (lyx-2.0.7.tar.xz) = 4d54eb0cf98b0a44b5156ec84932e58c9c0efb07
-RMD160 (lyx-2.0.7.tar.xz) = 01b8989b68f10f37b5eb799fc01ba0a4f739b9f6
-Size (lyx-2.0.7.tar.xz) = 10449908 bytes
-SHA1 (patch-boost_boost_detail_container__fwd.hpp) = ff95034c4e2c03c894b3aa4b9222b34b8495fba7
-SHA1 (patch-boost_libs_signals_src_named__slot__map.cpp) = 3d73f93911eb2a9b51b0be34e3a26e85ec5b54f4
-SHA1 (patch-development_MacOSX_Makefile.in) = ae9e51e3458f8986ae392b146f8684305b7fe25b
+SHA1 (lyx-2.1.2.2.tar.xz) = ae0fc59418d072631257c96165a10f041de71cc2
+RMD160 (lyx-2.1.2.2.tar.xz) = 0f2ee7ac33b2622c1d090220c2d5f33f7025c3b1
+Size (lyx-2.1.2.2.tar.xz) = 10650108 bytes
+SHA1 (patch-config.h.in) = 018c4a4fc20975dabf9473ed0665800d290d3292
+SHA1 (patch-development_MacOSX_Makefile.in) = 086dddfcd7b2ca498e87b0d3e90a211aca2f64fe
SHA1 (patch-src_WordList.cpp) = d747efcd6ca4d7015a5c6860a8844ac79a65672a
SHA1 (patch-src_mathed_InsetMath.h) = c178b1436c7a969e29b328dde1a800e9ccb7af0e
SHA1 (patch-src_mathed_MathData.h) = fcd51f36aa2aae29f75e041d7adb1d88baa370a5
-SHA1 (patch-src_support_debug.h) = 749ab17184fe2fc059384785c426afe444c0b2a7
-SHA1 (patch-src_support_strfwd.h) = 4ef82f8703fd68f8b953447f05ab1fd71958c379
+SHA1 (patch-src_support_debug.h) = b1dfbc87c14db0ad1f4bf44c3460815cac3f17ca
+SHA1 (patch-src_support_os__unix.cpp) = b2d6f598f04e1bab78f270179cd10caddb5bd157
+SHA1 (patch-src_support_strfwd.h) = 39bebff1a10e4509c5499f60bc2028ab5e66a671
SHA1 (patch-src_support_unicode.cpp) = 71bdc1b929a3c90bed84d6de5aa0734e548c67de
diff --git a/editors/lyx/patches/patch-boost_boost_detail_container__fwd.hpp b/editors/lyx/patches/patch-boost_boost_detail_container__fwd.hpp
deleted file mode 100644
index 8ee3a442da3..00000000000
--- a/editors/lyx/patches/patch-boost_boost_detail_container__fwd.hpp
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-boost_boost_detail_container__fwd.hpp,v 1.2 2014/01/19 14:04:39 rumko Exp $
-
---- boost/boost/detail/container_fwd.hpp.orig 2013-04-29 15:58:30.000000000 +0000
-+++ boost/boost/detail/container_fwd.hpp
-@@ -18,7 +18,8 @@
- && (defined(_GLIBCXX_DEBUG) || defined(_GLIBCXX_PARALLEL))) \
- || BOOST_WORKAROUND(__BORLANDC__, > 0x551) \
- || BOOST_WORKAROUND(__DMC__, BOOST_TESTED_AT(0x842)) \
-- || (defined(__SGI_STL_PORT) || defined(_STLPORT_VERSION))
-+ || (defined(__SGI_STL_PORT) || defined(_STLPORT_VERSION)) \
-+ || defined(_LIBCPP_VERSION)
-
- #include <deque>
- #include <list>
diff --git a/editors/lyx/patches/patch-boost_libs_signals_src_named__slot__map.cpp b/editors/lyx/patches/patch-boost_libs_signals_src_named__slot__map.cpp
deleted file mode 100644
index 26a91dfc7b7..00000000000
--- a/editors/lyx/patches/patch-boost_libs_signals_src_named__slot__map.cpp
+++ /dev/null
@@ -1,22 +0,0 @@
-$NetBSD: patch-boost_libs_signals_src_named__slot__map.cpp,v 1.1 2013/05/09 13:56:58 joerg Exp $
-
---- boost/libs/signals/src/named_slot_map.cpp.orig 2013-05-09 11:30:54.000000000 +0000
-+++ boost/libs/signals/src/named_slot_map.cpp
-@@ -102,7 +102,7 @@ void named_slot_map::disconnect(const st
- i->first.disconnect();
- i = next;
- }
-- groups.erase(group);
-+ groups.erase(const_group_iterator(group));
- }
- }
-
-@@ -125,7 +125,7 @@ void named_slot_map::remove_disconnected
- }
-
- // Clear out empty groups
-- if (empty(g)) groups.erase(g++);
-+ if (empty(g)) groups.erase(const_group_iterator(g++));
- else ++g;
- }
- }
diff --git a/editors/lyx/patches/patch-config.h.in b/editors/lyx/patches/patch-config.h.in
new file mode 100644
index 00000000000..da37ea7be4d
--- /dev/null
+++ b/editors/lyx/patches/patch-config.h.in
@@ -0,0 +1,16 @@
+$NetBSD: patch-config.h.in,v 1.1 2015/01/10 18:13:22 rumko Exp $
+
+Fix build under fbsd, do not use tr1 with libc++.
+
+--- config.h.in.orig 2014-11-15 18:11:36.000000000 +0000
++++ config.h.in
+@@ -353,7 +353,8 @@ char * strerror(int n);
+
+ // TR1 regex not supported in GCC <= 4.5
+ #ifndef LYX_USE_TR1
+-# if __GNUC__ == 4
++# include <ciso646>
++# if __GNUC__ == 4 && !defined(_LIBCPP_VERSION)
+ # define LYX_USE_TR1
+ # endif
+ #endif
diff --git a/editors/lyx/patches/patch-development_MacOSX_Makefile.in b/editors/lyx/patches/patch-development_MacOSX_Makefile.in
index 3dd5dc38b9a..0cbe2f0d246 100644
--- a/editors/lyx/patches/patch-development_MacOSX_Makefile.in
+++ b/editors/lyx/patches/patch-development_MacOSX_Makefile.in
@@ -1,15 +1,15 @@
-$NetBSD: patch-development_MacOSX_Makefile.in,v 1.1 2011/03/07 23:28:38 minskim Exp $
+$NetBSD: patch-development_MacOSX_Makefile.in,v 1.2 2015/01/10 18:13:22 rumko Exp $
Install files under $(DESTDIR) on Mac OS X.
---- development/MacOSX/Makefile.in.orig 2011-03-05 04:50:39.000000000 +0000
+--- development/MacOSX/Makefile.in.orig 2014-11-15 18:11:37.000000000 +0000
+++ development/MacOSX/Makefile.in
-@@ -884,7 +884,7 @@ uninstall-am: uninstall-dist_binSCRIPTS
+@@ -877,7 +877,7 @@ uninstall-am: uninstall-dist_binSCRIPTS
install-data-hook:
LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" $(LINGUAS)`; \
for f in en $$LINGUAS_ ; do \
-- mkdir -p $(pkgdatadir)/$$f.lproj ; \
-+ mkdir -p $(DESTDIR)$(pkgdatadir)/$$f.lproj ; \
+- $(MKDIR_P) $(pkgdatadir)/$$f.lproj ; \
++ $(MKDIR_P) $(DESTDIR)$(pkgdatadir)/$$f.lproj ; \
done
# Tell versions [3.59,3.63) of GNU make to not export all variables.
diff --git a/editors/lyx/patches/patch-src_support_debug.h b/editors/lyx/patches/patch-src_support_debug.h
index 6aca72938fb..798a3c2428b 100644
--- a/editors/lyx/patches/patch-src_support_debug.h
+++ b/editors/lyx/patches/patch-src_support_debug.h
@@ -1,12 +1,11 @@
-$NetBSD: patch-src_support_debug.h,v 1.2 2014/01/19 14:04:39 rumko Exp $
+$NetBSD: patch-src_support_debug.h,v 1.3 2015/01/10 18:13:22 rumko Exp $
---- src/support/debug.h.orig 2013-04-29 15:58:31.000000000 +0000
+--- src/support/debug.h.orig 2014-11-15 18:11:26.000000000 +0000
+++ src/support/debug.h
-@@ -16,16 +16,8 @@
- #define LYXDEBUG_H
-
- #include "support/strfwd.h"
--
+@@ -21,14 +21,8 @@
+ // but ios_base has already been defined in strfwd
+ // if compiling with it
+ #ifndef _LIBCPP_VERSION
-namespace std {
-
-class ios_base;
@@ -15,9 +14,8 @@ $NetBSD: patch-src_support_debug.h,v 1.2 2014/01/19 14:04:39 rumko Exp $
-typedef basic_streambuf<char, char_traits<char> > streambuf;
-
-}
--
+#include <ios>
+#include <streambuf>
+ #endif
- namespace lyx {
diff --git a/editors/lyx/patches/patch-src_support_os__unix.cpp b/editors/lyx/patches/patch-src_support_os__unix.cpp
new file mode 100644
index 00000000000..8ea4c6d08c9
--- /dev/null
+++ b/editors/lyx/patches/patch-src_support_os__unix.cpp
@@ -0,0 +1,14 @@
+$NetBSD: patch-src_support_os__unix.cpp,v 1.1 2015/01/10 18:13:22 rumko Exp $
+
+Fix cases when LC_ALL & co. are undefined.
+
+--- src/support/os_unix.cpp.orig 2014-11-15 18:11:26.000000000 +0000
++++ src/support/os_unix.cpp
+@@ -23,6 +23,7 @@
+ #include "support/lassert.h"
+
+ #include <limits.h>
++#include <locale.h>
+ #include <stdlib.h>
+
+ #ifdef __APPLE__
diff --git a/editors/lyx/patches/patch-src_support_strfwd.h b/editors/lyx/patches/patch-src_support_strfwd.h
index eb549fcb487..36c93a07fb6 100644
--- a/editors/lyx/patches/patch-src_support_strfwd.h
+++ b/editors/lyx/patches/patch-src_support_strfwd.h
@@ -1,12 +1,11 @@
-$NetBSD: patch-src_support_strfwd.h,v 1.1 2012/11/23 12:32:00 joerg Exp $
+$NetBSD: patch-src_support_strfwd.h,v 1.2 2015/01/10 18:13:22 rumko Exp $
---- src/support/strfwd.h.orig 2012-11-22 21:47:30.000000000 +0000
+--- src/support/strfwd.h.orig 2014-11-15 18:11:26.000000000 +0000
+++ src/support/strfwd.h
-@@ -28,28 +28,8 @@ namespace lyx { typedef boost::uint32_t
+@@ -41,28 +41,8 @@ namespace lyx { typedef boost::uint32_t
+ #include <string>
+ #else
- #endif
-
--
-namespace std {
-
-template<typename Alloc> class allocator;
@@ -22,14 +21,15 @@ $NetBSD: patch-src_support_strfwd.h,v 1.1 2012/11/23 12:32:00 joerg Exp $
-
-template<class Char, class Traits> class basic_istream;
-template<class Char, class Traits> class basic_ostream;
+-template<class Char, class Traits, class Allocator> class basic_ostringstream;
-
-typedef basic_istream<char, char_traits<char> > istream;
-typedef basic_ostream<char, char_traits<char> > ostream;
+-typedef basic_ostringstream<char, char_traits<char>, allocator<char> > ostringstream;
-
-} // namepace std
--
+#include <string>
+#include <iostream>
- namespace lyx {
+ #endif