Table manner with a Finn
One of my colleagues educated me about table manner in Finland that I somehow missed to learn when I was there
“Two Finns go to a bar. They order some booze. One of them raises a toast and says “Cheers Kip-piss”. The other one gives a stare and says – Are we here to drink or to talk?. “
Latex Table
If you are looking for table in Latex that is anything like the picture, then this post can be helpful
. Multirow, multicolumn, tablenotes, cline, customized width – all are here. Enjoy.
CODE:
\documentclass[a4paper,11pt]{report}
\usepackage{threeparttable, multirow, array}
\hyphenpenalty=5000
\newcolumntype{x}[1]{
>{\centering}m{#1}
}
\begin{document}
\begin{table}
\begin{threeparttable}
\caption{Table in Action}
\begin{tabular}{l x{5.5cm} m{6cm}} \hline
\multicolumn{3}{c}{Education} \\ \hline
\multirow{2}{2.5cm}{Master- NordSecMob}
& Royal Institute of Technology \tnote{a}
Sweden & Master of Science
Communication System Design\\ \cline{2-3}
& Aalto University \tnote{b}
Finland & Master of Science (Technology)
Technical Information Security and Network Services
\\ \hline
Bachelor
& Tribhuvan University \tnote{c}
Nepal & Computer Engineering \\ \hline
\end{tabular}
\begin{tablenotes}
\item [a] 2009-2010
\item [b] 2010-2011
\item [c] 2003-2008
\end{tablenotes}
\end{threeparttable}
\end{table}
\end{document}
|
=================
Cheese n Cheers
