mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 18:08:10 +00:00
the relyx changes
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5526 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
f2a773f04a
commit
59b0558eca
@ -1,8 +1,12 @@
|
|||||||
|
|
||||||
2002-10-24 André Pönitz <poenitz@gmx.net>
|
2002-10-28 André Pönitz <poenitz@gmx.net>
|
||||||
|
|
||||||
* CREDITS: add Geoffroy Piroux
|
* 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 <levon@movementarian.org>
|
2002-10-24 John Levon <levon@movementarian.org>
|
||||||
|
|
||||||
* images/math/: use black for visibility (from Edwin)
|
* images/math/: use black for visibility (from Edwin)
|
||||||
|
@ -1,7 +1,10 @@
|
|||||||
.rn '' }`
|
.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 $
|
''' $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
|
''' Revision 1.2 2000/03/29 23:02:36 karger
|
||||||
''' Very minor changes (sorry kayvan!)
|
''' 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
|
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
|
won't use very often, you can use the \fB\-r\fR option rather than writing a
|
||||||
syntax file.)
|
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"
|
.Sh "Miscellaneous"
|
||||||
You need Perl version 5.002 or later to run \fBreLyX\fR. <plug> If you don't have
|
You need Perl version 5.002 or later to run \fBreLyX\fR. <plug> If you don't have
|
||||||
Perl, you should get it anyway (at http://www.perl.com), because it's a really
|
Perl, you should get it anyway (at http://www.perl.com), because it's a really
|
||||||
|
@ -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
|
won't use very often, you can use the B<-r> option rather than writing a
|
||||||
syntax file.)
|
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<reLyX>.
|
|
||||||
That way, "C<\|a>" is correctly translated to "C<\Vert a>").
|
|
||||||
|
|
||||||
=head2 Miscellaneous
|
=head2 Miscellaneous
|
||||||
|
|
||||||
You need Perl version 5.002 or later to run B<reLyX>. <plug> If you don't have
|
You need Perl version 5.002 or later to run B<reLyX>. <plug> If you don't have
|
||||||
|
@ -594,302 +594,6 @@ $$
|
|||||||
\vspace*{}
|
\vspace*{}
|
||||||
\whiledo{}{}
|
\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.
|
% There are some environments which reLyX doesn't have an equivalent for.
|
||||||
|
Loading…
Reference in New Issue
Block a user