
ShareLaTex は、行でいくつかのエラーが発生していることを「検出」しています。\end{tabu}
私は LaTex の初心者なので、問題が何であるかを見つけるのに苦労しています。
ご協力いただければ幸いです。コードは次のとおりです。
\documentclass[11pt]{article}
\usepackage[utf8x]{inputenc}
\usepackage[table]{xcolor}
\usepackage{tabu}
\usepackage[version=4]{mhchem}
\begin{document}
\begin{table}
\centering
\caption{316 SS comp.}
\label{tab:316}
\rowcolors{1}{blue!5!white!95}{white}
\begin{tabu} to \textwidth {X[.2,l] X[.1,l] X[l]}
\rowfont\bfseries {{Element} & {wt\%} & {Isotopic Abundance}} \\[0.20em]
\small{Chromium} & 17.00 & \ce{^{52} Cr}(83.76\%),\ce{^{53} Cr}(9.55\%),\ce{^{50} Cr}(4.31\%),\ce{^{54} Cr}(2.38\%) \\[0.2em]
\\etc.....
\end{tabu}
\end{table}
\end{document}
答え1
複数の列にまたがるタイトル行の中括弧を削除する必要があります。
\rowfont\bfseries {Element} & {wt\%} & {Isotopic Abundance} \\[0.20em]