<div dir="ltr">I'm about to push something that adds supports for mastersthesis and adds to the documentation a list of what is supported. If you are curious, the list and their displayed is defined here:<div><br></div>
<div><a href="https://github.com/plt/racket/blob/master/collects/scriblib/bibtex.rkt#L233">https://github.com/plt/racket/blob/master/collects/scriblib/bibtex.rkt#L233</a><br></div><div><br></div><div style>BibTex is a very loosely standardized format. There's no place that I've found I can go to and get a list of what types are allowed, what fields to expect, and how they should be represented. I reckon we'll have to incrementally add things to the library as they are discovered in the wild.</div>
<div style><br></div><div style>Jay</div><div><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Sun, Mar 24, 2013 at 5:15 PM, Joe Gibbs Politz <span dir="ltr"><<a href="mailto:joe@cs.brown.edu" target="_blank">joe@cs.brown.edu</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><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>Bib entry looks like:</div><div><br></div><div><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>And it appears in the rendered output as</div>
<div><br></div><div><img src="cid:ii_13d9ea8db97813f2" alt="Inline image 1" width="490" height="112"><br></div><div><br></div><div>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><br></div><div>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>
<br>____________________<br>
Racket Users list:<br>
<a href="http://lists.racket-lang.org/users" target="_blank">http://lists.racket-lang.org/users</a><br>
<br></blockquote></div><br><br clear="all"><div><br></div>-- <br>Jay McCarthy <<a href="mailto:jay@cs.byu.edu" target="_blank">jay@cs.byu.edu</a>><br>Assistant Professor / Brigham Young University<br><a href="http://faculty.cs.byu.edu/~jay" target="_blank">http://faculty.cs.byu.edu/~jay</a><br>
<br>"The glory of God is Intelligence" - D&C 93
</div>