> On 17 Jul 2020, at 16:40, Danushka Bollegala <danushka.bolleg...@gmail.com> 
> wrote:
> 
> Dear Bibdesk users
> 
> I use the following previewtemplate to generate LaTeX preview for the notes 
> that I write in the Annotate field in a bibdesk record.
> I would like to cite other papers which are also in my bibdesk library during 
> my notes. However, these at the moment are rendered as [?]
> marks in the generated preview. I was wondering whether there is a way to get 
> this done?
> 
> Thank you
> 
> danushka
> 
> \documentclass[letterpaper,11pt]{article}
> \usepackage{xcolor}
> \usepackage{pagecolor}
> \usepackage{times}
> \usepackage{danudefs}
> 
> \pagestyle{empty}
> \textwidth = 6.5in
> \voffset = -105pt
> \hoffset = -120pt
> \renewcommand{\refname}{}
> 
> \newtheorem{definition}{Definition}
> 
> % The following command is provided for LaTeX2RTF compatibility with amslatex.
> \newif\iflatextortf
> \iflatextortf
> \providecommand{\bysame}{\_\_\_\_\_}
> \fi
> 
> %\pagecolor{black}
> %\color{white}
> 
> \begin{document}
> \nocite{<<CiteKeys>>}   
> %\bibliography{<<File>>}   
> \bibliography{/Users/danubol/Dropbox/Research/ResearchPapers/Papers/danu.bib}
> \bibliographystyle{<<Style>>}  
> \end{document}
> 

Why are you using a fixed .bib file in the preview file, rather than the 
<<File>> placeholder?

Christiaan

_______________________________________________
Bibdesk-users mailing list
Bibdesk-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bibdesk-users

Reply via email to