Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TorbjornT/c8fa4b081879ed269d7b78740e532f96 to your computer and use it in GitHub Desktop.
Save TorbjornT/c8fa4b081879ed269d7b78740e532f96 to your computer and use it in GitHub Desktop.
\documentclass{article}
\usepackage{pgfplotstable,pgfcalendar}
\begin{document}
\pgfplotstabletypeset[
columns={Date, Total Fund, Fee Adjusted, SandP, DJI, MSCI},
%column type=r,
columns/Date/.style={date type={\monthname\ \day\ ,\year}},
columns/SandP/.style={column name=S\&P500}
]
{
Date {Total Fund} {Fee Adjusted} SandP DJI MSCI
2020-1-1 1 2 3 4 5
}
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment