加载中…
个人资料
  • 博客等级:
  • 博客积分:
  • 博客访问:
  • 关注人气:
  • 获赠金笔:0支
  • 赠出金笔:0支
  • 荣誉徽章:
正文 字体大小:

LaTeX技巧273:如何修改表格中脚注编号类型

(2010-02-05 19:47:31)
标签:

latex

表格

脚注

编号

修改

分类: 表格制作

QQ群:91940767/145316219/141877998/80300084/194770436
淘宝店:http://latexstudio.taobao.com
技巧续篇:http://latexstudio.net/
常见数学公式问题集下载

在表格中使用脚注,前文我们讲解了如何在图表的标题使用脚注,这里我们看看如何在表格里使用脚注。
LaTeX技巧273:如何修改表格中脚注编号类型
代码如下:
\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}

如果你想修改其编号类型,只有使用如下方法了:
效果图如下:
LaTeX技巧273:如何修改表格中脚注编号类型

演示代码:
    \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

阅读 收藏 喜欢 打印举报/Report
  

新浪BLOG意见反馈留言板 欢迎批评指正

新浪简介 | About Sina | 广告服务 | 联系我们 | 招聘信息 | 网站律师 | SINA English | 产品答疑

新浪公司 版权所有