On Wed, Oct 16, 2002 at 06:17:38PM +0200, Jean-Marc Lasgouttes wrote:
> Can you post it again, BTW?

Attached.

Andre'

-- 
Those who desire to give up Freedom in order to gain Security,
will not have, nor do they deserve, either one. (T. Jefferson)
Index: BUGS
===================================================================
RCS file: /usr/local/lyx/cvsroot/lyx-devel/lib/reLyX/BUGS,v
retrieving revision 1.2
diff -u -p -r1.2 BUGS
--- BUGS        29 Mar 2000 23:02:35 -0000      1.2
+++ BUGS        16 Oct 2002 10:52:58 -0000
@@ -12,16 +12,11 @@ is probably simplest to fix in the LyX f
 you're very unlucky, it could mess up reLyX, in which case you'll have to
 remove it from the TeX file and put it in the LyX file after you translate it.
 
-- The underscore character '_', when used as an argument to an unknown command,
-may be copied incorrectly. \foo{a_b} will be copied in TeX mode as \foo{a_{b}}.
-'_' in math mode works fine.  It also works fine as the argument to known
-tokens, like \cite{foo_bar}, or even in translated arguments to untranslatable
-commands (see the Syntax Files section of the man page).  Also, if you have
-an underscore in a file name, you have to use the LaTeX style of \input. That
-is, write "\input{a_b}" instead of the old TeX style "\input a_b" (even though
-the latter is legal LaTeX). If \includegraphics can't be copied for various
-reasons (see the reLyX man page), underscore will break. Finally, 
-\label{foo_bar} in math mode will break.
+- If you have an underscore in a file name, you may have to use the
+LaTeX style of \input. That is, write "\input{a_b}" instead of the old
+TeX style "\input a_b" (even though the latter is legal LaTeX). If
+\includegraphics can't be copied for various reasons (see the reLyX man
+page), underscore will break.
 
 - Complicated nesting could confuse matters. Simple nesting, including nesting
 lists within lists, or having multiple paragraphs in one \item, should work.
@@ -37,10 +32,6 @@ even to "\textsf{foo}" to get around thi
 - font sizing commands *usually* work. reLyX may complain about "font
 confusion" when several font sizing commands are given in close proximity.
 Even if it complains, it may get the sizes right.
-
-- {\cal foo} is translated as {\mathcal{foo}}. The LyX file will display
-and extra set of (red) braces, but those braces won't show up in the dvi file
-or printed output.
 
 - reLyX translates {\bf foo} to \textbf{foo}. However, it also does that in
 math mode. Write \mathbf{foo} explicitly in the LyX file instead.
Index: CHANGES
===================================================================
RCS file: /usr/local/lyx/cvsroot/lyx-devel/lib/reLyX/CHANGES,v
retrieving revision 1.2
diff -u -p -r1.2 CHANGES
--- CHANGES     29 Mar 2000 23:02:36 -0000      1.2
+++ CHANGES     16 Oct 2002 10:52:58 -0000
@@ -1,3 +1,7 @@
+
+From 2.9.2.2 to 2.9.3
+- remove part of math suport as this is now handled natively by mathed
+
 From 2.9.1.1 to 2.9.2.2
 - very minor bug fixes (win32 first line of doc, \epsfxsize command)
 - implement \textasciitilde
Index: syntax.default
===================================================================
RCS file: /usr/local/lyx/cvsroot/lyx-devel/lib/reLyX/syntax.default,v
retrieving revision 1.2
diff -u -p -r1.2 syntax.default
--- syntax.default      29 Mar 2000 23:02:36 -0000      1.2
+++ syntax.default      16 Oct 2002 10:52:58 -0000
@@ -22,6 +22,7 @@
 \$
 \%
 \&
+&
 \@
 \_
 \{
@@ -593,302 +594,6 @@ $$
 \vspace{}
 \vspace*{}
 \whiledo{}{}
-
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-% MATH COMMANDS
-% This includes some AMSmath commands
-
-% characters (not in math_hash.C)
-^{}
-_{}
-&
-
-% Math space (not in math_hash.C)
-\:
-\;
-\!
-
-% Greek letters
-
-\alpha
-\beta
-\gamma
-\delta
-\epsilon
-\varepsilon
-\zeta
-\eta
-\theta
-\vartheta
-\iota
-\kappa
-\lambda
-\mu
-\nu
-\xi
-\pi
-\varpi
-\rho
-% \varrho isn't supported
-\sigma
-\varsigma
-\tau
-\upsilon
-\phi
-\varphi
-\chi
-\psi
-\omega
-
-\Delta
-\Omega
-\Upsilon
-\Theta
-\Lambda
-\Sigma
-\Gamma
-\Pi
-\Phi
-\Psi
-\Xi
-
-% Other stuff
-%\setminus
-%\ldots    % already in non-math
-\limits
-\stackrel{}{}
-%\ll
-%\label  % already in non-math
-\lceil
-\aleph
-\sqrt[]{}
-\times
-\subset
-\supset
-\spadesuit
-\Re
-\left   % kind of takes an argument...
-\smile
-\exists
-\Vert
-\uplus
-\ell
-\langle
-\arccos
-\sup
-\sharp
-\sqcup
-\sqcap
-\approx
-\triangleleft
-\triangleright
-\tilde{}
-\emptyset
-\triangle
-\limsup
-\partial
-\parallel
-\infty
-\leftharpoonup
-\searrow
-\swarrow
-\top
-\Rightarrow
-% \underline   % already in non-Math list
-\underbrace{}
-\acute{}
-\angle
-\exp
-\leftarrow
-\prime
-\int
-\longleftarrow
-\leftrightarrow
-\longrightarrow
-\longleftrightarrow
-\widehat{}
-\sin
-\asymp
-\nolimits
-\perp
-\wedge
-\ln
-\widetilde{}
-\natural
-\uparrow
-\updownarrow
-\star
-\leftharpoondown
-\wp
-\not
-\tan
-\rceil
-\lfloor
-\rightleftharpoons
-\cos
-\sec
-\succ
-\cdots
-\ker
-\forall
-\liminf
-\Uparrow
-\right
-\Updownarrow
-\Pr
-\nabla
-\arcsin
-\arctan
-\flat
-\check{}
-\rangle
-\cot
-\cdot
-\clubsuit
-\in
-\ni
-\Downarrow
-\sb{}   % equivalent to _
-\sp{}   % equivalent to ^
-\sim
-\sum
-\models
-\nearrow
-\nwarrow
-\max
-\Im
-\lim
-\rightharpoonup
-\cap
-\cup
-\prec
-\wr
-\inf
-\bigoplus
-\biguplus
-\bigotimes
-\rightarrow
-% \textrm    % already in nonmath
-\simeq
-\succeq
-\notin
-\subseteq
-\supseteq
-\sqsubseteq
-\sqsupseteq
-\leq
-\surd
-\ddots
-\bot
-\bullet
-\bigodot
-\sinh
-\jmath
-\mp
-\pm
-\nonumber
-\breve{}
-\bigvee
-\bowtie
-\bigwedge
-\frown
-\rightharpoondown
-\det
-\dot{}
-\ddot{}
-\lg
-\log
-\oplus
-\ominus
-\otimes
-\diamondsuit
-\rfloor
-% \end  % already exist in non-Math part -Ak
-\hat{}
-\tanh
-\vdots
-\bigcap
-\bigcup
-\bigsqcup
-\heartsuit
-\longmapsto
-\bigtriangleup
-\preceq
-\odot
-\oint
-\grave{}
-\pmod{}
-\prod
-\frac{}{}
-\csc
-\circ
-\min
-\overline{}
-\arg
-\overbrace{}
-\amalg
-\vee
-\equiv
-\downarrow
-\imath
-\propto
-% \begin      % already in non-Math list
-\neq
-\hookleftarrow
-\hookrightarrow
-\bigtriangledown
-\bar{}
-% \newcommand   % already in non-Math list
-\overleftarrow
-\overrightarrow
-\Leftarrow
-\Longleftarrow
-\Leftrightarrow
-\Longrightarrow
-\neg
-\bigcirc
-\Longleftrightarrow
-\dagger
-\ddagger
-\hbar
-\coprod
-\cosh
-\coth
-\cong
-\vec{}
-\dim
-\mid
-\hom
-\bmod
-\quad
-\doteq
-\qquad
-\mapsto
-\backslash
-\diamond
-\geq
-\deg
-\gcd
-\gg
-\div
-\dashv
-\oslash
-\vdash
-
-% Font changes
-\mathbf{}
-\mathsf{}
-\mathcal{}
-\boldmath     % This command's actually given in text mode
-\unboldmath   % This command's actually given in text mode
-\mathrm{}
-\mathtt{}
-\mathit{}
-\mathnormal{}  %not in lamport, but it should be safe
-\scriptstyle
-\scriptscriptstyle
-\textstyle
-\displaystyle
 
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

Reply via email to