>>>>> "Riccardo" == Riccardo Varotto <[EMAIL PROTECTED]> writes:

Riccardo> Hi, I would obtain the follow line in math-mode, only in
Riccardo> math mode, in the .tex file:

Riccardo> \begin{equation} \text{\Large{$ \varepsilon $}} ...
Riccardo> \end{equation}

Riccardo> This lines print a Large varepsilon only with the ams-math
Riccardo> package. LyX instead can't let me to stamp the '$' alone,
Riccardo> but prefix the \, like: \begin{equation} \text{\Large{\$
Riccardo> \varepsilon \$}} ... \end{equation}

Riccardo> so the output is not a Large epsilon.

Simplest solution: in Layout->LaTeX Preamble, add
\newcommand{\Leps}{\text{\Large{$ \varepsilon $}}}

Then in the math editor, use \Leps directly.

However, why do you need this large varepsilon? Are you sure that what
you need is not a calligraphic E?

JMarc

Reply via email to