On Mon, 2003-01-20 at 02:09, Andre Poenitz wrote:
> 
> This LyX input
> 
> > \{\Pr\}^new 
> 
> is equivalent to LaTeX
> 
>  {\Pr}^new 
> 
> which is equivalent to LaTeX
> 
>  \Pr^new 

Umm, this is NOT the behavior of latex on my system (Redhat 8.0). 

\[
{\Pr}^{new}
\]

places "new" at a superscript level (off to the right and above).

\[
\Pr^{new}
\]

places "new" stacked above like \[\stackrel{new}{\Pr}\]. I've enclosed
the relevant files.


Anand

%% LyX 1.3 created this file.  For more info, see http://www.lyx.org/.
%% Do not edit unless you really know what you are doing.
\documentclass[english]{article}
\usepackage[T1]{fontenc}
\usepackage[latin1]{inputenc}

\makeatletter

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% LyX specific LaTeX commands.
%% Bold symbol macro for standard LaTeX users
\newcommand{\boldsymbol}[1]{\mbox{\boldmath $#1$}}


\usepackage{babel}
\makeatother
\begin{document}
\[
{\Pr}^{new}\]

\end{document}

Attachment: test_with_parenthesis.ps
Description: PostScript document

%% LyX 1.3 created this file.  For more info, see http://www.lyx.org/.
%% Do not edit unless you really know what you are doing.
\documentclass[english]{article}
\usepackage[T1]{fontenc}
\usepackage[latin1]{inputenc}

\makeatletter

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% LyX specific LaTeX commands.
%% Bold symbol macro for standard LaTeX users
\newcommand{\boldsymbol}[1]{\mbox{\boldmath $#1$}}


\usepackage{babel}
\makeatother
\begin{document}
\[
\Pr^{new}\]

\end{document}

Attachment: test_without_parenthesis.ps
Description: PostScript document

Reply via email to