On Fri, Sep 20, 2002 at 02:41:59PM +0200, Rasmus Ory Nielsen wrote:
> Hi,
>
> This is probably not a LyX problem, but more a problem with latex.
> Anyway, here it comes.
>
> The problem is with the danish character ? (in ERT it's \AA, also known
> as Å in html).
> If I insert the character in a table cell, the character is too high for
> the cell, i.e. it collides with the ceiling of the cell.
>
> Is this a known problem, or am I doing anything wrong?
You can add \rule{0pt}{1.1em} in order to make space for the \AA.
I think a better solution is to use booktabs (you will need to use ERT as LyX
does not supports it currently.
See attached file.
#LyX 1.2 created this file. For more info see http://www.lyx.org/
\lyxformat 220
\textclass article
\begin_preamble
\usepackage{booktabs}
\end_preamble
\language danish
\inputencoding auto
\fontscheme default
\graphics default
\paperfontsize default
\papersize Default
\paperpackage a4
\use_geometry 0
\use_amsmath 0
\use_natbib 0
\use_numerical_citations 0
\paperorientation portrait
\secnumdepth 3
\tocdepth 3
\paragraph_separation indent
\defskip medskip
\quotes_language english
\quotes_times 2
\papercolumns 1
\papersides 1
\paperpagestyle default
\layout Standard
\begin_inset Tabular
<lyxtabular version="3" rows="2" columns="2">
<features>
<column alignment="center" valignment="top" width="0pt">
<column alignment="center" valignment="top" width="0pt">
<row>
<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
\begin_inset Text
\layout Standard
\begin_inset ERT
status Collapsed
\layout Standard
\backslash
toprule{}
\end_inset
Normal
\end_inset
</cell>
<cell alignment="center" valignment="top" topline="true" leftline="true"
rightline="true" usebox="none">
\begin_inset Text
\layout Standard
ERT
\end_inset
</cell>
</row>
<row>
<cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
\begin_inset Text
\layout Standard
\begin_inset ERT
status Collapsed
\layout Standard
\backslash
midrule{}
\end_inset
�
\end_inset
</cell>
<cell alignment="center" valignment="top" topline="true" leftline="true"
rightline="true" usebox="none">
\begin_inset Text
\layout Standard
\begin_inset ERT
status Collapsed
\layout Standard
\backslash
AA
\end_inset
\begin_inset ERT
status Collapsed
\layout Standard
\backslash
\backslash
\backslash
bottomrule%
\end_inset
\end_inset
</cell>
</row>
</lyxtabular>
\end_inset
\the_end