<div dir="ltr">Cool, thanks!</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Mar 25, 2013 at 10:12 AM, Jay McCarthy <span dir="ltr">&lt;<a href="mailto:jay.mccarthy@gmail.com" target="_blank">jay.mccarthy@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">I&#39;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" target="_blank">https://github.com/plt/racket/blob/master/collects/scriblib/bibtex.rkt#L233</a><br></div><div><br></div><div>BibTex is a very loosely standardized format. There&#39;s no place that I&#39;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&#39;ll have to incrementally add things to the library as they are discovered in the wild.</div>

<div><br></div><div>Jay</div><div><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote"><div><div class="h5">On Sun, Mar 24, 2013 at 5:15 PM, Joe Gibbs Politz <span dir="ltr">&lt;<a href="mailto:joe@cs.brown.edu" target="_blank">joe@cs.brown.edu</a>&gt;</span> wrote:<br>

</div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div class="h5"><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>Bib entry looks like:</div><div><br></div><div><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>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&#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>
<br></div></div>____________________<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><span class="HOEnZb"><font color="#888888"><br><br clear="all"><div><br></div>-- <br>Jay McCarthy &lt;<a href="mailto:jay@cs.byu.edu" target="_blank">jay@cs.byu.edu</a>&gt;<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>&quot;The glory of God is Intelligence&quot; - D&amp;C 93
</font></span></div>
</blockquote></div><br></div>