表格上顏色

看板LaTeX (論文排版)作者時間12年前 (2013/01/31 13:01), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
Try this \documentstyle{a4paper}[book] \usepackage{colortbl} % Color a column via colortbl \begin{document} \newcolumntype{C}{>{\columncolor{red!30!yellow}}c} % define a column style C \begin{tabular}{|c|C|c} \hline 1 & colored & 2\\ \hline 3 & colored & 4\\ \hline \end{tabular} \end{document}
文章代碼(AID): #1H2VgE8T (LaTeX)
文章代碼(AID): #1H2VgE8T (LaTeX)