Reply
 
Thread Tools Display Modes
  #1   Report Post  
Posted to microsoft.public.word.docmanagement
Ananke Ananke is offline
external usenet poster
 
Posts: 1
Default Comma before "and" in citations; multiple authors

I am using the Polish version of Office 2007, and I can't get the citations
to work properly. First, whatever style I use which puts the authors in the
citation (Chicago/Turabian, mostly, I think), there is a comma before the
'and others'/'et al.', which should be absent in Polish. Secondly, when a
work has two or three authors, it puts all of them inside the citation. It's
pretty annoying, really.

So, after browsing this group, I'm now reading up on this:

http://blogs.msdn.com/microsoft_offi...ions-1011.aspx

....but is there an easier way? Some kind of a patch, perhaps? Where should I
be looking, if there does exist one?
  #2   Report Post  
Posted to microsoft.public.word.docmanagement
grammatim[_2_] grammatim[_2_] is offline
external usenet poster
 
Posts: 2,751
Default Comma before "and" in citations; multiple authors

But that's correct Chicago style: for any work with one, two, or three
authors, all authors are named every time. With four or more authors,
all are named in the reference list or bibliography, and references
give the first author and (no comma) et al.

On Jul 3, 1:46*pm, Ananke wrote:
I am using the Polish version of Office 2007, and I can't get the citations
to work properly. First, whatever style I use which puts the authors in the
citation (Chicago/Turabian, mostly, I think), there is a comma before the
'and others'/'et al.', which should be absent in Polish. Secondly, when a
work has two or three authors, it puts all of them inside the citation. It's
pretty annoying, really.

So, after browsing this group, I'm now reading up on this:

http://blogs.msdn.com/microsoft_offi...7/12/14/biblio...

...but is there an easier way? Some kind of a patch, perhaps? Where should I
be looking, if there does exist one?


  #3   Report Post  
Posted to microsoft.public.word.docmanagement
p0 p0 is offline
external usenet poster
 
Posts: 254
Default Comma before "and" in citations; multiple authors

On 3 jul, 19:46, Ananke wrote:
I am using the Polish version of Office 2007, and I can't get the citations
to work properly. First, whatever style I use which puts the authors in thecitation(Chicago/Turabian, mostly, I think), there is a comma before the
'and others'/'et al.', which should be absent in Polish. Secondly, when a
work has two or three authors, it puts all of them inside thecitation. It's
pretty annoying, really.

So, after browsing this group, I'm now reading up on this:

http://blogs.msdn.com/microsoft_offi...7/12/14/biblio...

...but is there an easier way? Some kind of a patch, perhaps? Where should I
be looking, if there does exist one?


Hi Ananke,

I agree with grammatim when it comes to the correctness of the style.

Anyway, you can always edit the styles to your needs.

Firstly, the 'and others' or 'et al.' is displayed by calling the
"templ_str_AndOthersUnCap" template in the different stylesheets. So
if you really want to change the styles, you should look for the
string
xsl:call-template name="templ_str_AndOthersUnCap"/
Depending on when this line occurs, the line(s) just above it are used
to display the separators before the 'and others' or 'et al.'

Secondly, within the stylesheets, the cAuthors variable is used by
Microsoft to store the number of authors in the list to authors. This
value is compared against several other numbers to decide how many
authors to display. So all changes will have to be around there.

For example in the Turabian-style, the lines

xsl:when test = "$cAuthors 3 and position() = $minAuthors"
xsl:call-template name="templ_prop_ListSeparator"/
xsl:call-template name="templ_str_AndOthersUnCap"/
/xsl:when

means that if there are more than 3 authors (in your case that should
be 1) and the position of the current author being handled equals the
minimum number of authors necessary to distinguish the citation
between all citations, the list separator (which you don't want) will
be displayed followed by 'and others'. The following line

xsl:when test = "$cAuthors 3 and position() $minAuthors"/
xsl:when

then means that if there are more than 3 authors, and you already have
displayed the necessary amount of authors to to distinguish the
citation between all citations, nothing should be displayed. So this
actually handles all authors left after displaying the necessary ones.
And so the structure continues ...

It might take you some time to get through the entire structure and
understand what does what but you should be able to tweak it to your
preferences with some trial and error. That will be a lot easier than
designing the entire stylesheet from scratch.

It would have been nice of Microsoft to actually work with variables
such as MaxAuthors which could be set at one point and which then are
used to handle everything. Maybe if they read this, they might
consider it for a next version.

BR,

Yves
Reply
Thread Tools
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
email merge with multiple recipients in "To", "CC" & "BCC" Raghu Mailmerge 6 April 21st 23 12:58 PM
Ensure comma before final "and" in series Eric Microsoft Word Help 2 June 22nd 08 04:49 PM
What does "char" "char1" "char2" mean in styles in Word? Li Microsoft Word Help 2 September 5th 07 03:22 PM
How can use "end note" citations in Office 2007? J L Voss Microsoft Word Help 1 March 13th 07 08:38 PM
Multiple "OR" statements in a single "IF" statement [email protected] Mailmerge 0 June 22nd 06 12:39 PM


All times are GMT +1. The time now is 03:43 PM.

Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 Microsoft Office Word Forum - WordBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Word"