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 |
Reference :
[1] Source Pastebin.com
LaTeX simple table
2012-09-03T19:46:00+01:00
GarciaPL
LaTeX|

