Code: Select all
text
\begin{landscape}
\begin{table}[!htp]\small
\refstepcounter{table}\label{tabl}
\begin{tabular}
%... table information
\end{tabular}
\end{table}
\end{landscape}
more text
Code: Select all
text
\begin{landscape}
\begin{table}[!htp]\small
\refstepcounter{table}\label{tabl}
\begin{tabular}
%... table information
\end{tabular}
\end{table}
\end{landscape}
more text
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
Code: Select all
\documentclass[11pt,a4paper,english]{article}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{babel}
\usepackage[font=small,labelfont=bf,tableposition=top]{caption}
\usepackage{rotating}
\usepackage{blindtext}
\begin{document}
\blindtext
\begin{table}[!ht]
\centering
\begin{minipage}[c]{2\baselineskip}
\captionsetup{width=6.4cm,singlelinecheck=off}
\rotcaption{The quick brown fox jumps over the lazy dog}\label{tab:dummy}
\end{minipage}
\hspace{6pt}
\begin{minipage}{4cm}
\rotatebox{90}{%
\rule{6.4cm}{3.6cm}
}
\end{minipage}
\end{table}
\blindtext
\end{document}
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p