Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/batch-file/5.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Csv 胶乳色板调整台尺寸_Csv_Tabular_Latex Environment - Fatal编程技术网

Csv 胶乳色板调整台尺寸

Csv 胶乳色板调整台尺寸,csv,tabular,latex-environment,Csv,Tabular,Latex Environment,我正在使用CSVAUTOTABLAR将.CSV文件导入LaTex文件,但其中一列在水平方向上太长(文字而非数字)。因此,该表超出了边界。这是我目前拥有的代码: \begin{table}[H] \begin{center} \caption{Summary of documents} \csvautotabular{\commonPath/documents.csv} \end{center} \end{table} 数据表是3列表,其中最后一列用单词填充,我希望文本环绕。任何建议都会有帮助,

我正在使用CSVAUTOTABLAR将.CSV文件导入LaTex文件,但其中一列在水平方向上太长(文字而非数字)。因此,该表超出了边界。这是我目前拥有的代码:

\begin{table}[H]
\begin{center}
\caption{Summary of documents}
\csvautotabular{\commonPath/documents.csv}
\end{center}
\end{table}
数据表是3列表,其中最后一列用单词填充,我希望文本环绕。任何建议都会有帮助,如果你能写出修改后的代码,那就太好了