If you'd rather use Obj-C, change

[s appendString:[value stringAsBibTeXString]];

to

[s appendString:value];

in the bibTeXStringDroppingInternal:texify: method (I think).  That probably 
won't affect saving.  You could always check the drop, so only the minimal 
BibTeX commands are affected.
 
On Friday, December 14, 2007, at 11:46AM, "Christiaan Hofman" <[EMAIL 
PROTECTED]> wrote:
>You could write a template.
>
>Christiaan
>
>On 14 Dec 2007, at 8:33 PM, Christian Plessl wrote:
>
>> Hi Bibdesk developers
>>
>> I'm looking for a way to export BibTeX entries from BibDesk with all
>> macros and cross-references expanded.
>>
>> I found that bibTeXString and it's variants (in BibItem.m) are used
>> when copying the raw BibTex entries to the pasteboard. Is there
>> already a method that expands all macros in a BibItem available? If
>> no, could you suggest me how to implement such a method?
>>
>> Best regards,
>>   Christian
>>
>
>-------------------------------------------------------------------------
>SF.Net email is sponsored by:
>Check out the new SourceForge.net Marketplace.
>It's the best place to buy or sell services
>for just about anything Open Source.
>http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
>_______________________________________________
>Bibdesk-develop mailing list
>Bibdesk-develop@lists.sourceforge.net
>https://lists.sourceforge.net/lists/listinfo/bibdesk-develop
>
>

-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Bibdesk-develop mailing list
Bibdesk-develop@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bibdesk-develop

Reply via email to