網(wǎng)站首頁 編程語言 正文
解決方法:調(diào)用threeparttable包
- 在文檔的最前面加入以下命令:
\usepackage{threeparttable}
在表格處插入命令
\begin{table*} \label{table:number}
\centering
\caption{....}
\begin{threeparttable}
\begin{tabular}{lc}
\hline
A & B \\
\hline
A & B\tnote{*} \\
A\tnote{**} & B \\
% 添加表格信息
\hline
\end{tabular}
\begin{tablenotes}
\footnotesize
\item[*] this is the .... %此處加入注釋*信息
\item[**] my website is ... %此處加入注釋**信息
\end{tablenotes}
\end{threeparttable}
\end{table*}
注意:星號可以換成數(shù)字或是其他的字符。
完整例子測試
\documentclass[12pt]{amsart}
\usepackage{geometry} % see geometry.pdf on how to lay out the page. There's lots.
\geometry{a4paper} % or letter or a5paper or ... etc
\usepackage{threeparttable}
\title{test}
\author{tsta}
\date{} % delete this line to display the current date
%%% BEGIN DOCUMENT
\begin{document}
\maketitle
\tableofcontents
\section{Test1}
\subsection{Table}
\begin{table*} \label{table:number}
\centering
\caption{....}
\begin{threeparttable}
\begin{tabular}{llllllllll}
\hline
A & B& B& B& B& B& B& B& B& B \\
\hline
A & B\tnote{*}& B& B& B& B& B& B& B& B \\
A\tnote{**} & B & B& B& B& B& B& B& B& B\\
% 添加表格信息
\hline
\end{tabular}
\begin{tablenotes}
\footnotesize
\item[*] this is the .... %此處加入注釋*信息
\item[**] my website is ... %此處加入注釋**信息
\end{tablenotes}
\end{threeparttable}
\end{table*}
\end{document}
原文鏈接:https://blog.csdn.net/weixin_39589455/article/details/128505708
- 上一篇:沒有了
- 下一篇:沒有了
相關(guān)推薦
- 2023-07-13 自定義設(shè)置echarts label里的顏色
- 2022-09-03 python通過ElementTree操作XML_python
- 2022-12-06 Pytorch實(shí)現(xiàn)List?Tensor轉(zhuǎn)Tensor,reshape拼接等操作_python
- 2022-06-20 詳解Python列表解析式的使用方法_python
- 2022-06-22 如何使用?Dockerfile?創(chuàng)建一個簡單容器_docker
- 2022-11-07 Flink?側(cè)流輸出源碼示例解析_服務(wù)器其它
- 2022-05-07 MongoDB連接和創(chuàng)建數(shù)據(jù)庫的方法講解_MongoDB
- 2022-05-15 Python?文本文件與csv文件的讀取與寫入_python
- 欄目分類
-
- 最近更新
-
- window11 系統(tǒng)安裝 yarn
- 超詳細(xì)win安裝深度學(xué)習(xí)環(huán)境2025年最新版(
- Linux 中運(yùn)行的top命令 怎么退出?
- MySQL 中decimal 的用法? 存儲小
- get 、set 、toString 方法的使
- @Resource和 @Autowired注解
- Java基礎(chǔ)操作-- 運(yùn)算符,流程控制 Flo
- 1. Int 和Integer 的區(qū)別,Jav
- spring @retryable不生效的一種
- Spring Security之認(rèn)證信息的處理
- Spring Security之認(rèn)證過濾器
- Spring Security概述快速入門
- Spring Security之配置體系
- 【SpringBoot】SpringCache
- Spring Security之基于方法配置權(quán)
- redisson分布式鎖中waittime的設(shè)
- maven:解決release錯誤:Artif
- restTemplate使用總結(jié)
- Spring Security之安全異常處理
- MybatisPlus優(yōu)雅實(shí)現(xiàn)加密?
- Spring ioc容器與Bean的生命周期。
- 【探索SpringCloud】服務(wù)發(fā)現(xiàn)-Nac
- Spring Security之基于HttpR
- Redis 底層數(shù)據(jù)結(jié)構(gòu)-簡單動態(tài)字符串(SD
- arthas操作spring被代理目標(biāo)對象命令
- Spring中的單例模式應(yīng)用詳解
- 聊聊消息隊(duì)列,發(fā)送消息的4種方式
- bootspring第三方資源配置管理
- GIT同步修改后的遠(yuǎn)程分支