I tried lscape and pdflscape packages with spanish package.
It doesn't work, only with english package.
Are there any solution? I want to have the list of tables and the date in spanish, but I can't use those packages.
This doesn't work for me:
\documentclass[12pt,a4paper]{article}
\title{Blah }
\usepackage{spanish}
\usepackage{pdflscape}
\begin{document}
\begin{landscape}
\begin{table}[h]
\caption{Matrix table}\verb+-+
\centering
\begin{tabular}{|p{35mm}|p{42mm}|p{42mm}|p{42mm}|p{42mm}|}
\hline \rowcolor{Gray}
\centering \textbf{TITLE} & \centering \textbf{TITLE} & \centering\textbf{TITLE} & \centering\textbf{TITLE} & {\centering\textbf{TITLE}}\\[0.5ex]
\hline
text & text & text & text & text\\
\hline
text & text & text & text & text\\
\hline
text & text & text & text & text\\
\hline
text & text & text & text & text\\
\hline
text & text & text & text & text\\
\hline
text & text & text & text & text\\
\hline
text & text & text & text & text\\
\hline
\end{tabular}
\end{table}
\end{landscape}
\end{document}
But, if I change the spanish package by english, it works. Thanks.