我关注了这里举个例子然后将代码粘贴到我的论文中,看看它是否有效。然后我编译,一切似乎都有效,但我得到的输出如下所示:
Linux 上的一位朋友编译了此文件,表格格式很好。我应该使用什么格式化处方/包来修复表格吗?我使用以下标题:
\documentclass[11pt,letter]{emulateapj}
\bibliographystyle{apj}
\usepackage{amssymb}
\usepackage{amsmath}
\usepackage{epsfig}
\usepackage{amsmath}
\usepackage{natbib}
\usepackage{color}
\usepackage{epstopdf}
\usepackage{hyperref}
\hypersetup{
colorlinks,
citecolor=blue,
filecolor=blue,
linkcolor=blue,
urlcolor=blue
}
当我使用时,表格确实显示正常,\documentclass[11pt,letter]{aastex}
但这不是我想要的格式 - 我想要emulateapj
。我也试过,\documentclass[iop,revtex4]{emulateapj}
但没有成功。提前谢谢。
答案1
你可能已经
\tablewidth{\textwidth}
这在双列格式排版时当然是错误的。如果希望表格与列一样宽,请使用
\tablewidth{\columnwidth}