LaTeX simple table

by GarciaPL on Monday 3 September 2012


I would like to share with you an quick and I suppose painless piece of code to make your own table. Quite nice table i must add.

\begin{table}[ht]
\captionof{table}{Parametry zapytania dla Location SOAP API}
\begin{center}
\rowcolors{1}{lightgray}{}
%\begin{tabular}{|p{2cm}|p{12.8cm}|}
\begin{tabular}{| >{\centering\arraybackslash}m{2cm} | >{\centering\arraybackslash}m{12.8cm} |}
\hline
\multicolumn{1}{|c|}{\textbf{Parametr}} & \multicolumn{1}{c|}{\textbf{Opis wartości}} \\ \hline
address&Numer telefonu przeznaczony do zlokalizowania w formacie międzynarodowym (np. +48504500600) 
lub krajowym (np. 504500600)\\ \hline
\end{tabular}
\end{center}
\end{table}


Result :

LaTeX table
LaTeX table

Reference :
[1] Source Pastebin.com