Hi:
I ve problems inserting an equation in table. The error is:
*Missing $ Inserted*
\exp
\left(\alpha+\overset{d}{\underset{j=1}{\sum}}\gamma_{j}+\overset{w...
I've inserted a begin-math/end-math symbol since I think
you left one out. Proceed, with fingers crossed.
*Missing $ Inserted
*
...d}{\underset{t=2}{\sum}}\iota_{t}\right)\]
I've inserted something that you may have forgotten.
(See the <inserted text> above.)
With luck, this will get me unwedged. But if you
really didn't forget anything, try typing `2' now; then
my insertion and my current dilemma will both disappear.
My lyx code is:
% Vista preliminar del código fuente
%% LyX 1.6.4 created this file. For more info, see http://www.lyx.org/.
%% Do not edit unless you really know what you are doing.
\documentclass[a4paper,spanish]{article}
\usepackage[T1]{fontenc}
\usepackage[latin9]{inputenc}
\usepackage{amsmath}
\usepackage{amssymb}
\makeatletter
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% LyX specific LaTeX commands.
%% Because html converters don't know tabularnewline
\providecommand{\tabularnewline}{\\}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% User specified LaTeX commands.
% This file was converted to LaTeX by Writer2LaTeX ver. 1.1.3
% see http://writer2latex.sourceforge.net for more info
\usepackage[colorlinks=true, citecolor=blue, linkcolor=blue,
urlcolor=blue]{hyperref}
\usepackage{graphicx}
\usepackage{colortbl}
\usepackage{calc}
\def\inputGnumericTable{}
\definecolor{gris15}{gray}{0.85}
\makeatother
\usepackage{babel}
\addto\shorthandsspanish{\spanishdeactivate{~<>}}
\begin{document}
\begin{flushleft}
\begin{tabular}{|c}
\hline
\[
\exp\left(\alpha+\overset{d}{\underset{j=1}{\sum}}\gamma_{j}+\overset{w+d}{\underset{t=2}{\sum}}\iota_{t}\right)\]
\tabularnewline
\end{tabular}
\par\end{flushleft}
\end{document}
Regards
Esteban