日韩性视频-久久久蜜桃-www中文字幕-在线中文字幕av-亚洲欧美一区二区三区四区-撸久久-香蕉视频一区-久久无码精品丰满人妻-国产高潮av-激情福利社-日韩av网址大全-国产精品久久999-日本五十路在线-性欧美在线-久久99精品波多结衣一区-男女午夜免费视频-黑人极品ⅴideos精品欧美棵-人人妻人人澡人人爽精品欧美一区-日韩一区在线看-欧美a级在线免费观看

歡迎訪問 生活随笔!

生活随笔

當前位置: 首頁 > 编程资源 > 编程问答 >内容正文

编程问答

Latex的表格注释

發布時間:2025/3/8 编程问答 62 豆豆
生活随笔 收集整理的這篇文章主要介紹了 Latex的表格注释 小編覺得挺不錯的,現在分享給大家,幫大家做個參考.

調用threeparttable包

在文檔的最前面加入以下命令:

\usepackage{threeparttable}

在表格處插入命令

\begin{table*} \label{table:number} \centering \caption{....} \begin{threeparttable} \begin{tabular}{lc}\hlineA & 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}\hlineA & 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}

總結

以上是生活随笔為你收集整理的Latex的表格注释的全部內容,希望文章能夠幫你解決所遇到的問題。

如果覺得生活随笔網站內容還不錯,歡迎將生活随笔推薦給好友。