View | Details | Raw Unified | Return to bug 63753
Collapse All | Expand All

(-)print/cjk-lyx/Makefile (-25 / +27 lines)
Lines 6-52 Link Here
6
#
6
#
7
7
8
PORTNAME=	lyx
8
PORTNAME=	lyx
9
PORTVERSION=	1.2.3
9
PORTVERSION=	1.3.4.1
10
PORTREVISION=	2
11
CATEGORIES=	print
10
CATEGORIES=	print
12
MASTER_SITES=	ftp://stone.phys.pusan.ac.kr/pub/CJK-LyX/
11
MASTER_SITES=	ftp://cellular.phys.pusan.ac.kr/CJK-LyX/qt/
13
PKGNAMEPREFIX=	cjk-
12
PKGNAMEPREFIX=	cjk-
14
DISTNAME=	CJK-LyX-${PORTVERSION}-src
13
DISTNAME=	CJK-LyX-qt-${PORTVERSION:R}-${PORTVERSION:E}.src
15
14
16
MAINTAINER=	cjh@FreeBSD.org
15
MAINTAINER=	cjh@FreeBSD.org
17
COMMENT=	Document processor interfaced with LaTeX, with CJK support
16
COMMENT=	Document processor interfaced with LaTeX, with CJK support
18
17
19
BUILD_DEPENDS=	gm4:${PORTSDIR}/devel/m4 \
18
BUILD_DEPENDS=	gm4:${PORTSDIR}/devel/m4 \
20
		latex:${PORTSDIR}/print/teTeX
19
		latex:${PORTSDIR}/print/teTeX
21
LIB_DEPENDS=	forms.1:${PORTSDIR}/x11-toolkits/xforms
22
RUN_DEPENDS=	gm4:${PORTSDIR}/devel/m4 \
20
RUN_DEPENDS=	gm4:${PORTSDIR}/devel/m4 \
23
		latex:${PORTSDIR}/print/teTeX
21
		latex:${PORTSDIR}/print/teTeX
24
22
25
WRKSRC=		${WRKDIR}/CJK-LyX-${PORTVERSION}
23
WRKSRC=		${WRKDIR}/CJK-LyX-qt-${PORTVERSION:R}
26
24
27
USE_GETTEXT=	yes
25
CONFLICTS=	lyx-*
28
USE_XPM=	yes
26
29
USE_REINPLACE=	yes
27
USE_QT_VER=	3
28
USE_GNOME=	gnometarget lthack
30
USE_PERL5=	yes
29
USE_PERL5=	yes
30
USE_PYTHON=	yes
31
USE_GETTEXT=	yes
31
USE_GMAKE=	yes
32
USE_GMAKE=	yes
32
USE_AUTOMAKE_VER=	15
33
USE_LIBTOOL=	yes
33
CONFIGURE_ENV=	CPPFLAGS="-DI18N"
34
CONFIGURE_ARGS=	--with-frontend=qt \
34
CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
35
		--with-extra-lib="${LOCALBASE}/lib" \
35
CONFIGURE_ARGS=	--with-extra-lib="${LOCALBASE}/lib" \
36
		--with-extra-inc="${LOCALBASE}/include"
36
		--with-extra-inc="${LOCALBASE}/include"
37
MAKE_ARGS=	ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \
37
MAKE_ARGS=	ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \
38
		AUTOHEADER="${TRUE}"
38
		AUTOHEADER="${TRUE}"
39
MAN1=		lyx.1 reLyX.1
39
MAN1=		lyx.1 reLyX.1
40
40
41
CFLAGS+=	-DI18N
42
43
QTCPPFLAGS+=	${PTHREAD_CFLAGS}
44
QTCFGLIBS+=	${PTHREAD_LIBS}
45
41
.if defined(WITH_ASPELL)
46
.if defined(WITH_ASPELL)
42
LIB_DEPENDS+=	aspell.15:${PORTSDIR}/textproc/aspell
47
LIB_DEPENDS+=	aspell.15:${PORTSDIR}/textproc/aspell
43
CONFIGURE_ARGS+=	--with-pspell \
48
CONFIGURE_ARGS+=	--with-pspell \
44
			--with-pspell-lib="${LOCALBASE}/lib" \
49
			--with-pspell-lib="${LOCALBASE}/lib" \
45
			--with-pspell-include="${LOCALBASE}/include" 
50
			--with-pspell-include="${LOCALBASE}/include"
46
.endif
51
.endif
47
52
48
.if defined(WITH_ISPELL)
53
.if defined(WITH_ISPELL)
49
RUN_DEPENDS+=   ispell:${PORTSDIR}/textproc/ispell
54
RUN_DEPENDS+=	ispell:${PORTSDIR}/textproc/ispell
55
.endif
56
57
.include <bsd.port.pre.mk>
58
59
.if ${OSVERSION} < 500035
60
CFLAGS+=	-Wno-non-template-friend -ftemplate-depth-30
50
.endif
61
.endif
51
62
52
pre-everything::
63
pre-everything::
Lines 64-76 Link Here
64
	@${ECHO_MSG}
75
	@${ECHO_MSG}
65
.endif
76
.endif
66
77
67
post-patch:
78
.include <bsd.port.post.mk>
68
.for file in src/Makefile.am src/frontends/Makefile.am
69
	@${REINPLACE_CMD} -e 's|LIBS +=|LDFLAGS = @LDFLAGS@|g' ${WRKSRC}/${file}
70
.endfor
71
.for file in configure.in lib/reLyX/configure.in
72
	@${REINPLACE_CMD} -e 's|AC_CHECK_LIB(c,|AC_CHECK_FUNC(|g ; \
73
		 s|^INSTALL_SCRIPT=|#INSTALL_SCRIPT=|g' ${WRKSRC}/${file}
74
.endfor
75
76
.include <bsd.port.mk>
(-)print/cjk-lyx/distinfo (-1 / +2 lines)
Line 1 Link Here
1
MD5 (CJK-LyX-1.2.3-src.tar.gz) = 30eab39df47ab8fc36863bdaa0d76c4d
1
MD5 (CJK-LyX-qt-1.3.4-1.src.tar.gz) = 7295bf28d2554a52e802f186f3d1026b
2
SIZE (CJK-LyX-qt-1.3.4-1.src.tar.gz) = 7501719
(-)print/cjk-lyx/files/patch-config::ltmain.sh (-28 lines)
Lines 1-28 Link Here
1
--- config/ltmain.sh.orig	Thu Jan 24 06:28:31 2002
2
+++ config/ltmain.sh	Fri Jun 28 20:15:12 2002
3
@@ -1043,14 +1043,14 @@
4
 	    # These systems don't actually have a C library (as such)
5
 	    test "X$arg" = "X-lc" && continue
6
 	    ;;
7
-	  *-*-openbsd*)
8
+	  *-*-openbsd* | *-*-freebsd*)
9
 	    # Do not include libc due to us having libc/libc_r.
10
 	    test "X$arg" = "X-lc" && continue
11
 	    ;;
12
 	  esac
13
 	 elif test "X$arg" = "X-lc_r"; then
14
 	  case $host in
15
-	  *-*-openbsd*)
16
+	  *-*-openbsd* | *-*-freebsd*)
17
 	    # Do not include libc_r directly, use -pthread flag.
18
 	    continue
19
 	    ;;
20
@@ -2441,7 +2441,7 @@
21
 	  *-*-netbsd*)
22
 	    # Don't link with libc until the a.out ld.so is fixed.
23
 	    ;;
24
-	  *-*-openbsd*)
25
+	  *-*-openbsd* | *-*-freebsd*)
26
 	    # Do not include libc due to us having libc/libc_r.
27
 	    ;;
28
 	  *)
(-)print/cjk-lyx/files/patch-configure (+94 lines)
Line 0 Link Here
1
--- configure.orig	Thu Feb 19 02:35:31 2004
2
+++ configure	Tue Mar  2 01:03:20 2004
3
@@ -5304,33 +5304,51 @@
4
 
5
 fi
6
 
7
-
8
-echo "$as_me:$LINENO: checking for fopen in -lc" >&5
9
-echo $ECHO_N "checking for fopen in -lc... $ECHO_C" >&6
10
-if test "${ac_cv_lib_c_fopen+set}" = set; then
11
+echo "$as_me:$LINENO: checking for fopen" >&5
12
+echo $ECHO_N "checking for fopen... $ECHO_C" >&6
13
+if test "${ac_cv_func_fopen+set}" = set; then
14
   echo $ECHO_N "(cached) $ECHO_C" >&6
15
 else
16
-  ac_check_lib_save_LIBS=$LIBS
17
-LIBS="-lc  $LIBS"
18
-cat >conftest.$ac_ext <<_ACEOF
19
+  cat >conftest.$ac_ext <<_ACEOF
20
 #line $LINENO "configure"
21
 /* confdefs.h.  */
22
 _ACEOF
23
 cat confdefs.h >>conftest.$ac_ext
24
 cat >>conftest.$ac_ext <<_ACEOF
25
 /* end confdefs.h.  */
26
-
27
+/* System header to define __stub macros and hopefully few prototypes,
28
+    which can conflict with char fopen (); below.
29
+    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
30
+    <limits.h> exists even on freestanding compilers.  */
31
+#ifdef __STDC__
32
+# include <limits.h>
33
+#else
34
+# include <assert.h>
35
+#endif
36
 /* Override any gcc2 internal prototype to avoid an error.  */
37
 #ifdef __cplusplus
38
 extern "C"
39
+{
40
 #endif
41
 /* We use char because int might match the return type of a gcc2
42
    builtin and then its argument prototype would still apply.  */
43
 char fopen ();
44
+/* The GNU C library defines this for functions which it implements
45
+    to always fail with ENOSYS.  Some functions are actually named
46
+    something starting with __ and the normal name is an alias.  */
47
+#if defined (__stub_fopen) || defined (__stub___fopen)
48
+choke me
49
+#else
50
+char (*f) () = fopen;
51
+#endif
52
+#ifdef __cplusplus
53
+}
54
+#endif
55
+
56
 int
57
 main ()
58
 {
59
-fopen ();
60
+return f != fopen;
61
   ;
62
   return 0;
63
 }
64
@@ -5347,26 +5365,17 @@
65
   ac_status=$?
66
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
67
   (exit $ac_status); }; }; then
68
-  ac_cv_lib_c_fopen=yes
69
+  ac_cv_func_fopen=yes
70
 else
71
   echo "$as_me: failed program was:" >&5
72
 sed 's/^/| /' conftest.$ac_ext >&5
73
 
74
-ac_cv_lib_c_fopen=no
75
+ac_cv_func_fopen=no
76
 fi
77
 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
78
-LIBS=$ac_check_lib_save_LIBS
79
-fi
80
-echo "$as_me:$LINENO: result: $ac_cv_lib_c_fopen" >&5
81
-echo "${ECHO_T}$ac_cv_lib_c_fopen" >&6
82
-if test $ac_cv_lib_c_fopen = yes; then
83
-  cat >>confdefs.h <<_ACEOF
84
-#define HAVE_LIBC 1
85
-_ACEOF
86
-
87
-  LIBS="-lc $LIBS"
88
-
89
 fi
90
+echo "$as_me:$LINENO: result: $ac_cv_func_fopen" >&5
91
+echo "${ECHO_T}$ac_cv_func_fopen" >&6
92
 
93
 
94
 ### Add extra directories to check for libraries.
(-)print/cjk-lyx/files/patch-src::WorkArea.C (-14 lines)
Lines 1-14 Link Here
1
--- src/WorkArea.C.orig	Fri Aug 23 15:04:29 2002
2
+++ src/WorkArea.C	Thu Oct  3 00:30:28 2002
3
@@ -409,9 +409,9 @@
4
 		KeySym keysym = 0;
5
 #ifdef I18N
6
                char s_r[256];
7
-#else
8
-		char dummy[1];
9
+               int num_bytes;
10
 #endif		
11
+		char dummy[1];
12
 		XKeyEvent * xke = reinterpret_cast<XKeyEvent *>(ev);
13
 #if FL_VERSION < 1 && (FL_REVISION < 89 || (FL_REVISION == 89 && FL_FIXLEVEL < 5))
14
 		// XForms < 0.89.5 does not have compose support
(-)print/cjk-lyx/files/patch-src::lyxcodeconv.C (-13 lines)
Lines 1-13 Link Here
1
--- src/lyxcodeconv.C.orig	Thu Jul 11 19:55:02 2002
2
+++ src/lyxcodeconv.C	Thu Jul 11 19:55:36 2002
3
@@ -11,6 +11,10 @@
4
 #include "LString.h"
5
 #include "lyxcodeconv.h"
6
 
7
+#include <iostream>
8
+
9
+using namespace std;
10
+
11
 LyXCodeConv codeconverter;     //global
12
 
13
 size_t LyXCodeConv::lyxmbstowcs(wchar_t *wcs, const char *cs, size_t n)
(-)print/cjk-lyx/files/patch-src::lyxcodeconv.h (-10 lines)
Lines 1-10 Link Here
1
--- work/CJK-LyX-1.2.0/src/lyxcodeconv.h~	Thu Jul 11 15:18:49 2002
2
+++ src/lyxcodeconv.h	Thu Jul 11 15:24:20 2002
3
@@ -10,6 +10,7 @@
4
 #include <fstream>
5
 #include <iomanip>
6
 using std::ofstream;
7
+using std::ostream;
8
 using std::ifstream;
9
 using std::fstream;
10
 using std::ios;
(-)print/cjk-lyx/files/patch-src::lyxim.C (-13 lines)
Lines 1-13 Link Here
1
--- src/lyxim.C.orig	Thu Jul 11 19:10:30 2002
2
+++ src/lyxim.C	Thu Jul 11 19:16:31 2002
3
@@ -19,6 +19,10 @@
4
 
5
 #define DUMMY_FONT_NAME       "-*-*-*-R-Normal--14-130-75-75-*-*"
6
 
7
+#include <iostream>
8
+
9
+using namespace std;
10
+
11
 //extern FD_form_main *fd_form_main;
12
 extern MiniBuffer *minibuffer;
13
 extern BufferView *current_view;
(-)print/cjk-lyx/files/patch-src::sp_spell.C (-11 lines)
Lines 1-11 Link Here
1
--- src/sp_spell.C.orig	Mon Aug 12 19:25:50 2002
2
+++ src/sp_spell.C	Fri Aug 23 03:38:09 2002
3
@@ -379,7 +379,7 @@
4
 		// Configure provides us with macros which are supposed to do
5
 		// the right typecast.
6
 		retval = select(SELECT_TYPE_ARG1 (pipeout[0]+1),
7
-				SELECT_TYPE_ARG234 (&infds),
8
+				&infds,
9
 				0,
10
 				0,
11
 				SELECT_TYPE_ARG5 (&tv));
(-)print/cjk-lyx/pkg-descr (-14 / +8 lines)
Lines 1-16 Link Here
1
CJK-LyX
1
LyX is a document processor interfaced with LaTeX, which gives both the
2
=======
2
ease-of-use of a wordprocessor, and the flexibility and power of
3
LaTeX.
3
4
4
CJK-LyX is a multibyte version of LyX, the text processing document 
5
Quasi-WYSIWYG interface, many LaTeX styles and layouts automatically
5
processor, or simply a new and advanced kind of word processors. 
6
generated. Speeds up learning LaTeX and makes complicated layouts
6
More specifically, CJK-LyX is the patched version of LyX for Chinese,
7
easy and intuitive. New features include spell-checking, international
7
Japanese and Korean language users.
8
character support, WYSIWYG graphics, tables, and equations.
8
9
9
CJK-LyX is based on the earlier patch against lyx-1.0.3 by Masahiko 
10
WWW: http://www.lyx.org/
10
Kawakami <kawakami@din.or.jp> and critical contributions from 
11
Chideok Hwang <hwang@mizi.co.kr>, who is also the author of the 
12
Korean input method Ami. 
13
14
--
15
CHOI Junho <cjh@FreeBSD.org>
16
WWW: http://cellular.phys.pusan.ac.kr/cjk.html
(-)print/cjk-lyx/pkg-plist (-437 / +925 lines)
Lines 1-454 Link Here
1
bin/lyx
1
bin/lyx
2
bin/noweb2lyx
2
bin/noweb2lyx
3
bin/reLyX
3
bin/reLyX
4
share/locale/bg/LC_MESSAGES/lyx.mo
5
share/locale/ca/LC_MESSAGES/lyx.mo
6
share/locale/cs/LC_MESSAGES/lyx.mo
7
share/locale/da/LC_MESSAGES/lyx.mo
4
share/locale/da/LC_MESSAGES/lyx.mo
8
share/locale/de/LC_MESSAGES/lyx.mo
5
share/locale/de/LC_MESSAGES/lyx.mo
9
share/locale/es/LC_MESSAGES/lyx.mo
6
share/locale/es/LC_MESSAGES/lyx.mo
10
share/locale/eu/LC_MESSAGES/lyx.mo
7
share/locale/eu/LC_MESSAGES/lyx.mo
11
share/locale/fi/LC_MESSAGES/lyx.mo
8
share/locale/fi/LC_MESSAGES/lyx.mo
12
share/locale/fr/LC_MESSAGES/lyx.mo
9
share/locale/fr/LC_MESSAGES/lyx.mo
13
share/locale/he/LC_MESSAGES/lyx.mo
14
share/locale/hu/LC_MESSAGES/lyx.mo
15
share/locale/it/LC_MESSAGES/lyx.mo
10
share/locale/it/LC_MESSAGES/lyx.mo
11
share/locale/ja/LC_MESSAGES/lyx.mo
12
share/locale/ko/LC_MESSAGES/lyx.mo
16
share/locale/nl/LC_MESSAGES/lyx.mo
13
share/locale/nl/LC_MESSAGES/lyx.mo
14
share/locale/nn/LC_MESSAGES/lyx.mo
17
share/locale/no/LC_MESSAGES/lyx.mo
15
share/locale/no/LC_MESSAGES/lyx.mo
18
share/locale/pl/LC_MESSAGES/lyx.mo
16
share/locale/pl/LC_MESSAGES/lyx.mo
19
share/locale/pt/LC_MESSAGES/lyx.mo
20
share/locale/ro/LC_MESSAGES/lyx.mo
17
share/locale/ro/LC_MESSAGES/lyx.mo
21
share/locale/ru/LC_MESSAGES/lyx.mo
18
share/locale/ru/LC_MESSAGES/lyx.mo
22
share/locale/sk/LC_MESSAGES/lyx.mo
19
share/locale/sk/LC_MESSAGES/lyx.mo
23
share/locale/sl/LC_MESSAGES/lyx.mo
20
share/locale/sl/LC_MESSAGES/lyx.mo
24
share/locale/sv/LC_MESSAGES/lyx.mo
21
%%DATADIR%%/CREDITS
25
share/locale/tr/LC_MESSAGES/lyx.mo
22
%%DATADIR%%/bind/aqua.bind
26
share/locale/wa/LC_MESSAGES/lyx.mo
23
%%DATADIR%%/bind/broadway.bind
27
share/lyx/CREDITS
24
%%DATADIR%%/bind/cua.bind
28
share/lyx/bind/broadway.bind
25
%%DATADIR%%/bind/cyrkeys.bind
29
share/lyx/bind/cua.bind
26
%%DATADIR%%/bind/de_menus.bind
30
share/lyx/bind/cyrkeys.bind
27
%%DATADIR%%/bind/emacs.bind
31
share/lyx/bind/de_menus.bind
28
%%DATADIR%%/bind/fi_menus.bind
32
share/lyx/bind/emacs.bind
29
%%DATADIR%%/bind/greekkeys.bind
33
share/lyx/bind/fi_menus.bind
30
%%DATADIR%%/bind/hollywood.bind
34
share/lyx/bind/greekkeys.bind
31
%%DATADIR%%/bind/latinkeys.bind
35
share/lyx/bind/hollywood.bind
32
%%DATADIR%%/bind/math.bind
36
share/lyx/bind/latinkeys.bind
33
%%DATADIR%%/bind/menus.bind
37
share/lyx/bind/math.bind
34
%%DATADIR%%/bind/pt_menus.bind
38
share/lyx/bind/menus.bind
35
%%DATADIR%%/bind/sciword.bind
39
share/lyx/bind/pt_menus.bind
36
%%DATADIR%%/bind/sv_menus.bind
40
share/lyx/bind/sciword.bind
37
%%DATADIR%%/bind/xemacs.bind
41
share/lyx/bind/sv_menus.bind
38
%%DATADIR%%/chkconfig.ltx
42
share/lyx/bind/xemacs.bind
39
%%DATADIR%%/clipart/platypus.eps
43
share/lyx/chkconfig.ltx
40
%%DATADIR%%/configure
44
share/lyx/clipart/platypus.eps
41
%%DATADIR%%/configure.cmd
45
share/lyx/configure
42
%%DATADIR%%/doc/Customization.lyx
46
share/lyx/configure.cmd
43
%%DATADIR%%/doc/DocStyle.lyx
47
share/lyx/doc/Customization.lyx
44
%%DATADIR%%/doc/Extended.lyx
48
share/lyx/doc/DocStyle.lyx
45
%%DATADIR%%/doc/FAQ.lyx
49
share/lyx/doc/Extended.lyx
46
%%DATADIR%%/doc/Intro.lyx
50
share/lyx/doc/FAQ.lyx
47
%%DATADIR%%/doc/LaTeXConfig.lyx
51
share/lyx/doc/Intro.lyx
48
%%DATADIR%%/doc/LaTeXConfig.lyx.in
52
share/lyx/doc/LaTeXConfig.lyx
49
%%DATADIR%%/doc/LyXConfig.lyx.in
53
share/lyx/doc/LaTeXConfig.lyx.in
50
%%DATADIR%%/doc/Reference.lyx
54
share/lyx/doc/LyXConfig.lyx.in
51
%%DATADIR%%/doc/TOC.lyx
55
share/lyx/doc/Reference.lyx
52
%%DATADIR%%/doc/Tutorial.lyx
56
share/lyx/doc/TOC.lyx
53
%%DATADIR%%/doc/UserGuide.lyx
57
share/lyx/doc/Tutorial.lyx
54
%%DATADIR%%/doc/cs_TOC.lyx
58
share/lyx/doc/UserGuide.lyx
55
%%DATADIR%%/doc/cs_Tutorial.lyx
59
share/lyx/doc/cs_TOC.lyx
56
%%DATADIR%%/doc/da_Intro.lyx
60
share/lyx/doc/cs_Tutorial.lyx
57
%%DATADIR%%/doc/da_TOC.lyx
61
share/lyx/doc/da_Intro.lyx
58
%%DATADIR%%/doc/de_Customization.lyx
62
share/lyx/doc/da_TOC.lyx
59
%%DATADIR%%/doc/de_Extended.lyx
63
share/lyx/doc/de_Customization.lyx
60
%%DATADIR%%/doc/de_FAQ.lyx
64
share/lyx/doc/de_Extended.lyx
61
%%DATADIR%%/doc/de_Intro.lyx
65
share/lyx/doc/de_FAQ.lyx
62
%%DATADIR%%/doc/de_TOC.lyx
66
share/lyx/doc/de_Intro.lyx
63
%%DATADIR%%/doc/de_Tutorial.lyx
67
share/lyx/doc/de_TOC.lyx
64
%%DATADIR%%/doc/de_UserGuide.lyx
68
share/lyx/doc/de_Tutorial.lyx
65
%%DATADIR%%/doc/es_Intro.lyx
69
share/lyx/doc/de_UserGuide.lyx
66
%%DATADIR%%/doc/es_TOC.lyx
70
share/lyx/doc/es_Intro.lyx
67
%%DATADIR%%/doc/es_Tutorial.lyx
71
share/lyx/doc/es_TOC.lyx
68
%%DATADIR%%/doc/escher-lsd.eps
72
share/lyx/doc/es_Tutorial.lyx
69
%%DATADIR%%/doc/eu_Extended.lyx
73
share/lyx/doc/escher-lsd.eps
70
%%DATADIR%%/doc/eu_Intro.lyx
74
share/lyx/doc/eu_Intro.lyx
71
%%DATADIR%%/doc/eu_TOC.lyx
75
share/lyx/doc/eu_TOC.lyx
72
%%DATADIR%%/doc/eu_Tutorial.lyx
76
share/lyx/doc/eu_Tutorial.lyx
73
%%DATADIR%%/doc/eu_UserGuide.lyx
77
share/lyx/doc/fr_Customization.lyx
74
%%DATADIR%%/doc/fr_Customization.lyx
78
share/lyx/doc/fr_Extended.lyx
75
%%DATADIR%%/doc/fr_Extended.lyx
79
share/lyx/doc/fr_FAQ.lyx
76
%%DATADIR%%/doc/fr_FAQ.lyx
80
share/lyx/doc/fr_Intro.lyx
77
%%DATADIR%%/doc/fr_Intro.lyx
81
share/lyx/doc/fr_TOC.lyx
78
%%DATADIR%%/doc/fr_TOC.lyx
82
share/lyx/doc/fr_Tutorial.lyx
79
%%DATADIR%%/doc/fr_Tutorial.lyx
83
share/lyx/doc/fr_UserGuide.lyx
80
%%DATADIR%%/doc/fr_UserGuide.lyx
84
share/lyx/doc/he_Intro.lyx
81
%%DATADIR%%/doc/he_Intro.lyx
85
share/lyx/doc/he_TOC.lyx
82
%%DATADIR%%/doc/he_TOC.lyx
86
share/lyx/doc/he_Tutorial.lyx
83
%%DATADIR%%/doc/he_Tutorial.lyx
87
share/lyx/doc/hu_Intro.lyx
84
%%DATADIR%%/doc/hu_Intro.lyx
88
share/lyx/doc/hu_TOC.lyx
85
%%DATADIR%%/doc/hu_TOC.lyx
89
share/lyx/doc/it_Customization.lyx
86
%%DATADIR%%/doc/it_Customization.lyx
90
share/lyx/doc/it_Intro.lyx
87
%%DATADIR%%/doc/it_Intro.lyx
91
share/lyx/doc/it_TOC.lyx
88
%%DATADIR%%/doc/it_TOC.lyx
92
share/lyx/doc/it_Tutorial.lyx
89
%%DATADIR%%/doc/it_Tutorial.lyx
93
share/lyx/doc/it_UserGuide.lyx
90
%%DATADIR%%/doc/it_UserGuide.lyx
94
share/lyx/doc/mobius.eps
91
%%DATADIR%%/doc/mobius.eps
95
share/lyx/doc/nl_Intro.lyx
92
%%DATADIR%%/doc/nl_Intro.lyx
96
share/lyx/doc/nl_TOC.lyx
93
%%DATADIR%%/doc/nl_TOC.lyx
97
share/lyx/doc/nl_Tutorial.lyx
94
%%DATADIR%%/doc/nl_Tutorial.lyx
98
share/lyx/doc/pl_Intro.lyx
95
%%DATADIR%%/doc/no_Intro.lyx
99
share/lyx/doc/pl_TOC.lyx
96
%%DATADIR%%/doc/no_TOC.lyx
100
share/lyx/doc/pl_Tutorial.lyx
97
%%DATADIR%%/doc/pl_Extended.lyx
101
share/lyx/doc/platypus.eps
98
%%DATADIR%%/doc/pl_Intro.lyx
102
share/lyx/doc/pt_Intro.lyx
99
%%DATADIR%%/doc/pl_TOC.lyx
103
share/lyx/doc/pt_TOC.lyx
100
%%DATADIR%%/doc/pl_Tutorial.lyx
104
share/lyx/doc/pt_Tutorial.lyx
101
%%DATADIR%%/doc/platypus.eps
105
share/lyx/doc/ro_Intro.lyx
102
%%DATADIR%%/doc/pt_Intro.lyx
106
share/lyx/doc/ro_TOC.lyx
103
%%DATADIR%%/doc/pt_TOC.lyx
107
share/lyx/doc/ro_splash.lyx
104
%%DATADIR%%/doc/pt_Tutorial.lyx
108
share/lyx/doc/ru_FAQ.lyx
105
%%DATADIR%%/doc/ro_Intro.lyx
109
share/lyx/doc/ru_Intro.lyx
106
%%DATADIR%%/doc/ro_TOC.lyx
110
share/lyx/doc/ru_TOC.lyx
107
%%DATADIR%%/doc/ro_splash.lyx
111
share/lyx/doc/ru_Tutorial.lyx
108
%%DATADIR%%/doc/ru_FAQ.lyx
112
share/lyx/doc/sk_TOC.lyx
109
%%DATADIR%%/doc/ru_Intro.lyx
113
share/lyx/doc/sk_Tutorial.lyx
110
%%DATADIR%%/doc/ru_TOC.lyx
114
share/lyx/doc/sk_UserGuide.lyx
111
%%DATADIR%%/doc/ru_Tutorial.lyx
115
share/lyx/doc/sl_Intro.lyx
112
%%DATADIR%%/doc/sk_TOC.lyx
116
share/lyx/doc/sl_TOC.lyx
113
%%DATADIR%%/doc/sk_Tutorial.lyx
117
share/lyx/doc/sl_Tutorial.lyx
114
%%DATADIR%%/doc/sk_UserGuide.lyx
118
share/lyx/doc/sv_Intro.lyx
115
%%DATADIR%%/doc/sl_Intro.lyx
119
share/lyx/doc/sv_TOC.lyx
116
%%DATADIR%%/doc/sl_TOC.lyx
120
share/lyx/doc/sv_Tutorial.lyx
117
%%DATADIR%%/doc/sl_Tutorial.lyx
121
share/lyx/encodings
118
%%DATADIR%%/doc/sv_Intro.lyx
122
share/lyx/examples/Foils.lyx
119
%%DATADIR%%/doc/sv_TOC.lyx
123
share/lyx/examples/ItemizeBullets.lyx
120
%%DATADIR%%/doc/sv_Tutorial.lyx
124
share/lyx/examples/Literate.lyx
121
%%DATADIR%%/encodings
125
share/lyx/examples/Minipage.lyx
122
%%DATADIR%%/examples/Foils.lyx
126
share/lyx/examples/TableExamples.lyx
123
%%DATADIR%%/examples/ItemizeBullets.lyx
127
share/lyx/examples/aa_sample.lyx
124
%%DATADIR%%/examples/Literate.lyx
128
share/lyx/examples/aas_sample.lyx
125
%%DATADIR%%/examples/Minipage.lyx
129
share/lyx/examples/amsart-test.lyx
126
%%DATADIR%%/examples/TableExamples.lyx
130
share/lyx/examples/amsbook-test.lyx
127
%%DATADIR%%/examples/aa_sample.lyx
131
share/lyx/examples/ca_splash.lyx
128
%%DATADIR%%/examples/aas_sample.lyx
132
share/lyx/examples/chess-article.lyx
129
%%DATADIR%%/examples/amsart-test.lyx
133
share/lyx/examples/chessgame.lyx
130
%%DATADIR%%/examples/amsbook-test.lyx
134
share/lyx/examples/currency.lyx
131
%%DATADIR%%/examples/ca_splash.lyx
135
share/lyx/examples/cv.lyx
132
%%DATADIR%%/examples/chess-article.lyx
136
share/lyx/examples/da_splash.lyx
133
%%DATADIR%%/examples/chessgame.lyx
137
share/lyx/examples/de_beispiel_gelyxt.lyx
134
%%DATADIR%%/examples/currency.lyx
138
share/lyx/examples/de_beispiel_roh.lyx
135
%%DATADIR%%/examples/cv.lyx
139
share/lyx/examples/de_splash.lyx
136
%%DATADIR%%/examples/da_splash.lyx
140
share/lyx/examples/decimal.lyx
137
%%DATADIR%%/examples/de_beispiel_gelyxt.lyx
141
share/lyx/examples/docbook_article.lyx
138
%%DATADIR%%/examples/de_beispiel_roh.lyx
142
share/lyx/examples/es_ejemplo_con_lyx.lyx
139
%%DATADIR%%/examples/de_splash.lyx
143
share/lyx/examples/es_ejemplo_sin_lyx.lyx
140
%%DATADIR%%/examples/decimal.lyx
144
share/lyx/examples/es_splash.lyx
141
%%DATADIR%%/examples/docbook_article.lyx
145
share/lyx/examples/eu_adibide_gordina.lyx
142
%%DATADIR%%/examples/es_ejemplo_con_lyx.lyx
146
share/lyx/examples/eu_adibide_lyx-atua.lyx
143
%%DATADIR%%/examples/es_ejemplo_sin_lyx.lyx
147
share/lyx/examples/eu_splash.lyx
144
%%DATADIR%%/examples/es_splash.lyx
148
share/lyx/examples/example_lyxified.lyx
145
%%DATADIR%%/examples/eu_adibide_gordina.lyx
149
share/lyx/examples/example_raw.lyx
146
%%DATADIR%%/examples/eu_adibide_lyx-atua.lyx
150
share/lyx/examples/fr_AlignementDecimal.lyx
147
%%DATADIR%%/examples/eu_splash.lyx
151
share/lyx/examples/fr_CV.lyx
148
%%DATADIR%%/examples/example_lyxified.lyx
152
share/lyx/examples/fr_ExemplesTableaux.lyx
149
%%DATADIR%%/examples/example_raw.lyx
153
share/lyx/examples/fr_ListesPuces.lyx
150
%%DATADIR%%/examples/fr_AlignementDecimal.lyx
154
share/lyx/examples/fr_Minipage.lyx
151
%%DATADIR%%/examples/fr_CV.lyx
155
share/lyx/examples/fr_MultiColonnes.lyx
152
%%DATADIR%%/examples/fr_ExemplesTableaux.lyx
156
share/lyx/examples/fr_exemple_brut.lyx
153
%%DATADIR%%/examples/fr_Foils.lyx
157
share/lyx/examples/fr_exemple_lyxifie.lyx
154
%%DATADIR%%/examples/fr_ListesPuces.lyx
158
share/lyx/examples/fr_mathed.lyx
155
%%DATADIR%%/examples/fr_Minipage.lyx
159
share/lyx/examples/fr_splash.lyx
156
%%DATADIR%%/examples/fr_exemple_brut.lyx
160
share/lyx/examples/he_example_raw.lyx
157
%%DATADIR%%/examples/fr_exemple_lyxifie.lyx
161
share/lyx/examples/he_he_example_lyxified.lyx
158
%%DATADIR%%/examples/fr_mathed.lyx
162
share/lyx/examples/he_he_example_raw.lyx
159
%%DATADIR%%/examples/fr_multicol.lyx
163
share/lyx/examples/hu_splash.lyx
160
%%DATADIR%%/examples/fr_splash.lyx
164
share/lyx/examples/iecc05.fen
161
%%DATADIR%%/examples/g-brief2.lyx
165
share/lyx/examples/iecc07.fen
162
%%DATADIR%%/examples/he_example_raw.lyx
166
share/lyx/examples/iecc12.fen
163
%%DATADIR%%/examples/he_he_example_lyxified.lyx
167
share/lyx/examples/it_ItemizeBullets.lyx
164
%%DATADIR%%/examples/he_he_example_raw.lyx
168
share/lyx/examples/it_splash.lyx
165
%%DATADIR%%/examples/hu_splash.lyx
169
share/lyx/examples/landslide.lyx
166
%%DATADIR%%/examples/iecc05.fen
170
share/lyx/examples/linuxdoc_manpage.lyx
167
%%DATADIR%%/examples/iecc07.fen
171
share/lyx/examples/listerrors.lyx
168
%%DATADIR%%/examples/iecc12.fen
172
share/lyx/examples/mathed.lyx
169
%%DATADIR%%/examples/it_ItemizeBullets.lyx
173
share/lyx/examples/multicol.lyx
170
%%DATADIR%%/examples/it_splash.lyx
174
share/lyx/examples/nl_multicol.lyx
171
%%DATADIR%%/examples/landslide.lyx
175
share/lyx/examples/nl_opsommingstekens.lyx
172
%%DATADIR%%/examples/linuxdoc_manpage.lyx
176
share/lyx/examples/nl_splash.lyx
173
%%DATADIR%%/examples/listerrors.lyx
177
share/lyx/examples/nl_voorbeeld_ruw.lyx
174
%%DATADIR%%/examples/mathed.lyx
178
share/lyx/examples/nl_voorbeeld_verlyxt.lyx
175
%%DATADIR%%/examples/multicol.lyx
179
share/lyx/examples/noweb2lyx.lyx
176
%%DATADIR%%/examples/nl_multicol.lyx
180
share/lyx/examples/pl_splash.lyx
177
%%DATADIR%%/examples/nl_opsommingstekens.lyx
181
share/lyx/examples/pt_splash.lyx
178
%%DATADIR%%/examples/nl_splash.lyx
182
share/lyx/examples/ru_splash.lyx
179
%%DATADIR%%/examples/nl_voorbeeld_ruw.lyx
183
share/lyx/examples/script_form.lyx
180
%%DATADIR%%/examples/nl_voorbeeld_verlyxt.lyx
184
share/lyx/examples/sl_primer_lyxan.lyx
181
%%DATADIR%%/examples/noweb2lyx.lyx
185
share/lyx/examples/sl_primer_surov.lyx
182
%%DATADIR%%/examples/pl_splash.lyx
186
share/lyx/examples/sl_splash.lyx
183
%%DATADIR%%/examples/pt_splash.lyx
187
share/lyx/examples/splash.lyx
184
%%DATADIR%%/examples/ru_splash.lyx
188
share/lyx/external_templates
185
%%DATADIR%%/examples/script_form.lyx
189
share/lyx/help/Bibtex.hlp
186
%%DATADIR%%/examples/sl_primer_lyxan.lyx
190
share/lyx/help/Texinfo.hlp
187
%%DATADIR%%/examples/sl_primer_surov.lyx
191
share/lyx/images/amssymb.xpm
188
%%DATADIR%%/examples/sl_splash.lyx
192
share/lyx/images/banner.xpm
189
%%DATADIR%%/examples/splash.lyx
193
share/lyx/images/buffer-close.xpm
190
%%DATADIR%%/external_templates
194
share/lyx/images/buffer-export_ascii.xpm
191
%%DATADIR%%/help/Bibtex.hlp
195
share/lyx/images/buffer-export_latex.xpm
192
%%DATADIR%%/help/Texinfo.hlp
196
share/lyx/images/buffer-new.xpm
193
%%DATADIR%%/images/amssymb.xpm
197
share/lyx/images/buffer-print.xpm
194
%%DATADIR%%/images/banner.ppm
198
share/lyx/images/buffer-update_dvi.xpm
195
%%DATADIR%%/images/buffer-close.xpm
199
share/lyx/images/buffer-update_ps.xpm
196
%%DATADIR%%/images/buffer-export_ascii.xpm
200
share/lyx/images/buffer-view_dvi.xpm
197
%%DATADIR%%/images/buffer-export_latex.xpm
201
share/lyx/images/buffer-view_ps.xpm
198
%%DATADIR%%/images/buffer-new.xpm
202
share/lyx/images/buffer-write.xpm
199
%%DATADIR%%/images/buffer-print.xpm
203
share/lyx/images/build-program.xpm
200
%%DATADIR%%/images/buffer-update_dvi.xpm
204
share/lyx/images/citation-insert.xpm
201
%%DATADIR%%/images/buffer-update_ps.xpm
205
share/lyx/images/copy.xpm
202
%%DATADIR%%/images/buffer-view_dvi.xpm
206
share/lyx/images/cut.xpm
203
%%DATADIR%%/images/buffer-view_ps.xpm
207
share/lyx/images/depth-decrement.xpm
204
%%DATADIR%%/images/buffer-write.xpm
208
share/lyx/images/depth-increment.xpm
205
%%DATADIR%%/images/build-program.xpm
209
share/lyx/images/dialog-tabular-insert.xpm
206
%%DATADIR%%/images/citation-insert.xpm
210
share/lyx/images/ert-insert.xpm
207
%%DATADIR%%/images/copy.xpm
211
share/lyx/images/file-open.xpm
208
%%DATADIR%%/images/cut.xpm
212
share/lyx/images/font-bold.xpm
209
%%DATADIR%%/images/depth-decrement.xpm
213
share/lyx/images/font-emph.xpm
210
%%DATADIR%%/images/depth-increment.xpm
214
share/lyx/images/font-free.xpm
211
%%DATADIR%%/images/down.xpm
215
share/lyx/images/font-noun.xpm
212
%%DATADIR%%/images/ert-insert.xpm
216
share/lyx/images/font-sans.xpm
213
%%DATADIR%%/images/file-open.xpm
217
share/lyx/images/footnote-insert.xpm
214
%%DATADIR%%/images/find-replace.xpm
218
share/lyx/images/graphics-insert.xpm
215
%%DATADIR%%/images/font-bold.xpm
219
share/lyx/images/index-insert.xpm
216
%%DATADIR%%/images/font-emph.xpm
220
share/lyx/images/label-insert.xpm
217
%%DATADIR%%/images/font-free.xpm
221
share/lyx/images/layout.xpm
218
%%DATADIR%%/images/font-noun.xpm
222
share/lyx/images/layout_LaTeX.xpm
219
%%DATADIR%%/images/font-sans.xpm
223
share/lyx/images/layout_LyX-Code.xpm
220
%%DATADIR%%/images/footnote-insert.xpm
224
share/lyx/images/layout_Scrap.xpm
221
%%DATADIR%%/images/graphics-insert.xpm
225
share/lyx/images/layout_Section.xpm
222
%%DATADIR%%/images/index-insert.xpm
226
share/lyx/images/lyx-quit.xpm
223
%%DATADIR%%/images/label-insert.xpm
227
share/lyx/images/lyx.xpm
224
%%DATADIR%%/images/layout.xpm
228
share/lyx/images/marginalnote-insert.xpm
225
%%DATADIR%%/images/layout_LyX-Code.xpm
229
share/lyx/images/math-mode.xpm
226
%%DATADIR%%/images/layout_Scrap.xpm
230
share/lyx/images/math-panel.xpm
227
%%DATADIR%%/images/layout_Section.xpm
231
share/lyx/images/melt.xpm
228
%%DATADIR%%/images/lyx-quit.xpm
232
share/lyx/images/paste.xpm
229
%%DATADIR%%/images/lyx.xpm
233
share/lyx/images/psnfss1.xpm
230
%%DATADIR%%/images/marginalnote-insert.xpm
234
share/lyx/images/psnfss2.xpm
231
%%DATADIR%%/images/math/Bbbk.xpm
235
share/lyx/images/psnfss3.xpm
232
%%DATADIR%%/images/math/Finv.xpm
236
share/lyx/images/psnfss4.xpm
233
%%DATADIR%%/images/math/Game.xpm
237
share/lyx/images/redo.xpm
234
%%DATADIR%%/images/math/Im.xpm
238
share/lyx/images/standard.xpm
235
%%DATADIR%%/images/math/Lleftarrow.xpm
239
share/lyx/images/tabular-insert.xpm
236
%%DATADIR%%/images/math/Lsh.xpm
240
share/lyx/images/undo.xpm
237
%%DATADIR%%/images/math/Re.xpm
241
share/lyx/images/unknown.xpm
238
%%DATADIR%%/images/math/Rsh.xpm
242
share/lyx/kbd/american-2.kmap
239
%%DATADIR%%/images/math/Vert.xpm
243
share/lyx/kbd/american.kmap
240
%%DATADIR%%/images/math/Vvdash.xpm
244
share/lyx/kbd/arabic.kmap
241
%%DATADIR%%/images/math/acute.xpm
245
share/lyx/kbd/bg-bds-1251.kmap
242
%%DATADIR%%/images/math/aleph.xpm
246
share/lyx/kbd/brazil.kmap
243
%%DATADIR%%/images/math/alpha.xpm
247
share/lyx/kbd/brazil2.kmap
244
%%DATADIR%%/images/math/amalg.xpm
248
share/lyx/kbd/cp1251.cdef
245
%%DATADIR%%/images/math/angle.xpm
249
share/lyx/kbd/czech-prg.kmap
246
%%DATADIR%%/images/math/approx.xpm
250
share/lyx/kbd/czech.kmap
247
%%DATADIR%%/images/math/approxeq.xpm
251
share/lyx/kbd/european.kmap
248
%%DATADIR%%/images/math/asymp.xpm
252
share/lyx/kbd/francais.kmap
249
%%DATADIR%%/images/math/backepsilon.xpm
253
share/lyx/kbd/french.kmap
250
%%DATADIR%%/images/math/backprime.xpm
254
share/lyx/kbd/german-2.kmap
251
%%DATADIR%%/images/math/backsim.xpm
255
share/lyx/kbd/german-3.kmap
252
%%DATADIR%%/images/math/backsimeq.xpm
256
share/lyx/kbd/german.kmap
253
%%DATADIR%%/images/math/backslash.xpm
257
share/lyx/kbd/greek.kmap
254
%%DATADIR%%/images/math/bar.xpm
258
share/lyx/kbd/hebrew.kmap
255
%%DATADIR%%/images/math/bars.xpm
259
share/lyx/kbd/ibm866.cdef
256
%%DATADIR%%/images/math/barwedge.xpm
260
share/lyx/kbd/iso8859-1.cdef
257
%%DATADIR%%/images/math/because.xpm
261
share/lyx/kbd/iso8859-15.cdef
258
%%DATADIR%%/images/math/beta.xpm
262
share/lyx/kbd/iso8859-2.cdef
259
%%DATADIR%%/images/math/beth.xpm
263
share/lyx/kbd/iso8859-3.cdef
260
%%DATADIR%%/images/math/between.xpm
264
share/lyx/kbd/iso8859-4.cdef
261
%%DATADIR%%/images/math/bigcap.xpm
265
share/lyx/kbd/iso8859-7.cdef
262
%%DATADIR%%/images/math/bigcirc.xpm
266
share/lyx/kbd/iso8859-8.cdef
263
%%DATADIR%%/images/math/bigcup.xpm
267
share/lyx/kbd/iso8859-9.cdef
264
%%DATADIR%%/images/math/bigodot.xpm
268
share/lyx/kbd/koi8-r.cdef
265
%%DATADIR%%/images/math/bigoplus.xpm
269
share/lyx/kbd/koi8-r.kmap
266
%%DATADIR%%/images/math/bigotimes.xpm
270
share/lyx/kbd/koi8-t.cdef
267
%%DATADIR%%/images/math/bigsqcup.xpm
271
share/lyx/kbd/koi8-u.cdef
268
%%DATADIR%%/images/math/bigstar.xpm
272
share/lyx/kbd/koi8-u.kmap
269
%%DATADIR%%/images/math/bigtriangledown.xpm
273
share/lyx/kbd/latvian.kmap
270
%%DATADIR%%/images/math/bigtriangleup.xpm
274
share/lyx/kbd/magyar-2.kmap
271
%%DATADIR%%/images/math/biguplus.xpm
275
share/lyx/kbd/magyar-3.kmap
272
%%DATADIR%%/images/math/bigvee.xpm
276
share/lyx/kbd/magyar.kmap
273
%%DATADIR%%/images/math/bigwedge.xpm
277
share/lyx/kbd/null.kmap
274
%%DATADIR%%/images/math/blacklozenge.xpm
278
share/lyx/kbd/polish.kmap
275
%%DATADIR%%/images/math/blacksquare.xpm
279
share/lyx/kbd/portuges.kmap
276
%%DATADIR%%/images/math/blacktriangle.xpm
280
share/lyx/kbd/romanian.kmap
277
%%DATADIR%%/images/math/blacktriangledown.xpm
281
share/lyx/kbd/serbian.kmap
278
%%DATADIR%%/images/math/blacktriangleleft.xpm
282
share/lyx/kbd/serbocroatian.kmap
279
%%DATADIR%%/images/math/blacktriangleright.xpm
283
share/lyx/kbd/sf.kmap
280
%%DATADIR%%/images/math/bot.xpm
284
share/lyx/kbd/sg.kmap
281
%%DATADIR%%/images/math/bowtie.xpm
285
share/lyx/kbd/slovak.kmap
282
%%DATADIR%%/images/math/boxdot.xpm
286
share/lyx/kbd/slovene.kmap
283
%%DATADIR%%/images/math/boxminus.xpm
287
share/lyx/kbd/thai-kedmanee.kmap
284
%%DATADIR%%/images/math/boxplus.xpm
288
share/lyx/kbd/tis620-0.cdef
285
%%DATADIR%%/images/math/boxtimes.xpm
289
share/lyx/kbd/transilvanian.kmap
286
%%DATADIR%%/images/math/breve.xpm
290
share/lyx/kbd/turkish-f.kmap
287
%%DATADIR%%/images/math/bullet.xpm
291
share/lyx/kbd/turkish.kmap
288
%%DATADIR%%/images/math/bumpeq.xpm
292
share/lyx/languages
289
%%DATADIR%%/images/math/bumpeq2.xpm
293
share/lyx/layouts/IEEEtran.layout
290
%%DATADIR%%/images/math/cap.xpm
294
share/lyx/layouts/aa.layout
291
%%DATADIR%%/images/math/cap2.xpm
295
share/lyx/layouts/aapaper.inc
292
%%DATADIR%%/images/math/cdot.xpm
296
share/lyx/layouts/aapaper.layout
293
%%DATADIR%%/images/math/cdots.xpm
297
share/lyx/layouts/aastex.layout
294
%%DATADIR%%/images/math/centerdot.xpm
298
share/lyx/layouts/amsart-plain.layout
295
%%DATADIR%%/images/math/check.xpm
299
share/lyx/layouts/amsart-seq.layout
296
%%DATADIR%%/images/math/chi.xpm
300
share/lyx/layouts/amsart.layout
297
%%DATADIR%%/images/math/circ.xpm
301
share/lyx/layouts/amsbook.layout
298
%%DATADIR%%/images/math/circeq.xpm
302
share/lyx/layouts/amsdefs.inc
299
%%DATADIR%%/images/math/circlearrowleft.xpm
303
share/lyx/layouts/amsmaths-plain.inc
300
%%DATADIR%%/images/math/circlearrowright.xpm
304
share/lyx/layouts/amsmaths-seq.inc
301
%%DATADIR%%/images/math/circledS.xpm
305
share/lyx/layouts/amsmaths.inc
302
%%DATADIR%%/images/math/circledast.xpm
306
share/lyx/layouts/apa.layout
303
%%DATADIR%%/images/math/circledcirc.xpm
307
share/lyx/layouts/article.layout
304
%%DATADIR%%/images/math/circleddash.xpm
308
share/lyx/layouts/book.layout
305
%%DATADIR%%/images/math/clubsuit.xpm
309
share/lyx/layouts/broadway.layout
306
%%DATADIR%%/images/math/complement.xpm
310
share/lyx/layouts/chess.layout
307
%%DATADIR%%/images/math/cong.xpm
311
share/lyx/layouts/cl2emult.layout
308
%%DATADIR%%/images/math/coprod.xpm
312
share/lyx/layouts/cv.layout
309
%%DATADIR%%/images/math/cup.xpm
313
share/lyx/layouts/db_lyxmacros.inc
310
%%DATADIR%%/images/math/cup2.xpm
314
share/lyx/layouts/db_stdclass.inc
311
%%DATADIR%%/images/math/curlyeqprec.xpm
315
share/lyx/layouts/db_stdlayouts.inc
312
%%DATADIR%%/images/math/curlyeqsucc.xpm
316
share/lyx/layouts/db_stdlists.inc
313
%%DATADIR%%/images/math/curlyvee.xpm
317
share/lyx/layouts/db_stdsections.inc
314
%%DATADIR%%/images/math/curlywedge.xpm
318
share/lyx/layouts/db_stdstarsections.inc
315
%%DATADIR%%/images/math/curvearrowleft.xpm
319
share/lyx/layouts/db_stdstruct.inc
316
%%DATADIR%%/images/math/curvearrowright.xpm
320
share/lyx/layouts/db_stdtitle.inc
317
%%DATADIR%%/images/math/dagger.xpm
321
share/lyx/layouts/dinbrief.layout
318
%%DATADIR%%/images/math/daleth.xpm
322
share/lyx/layouts/docbook-book.layout
319
%%DATADIR%%/images/math/dashleftarrow.xpm
323
share/lyx/layouts/docbook-chapter.layout
320
%%DATADIR%%/images/math/dashrightarrow.xpm
324
share/lyx/layouts/docbook-section.layout
321
%%DATADIR%%/images/math/dashv.xpm
325
share/lyx/layouts/docbook.layout
322
%%DATADIR%%/images/math/ddagger.xpm
326
share/lyx/layouts/dtk.layout
323
%%DATADIR%%/images/math/ddot.xpm
327
share/lyx/layouts/egs.layout
324
%%DATADIR%%/images/math/ddots.xpm
328
share/lyx/layouts/entcs.layout
325
%%DATADIR%%/images/math/delta.xpm
329
share/lyx/layouts/extarticle.layout
326
%%DATADIR%%/images/math/delta2.xpm
330
share/lyx/layouts/extbook.layout
327
%%DATADIR%%/images/math/diagdown.xpm
331
share/lyx/layouts/extletter.layout
328
%%DATADIR%%/images/math/diagup.xpm
332
share/lyx/layouts/extreport.layout
329
%%DATADIR%%/images/math/diamond.xpm
333
share/lyx/layouts/foils.layout
330
%%DATADIR%%/images/math/diamondsuit.xpm
334
share/lyx/layouts/g-brief-de.layout
331
%%DATADIR%%/images/math/digamma.xpm
335
share/lyx/layouts/g-brief-en.layout
332
%%DATADIR%%/images/math/div.xpm
336
share/lyx/layouts/heb-article.layout
333
%%DATADIR%%/images/math/divideontimes.xpm
337
share/lyx/layouts/heb-letter.layout
334
%%DATADIR%%/images/math/dot.xpm
338
share/lyx/layouts/hollywood.layout
335
%%DATADIR%%/images/math/doteq.xpm
339
share/lyx/layouts/ijmpd.layout
336
%%DATADIR%%/images/math/doteqdot.xpm
340
share/lyx/layouts/kluwer.layout
337
%%DATADIR%%/images/math/dotplus.xpm
341
share/lyx/layouts/latex8.layout
338
%%DATADIR%%/images/math/doublebarwedge.xpm
342
share/lyx/layouts/letter.layout
339
%%DATADIR%%/images/math/downarrow.xpm
343
share/lyx/layouts/linuxdoc.layout
340
%%DATADIR%%/images/math/downarrow2.xpm
344
share/lyx/layouts/literate-article.layout
341
%%DATADIR%%/images/math/downdownarrows.xpm
345
share/lyx/layouts/literate-book.layout
342
%%DATADIR%%/images/math/downharpoonleft.xpm
346
share/lyx/layouts/literate-report.layout
343
%%DATADIR%%/images/math/downharpoonright.xpm
347
share/lyx/layouts/literate-scrap.inc
344
%%DATADIR%%/images/math/ell.xpm
348
share/lyx/layouts/llncs.layout
345
%%DATADIR%%/images/math/empty.xpm
349
share/lyx/layouts/ltugboat.layout
346
%%DATADIR%%/images/math/emptyset.xpm
350
share/lyx/layouts/lyxmacros.inc
347
%%DATADIR%%/images/math/epsilon.xpm
351
share/lyx/layouts/manpage.layout
348
%%DATADIR%%/images/math/eqcirc.xpm
352
share/lyx/layouts/obsolete.inc
349
%%DATADIR%%/images/math/eqslantgtr.xpm
353
share/lyx/layouts/paper.layout
350
%%DATADIR%%/images/math/eqslantless.xpm
354
share/lyx/layouts/report.layout
351
%%DATADIR%%/images/math/equiv.xpm
355
share/lyx/layouts/revtex.layout
352
%%DATADIR%%/images/math/eta.xpm
356
share/lyx/layouts/revtex4.layout
353
%%DATADIR%%/images/math/eth.xpm
357
share/lyx/layouts/scrartcl.layout
354
%%DATADIR%%/images/math/exists.xpm
358
share/lyx/layouts/scrbook.layout
355
%%DATADIR%%/images/math/fallingdotseq.xpm
359
share/lyx/layouts/scrclass.inc
356
%%DATADIR%%/images/math/flat.xpm
360
share/lyx/layouts/scrlettr.layout
357
%%DATADIR%%/images/math/forall.xpm
361
share/lyx/layouts/scrmacros.inc
358
%%DATADIR%%/images/math/frac.xpm
362
share/lyx/layouts/scrreprt.layout
359
%%DATADIR%%/images/math/frown.xpm
363
share/lyx/layouts/seminar.layout
360
%%DATADIR%%/images/math/gamma.xpm
364
share/lyx/layouts/siamltex.layout
361
%%DATADIR%%/images/math/gamma2.xpm
365
share/lyx/layouts/slides.layout
362
%%DATADIR%%/images/math/geq.xpm
366
share/lyx/layouts/spie.layout
363
%%DATADIR%%/images/math/geqq.xpm
367
share/lyx/layouts/stdclass.inc
364
%%DATADIR%%/images/math/geqslant.xpm
368
share/lyx/layouts/stdlayouts.inc
365
%%DATADIR%%/images/math/gg.xpm
369
share/lyx/layouts/stdletter.inc
366
%%DATADIR%%/images/math/ggg.xpm
370
share/lyx/layouts/stdlists.inc
367
%%DATADIR%%/images/math/gimel.xpm
371
share/lyx/layouts/stdsections.inc
368
%%DATADIR%%/images/math/gnapprox.xpm
372
share/lyx/layouts/stdstarsections.inc
369
%%DATADIR%%/images/math/gneq.xpm
373
share/lyx/layouts/stdstruct.inc
370
%%DATADIR%%/images/math/gneqq.xpm
374
share/lyx/layouts/stdtitle.inc
371
%%DATADIR%%/images/math/gnsim.xpm
375
share/lyx/layouts/svjog.layout
372
%%DATADIR%%/images/math/grave.xpm
376
share/lyx/layouts/svjour.inc
373
%%DATADIR%%/images/math/gtrapprox.xpm
377
share/lyx/layouts/svprobth.layout
374
%%DATADIR%%/images/math/gtrdot.xpm
378
share/lyx/lyxrc.defaults
375
%%DATADIR%%/images/math/gtreqless.xpm
379
share/lyx/lyxrc.example
376
%%DATADIR%%/images/math/gtreqqless.xpm
380
share/lyx/packages.lst
377
%%DATADIR%%/images/math/gtrless.xpm
381
share/lyx/reLyX/BUGS
378
%%DATADIR%%/images/math/gtrsim.xpm
382
share/lyx/reLyX/BasicLyX.pm
379
%%DATADIR%%/images/math/gvertneqq.xpm
383
share/lyx/reLyX/CHANGES
380
%%DATADIR%%/images/math/hat.xpm
384
share/lyx/reLyX/CleanTeX.pm
381
%%DATADIR%%/images/math/hbar.xpm
385
share/lyx/reLyX/LastLyX.pm
382
%%DATADIR%%/images/math/heartsuit.xpm
386
share/lyx/reLyX/MakePreamble.pm
383
%%DATADIR%%/images/math/hookleftarrow.xpm
387
share/lyx/reLyX/README
384
%%DATADIR%%/images/math/hookrightarrow.xpm
388
share/lyx/reLyX/ReadCommands.pm
385
%%DATADIR%%/images/math/hslash.xpm
389
share/lyx/reLyX/RelyxFigure.pm
386
%%DATADIR%%/images/math/imath.xpm
390
share/lyx/reLyX/RelyxTable.pm
387
%%DATADIR%%/images/math/in.xpm
391
share/lyx/reLyX/Text/TeX.pm
388
%%DATADIR%%/images/math/infty.xpm
392
share/lyx/reLyX/Verbatim.pm
389
%%DATADIR%%/images/math/int.xpm
393
share/lyx/reLyX/reLyX.pod
390
%%DATADIR%%/images/math/intercal.xpm
394
share/lyx/reLyX/reLyXmain.pl
391
%%DATADIR%%/images/math/iota.xpm
395
share/lyx/reLyX/syntax.default
392
%%DATADIR%%/images/math/jmath.xpm
396
share/lyx/scripts/TeXFiles.sh
393
%%DATADIR%%/images/math/kappa.xpm
397
share/lyx/scripts/fen2ascii.py
394
%%DATADIR%%/images/math/lambda.xpm
398
share/lyx/scripts/fig2pstex.py
395
%%DATADIR%%/images/math/lambda2.xpm
399
share/lyx/scripts/general_command_wrapper.py
396
%%DATADIR%%/images/math/langle.xpm
400
share/lyx/scripts/listerrors
397
%%DATADIR%%/images/math/lbrace.xpm
401
share/lyx/scripts/pic2ascii.py
398
%%DATADIR%%/images/math/lbracket.xpm
402
share/lyx/scripts/pic2png_eps.py
399
%%DATADIR%%/images/math/lceil.xpm
403
share/lyx/scripts/pic2png_eps.sh
400
%%DATADIR%%/images/math/ldots.xpm
404
share/lyx/symbols
401
%%DATADIR%%/images/math/leftarrow.xpm
405
share/lyx/templates/IEEEtran.lyx
402
%%DATADIR%%/images/math/leftarrow2.xpm
406
share/lyx/templates/aa.lyx
403
%%DATADIR%%/images/math/leftarrowtail.xpm
407
share/lyx/templates/aastex.lyx
404
%%DATADIR%%/images/math/leftharpoondown.xpm
408
share/lyx/templates/dinbrief.lyx
405
%%DATADIR%%/images/math/leftharpoonup.xpm
409
share/lyx/templates/docbook_article.lyx
406
%%DATADIR%%/images/math/leftleftarrows.xpm
410
share/lyx/templates/g-brief-de.lyx
407
%%DATADIR%%/images/math/leftrightarrow.xpm
411
share/lyx/templates/g-brief-en.lyx
408
%%DATADIR%%/images/math/leftrightarrow2.xpm
412
share/lyx/templates/hollywood.lyx
409
%%DATADIR%%/images/math/leftrightarrows.xpm
413
share/lyx/templates/ijmpd.lyx
410
%%DATADIR%%/images/math/leftrightharpoons.xpm
414
share/lyx/templates/kluwer.lyx
411
%%DATADIR%%/images/math/leftrightsquigarrow.xpm
415
share/lyx/templates/latex8.lyx
412
%%DATADIR%%/images/math/leftthreetimes.xpm
416
share/lyx/templates/letter.lyx
413
%%DATADIR%%/images/math/leq.xpm
417
share/lyx/templates/linuxdoc_article.lyx
414
%%DATADIR%%/images/math/leqq.xpm
418
share/lyx/templates/revtex.lyx
415
%%DATADIR%%/images/math/leqslant.xpm
419
share/lyx/templates/revtex4.lyx
416
%%DATADIR%%/images/math/lessapprox.xpm
420
share/lyx/templates/slides.lyx
417
%%DATADIR%%/images/math/lessdot.xpm
421
share/lyx/tex/broadway.cls
418
%%DATADIR%%/images/math/lesseqgtr.xpm
422
share/lyx/tex/cv.cls
419
%%DATADIR%%/images/math/lesseqqgtr.xpm
423
share/lyx/tex/hollywood.cls
420
%%DATADIR%%/images/math/lessgtr.xpm
424
share/lyx/tex/lyxchess.sty
421
%%DATADIR%%/images/math/lesssim.xpm
425
share/lyx/tex/lyxskak.sty
422
%%DATADIR%%/images/math/lfloor.xpm
426
share/lyx/tex/revtex.cls
423
%%DATADIR%%/images/math/ll.xpm
427
share/lyx/textclass.lst
424
%%DATADIR%%/images/math/llcorner.xpm
428
share/lyx/ui/default.ui
425
%%DATADIR%%/images/math/lll.xpm
429
share/lyx/ui/old-default.ui
426
%%DATADIR%%/images/math/lnapprox.xpm
430
share/lyx/xfonts/cmex10.pfb
427
%%DATADIR%%/images/math/lneq.xpm
431
share/lyx/xfonts/cmmi10.pfb
428
%%DATADIR%%/images/math/lneqq.xpm
432
share/lyx/xfonts/cmr10.pfb
429
%%DATADIR%%/images/math/lnsim.xpm
433
share/lyx/xfonts/cmsy10.pfb
430
%%DATADIR%%/images/math/longleftarrow.xpm
434
share/lyx/xfonts/eufm10.pfb
431
%%DATADIR%%/images/math/longleftarrow2.xpm
435
share/lyx/xfonts/fonts.dir
432
%%DATADIR%%/images/math/longleftrightarrow.xpm
436
share/lyx/xfonts/fonts.scale
433
%%DATADIR%%/images/math/longleftrightarrow2.xpm
437
share/lyx/xfonts/msam10.pfb
434
%%DATADIR%%/images/math/longmapsto.xpm
438
share/lyx/xfonts/msbm10.pfb
435
%%DATADIR%%/images/math/longrightarrow.xpm
439
@dirrm share/lyx/xfonts
436
%%DATADIR%%/images/math/longrightarrow2.xpm
440
@dirrm share/lyx/ui
437
%%DATADIR%%/images/math/looparrowleft.xpm
441
@dirrm share/lyx/tex
438
%%DATADIR%%/images/math/looparrowright.xpm
442
@dirrm share/lyx/templates
439
%%DATADIR%%/images/math/lozenge.xpm
443
@dirrm share/lyx/scripts
440
%%DATADIR%%/images/math/lparen.xpm
444
@dirrm share/lyx/reLyX/Text
441
%%DATADIR%%/images/math/lrcorner.xpm
445
@dirrm share/lyx/reLyX
442
%%DATADIR%%/images/math/ltimes.xpm
446
@dirrm share/lyx/layouts
443
%%DATADIR%%/images/math/lvertneqq.xpm
447
@dirrm share/lyx/kbd
444
%%DATADIR%%/images/math/mapsto.xpm
448
@dirrm share/lyx/images
445
%%DATADIR%%/images/math/mathbb_C.xpm
449
@dirrm share/lyx/help
446
%%DATADIR%%/images/math/mathbb_H.xpm
450
@dirrm share/lyx/examples
447
%%DATADIR%%/images/math/mathbb_N.xpm
451
@dirrm share/lyx/doc
448
%%DATADIR%%/images/math/mathbb_Q.xpm
452
@dirrm share/lyx/clipart
449
%%DATADIR%%/images/math/mathbb_R.xpm
453
@dirrm share/lyx/bind
450
%%DATADIR%%/images/math/mathbb_Z.xpm
454
@dirrm share/lyx
451
%%DATADIR%%/images/math/mathcal_F.xpm
452
%%DATADIR%%/images/math/mathcal_H.xpm
453
%%DATADIR%%/images/math/mathcal_L.xpm
454
%%DATADIR%%/images/math/mathcal_O.xpm
455
%%DATADIR%%/images/math/mathcircumflex.xpm
456
%%DATADIR%%/images/math/mathrm_T.xpm
457
%%DATADIR%%/images/math/measuredangle.xpm
458
%%DATADIR%%/images/math/mho.xpm
459
%%DATADIR%%/images/math/mid.xpm
460
%%DATADIR%%/images/math/models.xpm
461
%%DATADIR%%/images/math/mp.xpm
462
%%DATADIR%%/images/math/mu.xpm
463
%%DATADIR%%/images/math/multimap.xpm
464
%%DATADIR%%/images/math/nabla.xpm
465
%%DATADIR%%/images/math/natural.xpm
466
%%DATADIR%%/images/math/ncong.xpm
467
%%DATADIR%%/images/math/nearrow.xpm
468
%%DATADIR%%/images/math/neg.xpm
469
%%DATADIR%%/images/math/neq.xpm
470
%%DATADIR%%/images/math/nexists.xpm
471
%%DATADIR%%/images/math/ngeq.xpm
472
%%DATADIR%%/images/math/ngeqq.xpm
473
%%DATADIR%%/images/math/ngeqslant.xpm
474
%%DATADIR%%/images/math/ngtr.xpm
475
%%DATADIR%%/images/math/ni.xpm
476
%%DATADIR%%/images/math/nleftarrow.xpm
477
%%DATADIR%%/images/math/nleftarrow2.xpm
478
%%DATADIR%%/images/math/nleftrightarrow.xpm
479
%%DATADIR%%/images/math/nleftrightarrow2.xpm
480
%%DATADIR%%/images/math/nleq.xpm
481
%%DATADIR%%/images/math/nleqq.xpm
482
%%DATADIR%%/images/math/nleqslant.xpm
483
%%DATADIR%%/images/math/nless.xpm
484
%%DATADIR%%/images/math/nmid.xpm
485
%%DATADIR%%/images/math/notin.xpm
486
%%DATADIR%%/images/math/nparallel.xpm
487
%%DATADIR%%/images/math/nprec.xpm
488
%%DATADIR%%/images/math/npreceq.xpm
489
%%DATADIR%%/images/math/nrightarrow.xpm
490
%%DATADIR%%/images/math/nrightarrow2.xpm
491
%%DATADIR%%/images/math/nshortmid.xpm
492
%%DATADIR%%/images/math/nshortparallel.xpm
493
%%DATADIR%%/images/math/nsim.xpm
494
%%DATADIR%%/images/math/nsubseteq.xpm
495
%%DATADIR%%/images/math/nsucc.xpm
496
%%DATADIR%%/images/math/nsucceq.xpm
497
%%DATADIR%%/images/math/nsupseteq.xpm
498
%%DATADIR%%/images/math/nsupseteqq.xpm
499
%%DATADIR%%/images/math/ntriangleleft.xpm
500
%%DATADIR%%/images/math/ntrianglelefteq.xpm
501
%%DATADIR%%/images/math/ntriangleright.xpm
502
%%DATADIR%%/images/math/ntrianglerighteq.xpm
503
%%DATADIR%%/images/math/nu.xpm
504
%%DATADIR%%/images/math/nvdash.xpm
505
%%DATADIR%%/images/math/nvdash2.xpm
506
%%DATADIR%%/images/math/nvdash3.xpm
507
%%DATADIR%%/images/math/nwarrow.xpm
508
%%DATADIR%%/images/math/odot.xpm
509
%%DATADIR%%/images/math/oint.xpm
510
%%DATADIR%%/images/math/omega.xpm
511
%%DATADIR%%/images/math/omega2.xpm
512
%%DATADIR%%/images/math/ominus.xpm
513
%%DATADIR%%/images/math/oplus.xpm
514
%%DATADIR%%/images/math/oslash.xpm
515
%%DATADIR%%/images/math/otimes.xpm
516
%%DATADIR%%/images/math/overbrace.xpm
517
%%DATADIR%%/images/math/overleftarrow.xpm
518
%%DATADIR%%/images/math/overleftrightarrow.xpm
519
%%DATADIR%%/images/math/overline.xpm
520
%%DATADIR%%/images/math/overrightarrow.xpm
521
%%DATADIR%%/images/math/parallel.xpm
522
%%DATADIR%%/images/math/partial.xpm
523
%%DATADIR%%/images/math/perp.xpm
524
%%DATADIR%%/images/math/phi.xpm
525
%%DATADIR%%/images/math/phi2.xpm
526
%%DATADIR%%/images/math/pi.xpm
527
%%DATADIR%%/images/math/pi2.xpm
528
%%DATADIR%%/images/math/pitchfork.xpm
529
%%DATADIR%%/images/math/pm.xpm
530
%%DATADIR%%/images/math/prec.xpm
531
%%DATADIR%%/images/math/precapprox.xpm
532
%%DATADIR%%/images/math/preccurlyeq.xpm
533
%%DATADIR%%/images/math/preceq.xpm
534
%%DATADIR%%/images/math/precnapprox.xpm
535
%%DATADIR%%/images/math/precnsim.xpm
536
%%DATADIR%%/images/math/precsim.xpm
537
%%DATADIR%%/images/math/prime.xpm
538
%%DATADIR%%/images/math/prod.xpm
539
%%DATADIR%%/images/math/propto.xpm
540
%%DATADIR%%/images/math/psi.xpm
541
%%DATADIR%%/images/math/psi2.xpm
542
%%DATADIR%%/images/math/rangle.xpm
543
%%DATADIR%%/images/math/rbrace.xpm
544
%%DATADIR%%/images/math/rbracket.xpm
545
%%DATADIR%%/images/math/rceil.xpm
546
%%DATADIR%%/images/math/rfloor.xpm
547
%%DATADIR%%/images/math/rho.xpm
548
%%DATADIR%%/images/math/rightarrow.xpm
549
%%DATADIR%%/images/math/rightarrow2.xpm
550
%%DATADIR%%/images/math/rightarrowtail.xpm
551
%%DATADIR%%/images/math/rightharpoondown.xpm
552
%%DATADIR%%/images/math/rightharpoonup.xpm
553
%%DATADIR%%/images/math/rightleftarrows.xpm
554
%%DATADIR%%/images/math/rightleftharpoons.xpm
555
%%DATADIR%%/images/math/rightrightarrows.xpm
556
%%DATADIR%%/images/math/rightsquigarrow.xpm
557
%%DATADIR%%/images/math/rightthreetimes.xpm
558
%%DATADIR%%/images/math/risingdotseq.xpm
559
%%DATADIR%%/images/math/rparen.xpm
560
%%DATADIR%%/images/math/rtimes.xpm
561
%%DATADIR%%/images/math/searrow.xpm
562
%%DATADIR%%/images/math/setminus.xpm
563
%%DATADIR%%/images/math/sharp.xpm
564
%%DATADIR%%/images/math/shortmid.xpm
565
%%DATADIR%%/images/math/shortparallel.xpm
566
%%DATADIR%%/images/math/sigma.xpm
567
%%DATADIR%%/images/math/sigma2.xpm
568
%%DATADIR%%/images/math/sim.xpm
569
%%DATADIR%%/images/math/simeq.xpm
570
%%DATADIR%%/images/math/slash.xpm
571
%%DATADIR%%/images/math/smallfrown.xpm
572
%%DATADIR%%/images/math/smallsetminus.xpm
573
%%DATADIR%%/images/math/smallsmile.xpm
574
%%DATADIR%%/images/math/smile.xpm
575
%%DATADIR%%/images/math/spadesuit.xpm
576
%%DATADIR%%/images/math/sphericalangle.xpm
577
%%DATADIR%%/images/math/sqcap.xpm
578
%%DATADIR%%/images/math/sqcup.xpm
579
%%DATADIR%%/images/math/sqrt.xpm
580
%%DATADIR%%/images/math/sqsubset.xpm
581
%%DATADIR%%/images/math/sqsubseteq.xpm
582
%%DATADIR%%/images/math/sqsupset.xpm
583
%%DATADIR%%/images/math/sqsupseteq.xpm
584
%%DATADIR%%/images/math/square.xpm
585
%%DATADIR%%/images/math/star.xpm
586
%%DATADIR%%/images/math/subset.xpm
587
%%DATADIR%%/images/math/subset2.xpm
588
%%DATADIR%%/images/math/subseteq.xpm
589
%%DATADIR%%/images/math/subseteqq.xpm
590
%%DATADIR%%/images/math/subsetneq.xpm
591
%%DATADIR%%/images/math/subsetneqq.xpm
592
%%DATADIR%%/images/math/succ.xpm
593
%%DATADIR%%/images/math/succapprox.xpm
594
%%DATADIR%%/images/math/succcurlyeq.xpm
595
%%DATADIR%%/images/math/succeq.xpm
596
%%DATADIR%%/images/math/succnapprox.xpm
597
%%DATADIR%%/images/math/succnsim.xpm
598
%%DATADIR%%/images/math/succsim.xpm
599
%%DATADIR%%/images/math/sum.xpm
600
%%DATADIR%%/images/math/supset.xpm
601
%%DATADIR%%/images/math/supset2.xpm
602
%%DATADIR%%/images/math/supseteq.xpm
603
%%DATADIR%%/images/math/supseteqq.xpm
604
%%DATADIR%%/images/math/supsetneq.xpm
605
%%DATADIR%%/images/math/supsetneqq.xpm
606
%%DATADIR%%/images/math/surd.xpm
607
%%DATADIR%%/images/math/swarrow.xpm
608
%%DATADIR%%/images/math/tau.xpm
609
%%DATADIR%%/images/math/textrm_0.xpm
610
%%DATADIR%%/images/math/textrm_A.xpm
611
%%DATADIR%%/images/math/therefore.xpm
612
%%DATADIR%%/images/math/theta.xpm
613
%%DATADIR%%/images/math/theta2.xpm
614
%%DATADIR%%/images/math/thickapprox.xpm
615
%%DATADIR%%/images/math/thicksim.xpm
616
%%DATADIR%%/images/math/tilde.xpm
617
%%DATADIR%%/images/math/times.xpm
618
%%DATADIR%%/images/math/top.xpm
619
%%DATADIR%%/images/math/triangle.xpm
620
%%DATADIR%%/images/math/triangledown.xpm
621
%%DATADIR%%/images/math/triangleleft.xpm
622
%%DATADIR%%/images/math/trianglelefteq.xpm
623
%%DATADIR%%/images/math/triangleq.xpm
624
%%DATADIR%%/images/math/triangleright.xpm
625
%%DATADIR%%/images/math/trianglerighteq.xpm
626
%%DATADIR%%/images/math/twoheadleftarrow.xpm
627
%%DATADIR%%/images/math/twoheadrightarrow.xpm
628
%%DATADIR%%/images/math/ulcorner.xpm
629
%%DATADIR%%/images/math/underbrace.xpm
630
%%DATADIR%%/images/math/underleftarrow.xpm
631
%%DATADIR%%/images/math/underleftrightarrow.xpm
632
%%DATADIR%%/images/math/underline.xpm
633
%%DATADIR%%/images/math/underrightarrow.xpm
634
%%DATADIR%%/images/math/underscore.xpm
635
%%DATADIR%%/images/math/uparrow.xpm
636
%%DATADIR%%/images/math/uparrow2.xpm
637
%%DATADIR%%/images/math/updownarrow.xpm
638
%%DATADIR%%/images/math/updownarrow2.xpm
639
%%DATADIR%%/images/math/upharpoonleft.xpm
640
%%DATADIR%%/images/math/upharpoonright.xpm
641
%%DATADIR%%/images/math/uplus.xpm
642
%%DATADIR%%/images/math/upsilon.xpm
643
%%DATADIR%%/images/math/upsilon2.xpm
644
%%DATADIR%%/images/math/upuparrows.xpm
645
%%DATADIR%%/images/math/urcorner.xpm
646
%%DATADIR%%/images/math/varepsilon.xpm
647
%%DATADIR%%/images/math/varkappa.xpm
648
%%DATADIR%%/images/math/varnothing.xpm
649
%%DATADIR%%/images/math/varphi.xpm
650
%%DATADIR%%/images/math/varpi.xpm
651
%%DATADIR%%/images/math/varpropto.xpm
652
%%DATADIR%%/images/math/varsigma.xpm
653
%%DATADIR%%/images/math/varsubsetneq.xpm
654
%%DATADIR%%/images/math/varsubsetneqq.xpm
655
%%DATADIR%%/images/math/varsupsetneq.xpm
656
%%DATADIR%%/images/math/varsupsetneqq.xpm
657
%%DATADIR%%/images/math/vartheta.xpm
658
%%DATADIR%%/images/math/vartriangle.xpm
659
%%DATADIR%%/images/math/vartriangleleft.xpm
660
%%DATADIR%%/images/math/vartriangleright.xpm
661
%%DATADIR%%/images/math/vdash.xpm
662
%%DATADIR%%/images/math/vdash2.xpm
663
%%DATADIR%%/images/math/vdash3.xpm
664
%%DATADIR%%/images/math/vdots.xpm
665
%%DATADIR%%/images/math/vec.xpm
666
%%DATADIR%%/images/math/vee.xpm
667
%%DATADIR%%/images/math/veebar.xpm
668
%%DATADIR%%/images/math/wedge.xpm
669
%%DATADIR%%/images/math/widehat.xpm
670
%%DATADIR%%/images/math/widetilde.xpm
671
%%DATADIR%%/images/math/wp.xpm
672
%%DATADIR%%/images/math/wr.xpm
673
%%DATADIR%%/images/math/xi.xpm
674
%%DATADIR%%/images/math/xi2.xpm
675
%%DATADIR%%/images/math/zeta.xpm
676
%%DATADIR%%/images/math-mode.xpm
677
%%DATADIR%%/images/math-panel.xpm
678
%%DATADIR%%/images/math-subscript.xpm
679
%%DATADIR%%/images/math-superscript.xpm
680
%%DATADIR%%/images/melt.xpm
681
%%DATADIR%%/images/paste.xpm
682
%%DATADIR%%/images/psnfss1.xpm
683
%%DATADIR%%/images/psnfss2.xpm
684
%%DATADIR%%/images/psnfss3.xpm
685
%%DATADIR%%/images/psnfss4.xpm
686
%%DATADIR%%/images/redo.xpm
687
%%DATADIR%%/images/standard.xpm
688
%%DATADIR%%/images/tabular-insert.xpm
689
%%DATADIR%%/images/undo.xpm
690
%%DATADIR%%/images/unknown.xpm
691
%%DATADIR%%/images/up.xpm
692
%%DATADIR%%/kbd/american-2.kmap
693
%%DATADIR%%/kbd/american.kmap
694
%%DATADIR%%/kbd/arabic.kmap
695
%%DATADIR%%/kbd/bg-bds-1251.kmap
696
%%DATADIR%%/kbd/brazil.kmap
697
%%DATADIR%%/kbd/brazil2.kmap
698
%%DATADIR%%/kbd/cp1251.cdef
699
%%DATADIR%%/kbd/czech-prg.kmap
700
%%DATADIR%%/kbd/czech.kmap
701
%%DATADIR%%/kbd/espanol.kmap
702
%%DATADIR%%/kbd/european.kmap
703
%%DATADIR%%/kbd/francais.kmap
704
%%DATADIR%%/kbd/french.kmap
705
%%DATADIR%%/kbd/german-2.kmap
706
%%DATADIR%%/kbd/german-3.kmap
707
%%DATADIR%%/kbd/german.kmap
708
%%DATADIR%%/kbd/greek.kmap
709
%%DATADIR%%/kbd/hebrew.kmap
710
%%DATADIR%%/kbd/ibm866.cdef
711
%%DATADIR%%/kbd/iso8859-1.cdef
712
%%DATADIR%%/kbd/iso8859-15.cdef
713
%%DATADIR%%/kbd/iso8859-2.cdef
714
%%DATADIR%%/kbd/iso8859-3.cdef
715
%%DATADIR%%/kbd/iso8859-4.cdef
716
%%DATADIR%%/kbd/iso8859-7.cdef
717
%%DATADIR%%/kbd/iso8859-8.cdef
718
%%DATADIR%%/kbd/iso8859-9.cdef
719
%%DATADIR%%/kbd/koi8-r.cdef
720
%%DATADIR%%/kbd/koi8-r.kmap
721
%%DATADIR%%/kbd/koi8-t.cdef
722
%%DATADIR%%/kbd/koi8-u.cdef
723
%%DATADIR%%/kbd/koi8-u.kmap
724
%%DATADIR%%/kbd/latvian.kmap
725
%%DATADIR%%/kbd/magyar-2.kmap
726
%%DATADIR%%/kbd/magyar-3.kmap
727
%%DATADIR%%/kbd/magyar.kmap
728
%%DATADIR%%/kbd/null.kmap
729
%%DATADIR%%/kbd/polish.kmap
730
%%DATADIR%%/kbd/polski.kmap
731
%%DATADIR%%/kbd/portuges.kmap
732
%%DATADIR%%/kbd/romanian.kmap
733
%%DATADIR%%/kbd/serbian.kmap
734
%%DATADIR%%/kbd/serbocroatian.kmap
735
%%DATADIR%%/kbd/sf.kmap
736
%%DATADIR%%/kbd/sg.kmap
737
%%DATADIR%%/kbd/slovak.kmap
738
%%DATADIR%%/kbd/slovene.kmap
739
%%DATADIR%%/kbd/thai-kedmanee.kmap
740
%%DATADIR%%/kbd/tis620-0.cdef
741
%%DATADIR%%/kbd/transilvanian.kmap
742
%%DATADIR%%/kbd/turkish-f.kmap
743
%%DATADIR%%/kbd/turkish.kmap
744
%%DATADIR%%/languages
745
%%DATADIR%%/layouts/IEEEtran.layout
746
%%DATADIR%%/layouts/aa.layout
747
%%DATADIR%%/layouts/aapaper.inc
748
%%DATADIR%%/layouts/aapaper.layout
749
%%DATADIR%%/layouts/aastex.layout
750
%%DATADIR%%/layouts/agums.layout
751
%%DATADIR%%/layouts/aguplus.inc
752
%%DATADIR%%/layouts/amsart-plain.layout
753
%%DATADIR%%/layouts/amsart-seq.layout
754
%%DATADIR%%/layouts/amsart.layout
755
%%DATADIR%%/layouts/amsbook.layout
756
%%DATADIR%%/layouts/amsdefs.inc
757
%%DATADIR%%/layouts/amsmaths-plain.inc
758
%%DATADIR%%/layouts/amsmaths-seq.inc
759
%%DATADIR%%/layouts/amsmaths.inc
760
%%DATADIR%%/layouts/apa.layout
761
%%DATADIR%%/layouts/article.layout
762
%%DATADIR%%/layouts/book.layout
763
%%DATADIR%%/layouts/broadway.layout
764
%%DATADIR%%/layouts/chess.layout
765
%%DATADIR%%/layouts/cl2emult.layout
766
%%DATADIR%%/layouts/cv.layout
767
%%DATADIR%%/layouts/db_lyxmacros.inc
768
%%DATADIR%%/layouts/db_stdclass.inc
769
%%DATADIR%%/layouts/db_stdcounters.inc
770
%%DATADIR%%/layouts/db_stdlayouts.inc
771
%%DATADIR%%/layouts/db_stdlists.inc
772
%%DATADIR%%/layouts/db_stdsections.inc
773
%%DATADIR%%/layouts/db_stdstarsections.inc
774
%%DATADIR%%/layouts/db_stdstruct.inc
775
%%DATADIR%%/layouts/db_stdtitle.inc
776
%%DATADIR%%/layouts/dinbrief.layout
777
%%DATADIR%%/layouts/docbook-book.layout
778
%%DATADIR%%/layouts/docbook-chapter.layout
779
%%DATADIR%%/layouts/docbook-section.layout
780
%%DATADIR%%/layouts/docbook.layout
781
%%DATADIR%%/layouts/dtk.layout
782
%%DATADIR%%/layouts/egs.layout
783
%%DATADIR%%/layouts/elsart.layout
784
%%DATADIR%%/layouts/entcs.layout
785
%%DATADIR%%/layouts/extarticle.layout
786
%%DATADIR%%/layouts/extbook.layout
787
%%DATADIR%%/layouts/extletter.layout
788
%%DATADIR%%/layouts/extreport.layout
789
%%DATADIR%%/layouts/foils.layout
790
%%DATADIR%%/layouts/g-brief-de.layout
791
%%DATADIR%%/layouts/g-brief-en.layout
792
%%DATADIR%%/layouts/g-brief2.layout
793
%%DATADIR%%/layouts/heb-article.layout
794
%%DATADIR%%/layouts/heb-letter.layout
795
%%DATADIR%%/layouts/hollywood.layout
796
%%DATADIR%%/layouts/ijmpd.layout
797
%%DATADIR%%/layouts/jgrga.layout
798
%%DATADIR%%/layouts/kluwer.layout
799
%%DATADIR%%/layouts/latex8.layout
800
%%DATADIR%%/layouts/letter.layout
801
%%DATADIR%%/layouts/linuxdoc.layout
802
%%DATADIR%%/layouts/literate-article.layout
803
%%DATADIR%%/layouts/literate-book.layout
804
%%DATADIR%%/layouts/literate-report.layout
805
%%DATADIR%%/layouts/literate-scrap.inc
806
%%DATADIR%%/layouts/llncs.layout
807
%%DATADIR%%/layouts/ltugboat.layout
808
%%DATADIR%%/layouts/lyxmacros.inc
809
%%DATADIR%%/layouts/manpage.layout
810
%%DATADIR%%/layouts/memoir.layout
811
%%DATADIR%%/layouts/mwart.layout
812
%%DATADIR%%/layouts/mwbk.layout
813
%%DATADIR%%/layouts/mwrep.layout
814
%%DATADIR%%/layouts/obsolete.inc
815
%%DATADIR%%/layouts/paper.layout
816
%%DATADIR%%/layouts/report.layout
817
%%DATADIR%%/layouts/revtex.layout
818
%%DATADIR%%/layouts/revtex4.layout
819
%%DATADIR%%/layouts/scrartcl.layout
820
%%DATADIR%%/layouts/scrbook.layout
821
%%DATADIR%%/layouts/scrclass.inc
822
%%DATADIR%%/layouts/scrlettr.layout
823
%%DATADIR%%/layouts/scrlttr2.layout
824
%%DATADIR%%/layouts/scrmacros.inc
825
%%DATADIR%%/layouts/scrreprt.layout
826
%%DATADIR%%/layouts/seminar.layout
827
%%DATADIR%%/layouts/siamltex.layout
828
%%DATADIR%%/layouts/slides.layout
829
%%DATADIR%%/layouts/spie.layout
830
%%DATADIR%%/layouts/stdclass.inc
831
%%DATADIR%%/layouts/stdcounters.inc
832
%%DATADIR%%/layouts/stdfloats.inc
833
%%DATADIR%%/layouts/stdlayouts.inc
834
%%DATADIR%%/layouts/stdletter.inc
835
%%DATADIR%%/layouts/stdlists.inc
836
%%DATADIR%%/layouts/stdsections.inc
837
%%DATADIR%%/layouts/stdstarsections.inc
838
%%DATADIR%%/layouts/stdstruct.inc
839
%%DATADIR%%/layouts/stdtitle.inc
840
%%DATADIR%%/layouts/svjog.layout
841
%%DATADIR%%/layouts/svjour.inc
842
%%DATADIR%%/layouts/svprobth.layout
843
%%DATADIR%%/lyx2lyx/error.py
844
%%DATADIR%%/lyx2lyx/error.pyc
845
%%DATADIR%%/lyx2lyx/lyx2lyx
846
%%DATADIR%%/lyx2lyx/lyxconvert_210.py
847
%%DATADIR%%/lyx2lyx/lyxconvert_215.py
848
%%DATADIR%%/lyx2lyx/lyxconvert_215.pyc
849
%%DATADIR%%/lyx2lyx/lyxconvert_216.py
850
%%DATADIR%%/lyx2lyx/lyxconvert_216.pyc
851
%%DATADIR%%/lyx2lyx/lyxconvert_217.py
852
%%DATADIR%%/lyx2lyx/lyxconvert_217.pyc
853
%%DATADIR%%/lyx2lyx/lyxconvert_218.py
854
%%DATADIR%%/lyx2lyx/lyxconvert_218.pyc
855
%%DATADIR%%/lyx2lyx/lyxconvert_220.py
856
%%DATADIR%%/lyx2lyx/lyxconvert_220.pyc
857
%%DATADIR%%/lyx2lyx/parser_tools.py
858
%%DATADIR%%/lyx2lyx/parser_tools.pyc
859
%%DATADIR%%/lyxrc.defaults
860
%%DATADIR%%/lyxrc.example
861
%%DATADIR%%/packages.lst
862
%%DATADIR%%/reLyX/BUGS
863
%%DATADIR%%/reLyX/BasicLyX.pm
864
%%DATADIR%%/reLyX/CHANGES
865
%%DATADIR%%/reLyX/CleanTeX.pm
866
%%DATADIR%%/reLyX/LastLyX.pm
867
%%DATADIR%%/reLyX/MakePreamble.pm
868
%%DATADIR%%/reLyX/README
869
%%DATADIR%%/reLyX/ReadCommands.pm
870
%%DATADIR%%/reLyX/RelyxFigure.pm
871
%%DATADIR%%/reLyX/RelyxTable.pm
872
%%DATADIR%%/reLyX/Text/TeX.pm
873
%%DATADIR%%/reLyX/Verbatim.pm
874
%%DATADIR%%/reLyX/reLyX.pod
875
%%DATADIR%%/reLyX/reLyXmain.pl
876
%%DATADIR%%/reLyX/syntax.default
877
%%DATADIR%%/scripts/TeXFiles.sh
878
%%DATADIR%%/scripts/convertDefault.sh
879
%%DATADIR%%/scripts/fen2ascii.py
880
%%DATADIR%%/scripts/fig2pstex.py
881
%%DATADIR%%/scripts/general_command_wrapper.py
882
%%DATADIR%%/scripts/listerrors
883
%%DATADIR%%/scripts/lyxpreview2bitmap.sh
884
%%DATADIR%%/scripts/pic2ascii.py
885
%%DATADIR%%/scripts/pic2png_eps.py
886
%%DATADIR%%/scripts/pic2png_eps.sh
887
%%DATADIR%%/symbols
888
%%DATADIR%%/templates/IEEEtran.lyx
889
%%DATADIR%%/templates/aa.lyx
890
%%DATADIR%%/templates/aastex.lyx
891
%%DATADIR%%/templates/dinbrief.lyx
892
%%DATADIR%%/templates/docbook_article.lyx
893
%%DATADIR%%/templates/elsart.lyx
894
%%DATADIR%%/templates/g-brief-de.lyx
895
%%DATADIR%%/templates/g-brief-en.lyx
896
%%DATADIR%%/templates/hollywood.lyx
897
%%DATADIR%%/templates/ijmpd.lyx
898
%%DATADIR%%/templates/kluwer.lyx
899
%%DATADIR%%/templates/koma-letter2.lyx
900
%%DATADIR%%/templates/latex8.lyx
901
%%DATADIR%%/templates/letter.lyx
902
%%DATADIR%%/templates/linuxdoc_article.lyx
903
%%DATADIR%%/templates/revtex.lyx
904
%%DATADIR%%/templates/revtex4.lyx
905
%%DATADIR%%/templates/slides.lyx
906
%%DATADIR%%/tex/broadway.cls
907
%%DATADIR%%/tex/cv.cls
908
%%DATADIR%%/tex/hollywood.cls
909
%%DATADIR%%/tex/lyxchess.sty
910
%%DATADIR%%/tex/lyxskak.sty
911
%%DATADIR%%/tex/revtex.cls
912
%%DATADIR%%/textclass.lst
913
%%DATADIR%%/ui/default.ui
914
%%DATADIR%%/xfonts/PSres.upr
915
%%DATADIR%%/xfonts/cmex10.pfb
916
%%DATADIR%%/xfonts/cmmi10.pfb
917
%%DATADIR%%/xfonts/cmr10.pfb
918
%%DATADIR%%/xfonts/cmsy10.pfb
919
%%DATADIR%%/xfonts/eufm10.pfb
920
%%DATADIR%%/xfonts/fonts.dir
921
%%DATADIR%%/xfonts/fonts.scale
922
%%DATADIR%%/xfonts/msam10.pfb
923
%%DATADIR%%/xfonts/msbm10.pfb
924
%%DATADIR%%/xfonts/wasy10.pfb
925
@dirrm %%DATADIR%%/xfonts
926
@dirrm %%DATADIR%%/ui
927
@dirrm %%DATADIR%%/tex
928
@dirrm %%DATADIR%%/templates
929
@dirrm %%DATADIR%%/scripts
930
@dirrm %%DATADIR%%/reLyX/Text
931
@dirrm %%DATADIR%%/reLyX
932
@dirrm %%DATADIR%%/lyx2lyx
933
@dirrm %%DATADIR%%/layouts
934
@dirrm %%DATADIR%%/kbd
935
@dirrm %%DATADIR%%/images/math
936
@dirrm %%DATADIR%%/images
937
@dirrm %%DATADIR%%/help
938
@dirrm %%DATADIR%%/examples
939
@dirrm %%DATADIR%%/doc
940
@dirrm %%DATADIR%%/clipart
941
@dirrm %%DATADIR%%/bind
942
@dirrm %%DATADIR%%

Return to bug 63753