[racket-dev] Bibtex in Scribble

From: Jay McCarthy (jay.mccarthy at gmail.com)
Date: Thu May 12 15:38:39 EDT 2011

That's not what it does, but it might be a start for that.

The interface is the same as autobib, except you give it the bib file
and use the cite keys. It parses the file and then makes calls to
autobib's make-bib.

Jay

2011/5/12 Robby Findler <robby at eecs.northwestern.edu>:
> I've got piles of bibtex that I'd like to move over into scribble's
> autobib format and then maintain them there. It would be nice if I
> could start that process by handingin your tool a bibtex file and then
> getting back a scribble program that I could start editing, etc.
>
> Robby
>
> On Thu, May 12, 2011 at 2:19 PM, Jay McCarthy <jay.mccarthy at gmail.com> wrote:
>> 2011/5/12 Robby Findler <robby at eecs.northwestern.edu>:
>>> I think scriblib/bibtex.
>>>
>>> Does it generate (maintainable) source?
>>
>> What do you mean?
>>
>> Jay
>>
>>>
>>> Robby
>>>
>>> On Thu, May 12, 2011 at 1:43 PM, Jay McCarthy <jay.mccarthy at gmail.com> wrote:
>>>> I just finished a Racket BibTeX parser that hooks up with scriblib/autobib.
>>>>
>>>> It can parse my 43k line database and I've written renderers for every
>>>> type of entry I've used in my past three papers. I anticipate that
>>>> there will be numerous opportunities for improvement once others try
>>>> their databases.
>>>>
>>>> Should this be scriblib/bibtex or (planet jaymccarthy/bibtex)?
>>>>
>>>> Jay
>>>>
>>>> --
>>>> Jay McCarthy <jay at cs.byu.edu>
>>>> Assistant Professor / Brigham Young University
>>>> http://faculty.cs.byu.edu/~jay
>>>>
>>>> "The glory of God is Intelligence" - D&C 93
>>>> _________________________________________________
>>>>  For list-related administrative tasks:
>>>>  http://lists.racket-lang.org/listinfo/dev
>>>>
>>>
>>
>>
>>
>> --
>> Jay McCarthy <jay at cs.byu.edu>
>> Assistant Professor / Brigham Young University
>> http://faculty.cs.byu.edu/~jay
>>
>> "The glory of God is Intelligence" - D&C 93
>>
>> _________________________________________________
>>  For list-related administrative tasks:
>>  http://lists.racket-lang.org/listinfo/dev
>



-- 
Jay McCarthy <jay at cs.byu.edu>
Assistant Professor / Brigham Young University
http://faculty.cs.byu.edu/~jay

"The glory of God is Intelligence" - D&C 93



Posted on the dev mailing list.