Herbert Voss <[EMAIL PROTECTED]> wrote:
>Jim Osborn wrote:
>
>> Is there a way to avoid this sort of failure? It's inconvenient to
>> have to kill LyX so abruptly from outside.
>
>can you send a short example-file?
Here's the Export->LaTeX:
%% Do not edit unless you really know what you are doing.
\documentclass[12pt,american]{article}
\usepackage[T1]{fontenc}
\usepackage{geometry}
\geometry{verbose,letterpaper,tmargin=0.25in,bmargin=0.625in,lmargin=0.75in,rmargin=0.75in}
\pagestyle{empty}
\usepackage{babel}
\makeatletter
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% LyX specific LaTeX commands.
\providecommand{\LyX}{L\kern-.1667em\lower.25em\hbox{Y}\kern-.125emX\@}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% User specified LaTeX commands.
\newcommand{\extratablespace}[1]{\noalign{vskip#1}}
\makeatother
\begin{document}
xxxxxxxxx
\vspace{0.3cm}
{\centering \begin{tabular}{|c|c|c|}
\hline
aaaaaaaaaaaa&
bbbbbbbbbbbbb&
cccccccccccccc\\
\hline
\hline
\extratablespace}{3ex}dddddddddd&
eeee&
ffffffff\\
\hline
gggggggggggggggg&
hhhhhh&
iii\\
\hline
\end{tabular}\par}
\vspace{0.3cm}
xxxxxxxxxxx
\end{document}
--------------------end of LaTeX export----------------
I tried to duplicate exactly the example in the doc, except I didn't
remove the table borders, like the one in the doc.
I hope this helps shed light on the situation.
Thanks for the help,
Jim