Skip to content

表格的边距调整 #974

Answered by LogCreative
ujust4fun asked this question in 提问
Discussion options

You must be logged in to vote
\begin{table}[htp]
    \caption{表格标题}
    \centering
    \hspace*{-5cm} % 基于中间位置的偏移量
    \makebox[0cm]{ %
        \begin{threeparttable}
            \begin{tabular}{cccc}
            % ...
            \end{tabular}
        \end{threeparttable}
    } %
\end{table}

可以突破左边距位置,但是一般不推荐这么做。

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ujust4fun
Comment options

Answer selected by ujust4fun
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
提问
Labels
None yet
2 participants