In LaTeX when I insert a table in my document, the font size in table got very small as compare to the normal font of document. Definitely Table is large in width as well as in length. How I can insert large tables with normal font size, as it used to be in remaining document?
Thanks
Here is my document class:
\documentclass[a4paper,
12pt,
twoside,
openright,
cleardoublepage=empty,
numbers=noenddot,
appendixprefix,
BCOR1.5cm,
bibliography=totoc
]{scrbook}
here is how I insert table
\begin{table}[h!]
\centering
\caption{My caption}
\label{my-label}
\resizebox{\textwidth}{!}{%
\begin{tabular}{|l|l|l|l|l|l|l|l|}
\hline
\documnetclass{...}and ending with\end{document}with only necessary packages in document's preamble) what you doing with table. – Zarko Nov 11 '16 at 20:01\resizebox{\textwidth}{!}{%. Avoid it! – Zarko Nov 11 '16 at 20:49\resizeboxto - well - resize it. This will, of course, shrink the contents of your table! What you need to do is modify the design of your table or find another way to make it fit - such as putting it on its own landscape page (this may not be an idea solution for you) - we can't really help you do that unless you show us your table – Au101 Nov 11 '16 at 20:50