網站首頁 編程語言 正文
解決方法:調用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*}
注意:星號可以換成數字或是其他的字符。
完整例子測試
\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
- 上一篇:沒有了
- 下一篇:沒有了
相關推薦
- 2022-03-09 c++中STL庫隊列詳細介紹_C 語言
- 2023-01-19 python如何將文件a.txt的內容復制到b.txt中_python
- 2022-05-23 MongoDB數據庫部署環境準備及使用介紹_MongoDB
- 2022-03-31 如何利用Python實現n*n螺旋矩陣_python
- 2022-11-26 pytorch邏輯回歸實現步驟詳解_python
- 2022-07-11 UVM中UVM_ERROR到達一定數量后結束
- 2022-08-27 python基礎篇之pandas常用基本函數匯總_python
- 2022-08-25 .net?core中高效的動態內存管理方案_實用技巧
- 欄目分類
-
- 最近更新
-
- window11 系統安裝 yarn
- 超詳細win安裝深度學習環境2025年最新版(
- Linux 中運行的top命令 怎么退出?
- MySQL 中decimal 的用法? 存儲小
- get 、set 、toString 方法的使
- @Resource和 @Autowired注解
- Java基礎操作-- 運算符,流程控制 Flo
- 1. Int 和Integer 的區別,Jav
- spring @retryable不生效的一種
- Spring Security之認證信息的處理
- Spring Security之認證過濾器
- Spring Security概述快速入門
- Spring Security之配置體系
- 【SpringBoot】SpringCache
- Spring Security之基于方法配置權
- redisson分布式鎖中waittime的設
- maven:解決release錯誤:Artif
- restTemplate使用總結
- Spring Security之安全異常處理
- MybatisPlus優雅實現加密?
- Spring ioc容器與Bean的生命周期。
- 【探索SpringCloud】服務發現-Nac
- Spring Security之基于HttpR
- Redis 底層數據結構-簡單動態字符串(SD
- arthas操作spring被代理目標對象命令
- Spring中的單例模式應用詳解
- 聊聊消息隊列,發送消息的4種方式
- bootspring第三方資源配置管理
- GIT同步修改后的遠程分支