<div dir="ltr">When I cite a @mastersthesis in bibtex to be cited with scriblib/bibtex, I get the following error:<div><br></div><div><div>Warning: some cross references may be broken due to undefined tags:</div><div> (autobib-date &quot;&#39;#hash((type . \&quot;mastersthesis\&quot;) (\&quot;year\&quot; . \&quot;2004\&quot;) (\&quot;title\&quot; . \&quot;Starkiller: A Static Type Inferencer and Compiler for Python\&quot;) (\&quot;month\&quot; . \&quot;May\&quot;) (\&quot;school\&quot; . \&quot;Massachusetts Institute of Technology\&quot;) (\&quot;author\&quot; . \&quot;Michael Salib\&quot;))&quot;)</div>
</div><div><br></div><div style>Bib entry looks like:</div><div style><br></div><div style><div>@mastersthesis{salib:starkiller,</div><div>  author = &quot;Michael Salib&quot;,</div><div>  title = &quot;Starkiller: A Static Type Inferencer and Compiler for Python&quot;,</div>
<div>  school = &quot;Massachusetts Institute of Technology&quot;,</div><div>  month = &quot;May&quot;,</div><div>  year = 2004</div><div>}</div><div><br></div></div><div><br></div><div style>And it appears in the rendered output as</div>
<div style><br></div><div style><img src="cid:ii_13d9ea8db97813f2" alt="Inline image 1" width="490" height="112"><br></div><div style><br></div><div style>All the cites I have that are @inproceedings or @misc typeset and link fine.  The @mastersthesis entry works if I just use plain old latex/bibtex with \cite{}.</div>
<div style><br></div><div style>Is there a way for me to define what this should look like myself?  I can maybe hack something that looks OK with @misc, but if there&#39;s an easy fix it would be nice to know.  Is there a place in the docs I should have looked to find that this wasn&#39;t supported?</div>
</div>