在 LaTeX 中,当我在文档中插入表格时,表格中的字体大小与文档的正常字体相比非常小。表格的宽度和长度肯定都很大。我如何才能像在其余文档中一样插入具有正常字体大小的大表格?
谢谢
这是我的文档类:
\documentclass[a4paper,
12pt,
twoside,
openright,
cleardoublepage=empty,
numbers=noenddot,
appendixprefix,
BCOR1.5cm,
bibliography=totoc
]{scrbook}
这是我插入表格的方式
\begin{table}[h!]
\centering
\caption{My caption}
\label{my-label}
\resizebox{\textwidth}{!}{%
\begin{tabular}{|l|l|l|l|l|l|l|l|}
\hline