Re: [Bibdesk-users] LaTeX - preview with biber stopped working

2024-07-08 Thread Prof. Bertolt Meyer
Silly me: When trying from the command line, I realised that biber couldn’t 
find the xcode command line tools, which I apparently accidentally uninstalled. 
Reinstalling them with xcode-select —install solved the issue and the preview 
works fine again. Thanks for your help!

Bertolt

> Am 03.07.2024 um 16:56 schrieb Christiaan Hofman :
> 
> There is also no log file from bibtex/biber (should be in bibpreview.blg). So 
> it looks like fiber was not run at all. Are you sure the path to fiber is 
> correct? Can you run biblatex+biber from the command line?
> 
> Christiaan
> 
>> On 3 Jul 2024, at 13:42, Bertolt Meyer 
>>  wrote:
>> 
>> Dear fellow bibdesk users,
>> 
>> I found this preview template for generating APA7-style LaTeX previews in 
>> BibDesk which was working fine after I set the path to bibtex to 
>> /Library/TeX/texbin/biber and the BibTeX style to to „apa“ : 
>> 
>> https://github.com/nbrewk/biblatex-apa-preview-bibdesk/blob/master/previewtemplate.tex
>>  
>> 
>> However, it stopped working without me changing anything on my system (at 
>> least not that I am aware of). I am pasting the entire log below, but this 
>> seems to be the issue:
>> 
>> Package biblatex Info: Trying to load bibliographic data...
>> Package biblatex Info: ... file 'bibpreview.bbl' not found.
>> No file bibpreview.bbl.
>> 
>> Stackexchange tells me to to solve this by re-compiling, with obviously 
>> doesn’t work, or by deleting an old .bbl of the same name that was compiled 
>> with bibtex instead of biber. However, when I look in 
>> /var/folders/rd/njfhjmlx6wnbvgr0wl6zvv2hgn/T/bibdesk.BhHaP5/bibpreview, 
>> there is no .bbl there, just these: bibpreview.aux, bibpreview.bib, 
>> bibpreview.run.xml, bibpreview.bcf, bibpreview.log, bibpreview.tex
>> 
>> Any idea how I can get it back to work? Any help would be appreciated.
>> 
>> Thanks & best greetings,
>> Bertolt
>> 
>> 
>> -- TeX log file --
>> File: 
>> "/var/folders/rd/njfhjmlx6wnbvgr0wl6zvv2hgn/T/bibdesk.BhHaP5/bibpreview/bibpreview.log"
>> This is pdfTeX, Version 3.141592653-2.6-1.40.25 (TeX Live 2023) (preloaded 
>> format=pdflatex 2023.5.9)  3 JUL 2024 13:34
>> entering extended mode
>> restricted \write18 enabled.
>> %&-line parsing enabled.
>> **bibpreview
>> (./bibpreview.tex
>> LaTeX2e <2022-11-01> patch level 1
>> L3 programming layer <2023-02-22> 
>> (/usr/local/texlive/2023/texmf-dist/tex/latex
>> /base/article.cls
>> Document Class: article 2022/07/02 v1.4n Standard LaTeX document class
>> (/usr/local/texlive/2023/texmf-dist/tex/latex/base/size10.clo
>> File: size10.clo 2022/07/02 v1.4n Standard LaTeX file (size option)
>> )
>> \c@part=\count185
>> \c@section=\count186
>> \c@subsection=\count187
>> \c@subsubsection=\count188
>> \c@paragraph=\count189
>> \c@subparagraph=\count190
>> \c@figure=\count191
>> \c@table=\count192
>> \abovecaptionskip=\skip48
>> \belowcaptionskip=\skip49
>> \bibindent=\dimen140
>> ) (/usr/local/texlive/2023/texmf-dist/tex/latex/psnfss/mathptmx.sty
>> Package: mathptmx 2020/03/25 PSNFSS-v9.3 Times w/ Math, improved (SPQR, WaS) 
>> LaTeX Font Info:Redeclaring symbol font `operators' on input line 28.
>> LaTeX Font Info:Overwriting symbol font `operators' in version `normal'
>> (Font)  OT1/cmr/m/n --> OT1/ztmcm/m/n on input line 28.
>> LaTeX Font Info:Overwriting symbol font `operators' in version `bold'
>> (Font)  OT1/cmr/bx/n --> OT1/ztmcm/m/n on input line 28.
>> LaTeX Font Info:Redeclaring symbol font `letters' on input line 29.
>> LaTeX Font Info:Overwriting symbol font `letters' in version `normal'
>> (Font)  OML/cmm/m/it --> OML/ztmcm/m/it on input line 29.
>> LaTeX Font Info:Overwriting symbol font `letters' in version `bold'
>> (Font)  OML/cmm/b/it --> OML/ztmcm/m/it on input line 29.
>> LaTeX Font Info:Redeclaring symbol font `symbols' on input line 30.
>> LaTeX Font Info:Overwriting symbol font `symbols' in version `normal'
>> (Font)  OMS/cmsy/m/n --> OMS/ztmcm/m/n on input line 30.
>> LaTeX Font Info:Overwriting symbol font `symbols' in version `bold'
>> (Font)  OMS/cmsy/b/n --> OMS/ztmcm/m/n on input line 30.
>> LaTeX Font Info:Redeclaring symbol font `largesymbols' on input line 31.
>> LaTeX Font Info:Overwriting symbol font `largesymbols' in version 
>> `normal'
>> (Font) 

[Bibdesk-users] LaTeX - preview with biber stopped working

2024-07-03 Thread Bertolt Meyer
Dear fellow bibdesk users,

I found this preview template for generating APA7-style LaTeX previews in 
BibDesk which was working fine after I set the path to bibtex to 
/Library/TeX/texbin/biber and the BibTeX style to to „apa“ : 

https://github.com/nbrewk/biblatex-apa-preview-bibdesk/blob/master/previewtemplate.tex
 

However, it stopped working without me changing anything on my system (at least 
not that I am aware of). I am pasting the entire log below, but this seems to 
be the issue:

Package biblatex Info: Trying to load bibliographic data...
Package biblatex Info: ... file 'bibpreview.bbl' not found.
No file bibpreview.bbl.

Stackexchange tells me to to solve this by re-compiling, with obviously doesn’t 
work, or by deleting an old .bbl of the same name that was compiled with bibtex 
instead of biber. However, when I look in 
/var/folders/rd/njfhjmlx6wnbvgr0wl6zvv2hgn/T/bibdesk.BhHaP5/bibpreview, 
there is no .bbl there, just these: bibpreview.aux, bibpreview.bib, 
bibpreview.run.xml, bibpreview.bcf, bibpreview.log, bibpreview.tex

Any idea how I can get it back to work? Any help would be appreciated.

Thanks & best greetings,
Bertolt


-- TeX log file --
File: 
"/var/folders/rd/njfhjmlx6wnbvgr0wl6zvv2hgn/T/bibdesk.BhHaP5/bibpreview/bibpreview.log"
This is pdfTeX, Version 3.141592653-2.6-1.40.25 (TeX Live 2023) (preloaded 
format=pdflatex 2023.5.9)  3 JUL 2024 13:34
entering extended mode
 restricted \write18 enabled.
 %&-line parsing enabled.
**bibpreview
(./bibpreview.tex
LaTeX2e <2022-11-01> patch level 1
L3 programming layer <2023-02-22> (/usr/local/texlive/2023/texmf-dist/tex/latex
/base/article.cls
Document Class: article 2022/07/02 v1.4n Standard LaTeX document class
(/usr/local/texlive/2023/texmf-dist/tex/latex/base/size10.clo
File: size10.clo 2022/07/02 v1.4n Standard LaTeX file (size option)
)
\c@part=\count185
\c@section=\count186
\c@subsection=\count187
\c@subsubsection=\count188
\c@paragraph=\count189
\c@subparagraph=\count190
\c@figure=\count191
\c@table=\count192
\abovecaptionskip=\skip48
\belowcaptionskip=\skip49
\bibindent=\dimen140
) (/usr/local/texlive/2023/texmf-dist/tex/latex/psnfss/mathptmx.sty
Package: mathptmx 2020/03/25 PSNFSS-v9.3 Times w/ Math, improved (SPQR, WaS) 
LaTeX Font Info:Redeclaring symbol font `operators' on input line 28.
LaTeX Font Info:Overwriting symbol font `operators' in version `normal'
(Font)  OT1/cmr/m/n --> OT1/ztmcm/m/n on input line 28.
LaTeX Font Info:Overwriting symbol font `operators' in version `bold'
(Font)  OT1/cmr/bx/n --> OT1/ztmcm/m/n on input line 28.
LaTeX Font Info:Redeclaring symbol font `letters' on input line 29.
LaTeX Font Info:Overwriting symbol font `letters' in version `normal'
(Font)  OML/cmm/m/it --> OML/ztmcm/m/it on input line 29.
LaTeX Font Info:Overwriting symbol font `letters' in version `bold'
(Font)  OML/cmm/b/it --> OML/ztmcm/m/it on input line 29.
LaTeX Font Info:Redeclaring symbol font `symbols' on input line 30.
LaTeX Font Info:Overwriting symbol font `symbols' in version `normal'
(Font)  OMS/cmsy/m/n --> OMS/ztmcm/m/n on input line 30.
LaTeX Font Info:Overwriting symbol font `symbols' in version `bold'
(Font)  OMS/cmsy/b/n --> OMS/ztmcm/m/n on input line 30.
LaTeX Font Info:Redeclaring symbol font `largesymbols' on input line 31.
LaTeX Font Info:Overwriting symbol font `largesymbols' in version `normal'
(Font)  OMX/cmex/m/n --> OMX/ztmcm/m/n on input line 31.
LaTeX Font Info:Overwriting symbol font `largesymbols' in version `bold'
(Font)  OMX/cmex/m/n --> OMX/ztmcm/m/n on input line 31.
\symbold=\mathgroup4
\symitalic=\mathgroup5
LaTeX Font Info:Redeclaring math alphabet \mathbf on input line 34.
LaTeX Font Info:Overwriting math alphabet `\mathbf' in version `normal'
(Font)  OT1/cmr/bx/n --> OT1/ptm/bx/n on input line 34.
LaTeX Font Info:Overwriting math alphabet `\mathbf' in version `bold'
(Font)  OT1/cmr/bx/n --> OT1/ptm/bx/n on input line 34.
LaTeX Font Info:Redeclaring math alphabet \mathit on input line 35.
LaTeX Font Info:Overwriting math alphabet `\mathit' in version `normal'
(Font)  OT1/cmr/m/it --> OT1/ptm/m/it on input line 35.
LaTeX Font Info:Overwriting math alphabet `\mathit' in version `bold'
(Font)  OT1/cmr/bx/it --> OT1/ptm/m/it on input line 35.
LaTeX Info: Redefining \hbar on input line 50.
) (/usr/local/texlive/2023/texmf-dist/tex/generic/babel/babel.sty
Package: babel 2023/02/13 3.86 The Babel package
\babel@savecnt=\count193
\U@D=\dimen141
\l@unhyphenated=\language87
(/usr/local/texlive/2023/texmf-dist/tex/generic/babel/txtbabel.def)
\bbl@readstream=\read2
\bbl@dirlevel=\count194
(/usr/local/texlive/2023/texmf-dist/tex/generic/babel-english/american.ldf
Language: american 2017/06/06 v3.3r English support from 

[Bibdesk-users] Issue with page range character when retrieving entry through DOI

2024-06-18 Thread Bertolt Meyer
Dear fellow bibdesk users,

since a few bibdesk updates ago, I encounter the following issue when pasting a 
doi into bibdesk in order to make it retrieve an entire entry from the internet 
(i.e., I paste a doi into the list of refrerences view with cmd+v): In the 
resulting entry, in the Pages field, the character between the first and the 
last page of the given entry is rendered as „â“ (e.g., Pages 87–102), 
breaking the preview and LaTeX/BibTex rendering unless I manually correct it to 
- or -- every time. Any idea how I can fix this? I am on bibdesk 1.9.2.

Thanks and best greetings,
Bertolt

--

Prof. Dr. Bertolt Meyer
Professor for Work and Organizational Psychology
Vice Dean of Student Affairs, Institute of Psychology

Speaker of the CRC 1410 „Hybrid Societies“
https://hybrid-societies.org

Chemnitz University of Technology

Wilhelm-Raabe-Str. 43
09120 Chemnitz
Germany

Tel. +49 371 531 30587
bertolt.me...@psychologie.tu-chemnitz.de



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


Re: [Bibdesk-users] latex preview pane template for apa7 with biblatex: Help with error

2024-04-21 Thread Prof. Bertolt Meyer
I found a working template: 
https://github.com/nbrewk/biblatex-apa-preview-bibdesk


> Am 15.04.2024 um 17:45 schrieb Prof. Bertolt Meyer 
> :
> 
> Dear all,
> 
> sorry for my apparent stupidity, but I still cannot get bibdesk to render a 
> TeX preview of a selected reference in apa7 style (NOT „apalike“). Can 
> someone who managed this please share their preview tex template with me? I’m 
> running MacTex 2023.
> 
> Thank you and best greetings,
> Bertolt
> 
> 
> 
>> Am 22.06.2023 um 23:05 schrieb Alan Munn :
>> 
>> If you're using an up-to-date biblatex, and load it with the style=apa 
>> option it will format things according to the APA7 specfiications in any 
>> document class. You can get APA6 by using the apa6 package option. The apa7 
>> document class is for producing APA conforming manuscripts or preprints, it 
>> doesn't do any formatting of the bibliography. So I'm not sure what you mean 
>> by it not working with article:
>> 
>> Here's a simple example:
>> 
>> \documentclass{article}
>> \usepackage[american]{babel}
>> \usepackage[style=apa]{biblatex}
>> \usepackage{csquotes}
>> \addbibresource{/usr/local/texlive/2023/texmf-dist/doc/latex/biblatex-apa/biblatex-apa-test-references.bib}
>> \begin{document}
>> \textcite{10.15:105c}
>> \printbibliography
>> \end{document}
>> 
>> Notice that if you change the style to apa6 the formatting of the entry 
>> changes.
>> 
>> Alan
>> 
>> 
>> 
>> I thought this was the only way to get APA 7th - formatted references? Is 
>> there a way to get APA 7 style to work with article? I only managed to get 
>> article to work with APA 6, not 7.
>> 
>> 
>> Bertolt
>> 
>>> Am 22.06.2023 um 15:39 schrieb am...@gmx.com:
>>> 
>>> Why are you using the apa7 document class? For preview this makes very 
>>> little sense. Just use article. The class has no effect on the bibliography 
>>> formatting.
>>> 
>>> Alan
>>> 
>>> Sent using the mobile mail app
>>> 
>>> On 6/22/23 at 09:13, Prof. Bertolt Meyer wrote:
>>> 
>>>> Still not working. With the .bib extension, BibDesk throws an error, so 
>>>> this preview template
>>>> 
>>>> \documentclass[man]{apa7}
>>>> \usepackage[american]{babel}
>>>> \usepackage{csquotes}
>>>> \usepackage[style=apa,backend=biber]{biblatex}
>>>> \addbibresource{<>.bib}
>>>> \pagestyle{empty}
>>>> \textwidth = 6.5in
>>>> % \voffset = -105pt
>>>> % \hoffset = -120pt
>>>> 
>>>> \begin{document}
>>>> \nocite{<>}
>>>> \printbibliography
>>>> \end{document}
>>>> 
>>>> gives this log:
>>>> 
>>>> -- BibTeX log file ---
>>>> File: 
>>>> "/var/folders/rd/njfhjmlx6wnbvgr0wl6zvv2hgn/T/bibdesk.sWm61C/bibpreview/bibpreview.blg"
>>>> [0] Config.pm:307> INFO - This is Biber 2.19
>>>> [0] Config.pm:310> INFO - Logfile is 'bibpreview.blg'
>>>> [33] biber-darwin:340> INFO - === Thu Jun 22, 2023, 15:08:31
>>>> [41] Biber.pm:419> INFO - Reading 'bibpreview.bcf'
>>>> [86] Biber.pm:979> INFO - Found 1 citekeys in bib section 0
>>>> [96] Biber.pm:4419> INFO - Processing section 0
>>>> [102] Biber.pm:4610> INFO - Looking for bibtex file 'bibpreview' for 
>>>> section 0
>>>> [195] UCollate.pm:68> INFO - Overriding locale 'en-US' defaults 'variable 
>>>> = shifted' with 'variable = non-ignorable'
>>>> [195] UCollate.pm:68> INFO - Overriding locale 'en-US' defaults 
>>>> 'normalization = NFD' with 'normalization = prenormalized'
>>>> [196] Biber.pm:4239> INFO - Sorting list 'apa/apasortcite//global/global' 
>>>> of type 'entry' with template 'apa' and locale 'en-US'
>>>> [196] Biber.pm:4245> INFO - No sort tailoring available for locale 'en-US'
>>>> [198] UCollate.pm:68> INFO - Overriding locale 'en-US' defaults 'variable 
>>>> = shifted' with 'variable = non-ignorable'
>>>> [198] UCollate.pm:68> INFO - Overriding locale 'en-US' defaults 
>>>> 'normalization = NFD' with 'normalization = prenormalized'
>>>> [198] Biber.pm:4239> INFO - Sorting list 'apa/global//global/global' of 
>>>> type 'entry' with template 'apa' and locale 'en-US'
>>>> [198] Biber.pm:4245> INFO - No sort tailoring available for locale '

Re: [Bibdesk-users] latex preview pane template for apa7 with biblatex: Help with error

2024-04-15 Thread Prof. Bertolt Meyer
Dear all,

sorry for my apparent stupidity, but I still cannot get bibdesk to render a TeX 
preview of a selected reference in apa7 style (NOT „apalike“). Can someone who 
managed this please share their preview tex template with me? I’m running 
MacTex 2023.

Thank you and best greetings,
Bertolt



> Am 22.06.2023 um 23:05 schrieb Alan Munn :
> 
> If you're using an up-to-date biblatex, and load it with the style=apa option 
> it will format things according to the APA7 specfiications in any document 
> class. You can get APA6 by using the apa6 package option. The apa7 document 
> class is for producing APA conforming manuscripts or preprints, it doesn't do 
> any formatting of the bibliography. So I'm not sure what you mean by it not 
> working with article:
>  
> Here's a simple example:
>  
> \documentclass{article}
> \usepackage[american]{babel}
> \usepackage[style=apa]{biblatex}
> \usepackage{csquotes}
> \addbibresource{/usr/local/texlive/2023/texmf-dist/doc/latex/biblatex-apa/biblatex-apa-test-references.bib}
> \begin{document}
> \textcite{10.15:105c}
> \printbibliography
> \end{document}
>  
> Notice that if you change the style to apa6 the formatting of the entry 
> changes.
>  
> Alan
>  
>  
>  
> I thought this was the only way to get APA 7th - formatted references? Is 
> there a way to get APA 7 style to work with article? I only managed to get 
> article to work with APA 6, not 7.
> 
> 
> Bertolt
> 
> > Am 22.06.2023 um 15:39 schrieb am...@gmx.com:
> >
> > Why are you using the apa7 document class? For preview this makes very 
> > little sense. Just use article. The class has no effect on the bibliography 
> > formatting.
> >
> > Alan
> >
> > Sent using the mobile mail app
> >
> > On 6/22/23 at 09:13, Prof. Bertolt Meyer wrote:
> >
> >> Still not working. With the .bib extension, BibDesk throws an error, so 
> >> this preview template
> >>
> >> \documentclass[man]{apa7}
> >> \usepackage[american]{babel}
> >> \usepackage{csquotes}
> >> \usepackage[style=apa,backend=biber]{biblatex}
> >> \addbibresource{<>.bib}
> >> \pagestyle{empty}
> >> \textwidth = 6.5in
> >> % \voffset = -105pt
> >> % \hoffset = -120pt
> >>
> >> \begin{document}
> >> \nocite{<>}
> >> \printbibliography
> >> \end{document}
> >>
> >> gives this log:
> >>
> >> -- BibTeX log file ---
> >> File: 
> >> "/var/folders/rd/njfhjmlx6wnbvgr0wl6zvv2hgn/T/bibdesk.sWm61C/bibpreview/bibpreview.blg"
> >> [0] Config.pm:307> INFO - This is Biber 2.19
> >> [0] Config.pm:310> INFO - Logfile is 'bibpreview.blg'
> >> [33] biber-darwin:340> INFO - === Thu Jun 22, 2023, 15:08:31
> >> [41] Biber.pm:419> INFO - Reading 'bibpreview.bcf'
> >> [86] Biber.pm:979> INFO - Found 1 citekeys in bib section 0
> >> [96] Biber.pm:4419> INFO - Processing section 0
> >> [102] Biber.pm:4610> INFO - Looking for bibtex file 'bibpreview' for 
> >> section 0
> >> [195] UCollate.pm:68> INFO - Overriding locale 'en-US' defaults 'variable 
> >> = shifted' with 'variable = non-ignorable'
> >> [195] UCollate.pm:68> INFO - Overriding locale 'en-US' defaults 
> >> 'normalization = NFD' with 'normalization = prenormalized'
> >> [196] Biber.pm:4239> INFO - Sorting list 'apa/apasortcite//global/global' 
> >> of type 'entry' with template 'apa' and locale 'en-US'
> >> [196] Biber.pm:4245> INFO - No sort tailoring available for locale 'en-US'
> >> [198] UCollate.pm:68> INFO - Overriding locale 'en-US' defaults 'variable 
> >> = shifted' with 'variable = non-ignorable'
> >> [198] UCollate.pm:68> INFO - Overriding locale 'en-US' defaults 
> >> 'normalization = NFD' with 'normalization = prenormalized'
> >> [198] Biber.pm:4239> INFO - Sorting list 'apa/global//global/global' of 
> >> type 'entry' with template 'apa' and locale 'en-US'
> >> [198] Biber.pm:4245> INFO - No sort tailoring available for locale 'en-US'
> >> [199] bbl.pm:660> INFO - Writing 'bibpreview.bbl' with encoding 'UTF-8'
> >> [199] bbl.pm:763> INFO - Output to bibpreview.bbl
> >> [199] Biber.pm:131> WARN - Data source './bibpreview.tex' contains no 
> >> BibTeX entries/macros, ignoring
> >> [199] Biber.pm:131> WARN - I didn't find a database entry for 'Mandl_2023' 
> >> (section 0)
> >> [199] Biber.pm:133> INFO - WARNINGS: 2
> >>
> >> Without the .bib, th

Re: [Bibdesk-users] latex preview pane template for apa7 with biblatex: Help with error

2023-06-22 Thread Prof. Bertolt Meyer
I thought this was the only way to get APA 7th - formatted references? Is there 
a way to get APA 7 style to work with article? I only managed to get article to 
work with APA 6, not 7. 

Bertolt

> Am 22.06.2023 um 15:39 schrieb am...@gmx.com:
> 
> Why are you using the apa7 document class? For preview this makes very little 
> sense. Just use article. The class has no effect on the bibliography 
> formatting. 
> 
> Alan
> 
> Sent using the mobile mail app
> 
> On 6/22/23 at 09:13, Prof. Bertolt Meyer wrote:
> 
>> Still not working. With the .bib extension, BibDesk throws an error, so this 
>> preview template
>> 
>> \documentclass[man]{apa7}
>> \usepackage[american]{babel}
>> \usepackage{csquotes}
>> \usepackage[style=apa,backend=biber]{biblatex}
>> \addbibresource{<>.bib}  
>> \pagestyle{empty}
>> \textwidth = 6.5in
>> % \voffset = -105pt
>> % \hoffset = -120pt
>> 
>> \begin{document}
>> \nocite{<>}
>> \printbibliography
>> \end{document}
>> 
>> gives this log:
>> 
>> -- BibTeX log file ---
>> File: 
>> "/var/folders/rd/njfhjmlx6wnbvgr0wl6zvv2hgn/T/bibdesk.sWm61C/bibpreview/bibpreview.blg"
>> [0] Config.pm:307> INFO - This is Biber 2.19
>> [0] Config.pm:310> INFO - Logfile is 'bibpreview.blg'
>> [33] biber-darwin:340> INFO - === Thu Jun 22, 2023, 15:08:31
>> [41] Biber.pm:419> INFO - Reading 'bibpreview.bcf'
>> [86] Biber.pm:979> INFO - Found 1 citekeys in bib section 0
>> [96] Biber.pm:4419> INFO - Processing section 0
>> [102] Biber.pm:4610> INFO - Looking for bibtex file 'bibpreview' for section >> 0
>> [195] UCollate.pm:68> INFO - Overriding locale 'en-US' defaults 'variable = 
>> shifted' with 'variable = non-ignorable'
>> [195] UCollate.pm:68> INFO - Overriding locale 'en-US' defaults 
>> 'normalization = NFD' with 'normalization = prenormalized'
>> [196] Biber.pm:4239> INFO - Sorting list 'apa/apasortcite//global/global' of 
>> type 'entry' with template 'apa' and locale 'en-US'
>> [196] Biber.pm:4245> INFO - No sort tailoring available for locale 'en-US'
>> [198] UCollate.pm:68> INFO - Overriding locale 'en-US' defaults 'variable = 
>> shifted' with 'variable = non-ignorable'
>> [198] UCollate.pm:68> INFO - Overriding locale 'en-US' defaults 
>> 'normalization = NFD' with 'normalization = prenormalized'
>> [198] Biber.pm:4239> INFO - Sorting list 'apa/global//global/global' of type 
>> 'entry' with template 'apa' and locale 'en-US'
>> [198] Biber.pm:4245> INFO - No sort tailoring available for locale 'en-US'
>> [199] bbl.pm:660> INFO - Writing 'bibpreview.bbl' with encoding 'UTF-8'
>> [199] bbl.pm:763> INFO - Output to bibpreview.bbl
>> [199] Biber.pm:131> WARN - Data source './bibpreview.tex' contains no BibTeX 
>> entries/macros, ignoring
>> [199] Biber.pm:131> WARN - I didn't find a database entry for 'Mandl_2023' 
>> (section 0)
>> [199] Biber.pm:133> INFO - WARNINGS: 2
>> 
>> Without the .bib, the above template results in an empty preview without 
>> error with this log:
>> 
>> 
>> -- BibTeX log file ---
>> File: 
>> "/var/folders/rd/njfhjmlx6wnbvgr0wl6zvv2hgn/T/bibdesk.sWm61C/bibpreview/bibpreview.blg"
>> [0] Config.pm:307> INFO - This is Biber 2.19
>> [0] Config.pm:310> INFO - Logfile is 'bibpreview.blg'
>> [30] biber-darwin:340> INFO - === Thu Jun 22, 2023, 15:12:39
>> [37] Biber.pm:419> INFO - Reading 'bibpreview.bcf'
>> [79] Biber.pm:979> INFO - Found 1 citekeys in bib section 0
>> [89] Biber.pm:4419> INFO - Processing section 0
>> [93] Biber.pm:4610> INFO - Looking for bibtex file 'bibpreview' for section 0
>> [174] UCollate.pm:68> INFO - Overriding locale 'en-US' defaults 
>> 'normalization = NFD' with 'normalization = prenormalized'
>> [174] UCollate.pm:68> INFO - Overriding locale 'en-US' defaults 'variable = 
>> shifted' with 'variable = non-ignorable'
>> [174] Biber.pm:4239> INFO - Sorting list 'apa/apasortcite//global/global' of 
>> type 'entry' with template 'apa' and locale 'en-US'
>> [174] Biber.pm:4245> INFO - No sort tailoring available for locale 'en-US'
>> [177] UCollate.pm:68> INFO - Overriding locale 'en-US' defaults 'variable = 
>> shifted' with 'variable = non-ignorable'
>> [177] UCollate.pm:68> INFO - Overriding locale 'en-US' defaults 
>> 'normalization = NFD' with 'normalization = prenormalized'
>> [177] Biber.pm:4239> INFO - Sorting list 'apa/global//global/global' of type 
>> '

Re: [Bibdesk-users] latex preview pane template for apa7 with biblatex: Help with error

2023-06-22 Thread Prof. Bertolt Meyer
Still not working. With the .bib extension, BibDesk throws an error, so this 
preview template

\documentclass[man]{apa7}
\usepackage[american]{babel}
\usepackage{csquotes}
\usepackage[style=apa,backend=biber]{biblatex}
\addbibresource{<>.bib}  
\pagestyle{empty}
\textwidth = 6.5in
% \voffset = -105pt
% \hoffset = -120pt

\begin{document}
\nocite{<>}
\printbibliography
\end{document}

gives this log:

-- BibTeX log file ---
File: 
"/var/folders/rd/njfhjmlx6wnbvgr0wl6zvv2hgn/T/bibdesk.sWm61C/bibpreview/bibpreview.blg"
[0] Config.pm:307> INFO - This is Biber 2.19
[0] Config.pm:310> INFO - Logfile is 'bibpreview.blg'
[33] biber-darwin:340> INFO - === Thu Jun 22, 2023, 15:08:31
[41] Biber.pm:419> INFO - Reading 'bibpreview.bcf'
[86] Biber.pm:979> INFO - Found 1 citekeys in bib section 0
[96] Biber.pm:4419> INFO - Processing section 0
[102] Biber.pm:4610> INFO - Looking for bibtex file 'bibpreview' for section 0
[195] UCollate.pm:68> INFO - Overriding locale 'en-US' defaults 'variable = 
shifted' with 'variable = non-ignorable'
[195] UCollate.pm:68> INFO - Overriding locale 'en-US' defaults 'normalization 
= NFD' with 'normalization = prenormalized'
[196] Biber.pm:4239> INFO - Sorting list 'apa/apasortcite//global/global' of 
type 'entry' with template 'apa' and locale 'en-US'
[196] Biber.pm:4245> INFO - No sort tailoring available for locale 'en-US'
[198] UCollate.pm:68> INFO - Overriding locale 'en-US' defaults 'variable = 
shifted' with 'variable = non-ignorable'
[198] UCollate.pm:68> INFO - Overriding locale 'en-US' defaults 'normalization 
= NFD' with 'normalization = prenormalized'
[198] Biber.pm:4239> INFO - Sorting list 'apa/global//global/global' of type 
'entry' with template 'apa' and locale 'en-US'
[198] Biber.pm:4245> INFO - No sort tailoring available for locale 'en-US'
[199] bbl.pm:660> INFO - Writing 'bibpreview.bbl' with encoding 'UTF-8'
[199] bbl.pm:763> INFO - Output to bibpreview.bbl
[199] Biber.pm:131> WARN - Data source './bibpreview.tex' contains no BibTeX 
entries/macros, ignoring
[199] Biber.pm:131> WARN - I didn't find a database entry for 'Mandl_2023' 
(section 0)
[199] Biber.pm:133> INFO - WARNINGS: 2

Without the .bib, the above template results in an empty preview without error 
with this log:


-- BibTeX log file ---
File: 
"/var/folders/rd/njfhjmlx6wnbvgr0wl6zvv2hgn/T/bibdesk.sWm61C/bibpreview/bibpreview.blg"
[0] Config.pm:307> INFO - This is Biber 2.19
[0] Config.pm:310> INFO - Logfile is 'bibpreview.blg'
[30] biber-darwin:340> INFO - === Thu Jun 22, 2023, 15:12:39
[37] Biber.pm:419> INFO - Reading 'bibpreview.bcf'
[79] Biber.pm:979> INFO - Found 1 citekeys in bib section 0
[89] Biber.pm:4419> INFO - Processing section 0
[93] Biber.pm:4610> INFO - Looking for bibtex file 'bibpreview' for section 0
[174] UCollate.pm:68> INFO - Overriding locale 'en-US' defaults 'normalization 
= NFD' with 'normalization = prenormalized'
[174] UCollate.pm:68> INFO - Overriding locale 'en-US' defaults 'variable = 
shifted' with 'variable = non-ignorable'
[174] Biber.pm:4239> INFO - Sorting list 'apa/apasortcite//global/global' of 
type 'entry' with template 'apa' and locale 'en-US'
[174] Biber.pm:4245> INFO - No sort tailoring available for locale 'en-US'
[177] UCollate.pm:68> INFO - Overriding locale 'en-US' defaults 'variable = 
shifted' with 'variable = non-ignorable'
[177] UCollate.pm:68> INFO - Overriding locale 'en-US' defaults 'normalization 
= NFD' with 'normalization = prenormalized'
[177] Biber.pm:4239> INFO - Sorting list 'apa/global//global/global' of type 
'entry' with template 'apa' and locale 'en-US'
[177] Biber.pm:4245> INFO - No sort tailoring available for locale 'en-US'
[177] bbl.pm:660> INFO - Writing 'bibpreview.bbl' with encoding 'UTF-8'
[177] bbl.pm:763> INFO - Output to bibpreview.bbl
[178] Biber.pm:131> WARN - Data source './bibpreview.tex' contains no BibTeX 
entries/macros, ignoring
[178] Biber.pm:131> WARN - I didn't find a database entry for 'Mandl:2023ab' 
(section 0)
[178] Biber.pm:133> INFO - WARNINGS: 2



> Am 22.06.2023 um 15:06 schrieb Christiaan Hofman :
> 
> Oh, and I don’t see you added the .bib extension to <>.
> 
> Christiaan
> 
>> On 22 Jun 2023, at 15:05, Christiaan Hofman  wrote:
>> 
>> What if you remove the biblatex from the document class option instead?
>> 
>> Christiaan
>> 
>>> On 22 Jun 2023, at 14:54, Prof. Bertolt Meyer 
>>>  wrote:
>>> 
>>> That’s not it either. The template looks like this at the moment (resulting 
>>> in an empty preview):
>>> 
>>> \documentclass[man, biblatex]{apa7}
>>> \usepackage[american]{babel}
>>> \usepackage{csquotes}
>>> % \usepackage[style=apa,backend=biber]{biblatex}
>>

Re: [Bibdesk-users] latex preview pane template for apa7 with biblatex: Help with error

2023-06-22 Thread Prof. Bertolt Meyer
That’s not it either. The template looks like this at the moment (resulting in 
an empty preview):

\documentclass[man, biblatex]{apa7}
\usepackage[american]{babel}
\usepackage{csquotes}
% \usepackage[style=apa,backend=biber]{biblatex}
\addbibresource{<>}  
\pagestyle{empty}
\textwidth = 6.5in
% \voffset = -105pt
% \hoffset = -120pt

\begin{document}
\nocite{<>}
\printbibliography
\end{document}

And gives (now using the BibTeX output):

-- BibTeX log file ---
File: 
"/var/folders/rd/njfhjmlx6wnbvgr0wl6zvv2hgn/T/bibdesk.sWm61C/bibpreview/bibpreview.blg"
[0] Config.pm:307> INFO - This is Biber 2.19
[0] Config.pm:310> INFO - Logfile is 'bibpreview.blg'
[30] biber-darwin:340> INFO - === Thu Jun 22, 2023, 14:50:19
[38] Biber.pm:419> INFO - Reading 'bibpreview.bcf'
[80] Biber.pm:979> INFO - Found 1 citekeys in bib section 0
[91] Biber.pm:4419> INFO - Processing section 0
[96] Biber.pm:4610> INFO - Looking for bibtex file 'bibpreview' for section 0
[184] UCollate.pm:68> INFO - Overriding locale 'en-US' defaults 'variable = 
shifted' with 'variable = non-ignorable'
[184] UCollate.pm:68> INFO - Overriding locale 'en-US' defaults 'normalization 
= NFD' with 'normalization = prenormalized'
[184] Biber.pm:4239> INFO - Sorting list 'apa/apasortcite//global/global' of 
type 'entry' with template 'apa' and locale 'en-US'
[184] Biber.pm:4245> INFO - No sort tailoring available for locale 'en-US'
[187] UCollate.pm:68> INFO - Overriding locale 'en-US' defaults 'normalization 
= NFD' with 'normalization = prenormalized'
[187] UCollate.pm:68> INFO - Overriding locale 'en-US' defaults 'variable = 
shifted' with 'variable = non-ignorable'
[187] Biber.pm:4239> INFO - Sorting list 'apa/global//global/global' of type 
'entry' with template 'apa' and locale 'en-US'
[187] Biber.pm:4245> INFO - No sort tailoring available for locale 'en-US'
[187] bbl.pm:660> INFO - Writing 'bibpreview.bbl' with encoding 'UTF-8'
[187] bbl.pm:763> INFO - Output to bibpreview.bbl
[187] Biber.pm:131> WARN - Data source './bibpreview.tex' contains no BibTeX 
entries/macros, ignoring
[187] Biber.pm:131> WARN - I didn't find a database entry for 'Mandl:2023ab' 
(section 0)
[187] Biber.pm:133> INFO - WARNINGS: 2



> Am 22.06.2023 um 14:45 schrieb Christiaan Hofman :
> 
> Perhaps there is a problem with loading bib latex twice, once as an option to 
> \documentclass and once using \usepackage?
> 
> Christiaan
> 
>> On 22 Jun 2023, at 14:25, Prof. Bertolt Meyer 
>>  wrote:
>> 
>> Hmmm, that re-introduces an error and oddly the log says this (I swear I 
>> only changed the one line like you suggested to include the .bib):
>> 
>> AED endfloat: Processing end Figures and Tables
>> ! Undefined control sequence.
>>  \@shorttitle 
>> 
>> l.15 \end{document}
>> 
>> The control sequence at the end of the top line
>> of your error message was never \def'ed. If you have
>> misspelled it (e.g., `\hobx'), type `I' and the correct
>> spelling (e.g., `I\hbox'). Otherwise just continue,
>> and I'll forget about whatever was undefined.
>> 
>> [1{/usr/local/texlive/2023/texmf-var/fonts/map/pdftex/updmap/pdftex.map}{/usr/l
>> ocal/texlive/2023/texmf-dist/fonts/enc/dvips/lm/lm-ec.enc}
>> 
>> 
>> ] (./bibpreview.aux)
>> 
>> LaTeX Warning: There were undefined references.
>> 
>> Package rerunfilecheck Info: File `bibpreview.out' has not changed.
>> (rerunfilecheck) Checksum: D41D8CD98F00B204E9800998ECF8427E;0.
>> 
>> Package biblatex Warning: Please rerun LaTeX.
>> (biblatex)Page breaks have changed.
>> 
>> Package logreq Info: Writing requests to 'bibpreview.run.xml'.
>> \openout1 = `bibpreview.run.xml'.
>> 
>> 
>>> Am 22.06.2023 um 14:16 schrieb Christiaan Hofman :
>>> 
>>> I think for fiber you need the full filename with extension. So replace the 
>>> \addbibresource command by
>>> 
>>> \addbibresource{<>.bib}
>>> 
>>> Christiaan
>>> 
>>>> On 22 Jun 2023, at 14:00, Prof. Bertolt Meyer 
>>>>  wrote:
>>>> 
>>>> Alan,
>>>> 
>>>> thanks so much for your help. It now compiles without error, but the file 
>>>> is empty, this seems to be the relevant bit:
>>>> 
>>>> (/usr/local/texlive/2023/texmf-dist/tex/latex/apa7/config/APA7american.txt
>>>> File: APA7american.txt 2020/12/02 v1.02 apa7 configuration for American 
>>>> English
>>>> 
>>>> )
>>>> Package caption Info: Begin \AtBeginDocument code.
>>>> Package caption Info: End \AtBegi

Re: [Bibdesk-users] latex preview pane template for apa7 with biblatex: Help with error

2023-06-22 Thread Prof. Bertolt Meyer
Hmmm, that re-introduces an error and oddly the log says this (I swear I only 
changed the one line like you suggested to include the .bib):

AED endfloat: Processing end Figures and Tables
! Undefined control sequence.
 \@shorttitle 
 
l.15 \end{document}
   
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.

[1{/usr/local/texlive/2023/texmf-var/fonts/map/pdftex/updmap/pdftex.map}{/usr/l
ocal/texlive/2023/texmf-dist/fonts/enc/dvips/lm/lm-ec.enc}


] (./bibpreview.aux)

LaTeX Warning: There were undefined references.

Package rerunfilecheck Info: File `bibpreview.out' has not changed.
(rerunfilecheck) Checksum: D41D8CD98F00B204E9800998ECF8427E;0.

Package biblatex Warning: Please rerun LaTeX.
(biblatex)Page breaks have changed.

Package logreq Info: Writing requests to 'bibpreview.run.xml'.
\openout1 = `bibpreview.run.xml'.


> Am 22.06.2023 um 14:16 schrieb Christiaan Hofman :
> 
> I think for fiber you need the full filename with extension. So replace the 
> \addbibresource command by
> 
> \addbibresource{<>.bib}
> 
> Christiaan
> 
>> On 22 Jun 2023, at 14:00, Prof. Bertolt Meyer 
>>  wrote:
>> 
>> Alan,
>> 
>> thanks so much for your help. It now compiles without error, but the file is 
>> empty, this seems to be the relevant bit:
>> 
>> (/usr/local/texlive/2023/texmf-dist/tex/latex/apa7/config/APA7american.txt
>> File: APA7american.txt 2020/12/02 v1.02 apa7 configuration for American 
>> English
>> 
>> )
>> Package caption Info: Begin \AtBeginDocument code.
>> Package caption Info: End \AtBeginDocument code.
>> 
>> LaTeX Warning: Citation 'Mandl:2023ab' undefined on input line 13.
>> 
>> 
>> LaTeX Warning: Empty bibliography on input line 14.
>> 
>> AED endfloat: Processing end Figures and Tables (./bibpreview.aux)
>> 
>> LaTeX Warning: There were undefined references.
>> 
>> Package rerunfilecheck Info: File `bibpreview.out' has not changed.
>> (rerunfilecheck) Checksum: D41D8CD98F00B204E9800998ECF8427E;0.
>> 
>> Package biblatex Warning: Please (re)run Biber on the file:
>> (biblatex)bibpreview
>> (biblatex)and rerun LaTeX afterwards.
>> 
>> Package logreq Info: Writing requests to 'bibpreview.run.xml'.
>> \openout1 = `bibpreview.run.xml’.
>> 
>> 
>> Any idea how to get around this?
>> 
>> Best greetings,
>> Bertolt
>> 
>>> Am 21.06.2023 um 23:01 schrieb am...@gmx.com:
>>> 
>>> In the TeX preview panel of the preferences you need to use 
>>> /Library/TeX/texbin/biber instead of bibtex in the “Full path to bibtex” 
>>> part of the preference. 
>>> 
>>> Alan
>>> 
>>> Sent using the mobile mail app
>>> 
>>> On 6/21/23 at 15:26, Prof. Bertolt Meyer wrote:
>>> 
>>>> Hello fellow bibdesk users,
>>>> 
>>>> I’m trying to get a formatted latex preview in the preview pane in apa7 
>>>> style. However, the apa7 document class requires going through biblatex to 
>>>> do proper apa7 formatting. Here is my attempt for a corresponding preview 
>>>> template (I’m running MacTex 2023):
>>>> 
>>>> \documentclass[man, biblatex]{apa7}
>>>> \usepackage[american]{babel}
>>>> \usepackage{csquotes}
>>>> \usepackage[style=apa,backend=biber]{biblatex}
>>>> \addbibresource{<>}  
>>>> \pagestyle{empty}
>>>> \textwidth = 6.5in
>>>> \voffset = -105pt
>>>> \hoffset = -120pt
>>>> 
>>>> 
>>>> \begin{document}
>>>> \nocite{<>}
>>>> \printbibliography
>>>> \end{document}
>>>> 
>>>> However, this throws an error in the preview log:
>>>> 
>>>> Package biblatex Info: Trying to load bibliographic data...
>>>> Package biblatex Info: ... file 'bibpreview.bbl' not found.
>>>> No file bibpreview.bbl.
>>>> 
>>>> Any idea how to fix this? 
>>>> 
>>>> Thank you and best greetings,
>>>> Bertolt
>>>> 
>>>> 
>>>> --
>>>> 
>>>> Prof. Dr. Bertolt Meyer
>>>> Professor for Work and Organizational Psychology
>>>> Vice Dean of Student Affairs, Institute of Psycholog

Re: [Bibdesk-users] latex preview pane template for apa7 with biblatex: Help with error

2023-06-22 Thread Prof. Bertolt Meyer
Alan,

thanks so much for your help. It now compiles without error, but the file is 
empty, this seems to be the relevant bit:

(/usr/local/texlive/2023/texmf-dist/tex/latex/apa7/config/APA7american.txt
File: APA7american.txt 2020/12/02 v1.02 apa7 configuration for American English

)
Package caption Info: Begin \AtBeginDocument code.
Package caption Info: End \AtBeginDocument code.

LaTeX Warning: Citation 'Mandl:2023ab' undefined on input line 13.


LaTeX Warning: Empty bibliography on input line 14.

AED endfloat: Processing end Figures and Tables (./bibpreview.aux)

LaTeX Warning: There were undefined references.

Package rerunfilecheck Info: File `bibpreview.out' has not changed.
(rerunfilecheck) Checksum: D41D8CD98F00B204E9800998ECF8427E;0.

Package biblatex Warning: Please (re)run Biber on the file:
(biblatex)bibpreview
(biblatex)and rerun LaTeX afterwards.

Package logreq Info: Writing requests to 'bibpreview.run.xml'.
\openout1 = `bibpreview.run.xml’.


Any idea how to get around this?

Best greetings,
Bertolt

> Am 21.06.2023 um 23:01 schrieb am...@gmx.com:
> 
> In the TeX preview panel of the preferences you need to use 
> /Library/TeX/texbin/biber instead of bibtex in the “Full path to bibtex” part 
> of the preference. 
> 
> Alan
> 
> Sent using the mobile mail app
> 
> On 6/21/23 at 15:26, Prof. Bertolt Meyer wrote:
> 
>> Hello fellow bibdesk users,
>> 
>> I’m trying to get a formatted latex preview in the preview pane in apa7 
>> style. However, the apa7 document class requires going through biblatex to 
>> do proper apa7 formatting. Here is my attempt for a corresponding preview 
>> template (I’m running MacTex 2023):
>> 
>> \documentclass[man, biblatex]{apa7}
>> \usepackage[american]{babel}
>> \usepackage{csquotes}
>> \usepackage[style=apa,backend=biber]{biblatex}
>> \addbibresource{<>}  
>> \pagestyle{empty}
>> \textwidth = 6.5in
>> \voffset = -105pt
>> \hoffset = -120pt
>> 
>> 
>> \begin{document}
>> \nocite{<>}
>> \printbibliography
>> \end{document}
>> 
>> However, this throws an error in the preview log:
>> 
>> Package biblatex Info: Trying to load bibliographic data...
>> Package biblatex Info: ... file 'bibpreview.bbl' not found.
>> No file bibpreview.bbl.
>> 
>> Any idea how to fix this? 
>> 
>> Thank you and best greetings,
>> Bertolt
>> 
>> 
>> --
>> 
>> Prof. Dr. Bertolt Meyer
>> Professor for Work and Organizational Psychology
>> Vice Dean of Student Affairs, Institute of Psychology
>> 
>> Speaker of the CRC 1410 „Hybrid Societies“
>> https://hybrid-societies.org
>> 
>> Chemnitz University of Technology
>> 
>> Wilhelm-Raabe-Str. 43
>> 09120 Chemnitz
>> Germany
>> 
>> Tel. +49 371 531 30587
>> bertolt.me...@psychologie.tu-chemnitz.de
>> 
>> 
>> ___
>> Bibdesk-users mailing list
>> Bibdesk-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/bibdesk-users
>> 
> 
> 
> 
> ___
> Bibdesk-users mailing list
> Bibdesk-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bibdesk-users


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


[Bibdesk-users] latex preview pane template for apa7 with biblatex: Help with error

2023-06-21 Thread Prof. Bertolt Meyer
Hello fellow bibdesk users,

I’m trying to get a formatted latex preview in the preview pane in apa7 style. 
However, the apa7 document class requires going through biblatex to do proper 
apa7 formatting. Here is my attempt for a corresponding preview template (I’m 
running MacTex 2023):

\documentclass[man, biblatex]{apa7}
\usepackage[american]{babel}
\usepackage{csquotes}
\usepackage[style=apa,backend=biber]{biblatex}
\addbibresource{<>}  
\pagestyle{empty}
\textwidth = 6.5in
\voffset = -105pt
\hoffset = -120pt


\begin{document}
\nocite{<>}
\printbibliography
\end{document}

However, this throws an error in the preview log:

Package biblatex Info: Trying to load bibliographic data...
Package biblatex Info: ... file 'bibpreview.bbl' not found.
No file bibpreview.bbl.

Any idea how to fix this? 

Thank you and best greetings,
Bertolt


--

Prof. Dr. Bertolt Meyer
Professor for Work and Organizational Psychology
Vice Dean of Student Affairs, Institute of Psychology

Speaker of the CRC 1410 „Hybrid Societies“
https://hybrid-societies.org

Chemnitz University of Technology

Wilhelm-Raabe-Str. 43
09120 Chemnitz
Germany

Tel. +49 371 531 30587
bertolt.me...@psychologie.tu-chemnitz.de


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


[Bibdesk-users] Adam's TextMate autocompletion: Link broken

2011-08-18 Thread Bertolt Meyer
Dear BibDesk users,

I wanted to install Adam Maxwell's program that provides a list of completion 
terms from BibDesk in TextMate. However, the link provided on the wiki page 
http://sourceforge.net/apps/mediawiki/bibdesk/index.php?title=Other_Applications#BibDesk_completions_in_TextMate
 pointing to http://homepage.mac.com/amaxwell/.Public/Completion.zip seems to 
be broken as it results in a 403: Forbidden Access denied by access control 
list.. Can someone (Adam?) maybe fix the link and/or send me the file via 
mail? 

Thank you,
Bertolt

-- 
Dr. Bertolt Meyer
Senior research and teaching associate
Social and Economic Psychology
Institute of Psychology, University of Zurich
Binzmuehlestrasse 14/13
CH-8050 Zurich
Switzerland

b.me...@psychologie.uzh.ch
tel:   +41446357282
fax:   +41446357279






--
Get a FREE DOWNLOAD! and learn more about uberSVN rich system, 
user administration capabilities and model configuration. Take 
the hassle out of deploying and managing Subversion and the 
tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2
___
Bibdesk-users mailing list
Bibdesk-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bibdesk-users


Re: [Bibdesk-users] Adam's TextMate autocompletion: Link broken

2011-08-18 Thread Bertolt Meyer
Thank you Alan, it works like a charm! Awesome little program, thank you.

Greetings,
Bertolt

Am 18.08.2011 um 16:47 schrieb Adam R. Maxwell:

 
 On Aug 18, 2011, at 04:30 , Bertolt Meyer wrote:
 
 However, the link provided on the wiki page 
 http://sourceforge.net/apps/mediawiki/bibdesk/index.php?title=Other_Applications#BibDesk_completions_in_TextMate
  pointing to http://homepage.mac.com/amaxwell/.Public/Completion.zip seems 
 to be broken as it results in a 403: Forbidden Access denied by access 
 control list.. Can someone (Adam?) maybe fix the link and/or send me the 
 file via mail? 
 
 You can download it directly at
 
 https://files.me.com/amaxwell/wr6fsj
 
 The files formerly on my sharing site (including the source for that program) 
 can be browsed at
 
 https://public.me.com/amaxwell
 
 Those links should be considered temporary, as I need to find a new home for 
 all of my stuff before Apple kills MobileMe for good :(.
 
 I can't fix the links on the wiki, since I apparently no longer have 
 permission, and can't figure out how to change that.
 
 regards,
 Adam
 


--
Get a FREE DOWNLOAD! and learn more about uberSVN rich system, 
user administration capabilities and model configuration. Take 
the hassle out of deploying and managing Subversion and the 
tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2
___
Bibdesk-users mailing list
Bibdesk-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bibdesk-users


[Bibdesk-users] Failed to read HTML String from document

2008-04-03 Thread Bertolt Meyer
Hi,

Within a google scholar search in a Web Group, I clicked on a link to  
a PDF: http://web.mit.edu/bribri/www/ 
HLE511/1999Gornick_GendEquLabor.pdf . The PDF opened allright in  
bibDesk, but the error message Failed to read HTML String from  
document appeared. Am I not supposed to click on PDF links inside  
bibDesk?

Regards,
Bertolt
-- 
Bertolt Meyer
Senior Assistant
Psychological Institute, University of Zurich
Social Psychology
Binzmühlestr. 14, Box 15
CH-8050 Zurich
Switzerland

[EMAIL PROTECTED]
tel:   +41446357282
fax:   +41446357279




-
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-users mailing list
Bibdesk-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bibdesk-users


Re: [Bibdesk-users] The BibDesk input manager – a question and a plea

2008-04-03 Thread Bertolt Meyer
Adam,

could you put up your hacked version of TeXShop (see below) again?  
That would be really great.

Thank you,
Bertolt

Am 24.01.2008 um 19:52 schrieb Adam R. Maxwell:


 On Jan 18, 2008, at 8:48 AM, Adam R. Maxwell wrote:

 On Jan 18, 2008, at 8:22 AM, Simon Spiegel wrote:

 let me start by saying that I know that the topic of input managers
 has been discussed on this list, still, I'm not happy with the
 current
 situation.
 [...]
 I know that the developers never liked the input manager solution  
 too
 much and that they prefer costum solutions for every app. In this
 spirit I filed a feature request for directo support for BibDesk in
 TeXShop, my favorite LaTeX editor.

 I sent the code to do this to Dick Koch and Jérome Laurens months ago
 when Leopard was released, along with a detailed description of how  
 to
 use it (at their request).

 I sent them both a note last weekend asking if they've looked at it.
 So far, no response.  Fortunately for me, TextMate doesn't have this
 problem...

 I'm sick today so decided to try hacking this into TeXShop myself.
 Please download http://homepage.mac.com/amaxwell/.Public/TeXShop.app.zip
 .  I've basically integrated the guts of the input manager into
 TeXShop, using our newer Distributed Objects API.  Barely tested, no
 warranty, use at your own risk, etc.

 This is based on the source from Dick Koch's site, since their svn
 repository seems out of date.  I removed 30+ MB of QuickTime movies
 and PDF files from it so the upload was a reasonable size, which
 probably broke some help features.  Oh, it's also missing the
 Spotlight importer since it doesn't play well with my build setup.

 -- 
 adam
 -
 This SF.net email is sponsored by: Microsoft
 Defy all challenges. Microsoft(R) Visual Studio 2008.
 http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
 ___
 Bibdesk-users mailing list
 Bibdesk-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/bibdesk-users

-- 
Bertolt Meyer
Senior Assistant
Psychological Institute, University of Zurich
Social Psychology
Binzmühlestr. 14, Box 15
CH-8050 Zurich
Switzerland

[EMAIL PROTECTED]
tel:   +41446357282
fax:   +41446357279
mob:   +41788966111




-
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-users mailing list
Bibdesk-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bibdesk-users


Re: [Bibdesk-users] The BibDesk input manager – a question and a plea

2008-04-03 Thread Bertolt Meyer
Perfect, thanks. Did Richard indicate whether your hack might be  
implemented in future versions of TeXShop?

Cheers,
Bertolt

Am 03.04.2008 um 16:15 schrieb Adam R. Maxwell:

 On Apr 3, 2008, at 6:08 AM, Bertolt Meyer wrote:

 could you put up your hacked version of TeXShop (see below) again?
 That would be really great.

 I just copied it to my idisk again.  Dick Koch said the source I used
 was old...so beware of bugs.

 adam



 -
 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-users mailing list
 Bibdesk-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/bibdesk-users

-- 
Bertolt Meyer
Senior Assistant
Psychological Institute, University of Zurich
Social Psychology
Binzmühlestr. 14, Box 15
CH-8050 Zurich
Switzerland

[EMAIL PROTECTED]
tel:   +41446357282
fax:   +41446357279
mob:   +41788966111




-
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-users mailing list
Bibdesk-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bibdesk-users


[Bibdesk-users] File - Open Recent is always empty

2008-03-06 Thread Bertolt Meyer
Hello,

when I start BibDesk, I use File - Open to open my Bib-File (which is  
un UTF-8, I select that in the file open dialogue). When I quit  
BibDesk and restart it (regardless of whether I made changes to  
my .bib or not), the File - Open Recent is always empty. My recent  
bib file used to be there a couple of versions ago, but at some point  
this stopped working. Any Idea? I use 1.3.14 (v1008) on 10.5.2.

Cheers,
Bertolt

-- 
Bertolt Meyer
Senior Assistant
Psychological Institute, University of Zurich
Social Psychology
Binzmühlestr. 14, Box 15
CH-8050 Zurich
Switzerland

[EMAIL PROTECTED]
tel:   +41446357282
fax:   +41446357279
mob:   +41788966111




-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Bibdesk-users mailing list
Bibdesk-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bibdesk-users


Re: [Bibdesk-users] How to use Web Groups (Google Scholar)?

2007-11-09 Thread Bertolt Meyer
Hendrik,

try this:

 In the web group page view:

 1. Go to scholar.google.com
 2. Click Scholar preferences
 3. Set Interface language to English
 4. Set Bibliography Manager to Show links to import citations
 into BibTeX (choose BibTeX from the popup menu)

If you do a scholar search from the web group interface after those  
changes have been made, the results should show up as importable items  
in the pane below.

Cheers,
Bertolt

Am 09.11.2007 um 09:58 schrieb Hendrik:

 I was very excited to see the release notes mention import from Google
 Scholar. Using a feature called 'Web Group'.
 I found the 'web' group in the side pane. I get the 3 pane view. I
 went to Google Scholar, did a search. But nothing appears in the panes
 below. I tried ACM library as well. Again I could not get anything to
 show up below. Am I missing a button somewhere that I need to click? I
 tried drag and dropping links into the pane below. I followed the
 BibTex links in the Google Scholar results. Nothing. The panes remain
 empty.
 I looked in the BibDesk help pages but saw no mention of the Web Group
 feature. Checked the Wiki and asked Google but found no instructions
 anywhere on how to use this thing.
 Please someone enlighten me. I sounds like an incredibly useful
 feature. How do I use it?

 Thanks,
 Hendrik

 PS: I am running Leopard.

 -
 This SF.net email is sponsored by: Splunk Inc.
 Still grepping through log files to find problems?  Stop.
 Now Search log events and configuration files using AJAX and a  
 browser.
 Download your FREE copy of Splunk now  http://get.splunk.com/
 ___
 Bibdesk-users mailing list
 Bibdesk-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/bibdesk-users

-- 
Bertolt Meyer
Oberassistent
Psychologisches Institut Universität Zürich
Sozialpsychologie
Binzmühlestr. 14 / 1, Box 15
CH-8050 Zürich

[EMAIL PROTECTED]
tel:   +41446357282
fax:   +41446357279
mob:   +41788966111





-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
Bibdesk-users mailing list
Bibdesk-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bibdesk-users


[Bibdesk-users] Wiley InterScience RIS (again)

2007-11-08 Thread Bertolt Meyer
Hi all,

I recently posted regarding troubles I had with importing reference  
from WileyInterscience. You told me that the format they use is RIS  
and that it lacks the TY field (example here: http://tinyurl.com/ 
2z8swy), therefore BibDesk can't import it. I complained to them about  
the missing TY field and below is their final reply. I cannot believe  
their stupidity, they obviously do not understand their own format.  
They insist that their format is 'plain text' and not RIS. Could you  
please confirm back to me once more that Wiley is actually producing  
(corrupt) RIS when they speak of plain text before I go and slap their  
lousy support?

Thanks,
Bertolt


 Wiley InterScience only supports citation export in EndNote and  
 Plain Text format. We do not support Citation Export in .ris format

 As we do not currently support the .ris format for citation export,  
 we do not include the parameters requested by this format.

 Software vendors of citation management software should be able to  
 supply filters to their customers for importing plain text  
 formatted citations (in the format supplied by Wiley InterScience)  
 into their programs. Please contact your software vendor for  
 support regarding this issue.




-- 
Bertolt Meyer
Oberassistent
Psychologisches Institut Universität Zürich
Sozialpsychologie
Binzmühlestr. 14 / 1, Box 15
CH-8050 Zürich

[EMAIL PROTECTED]
tel:   +41446357282
fax:   +41446357279
mob:   +41788966111





-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
Bibdesk-users mailing list
Bibdesk-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bibdesk-users


Re: [Bibdesk-users] Safari recent downloads does not include Safari-saved PDFs in Leopard

2007-11-08 Thread Bertolt Meyer

Am 07.11.2007 um 16:14 schrieb Adam R. Maxwell:


 On 7 Nov 2007, at 11:11 AM, Bertolt Meyer wrote:

 Am 07.11.2007 um 11:05 schrieb Christiaan Hofman:

 Doesn't it appear in the Recent Downloads submenu? That should
 contain all items recently added to the default download location
 for
 Safari.

 No, it doesn't. Despite the fact the Downloads is the default
 download location set in my Safari preferences.

 What about the Link to Recent Download submenu?  Does that one
 work?  The download folder should be the OS-created ~/Downloads in the
 latest nightly build; I changed it a couple days ago.


Ah yes, that works for the most recent nightly. The nightly from the  
4th of Nov was displaying files on the desktop there. Thanks for  
solving this!

Cheers,
Bertolt

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
Bibdesk-users mailing list
Bibdesk-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bibdesk-users


Re: [Bibdesk-users] Safari recent downloads does not include Safari-saved PDFs in Leopard

2007-11-07 Thread Bertolt Meyer

Am 07.11.2007 um 11:05 schrieb Christiaan Hofman:

 Doesn't it appear in the Recent Downloads submenu? That should
 contain all items recently added to the default download location for
 Safari.

No, it doesn't. Despite the fact the Downloads is the default  
download location set in my Safari preferences.

 Christiaan

 On 7 Nov 2007, at 10:18 AM, Bertolt Meyer wrote:

 Hi all,

 When I link to a downloaded PDF, I find the option Safari recent
 downloads... very useful. Unfortunately, PDF-Files that were opened
 in Safari and then saved to the Download-Folder with this greyish
 Save to Download-Folder icon that appears when one hovers with the
 mose over the opened PDF are not listed there. Any ideas how to  
 change
 this? Wouldn't it be nice to add an option like Choose from  
 Downloads
 folder... in that menu for Leopard?

 Cheers,
 Bertolt.

 PS. and thanks forpointing me to the web groups.. I hid the groups-
 sidebar, that why I didn't see it. DUH.

 -- 
 Bertolt Meyer
 Oberassistent
 Psychologisches Institut Universität Zürich
 Sozialpsychologie
 Binzmühlestr. 14 / 1, Box 15
 CH-8050 Zürich

 [EMAIL PROTECTED]
 tel:   +41446357282
 fax:   +41446357279
 mob:   +41788966111





 --
 ---
 This SF.net email is sponsored by: Splunk Inc.
 Still grepping through log files to find problems?  Stop.
 Now Search log events and configuration files using AJAX and a
 browser.
 Download your FREE copy of Splunk now  http://get.splunk.com/
 ___
 Bibdesk-users mailing list
 Bibdesk-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/bibdesk-users


 -
 This SF.net email is sponsored by: Splunk Inc.
 Still grepping through log files to find problems?  Stop.
 Now Search log events and configuration files using AJAX and a  
 browser.
 Download your FREE copy of Splunk now  http://get.splunk.com/
 ___
 Bibdesk-users mailing list
 Bibdesk-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/bibdesk-users

-- 
Bertolt Meyer
Oberassistent
Psychologisches Institut Universität Zürich
Sozialpsychologie
Binzmühlestr. 14 / 1, Box 15
CH-8050 Zürich

[EMAIL PROTECTED]
tel:   +41446357282
fax:   +41446357279
mob:   +41788966111





-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
Bibdesk-users mailing list
Bibdesk-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bibdesk-users


[Bibdesk-users] Web Groups?

2007-11-06 Thread Bertolt Meyer
Hi,

after having read so much about the new scholar scraping I downloaded  
the recent nightly. Unfortunately, I am too blind to find the feature.  
Where do I find the famous web group option? Sorry for the dumb  
question, I feel really stupid. I looked all over.

cheers,
bertolt

-- 
Bertolt Meyer
Oberassistent
Psychologisches Institut Universität Zürich
Sozialpsychologie
Binzmühlestr. 14 / 1, Box 15
CH-8050 Zürich

[EMAIL PROTECTED]
tel:   +41446357282
fax:   +41446357279
mob:   +41788966111





-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
Bibdesk-users mailing list
Bibdesk-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bibdesk-users


[Bibdesk-users] RIS import from Wiley InterScience not working

2007-11-02 Thread Bertolt Meyer
Hi all,

I am having trouble with importing RIS-formatted citations from Wiley  
InterScience into bibdesk. For example: On this page:

http://www3.interscience.wiley.com/cgi-bin/abstract/112417957/ABSTRACT

I click on Download Citation. On the following page, I select Plain  
Text/Citation/Mac and press ok. Safari then downloads a .RIS-file to  
my Download-Folder. It has a BibDesk-Icon so it is obviously  
associated with it. When I double-click the file in the Finder, an  
empty BibDesk-Window opens and nothing happens. When I open the file  
with a text editor (Smultron), highlight all and Select Bibdesk - Add  
to Bibliography from the Services Menu, nothing happens. What am I  
missing?

I use BibDesk 1.3.10 on MacOS 10.5.0.

Thanks for your help,
Bertolt

-- 
Bertolt Meyer
Oberassistent
Psychologisches Institut Universität Zürich
Sozialpsychologie
Binzmühlestr. 14 / 1, Box 15
CH-8050 Zürich

[EMAIL PROTECTED]
tel:   +41446357282
fax:   +41446357279
mob:   +41788966111





-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
Bibdesk-users mailing list
Bibdesk-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bibdesk-users


Re: [Bibdesk-users] RIS import from Wiley InterScience not working

2007-11-02 Thread Bertolt Meyer
Hi Christian,

thanks for your answer. I just chatted with a support guy named Peter  
Phillips at Wiley, I thought you'd might be interested in their not so  
supportive attitude (my favorite is the bit on the software vendor  
supposed to be familiar with wiley):

--snip--
[I explain the problem]

Peter Phillips: You are correct, there is no TY field, but I cannot  
see that we populate this field with any of our citations.
Peter Phillips: Your software vendor should be familiar with the  
citation format used by Wiley InterScience and should be able to  
supply the correct filters to import our data into their software.
Bertolt: Well, but the TY field is standard in the RIS specification.  
Maybe other reference managers can handle a missing TY, but bibdesk -  
the most popular BibTeX front end for the Mac - unfortunately cannot.  
The bibdesk developers claim that the TY field is a neccessity for  
proper RIS import (i can forward you their mail if you wish).
Peter Phillips: We export citations in Plain Text and EndNote format.
Bertolt: Well actually its RIS and EndNote format, yes.
Peter Phillips: I will forward your comments onto our developers to  
see if they are aware of the specification you mention.
Bertolt: Thank you very much. Most kind.
Peter Phillips: Thank you for using Wiley InterScience Customer  
Support Live Chat.
You will receive a transcript of this chat by email.
When we have resolved your query, you will receive another email  
confirming the answer we have supplied.
--snip--

My bet is that I will either never hear from them again or that they  
will repeat the claim that software should support their non-TY- 
citations.

Cheers,
Bertolt

Am 02.11.2007 um 15:20 schrieb Christiaan Hofman:

 The RIS from that site is incomplete, it misses a TY entry
 (publication type). And that is precisely what we use to recognize
 RIS, so BibDesk cannot identify it as RIS. If you can I'd file a bug
 report with them and ask them to correct it in the future (but don't
 hold your breath, as they're commercial).

 Christiaan

 On 2 Nov 2007, at 2:40 PM, Bertolt Meyer wrote:

 Hi all,

 I am having trouble with importing RIS-formatted citations from Wiley
 InterScience into bibdesk. For example: On this page:

 http://www3.interscience.wiley.com/cgi-bin/abstract/112417957/ 
 ABSTRACT

 I click on Download Citation. On the following page, I select Plain
 Text/Citation/Mac and press ok. Safari then downloads a .RIS-file to
 my Download-Folder. It has a BibDesk-Icon so it is obviously
 associated with it. When I double-click the file in the Finder, an
 empty BibDesk-Window opens and nothing happens. When I open the file
 with a text editor (Smultron), highlight all and Select Bibdesk -  
 Add
 to Bibliography from the Services Menu, nothing happens. What am I
 missing?

 I use BibDesk 1.3.10 on MacOS 10.5.0.

 Thanks for your help,
 Bertolt

 -- 
 Bertolt Meyer
 Oberassistent
 Psychologisches Institut Universität Zürich
 Sozialpsychologie
 Binzmühlestr. 14 / 1, Box 15
 CH-8050 Zürich

 [EMAIL PROTECTED]
 tel:   +41446357282
 fax:   +41446357279
 mob:   +41788966111




 -
 This SF.net email is sponsored by: Splunk Inc.
 Still grepping through log files to find problems?  Stop.
 Now Search log events and configuration files using AJAX and a  
 browser.
 Download your FREE copy of Splunk now  http://get.splunk.com/
 ___
 Bibdesk-users mailing list
 Bibdesk-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/bibdesk-users

-- 
Bertolt Meyer
Oberassistent
Psychologisches Institut Universität Zürich
Sozialpsychologie
Binzmühlestr. 14 / 1, Box 15
CH-8050 Zürich

[EMAIL PROTECTED]
tel:   +41446357282
fax:   +41446357279
mob:   +41788966111





-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
Bibdesk-users mailing list
Bibdesk-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bibdesk-users


Re: [Bibdesk-users] sharing bibs

2007-07-29 Thread Bertolt Meyer
Hi,

 I like some aspects of programs/websites such as Connotea (by
 Nature.com) and Refworks (available via my UW-Madison library) whereby
 my bib always resides on the web and I can access/share it from
 anywhere... particularly useful if I am writing a paper on Google Docs
 and away from my Mac.
 
 I was thinking about that too. I am working on my iMac at home and on
 my iBook at work. To always have an updated library on both computers
 my library resides on my iDisk and I synchronize both computers, but I
 think that is rather awkward. To have a mechanism to share libraries
 over the Internet would be perfect.

Have you tried bibsonomy.org? It basically offers what you are looking 
for. You can upload your .bib file and share/manage it over the web 
(e.g. http://www.bibsonomy.org/user/bertolt). They also have an API and 
work on a JabRef connection (i.e. JabRef displyas your references on 
bibsonomy.org insted of your local .bib). Something similar for BibDesk 
would be really cool I think.

Best,
Bertolt

-- 
Bertolt Meyer
PhD Student
Institute of Psychology  Institute of Information Systems
Humboldt University Berlin

[EMAIL PROTECTED]

phone: +49-30-20939347
mobile: +49-179-4991046

web1: http://ioe-skillmap.hu-berlin.de
web2: http://amor.rz.hu-berlin.de/~h04440am

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/
___
Bibdesk-users mailing list
Bibdesk-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bibdesk-users


[Bibdesk-users] Too stupid to get autocompletion to work with TeXShop

2007-07-28 Thread Bertolt Meyer
Hello all,

Please apologize a stupid question from a LaTeX/BibTeX/BibDesk newbie. I 
want to use the autocompletion feature of BibDesk in TexShop as 
described in Section 9.2 of the BibDesk Help. In the BibDesk Prefrences, 
I added TexShop.app in Autocompletion Plugin Preferences. In TexShop, I 
added the Autocompletion checkbox to my menu bar and ticked it. I also 
restarted TeXShop. However, highlighting something like \citep{Anders in 
my TeX document and pressing F5 does not bring up a PopUp with matching 
BibDesk references as pictured in help Section 9.2. What did I do wrong?

Help much appreciated,
thanks, Bertolt.

-- 
Bertolt Meyer
PhD Student
Institute of Psychology  Institute of Information Systems
Humboldt University Berlin

[EMAIL PROTECTED]

phone: +49-30-20939347
mobile: +49-179-4991046

web1: http://ioe-skillmap.hu-berlin.de
web2: http://amor.rz.hu-berlin.de/~h04440am

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/
___
Bibdesk-users mailing list
Bibdesk-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bibdesk-users


[Bibdesk-users] Workflow advice (was: Too stupid to get autocompletion to work with TeXShop)

2007-07-28 Thread Bertolt Meyer
*DUH* thank you. That solved it.

Maybe I can attach another question for advice: I have a large MS Word 
document (~200 pages) that includes plain in-text citations such as 
(Author and Coauthor, 1999). I have to redo that in LaTeX. I copy the 
chapters into TeXShop and have to change (Example and Friend, 1999) to 
\citep{Author1999}. I currently manually hop from citation to citation 
(searching for '('), highlight it, switch to BibDesk, scroll to the 
entry in question, press command-c, switch back to TexShop, and hit 
command-v. If anyone has a tipp for a better workflow, I'd be _really_ 
greatful.

Best, Bertolt

Christiaan Hofman schrieb:
 You shouldn't highlight it, just leave the cursor at the end of the  
 partial cite key.
 
 Christiaan
 
 On 28 Jul 2007, at 3:42 PM, Bertolt Meyer wrote:
 
 Hello all,

 Please apologize a stupid question from a LaTeX/BibTeX/BibDesk  
 newbie. I
 want to use the autocompletion feature of BibDesk in TexShop as
 described in Section 9.2 of the BibDesk Help. In the BibDesk  
 Prefrences,
 I added TexShop.app in Autocompletion Plugin Preferences. In  
 TexShop, I
 added the Autocompletion checkbox to my menu bar and ticked it. I also
 restarted TeXShop. However, highlighting something like \citep 
 {Anders in
 my TeX document and pressing F5 does not bring up a PopUp with  
 matching
 BibDesk references as pictured in help Section 9.2. What did I do  
 wrong?

 Help much appreciated,
 thanks, Bertolt.

 -- 
 Bertolt Meyer
 PhD Student
 Institute of Psychology  Institute of Information Systems
 Humboldt University Berlin

 [EMAIL PROTECTED]

 phone: +49-30-20939347
 mobile: +49-179-4991046

 web1: http://ioe-skillmap.hu-berlin.de
 web2: http://amor.rz.hu-berlin.de/~h04440am

 -- 
 ---
 This SF.net email is sponsored by: Splunk Inc.
 Still grepping through log files to find problems?  Stop.
 Now Search log events and configuration files using AJAX and a  
 browser.
 Download your FREE copy of Splunk now   http://get.splunk.com/
 ___
 Bibdesk-users mailing list
 Bibdesk-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/bibdesk-users
 
 
 -
 This SF.net email is sponsored by: Splunk Inc.
 Still grepping through log files to find problems?  Stop.
 Now Search log events and configuration files using AJAX and a browser.
 Download your FREE copy of Splunk now   http://get.splunk.com/
 ___
 Bibdesk-users mailing list
 Bibdesk-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/bibdesk-users


-- 
Bertolt Meyer
PhD Student
Institute of Psychology  Institute of Information Systems
Humboldt University Berlin

[EMAIL PROTECTED]

phone: +49-30-20939347
mobile: +49-179-4991046

web1: http://ioe-skillmap.hu-berlin.de
web2: http://amor.rz.hu-berlin.de/~h04440am

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/
___
Bibdesk-users mailing list
Bibdesk-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bibdesk-users


[Bibdesk-users] help: BibDesk Services not available / not installed?

2007-06-18 Thread Bertolt Meyer
Hello,

I recently installed BibDesk as part of my transition from Word+EndNote 
- LaTeX+BibTeX (so forgive me for newbie questions). I use TeXShop on 
Mac OS X 10.4.9. I would like to use the Services that BibDesk offers 
(Complete Citation / Complete Cite Key), but unfortunately, I cannot 
find the BibDesk-Services in my Services Menu. It looks like BibDesk did 
not register any services during installation, did I forget to do 
something? I couldn't find anything on this problem on the net so maybe 
someone can help me out?

Thank you,
Bertolt.

-- 
Bertolt Meyer
PhD Student
Institute of Psychology  Institute of Information Systems
Humboldt University Berlin

[EMAIL PROTECTED]

phone: +49-30-20939347
mobile: +49-179-4991046

web1: http://ioe-skillmap.hu-berlin.de
web2: http://amor.rz.hu-berlin.de/~h04440am

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Bibdesk-users mailing list
Bibdesk-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bibdesk-users