\hline
is hiding the bars on top of the Z
symbols. Is there any way I can move those symbols down a little bit in their cells? Code: Select all
\documentclass[12pt]{book}
\usepackage{lifecon}
\usepackage{amsmath}
\usepackage{array}
\usepackage{pdflscape}
\begin{document}
\begin{landscape}
\begin{tabular}{
|>{\centering\arraybackslash}p{3cm}
|>{\centering\arraybackslash}p{3cm}
|>{\centering\arraybackslash}p{4cm}
|c|c|
} \hline
$\bar{Z}_{x:\lcroof{n}}$ & Endowment Insurance & Pays 1 at $n$ years or the moment of death if death occurs within $n$ years, whichever comes first & $\bar{Z}_{x:\lcroof{n}} = {\bar{Z}}^{1}_{x:\overline{n}|} + \lcend{Z}{x}{n}$ & $\bar{A}_{x:\lcroof{n}} = {\bar{A}}^{1}_{x:\overline{n}|} + {}_{n}E_{x}$ \\ \hline
\end{tabular}
\end{landscape}
\end{document}
FYI: You may have to download the lifecon package.