From 59b0558eca5b913307c99e3dab4c728cb2d210b3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20P=C3=B6nitz?= Date: Mon, 28 Oct 2002 09:52:39 +0000 Subject: [PATCH] the relyx changes git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5526 a592a061-630c-0410-9148-cb99ea01b6c8 --- lib/ChangeLog | 6 +- lib/reLyX/reLyX.man | 14 +- lib/reLyX/reLyX.pod | 9 -- lib/reLyX/syntax.default | 296 --------------------------------------- 4 files changed, 9 insertions(+), 316 deletions(-) diff --git a/lib/ChangeLog b/lib/ChangeLog index e13c1ada41..d74caf82e9 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,8 +1,12 @@ -2002-10-24 André Pönitz +2002-10-28 André Pönitz * CREDITS: add Geoffroy Piroux + * reLyX/reLyX.man: + reLyX/reLyX.pod: + reLyX/syntax.default: to not change too much math stuff anymore + 2002-10-24 John Levon * images/math/: use black for visibility (from Edwin) diff --git a/lib/reLyX/reLyX.man b/lib/reLyX/reLyX.man index d4940c8c97..d61edd113e 100644 --- a/lib/reLyX/reLyX.man +++ b/lib/reLyX/reLyX.man @@ -1,7 +1,10 @@ .rn '' }` -''' $RCSfile: reLyX.man,v $$Revision: 1.2 $$Date: 2000/03/29 23:02:36 $ +''' $RCSfile: reLyX.man,v $$Revision: 1.3 $$Date: 2002/10/28 09:52:39 $ ''' ''' $Log: reLyX.man,v $ +''' Revision 1.3 2002/10/28 09:52:39 poenitz +''' the relyx changes +''' ''' Revision 1.2 2000/03/29 23:02:36 karger ''' Very minor changes (sorry kayvan!) ''' @@ -621,15 +624,6 @@ whitespace-separated, between \f(CW\ebegin{reLyXre}\fR and \f(CW\eend{reLyXre}\f statements in the syntax file. (If you have a regular environment which you won't use very often, you can use the \fB\-r\fR option rather than writing a syntax file.) -.PP -Third, the syntax file describes a math translation table. The LyX math editor -doesn't support a few commands. For example, \f(CW_\fR is supported, but the -equivalent \f(CW\esb\fR is not. Put any commands you'd like translate between -\f(CW\ebegin{reLyXmt}\fR and \f(CW\eend{reLyXmt}\fR statements. The statement -\*(L"\f(CW\e| {\eVert}\fR\*(R" means that any \f(CW\e|\fR in math mode will be converted to -\*(L"\f(CW\eVert \fR\*(R" (in cases where a token made up of a backslash and a non-letter is -translated to something with letters at the end, a space is added by \fBreLyX\fR. -That way, \*(L"\f(CW\e|a\fR\*(R" is correctly translated to \*(L"\f(CW\eVert a\fR"). .Sh "Miscellaneous" You need Perl version 5.002 or later to run \fBreLyX\fR. If you don't have Perl, you should get it anyway (at http://www.perl.com), because it's a really diff --git a/lib/reLyX/reLyX.pod b/lib/reLyX/reLyX.pod index 7814b5b063..d5a9d05c23 100644 --- a/lib/reLyX/reLyX.pod +++ b/lib/reLyX/reLyX.pod @@ -606,15 +606,6 @@ statements in the syntax file. (If you have a regular environment which you won't use very often, you can use the B<-r> option rather than writing a syntax file.) -Third, the syntax file describes a math translation table. The LyX math editor -doesn't support a few commands. For example, C<_> is supported, but the -equivalent C<\sb> is not. Put any commands you'd like translate between -C<\begin{reLyXmt}> and C<\end{reLyXmt}> statements. The statement -"C<\| {\Vert}>" means that any C<\|> in math mode will be converted to -"C<\Vert >" (in cases where a token made up of a backslash and a non-letter is -translated to something with letters at the end, a space is added by B. -That way, "C<\|a>" is correctly translated to "C<\Vert a>"). - =head2 Miscellaneous You need Perl version 5.002 or later to run B. If you don't have diff --git a/lib/reLyX/syntax.default b/lib/reLyX/syntax.default index ea07274583..057ac5f391 100644 --- a/lib/reLyX/syntax.default +++ b/lib/reLyX/syntax.default @@ -594,302 +594,6 @@ $$ \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 - %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % There are some environments which reLyX doesn't have an equivalent for. -- 2.39.2