Re: [Bibdesk-users] Finding or customising styles

2011-08-05 Thread Dan T. Abell
fixing typo in file name:  btxhak.pdf

On 5 Aug 2011, at 09:33, Maxwell, Adam R wrote:

 The bst language is documented in btxhax.pdf and btxbst.doc.  Granted, it's 
 shorter than the 215 pages of biblatex.pdf, but that's not necessarily bad...


--
BlackBerryreg; DevCon Americas, Oct. 18-20, San Francisco, CA
The must-attend event for mobile developers. Connect with experts. 
Get tools for creating Super Apps. See the latest technologies.
Sessions, hands-on labs, demos  much more. Register early  save!
http://p.sf.net/sfu/rim-blackberry-1
___
Bibdesk-users mailing list
Bibdesk-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bibdesk-users


Re: [Bibdesk-users] Bibdesk punctuation question

2010-04-01 Thread Dan T. Abell
Dear Joe,

This is actually a BibTeX question, as it's BibTeX that
controls the formatting of the bibliographic data. I
haven't found a .bst file that formats as you request,
though I'm sure one exists (if for no other reason
than typography guru Robert Bringhurst recommends one
put little or no space between initials).

Assuming you can't get the journal to supply you with
an appropriate bibliography style file, then here, very
roughly, is what you need to do:

(a) Make a copy of the bibliography style file you want
to modify, say abbrvnat.bst. Call it myAbbrvnat.bst,
or whatever, and put it where tex (rather, bibtex)
will find it when processing your document. And,
of course, make sure your document specifies that
new, private, bibliography style.

(b) In your private .bst file, you should find a function
called FUNCTION {format.names}. A few lines below,
inside the function definition, you will see some
text similar to
s nameptr {f.~}{vv~}{ll}{, jj} format.name$
   ^ this controls the formatting
 of the first name. (The single
'f', for example tells bibtex to abbreviate the
first name.)

(c) Change that line to read
s nameptr {f{.}.~}{vv~}{ll}{, jj} format.name$

(d) Actually, the style you request has the last name
before the initials, so the quoted string above will
more likely read {vv~}{ll}{, jj}{, f.}, which you
would then change to read {vv~}{ll}{, jj}{, f{.}.}.

(e) Re-run bibtex, then latex. VoilĂ .

If you want BibDesk also to use your new .bst file, then
you will want to put it in a more central location. I
haven't tested this, but ~/Library/texmf/bibtex/bst/
should do the job. Then modify your BibDesk preferences
accordingly.

Hope this helps.

Cheers,
-Dan

PS: For *lots* more information on BibTeX, look in your
tex distribution for tamethebeast. (TeXShop's Help 
Show Help for Package ... will find it for you.)


On 1 Apr 2010, at 12:11, Josef Trapani wrote:

 Hello,
 
 Does anyone know if it is possible to format the author field of a template 
 without the space between an authors initials (when an author has two 
 initials)?
 
 When using the template modifier (for $authors): abbreviatedNormalizedName
 it yields:
 Mott, D. D., Rojas, A., Fisher, J. L., Dingledine, R. J.,
 
 Rather, I would like to have:
 Mott, D.D., Rojas, A., Fisher, J.L., Dingledine, R.J.,
 
 I know it's subtle, but some journals require this format for references,
 Joe
 --
 Download Intel#174; Parallel Studio Eval
 Try the new software tools for yourself. Speed compiling, find bugs
 proactively, and fine-tune applications for parallel performance.
 See why Intel Parallel Studio got high marks during beta.
 http://p.sf.net/sfu/intel-sw-dev
 ___
 Bibdesk-users mailing list
 Bibdesk-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/bibdesk-users


--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Bibdesk-users mailing list
Bibdesk-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bibdesk-users


Re: [Bibdesk-users] Harvard Style Thesis

2009-04-03 Thread Dan T. Abell

Not really a comment about BibDesk, but ...
If you're using a recent version of TeXShop, then the menu item

  Help : Show Help for Package...

brings up a dialog. Type in 'harvard' (all lower case, no quotes)
and darn if the documentation doesn't popup for you.

Good luck!
-Dan

On 3 Apr 2009, at 14:18, Rolf Schmolling wrote:


Hi,

without having had a look (because I donot use Harvard style), there  
is a package with a harvard-style for bibtex.


See http://www.ctan.org/get/macros/latex/contrib/harvard.zip

I suppose the documentation (included in the zip-file) or here: 
http://sunsite.informatik.rwth-aachen.de/ftp/pub/mirror/ctan/macros/latex/contrib/harvard/harvard.pdf

will help.

regards, Rolf

Am 03.04.2009 um 21:40 schrieb Vanessa Carpenter:


Hello

I am generally new to LaTex and BibDesk but I have managed to write  
118 page thesis in it and now am wondering how to do harvard  
style referencing. I did all my entries in bibdesk, not quite  
understanding it, but knowing enough to choose what type of  
publication it was and filling it out to the best of my ability. My  
thesis looks fine, with numbers in text, and then the bibliography  
being a bit messy - all the info is there but its not in any kind  
of order.


I have googled a lot and cannot figure out what the heck I am  
supposed to do to create Harvard style with Bibdesk and LaTex -  
please help!


Thanks,

Vanessa

Thesis is here: http://www.vanessacarpenter.com/Thesis.pdf


--
Vanessa Carpenter
http://www.vanessacarpenter.com
http://geekphysical.blogspot.com
http://www.illutron.dk
DK: +4528644529

Find me on LinkedIn, Facebook, and Skype (v.carpenter).

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



--
Rolf Schmolling M.A. Historian, rolf.schmoll...@alumni.tu-berlin.de
http://rolf_schmolling.macbay.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


Re: [Bibdesk-users] Question about using macros

2009-02-23 Thread Dan T. Abell
Nathan, don't get discouraged with the macros: they're essential. With  
journal titles, for example, if a different abbreviation is demanded  
of you, then you change it in just one place.

-Dan

On 23 Feb 2009, at 10:50, Nathan Paxton wrote:






This feature is support for bibtex's macros. You're basically  
supposed to be familiar with bibtex if you use this feature,  
otherwise you're not supposed to be interested in it.


Christiaan



	Sorry. I hadn't realized that Macros were one of the advanced  
things I should avoid interest in. I shall try to be less curious  
from here on.


Best,
-Nathan
--
Open Source Business Conference (OSBC), March 24-25, 2009, San  
Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the  
Enterprise
-Strategies to boost innovation and cut costs with open source  
participation
-Receive a $600 discount off the registration fee with the source  
code: SFAD

http://p.sf.net/sfu/XcvMzF8H___
Bibdesk-users mailing list
Bibdesk-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bibdesk-users


--
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H___
Bibdesk-users mailing list
Bibdesk-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bibdesk-users