我对 LaTeX 还不太熟悉,所以如果这是非常基础的,请原谅。我想导入 csv 文件头中的微 (µ) 符号。我使用的代码是:
\begin{table}[h]
\caption{This is the caption for the first table}
\centering
\csvautobooktabular{tables/PDX_metadata.csv}
\end{table}
编织时这不断出错...我哪里做错了?
我对 LaTeX 还不太熟悉,所以如果这是非常基础的,请原谅。我想导入 csv 文件头中的微 (µ) 符号。我使用的代码是:
\begin{table}[h]
\caption{This is the caption for the first table}
\centering
\csvautobooktabular{tables/PDX_metadata.csv}
\end{table}
编织时这不断出错...我哪里做错了?