无法获取乳胶中我需要的表 [英] Cannot get the table that I need in latex

查看:38
本文介绍了无法获取乳胶中我需要的表的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在乳胶中的桌子上遇到了一些问题.基本上,标签结论"甚至没有出现在表格中,并且其中的文字不是我想要的方式,并且也不会全部显示出来.有人知道为什么吗?

I am having some problems with a table in latex. Basically the label "Conclusion" does not even appear in the table and the text in it is not how I wanted it and it is not all displayed. Does someone know why?

\begin{tabular}{rr}

\toprule

\multicolumn{1}{c}{\textbf{Literature}} & \multicolumn{1}{c}{\textbf{Conclusion}} \\

\midrule

Blume (1974: 638) & \multicolumn{1}{l}{"the weighted unbiased estimator is probably the safer to use"                                                 } \\
Fama (1996: 419) & \multicolumn{1}{l}{"The estimate of Et (R) that produces an unbiased Pt is a combination of the asset's past compound and average simple returns"} \\
Jacquier et al (2003: 52) & \multicolumn{1}{l}{"unbiased estimates of future portfolio value require that the current value be compounded forward at a weighted average of the arithmetic and geometric rates"                     } \\
Indro and Lee (1997: 89) & \multicolumn{1}{l}{"the horizon-weighted average [...] is also more efficient than other estimators in the presence of negative autocorrelation, time-varying, and stationary variances"} \\
Koller et al. (2005: 308) & " an [weighted] estimator proposed by Marshall Blume best adjusts for problems caused by estimation error and autocorrelation" \\

\bottomrule

\end{tabular}

这是我的代码.如果有人可以看看并告诉我我做错了什么,我将非常感谢您.

Here is my code. I would thank you very much if someone could have a look at it and tell me what I do wrong.

推荐答案

在您的代码中,右对齐和左 multicolumn 有点混乱.建议您从左对齐改为段落对齐,不要超过页面宽度.在这种情况下,您会遇到以下情况:

In your code there's a bit of confusion with right alignment and left multicolumns. I suggest you switch from left to paragraph alignment, not to exceed the page width. In this case you have something like:

\documentclass{article}
\usepackage{booktabs}

\begin{document}

\begin{tabular}{lp{70mm}}

\toprule

\multicolumn{1}{c}{\textbf{Literature}} & \multicolumn{1}{c}{\textbf{Conclusion}}\\

\midrule

Blume (1974: 638) & "the weighted unbiased estimator is probably the safer to use"\\
Fama (1996: 419) & "The estimate of Et (R) that produces an unbiased Pt is a combination of the asset's past compound and average simple returns"\\
Jacquier et al (2003: 52) & "unbiased estimates of future portfolio value require that the current value be compounded forward at a weighted average of the arithmetic and geometric rates"\\
Indro and Lee (1997: 89) & "the horizon-weighted average [...] is also more efficient than other estimators in the presence of negative autocorrelation, time-varying, and stationary variances"\\
Koller et al. (2005: 308) & "an [weighted] estimator proposed by Marshall Blume best adjusts for problems caused by estimation error and autocorrelation"\\

\bottomrule

\end{tabular}

\end{document}

此代码在没有 \ centering table 环境的情况下,在默认A4纸中的表格位置如下.

This code, with no \centering or table environment, positions as follows the table in the default A4 paper.

顺便说一句,这里我对引号没有任何照顾.

By the way, here I didn't take any care of the quotation marks.

这篇关于无法获取乳胶中我需要的表的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆