0

I am trying to render a page width table, and getting the alignment string in the render.

\documentclass[10pt]{article}
\usepackage[table]{xcolor}
\usepackage{xcolor}
\usepackage[explicit]{titlesec}
\usepackage[letterpaper, inner=18mm, outer=18mm, top=25mm, bottom=25mm]{geometry}
\usepackage{pgfplotstable}
\usepackage{tabularx}
\usepackage{booktabs}
\usepackage{array}
\usepackage{colortbl}


\begin{document}


\pgfplotstabletypeset[col sep=comma, string type,                                       
begin table={\begin{tabularx}{\textwidth}{Xccccccccccc}},
  end table={\end{tabularx}},
every even row/.style={before row = {\rowcolor[gray]{0.9}}}, 
font=\footnotesize                                           
]{dataFile.csv}

\end{document}

alignment variables "ccc..." in the table.

1 Answers1

1

This SE question seems to be around the same topic:

Setting table width with pgfplotstable

As you did not provide a MWE, my first guess would be to play with column type=.