I am trying to create a table with the information that is in my BibTeX file (like year of publication, description, etc) but I don't know how to do it. For example, let say this is my BibTeX file:
@MISC{Test123,
author = {t1},
title = {t2},
year = {t3}
}
And I want my LaTeX output to show a table that contains author, title, and year
Does anyone knows how to do it?
.bibfile? – Alan Munn Apr 27 '17 at 00:55\citeauthor{<reference>}would be preferable. – cfr Apr 28 '17 at 16:58