Created
May 4, 2020 17:00
-
-
Save TorbjornT/c8fa4b081879ed269d7b78740e532f96 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\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