我有一个来自 CSV 文件的表格,如下所示(但有更多行): CSV 表格
我尝试将它添加到我的 LaTeX 文件中,如下所示:
\documentclass[11pt]{article}
\usepackage[top=0.5in, bottom=0.5in, left=0.5in, right=0.5in]{geometry}
\usepackage[utf8]{inputenc}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{siunitx}
\usepackage{graphicx}
\usepackage{biblatex}
\usepackage{placeins}
\usepackage[legacy]{csvsimple}
\section{Results}
\begin{center}
\csvreader[
separator=semicolon,
tabular={ @{} *{9}{c} @{} },
table head=\toprule
\hline & Model & Var1 & Var2 & Var3 & Var4 & Var5 & Var6 & Var7 & Var8 \\ \midrule,
table foot=\bottomrule]{results.csv}{}{\csvlinetotablerow}
\captionof{table}{Example}
\end{center}
\end{document}
但是我收到以下错误:
*额外对齐选项卡已更改为