Ok. I've attached a pdf file now with a page that illustrates my problems. The text is in Swedish hopefully that won't be an issue
The LaTeX is seen below.
1. I managed to get the vertical spacing in the tabulary environment. The boxing lines on top and on the left side are not visible however. Any ideas on how to resolve this?
2. The fbox issue (not having a width of text width is also illustrated) is shown in the box with the title "Definition of hot". I want it to be lined up with the tabular below otherwise it looks strange. For some reason the last item has it text stretched I'll have. I'm not sure that I like this, so if you have any idea on what it is called and how to fix it I'd appreciate it.
I really appreciate your help. It is really hard to figure some of these things out by yourself when you don't even now when to look for
Regards,
Jimisola
Code: Select all
\newpage
\begin{center}
\fbox{
\parbox{14cm}{
\begin{center}
\textbf{Definition av hot}
\end{center}
Hot är definerade som händelser eller fel som:
\begin{itemize}
\item sker utan påverkan från besättningen
\item ökar den operationella komplexiteten av en flygning
\item kräver besättningens uppmärksamhet och agerande/handhavande om säkerhetsmarginaler skall bibehållas
\end{itemize}
}
}
\end{center}
\begin{table}[h!t]
\centering
\begin{tabulary}{\textwidth}{|C|L|}
\hline
\rowcolor[gray]{.75}
\vphantom{\rule{0pt}{10pt}}Miljöhot & \vphantom{\rule{0pt}{10pt}}Exempel \\[10pt]
\hline
ogynnsam (eng: adverse) väder & åskväder, turbulens, dålig sikt, vindsjuvning, risk för isbildning, icing conditions, IMC\\\hline
flygplats & \\\hline
ATC & \\\hline
miljöoperativt tryck (eng: Env Op Pressure) & \\
\hline
\rowcolor[gray]{.75}
Flygbolagshot & Exempel \\[12pt]
\hline
flygplan & \\\hline
flygbolagoperativt tryck & \\\hline
kabin & \\\hline
dispatch/pappersarbete & \\\hline
ground/ramp& \\\hline
markunderhåll & \\\hline
manualer/kartor & \\\hline
\end{tabulary}
\caption{Typer av hot samt exempel}
\label{bakgrund_tem_hot_exempel}
\end{table}