<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 "'#hash((type . \"mastersthesis\") (\"year\" . \"2004\") (\"title\" . \"Starkiller: A Static Type Inferencer and Compiler for Python\") (\"month\" . \"May\") (\"school\" . \"Massachusetts Institute of Technology\") (\"author\" . \"Michael Salib\"))")</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 = "Michael Salib",</div><div> title = "Starkiller: A Static Type Inferencer and Compiler for Python",</div>
<div> school = "Massachusetts Institute of Technology",</div><div> month = "May",</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'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't supported?</div>
</div>