表格编译后出现空白??

2019-08-22 15:36发布

编译后表格中的文字不显示,出现空白,求教是哪里出现问题?\usepackage{multirow}\modulolinenumbers[5]\usepackage{amssymb}\usepackag...

编译后表格中的文字不显示,出现空白,求教是哪里出现问题?

\usepackage{multirow}


\modulolinenumbers[5]


\usepackage{amssymb}


\usepackage{graphicx}


\journal{Journal of \LaTeX\ Templates}


\bibliographystyle{elsarticle-num}




\begin{document}




\begin{table*}

\caption{Key input variables and DCF main values of Scheme 2}

\begin{tabularx}{\textwidth}{@{} llX@{}}

\toprule

Variables            &Values        &Definition/Resource\\

\midrule

CapEx-HFO         &\$ 4.62m    &Initial investment in installing desulfurization washing equipment\\

Price-HFO          &\$433/ton     &Using the average price of IFO380 (Singapore)\\

Usage-HFO          &40 000 tons &HFO annual usage\\

Discount rate      &11\%      &Weighted average cost of capital (WACC) is the company's\\ weighted cost of capital, including all sources of capital: equity and debt. It represents the discount rate of estimated cash flows (Block, 2011; Bennouna et al., 2010).

Service-life      &15 years       &Economic life of desulfurization equipment\\

Depreciation method  &Sum-of-the-years -digits method (SYD)  &Accelerated depreciation is adopted due to the increase in maintenance costs of desulfurization equipment. This article uses SYD.\\

\bottomrule

\end{tabularx}


\end{table*}

\end{document}


3条回答

错误一大堆:

1、没有\documentclass... 谁知道你用的什么文档类,有什么特殊定义没有。

2、需要宏包都不写出来,tabularx、booktabs....

3、表格该换行的地方不换行,不该换行的地方瞎换行。

2010.)这里应该换行的,

company's 这里是不应该换行的,

如果是你的表格内容想手动控制换行,应该用\newline 而不应该用\\

4、最后那一行是个啥啊?头两列的内容那么长,最后一列被挤成一小条是必然的。

5、你这明明是编译通不过,哪里是编译出来文字不显示呢?

一周热门 更多>