在表格中使用脚注,前文我们讲解了如何在图表的标题使用脚注,这里我们看看如何在表格里使用脚注。


代码如下:
\documentclass{article}
\usepackage{setspace}
\onehalfspace
\usepackage{pdflscape}
\usepackage{longtable}

\title{Discrimination at Home; An analysis in to the earnings performance of British born ethnic minorities in the first decade of the 21st Century}
\date{22 January 2010}

\begin{document}
\maketitle
\section{Introduction}

\begin{table}[htbp]
\centering
\caption{Darity \& Nembhard (2000); Key Monthly Income Ratios: Selected Countries}
\begin{minipage}{\textwidth}
\renewcommand{\thefootnote}{\fnsymbol{footnote}}
\begin{tabular}{l c c}
\hline
{\bf Country} & {\bf Inferior/Dominant} & {\bf Monthly Income Ratio} \\
\hline
{\bf Malaysia} & Malay/Chinese & 0.46-0.57 \\
& Indian/Chinese & 0.8-0.81 \\
& SC \footnote[1]{SC are the Scheduled Castes, these are the religiously inferior caste and include the``Dalits" also known as the``untouchables".}/Other & 0.78-0.79 \\
& Muslim/Brahmin & 0.53 \\
{\bf India} & Sikh/Brahmin & 0.87 \\
& Hindu Low Caste/Brahmin & 0.55 \\
& Hindu Middle Caste/Brahmin & 0.53 \\
& Hindu High Caste/Brahmin & 1.03 \\
{\bf Belize} & Creole/White & 0.52 \\
& Mestizo/White & 0.38 \\
& Black/White & 0.12 - 0.46 \\
{\bf South Africa} & Coloured/White & 0.23-0.47 \\
& Asian/White & 0.37-0.63 \\
\hline
\end{tabular}
\end{minipage}

\label{tab:addlabel}
\end{table}
\end{document}

如果你想修改其编号类型,只有使用如下方法了:
效果图如下:

演示代码:

\documentclass[11pt,a4paper,english]{article}
\usepackage[T1]{fontenc}
\usepackage[latin1]{inputenc}
\usepackage{babel}
\usepackage[font=small,labelfont=bf,tableposition=top]{caption}
\usepackage[onehalfspacing]{setspace}
\usepackage{booktabs,threeparttable}

\title{Discrimination at Home; An analysis in to the earnings performance of British born ethnic minorities in the first decade of the 21st Century}
\date{22 January 2010}

\begin{document}
\maketitle

\section{Introduction}

\begin{table}[!ht]
\begin{threeparttable}
\caption{Darity \& Nembhard (2000); Key Monthly Income Ratios: Selected Countries}\label{tab:addlabel}
\centering
\begin{tabular}{lcc}\toprule
\textbf{Country} & \textbf{Inferior/Dominant} & \textbf{Monthly Income Ratio} \\ \midrule
\textbf{Malaysia} & Malay/Chinese & 0.46--0.57 \\
& Indian/Chinese & 0.8--0.81 \\
& SC \tnote{1} /Other & 0.78--0.79 \\
& Muslim/Brahmin & 0.53 \\
\textbf{India} & Sikh/Brahmin & 0.87 \\
& Hindu Low Caste/Brahmin & 0.55 \\
& Hindu Middle Caste/Brahmin & 0.53 \\
& Hindu High Caste/Brahmin & 1.03 \\
\textbf{Belize} & Creole/White & 0.52 \\
& Mestizo/White & 0.38 \\
& Black/White & 0.12--0.46 \\
\textbf{South Africa} & Coloured/White & 0.23--0.47 \\
& Asian/White & 0.37--0.63 \\ \bottomrule
\end{tabular}
\begin{tablenotes}
\footnotesize
\item[1] SC are the Scheduled Castes, these are the religiously inferior caste and include the "Dalits" also known as the "untouchables".
\end{tablenotes}
\end{threeparttable}
\end{table}
\end{document}

点赞(0)

评论列表 共有 0 条评论

暂无评论
立即
投稿

微信公众账号

微信扫一扫加关注

发表
评论
返回
顶部