Quantcast
Channel: BibWord : Microsoft Word Citation and Bibliography styles
Viewing all 637 articles
Browse latest View live

New Post: Underline on citation

$
0
0
Check the FAQ. The example there talks about bold, but I'm pretty certain your underline issue is caused by the same thing.

So adding a line similar to "s.Font.Bold = False" should work: "s.Font.Underline = False"

New Post: Changing the manner in which citations are displayed in the main text

$
0
0
Dear all,

I have a problem with citations in words. In all styles I have tried so far citations in the main text are at best displayed as "(Author, 2001)". However, I would like to get it automatically as "Author (2001)". Is this possible?

Is there a style that does this automatically?
Can I program this myself?

Thanks a lot for your help in advance,
mh

New Post: ASME Style Request

$
0
0
Just wondering If you ever got around to building the ASME citation style, if not I'm attempting to write my own version by converting the given IEEE file

Patch Uploaded: #17239

$
0
0

thacherj has uploaded a patch.

Description:
A first pass at a ASME Citation, Be prepared this is the first time I ever tinkered with this programming language. The file is adapted from the IEEE style found on BIBWord.

New Post: Individual citation specific text/comment

$
0
0
Hello.
Is it possibble to enter a text/comment into an individual instance of a citation before the actual reference (i.e., before the "Author Year, Page")? Here is an example, the same work is cited twice but the second citation has a text/comment in bold:
... and because of the explanation he gave in the previous chapter (Nartum 2008, pp. 32-40), he can now deny the possibility of "absolute knowledge" (absolute Wissen: Nartum 2008, p. 45) ....
Thank you very much in advance.

Created Unassigned: Different separators in-text/bibliography [12020]

$
0
0
Hi!
Is there any way to have different separators between multiple authors in the text from the biography list?

In text, I want this style:
(Ellis & Barkhuizen)

But in the bibliography:
Ellis and Barkhuizen

When changing this under <list>, it changes in both occurrences. I do not manage to set them to different variables.

How do I do this?

Best,
Jessika

Commented Unassigned: Different separators in-text/bibliography [12020]

$
0
0
Hi!
Is there any way to have different separators between multiple authors in the text from the biography list?

In text, I want this style:
(Ellis & Barkhuizen)

But in the bibliography:
Ellis and Barkhuizen

When changing this under <list>, it changes in both occurrences. I do not manage to set them to different variables.

How do I do this?

Best,
Jessika
Comments: ** Comment from web user: TauEditing **

Use the ampersand (&) separator in namelist Author 1 for citations:
<list name="citation" id="1">
<separator_before_last> &amp; </separator_before_last>.

Then, use the ‘and’ separator in namelist Author 2 (and Editor 3) for the bibliography:
<list name="author" id="2">
<separator_before_last> and </separator_before_last>.

(If your style uses the Serial or Oxford comma before the final ‘and’, try >, and < .

Lionel Crator,
Tau Editing.
Professional Language Practitioner.

Commented Unassigned: Different separators in-text/bibliography [12020]

$
0
0
Hi!
Is there any way to have different separators between multiple authors in the text from the biography list?

In text, I want this style:
(Ellis & Barkhuizen)

But in the bibliography:
Ellis and Barkhuizen

When changing this under <list>, it changes in both occurrences. I do not manage to set them to different variables.

How do I do this?

Best,
Jessika
Comments: ** Comment from web user: jessikaonerhed **

Thank you!


New Post: Microsoft 15

$
0
0
I am having trouble with using the AMA tyle in Microfoft 15. I used the following path:
C: program files\Microsoft Office\Office15\Bibliography\Style

It still is not working. Can some one please help me !!!! Thanks!

New Post: Looking for any note-type citation style

$
0
0
Hi folks,

I have been looking for a citation style that creates full-length citations (like you'd normally find in footnotes or endnotes), rather than the truncated (surname, date of publication) ones that come by default with Word and BibWord (Smith, 2006).

I know that the Word citation styles are capable of doing this, because since 2008 BibWord has had a beta for Chicago Footnotes (https://bibword.codeplex.com/releases/view/20331). However, it does not support a bibliography.

Do you know of any citation style (that works natively on Word, without Zotero, EndNote, etc.) that both shows full-length citations and has a working bibliography?

One thing I tried was just to copy-paste the bibliography code from the Harvard style into the Chicago Footnotes style. This actually worked pretty well, but for some reason all author and editor names are omitted (you can download my efforts here: http://www.filehosting.org/file/details/474770/CMSFootnote.XSL.

Is there an easy way to patch this so that it shows the author and editor names?

Thanks for your help.

New Post: Microsoft 15

$
0
0
That is not the correct directory. As of Word 2013 (Office15) the directory has changed. See the installation instructions here

New Post: Individual citation specific text/comment

$
0
0
I don't think you can do it in bold, but you can add text in front using the \f flag. For more info, see the Microsoft documentation on the citation field here.

New Post: Changing the manner in which citations are displayed in the main text

$
0
0
BibWord is designed to create your own styles. So yes, you can create this yourself.

Using a BibWord style, removing the surrounding brackets would be as simple as letting the openbracket and closebracket elements empty.
<citation>
      <openbracket></openbracket>
      <closebracket></closebracket>
      <!-- a lot of other code -->
    </citation>
Then, in the formatting of an in-text citation, you just specify that the year has to be between brackets. So something like below
<citation>
      <!-- a lot of other code -->
       <source type="Book">
        <format>{%Author:0%{ (%Year%)}}</format>
      </source>     
      <!-- a lot of other code -->
    </citation>

New Post: Changing the manner in which citations are displayed in the main text

$
0
0
Hi Yves,

Thanks very much for your software, it's so much easier than trying to understand Microsoft's XML code!

Further to mohelm's question, is it possible to use a switch to toggle between the two styles? I don't need to use the "suppress title" option, so was hoping to use it for a different purpose, i.e. when unselected the citation appears as "(Author, 2001)", and when selected it appears as "Author (2001)".

If this is not possible, is there another option, e.g. using the "\f" switch mentioned on page 15 of your manual?

Thanks,

Michael

New Post: Separator between grouped citations

$
0
0
Dear Yves
I have followed your instruction to insert a separator between citations using the following code

<xsl:if test="not(/b:Citation/b:LastAuthor)">
<!-- Comment: place your citation separator here. -->
<xsl:text>;</xsl:text>
</xsl:if>

But it is not working - I have tried for Nature as well as for ACM-Citation Sequence, in both the cases the separator is not being printed.

Here is the output as shown by ACM-Citation Sequence

It has also proved to be effective in protein classification [11] and gene expression-based cancer subtype discovery [12] [13] [5] [14] [1].

And the output by Nature

It has also proved to be effective in protein classification 11 and gene expression-based cancer subtype discovery 12 13 5 14 1.

What I have noticed is that the statement

if test="not(/b:Citation/b:LastAuthor)"

is not getting executed.

Can you help me out please?

New Post: Separator between grouped citations

$
0
0
Those are BibWord styles. For those type of styles, you just need to update the separator element.

For example, for the one from ACM-Citation Sequence, look for
<separator>,</separator>
Just change the comma to whatever you want.

New Post: Separator between grouped citations

$
0
0
Dear Yves

Thank you so much for your prompt reply. I have infact tried to replace the comma within the separator tags with semi-colon - that did not work and then had gone through all the discussions and FAQs, but still I could not get a solution. hen only I tried to replace with <xsl:text>;</xsl:text>

Please correct me if I am wrong but if you will notice, the output by the default ACM-Citation Sequence does not show the comma between the citations, i.e., it appears as [12] [13] [5] [14] [1] instead of appearing as [12], [13], [5], [14], [1].
It has also proved to be effective in protein classification [11] and gene expression-based cancer subtype discovery [12] [13] [5] [14] [1].
Same is the case of the output by Nature: appears as 12 13 5 14 1 instead of 12, 13, 5, 14, 1.
It has also proved to be effective in protein classification 11 and gene expression-based cancer subtype discovery 12 13 5 14 1.
Where am I going wrong? Is it that the statement
if test="not(/b:Citation/b:LastAuthor)"
is not getting executed?

Thank you for your patience!

New Post: Separator between grouped citations

$
0
0
From the example you are giving, it looks like you are not grouping your in-text citations in Word but just entering them one by one. See FAQ Q1 on how to group citations in Word.

New Post: Separator between grouped citations

$
0
0
Yes, you were correct, Yves! I was entering the citations one by one - no wonder they were being considered as single citations! Now after entering them the correct way, the problem is solved.
It has also proved to be effective in protein classification 12 and gene expression-based cancer subtype discovery 13,14,6,4,1.
Thanks a ton!

New Post: Problem with alphbetical order

$
0
0
I have downloaded all bib styles. However, with all styles which use alphabetical order, I see [BO] in the text.

Is there any idea about that?
Viewing all 637 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>