Prajwol's blog

Technology and Inspiration. They are here.

Table manner with a Finn

leave a comment »

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?. “

:P

Written by Prajwol Kumar Nakarmi

May 24, 2011 at 6:20 pm

Posted in Inspiration, Miscellaneous

Tagged with , ,

Latex Table

leave a comment »

If you are looking for table in Latex that is anything like the picture, then this post can be helpful :P . Multirow, multicolumn, tablenotes, cline, customized width – all are here. Enjoy.

Table in Lates

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

Written by Prajwol Kumar Nakarmi

May 21, 2011 at 12:52 pm

Follow

Get every new post delivered to your Inbox.