defaults read edu.ucsd.cs.mmccrack.bibdesk "BibTeX Style"

returns "abbrv"

I did another test and first selected "apalike" from the menu and then typed 
manually "apacite". In that case the command shows "apalike" -- it appears that 
whatever is manually entered is ignored and it picks up the last selected item 
from the menu. Given the popularity of apacite, perhaps it may make sense to 
include it as one of the default styles.

Here is the previewtemplate.tex

\documentclass[letterpaper]{article}
\pagestyle{empty}
\textwidth = 6.5in
\voffset = -105pt
\hoffset = -120pt
\renewcommand{\refname}{}

% The following command is provided for LaTeX2RTF compatibility with amslatex.
\newif\iflatextortf
\iflatextortf
\providecommand{\bysame}{\_\_\_\_\_}
\fi

\usepackage{apacite}

\begin{document}
\nocite{<<CiteKeys>>}   
\bibliography{misc,publishers,publications,<<File>>}   
\bibliographystyle{<<Style>>}  
\end{document}

The additional files in the \bibliography{} command are global macro files.

==Tamer

On Sat 2-Jan-10, at 9:11 PM, Adam R. Maxwell wrote:

> 
> On Jan 2, 2010, at 6:01 PM, M. Tamer Özsu wrote:
> 
>> I see that now, but I really don't understand what is happening here. I used 
>> your original suggestion of typing in apacite in the BibTeX style field. I 
>> don't know why it still thinks I am using abbr style. Here is the screenshot 
>> of the preference panel:
> 
> Well...I'm confused now.  Try this in Terminal:
> 
> defaults read edu.ucsd.cs.mmccrack.bibdesk "BibTeX Style"
> 
> and also post the contents of previewtemplate.tex.
> 
> 
> 
> ------------------------------------------------------------------------------
> This SF.Net email is sponsored by the Verizon Developer Community
> Take advantage of Verizon's best-in-class app development support
> A streamlined, 14 day to market process makes app distribution fast and easy
> Join now and get one step closer to millions of Verizon customers
> http://p.sf.net/sfu/verizon-dev2dev 
> _______________________________________________
> Bibdesk-users mailing list
> Bibdesk-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bibdesk-users
> 


------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
Bibdesk-users mailing list
Bibdesk-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bibdesk-users

Reply via email to