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

New Post: Office 2016 preview compatibiity

$
0
0
Hi, using the bibword styles in office 2016 preview (on both win and osx version), installing them as usual, doesn't seem to work. Am I missing something obvious or is it to be expected?

edit: Actually, some of the styles do work: the ones that I can't use are CMSFootnote and MHRAFootnote, sorry

Thank you in advance

New Post: Office 2016 preview compatibiity

$
0
0
I did it. MHRAFootnote had a different code under the "Handle the different types of input documents." section, I copied it from the working styles and now everything is ok.

This was the different / missing code to change:
<xsl:choose>
      <!-- Gets the name of the style as it will be displayed in Word 2007 / 2010. -->
      <xsl:when test="b:StyleName">
        <xsl:value-of select="msxsl:node-set($data)/general/stylename"/>
      </xsl:when>

      <!-- Gets the version information for the style in Word 2007 / 2010. -->
      <xsl:when test="b:Version">
        <xsl:value-of select="msxsl:node-set($data)/general/version"/>
      </xsl:when>

      <!-- Sets a version number in Word 2013. -->
      <xsl:when test="b:XslVersion">
        <xsl:choose>
          <xsl:when test="msxsl:node-set($data)/general/version2013">
            <xsl:value-of select="msxsl:node-set($data)/general/version2013"/>
          </xsl:when>
          <xsl:otherwise>
            <!-- Fallback method : use a dummy version number of 1. -->
            <xsl:text>1</xsl:text>
          </xsl:otherwise>
        </xsl:choose>
      </xsl:when>

      <!-- Set the name of the style in Word 2013. -->
      <xsl:when test="b:StyleNameLocalized">
        <xsl:value-of select="msxsl:node-set($data)/general/stylename"/>
      </xsl:when>

New Post: Placing Brackets Around Numbered Entries in Bibliography

$
0
0
I am trying to place brackets around the numbers marking an entries position in the bibliography. So as, the bibliography usually says,

1 Some author

I need,

[1] Some author

I've been trying to find where to make this change in the .xsl, and I can't find the correct position.

New Post: Placing Brackets Around Numbered Entries in Bibliography

$
0
0
I figured it out. In the bibliography section of the .xsl, under source / column 1 / format, there will be text to something of the effect of: %BibOrder|"BO"%. Surround that string with brackets, like such: [%BibOrder|"BO"%], and output (hopefully...) should change.

New Post: Sorting in-text citations

$
0
0
I am really sorry if these matters were discussed on this forum, but I couldn't find it...
  1. Is it possible to add a sortkey for in-text citations according to the publication year? E.g. if I have citation like this (Author1 1950; Author2 1980; Author3 2010) and then I want to add Author4 2000, system will automatically add this entry at the end of citation, and not before Author3 2010?
  2. Is it possible to create bibliography like this:
    Author 1
    2000 <tab> title
    2005 <tab> title
    Author 2
    1980 <tab> title
    1982 <tab> title
    and so on?

New Post: Sorting in-text citations

$
0
0
stenow wrote:
I am really sorry if these matters were discussed on this forum, but I couldn't find it...
  1. Is it possible to add a sortkey for in-text citations according to the publication year? E.g. if I have citation like this (Author1 1950; Author2 1980; Author3 2010) and then I want to add Author4 2000, system will automatically add this entry at the end of citation, and not before Author3 2010?
No. See the FAQ.

stenow wrote:
  1. Is it possible to create bibliography like this:
    Author 1
    2000 <tab> title
    2005 <tab> title
    Author 2
    1980 <tab> title
    1982 <tab> title
    and so on?
Not out of the box. It would require some serious XSLT manipulation. I have been thinking about adding headers in a future version, but I'm lacking time. Note that using a tab would never be a good idea as bibliographies are build as HTML which does not understand the concept of tab. A table layout would be better there.

New Post: Sorting in-text citations

$
0
0
Alas, changing citation (edit field) does not work with Word 2013…

Od: [email removed]
Wysłano:‎piątek‎, ‎24‎ ‎lipca‎ ‎2015 ‎11‎:‎15
Do: [email removed]

From: Yves

stenow wrote:
I am really sorry if these matters were discussed on this forum, but I couldn't find it...
  1. Is it possible to add a sortkey for in-text citations according to the publication year? E.g. if I have citation like this (Author1 1950; Author2 1980; Author3 2010) and then I want to add Author4 2000, system will automatically add this entry at the end of citation, and not before Author3 2010?
No. See the FAQ.

stenow wrote:
  1. Is it possible to create bibliography like this:
    Author 1
    2000 <tab> title
    2005 <tab> title
    Author 2
    1980 <tab> title
    1982 <tab> title
    and so on?
Not out of the box. It would require some serious XSLT manipulation. I have been thinking about adding headers in a future version, but I'm lacking time. Note that using a tab would never be a good idea as bibliographies are build as HTML which does not understand the concept of tab. A table layout would be better there.

New Post: Sorting in-text citations

$
0
0
stenow wrote:
Alas, changing citation (edit field) does not work with Word 2013…
It does. But realize that if you have hyperlinking turned on (that is, clicking on an in-text citation brings you to a bibliography entry), the default context menu might be overridden if you don't right-click in the exact correct place.

New Post: Sorting in-text citations

$
0
0
Yeah, I've found my problem - you can't change citation if it's in a footnote. You must copy it to the main text, change, and then copy again....
By the way - when I insert citation I can choose from the already cited items, clicking "insert citation" button. But everything on this list is sorted according to the first name of the author, what is very irritating. I solved it typing last name as the first name... But, maybe, I can change something in Word's settings?


New Comment on "BibWord Extender"

$
0
0
I'm having the "BO" problem as well with the IEEE style specifically... help is appreciated...

New Post: Creating a new source

$
0
0
Hi all,

Great to be part of such a useful community!

Anyway, I've created a new source section in BIBFORM.XML and then added the required information in our Harvard.XSL file.

When I create a new source in the Word Citation manager, all of the fields appear and when I click add, the citation and bibliography information appear in the lower window but only the bracketed date appears in the Master List window.

If anyone can suggest what I've done wrong I'd be very grateful!

Best,

Karl.

Reviewed: BibWord styles (Aug 18, 2015)

$
0
0
Rated 1 Stars (out of 5) - Causes microsoft word 2016 for mac (version 15.13.1) to crash

New Post: Looking for any note-type citation style

$
0
0
Hi,

I'm very interested in this topic.

I am using Word 15.11.2 on a Mac. I am using Chicago citation styles, but it outputs just (surname, date). This style is correct for science papers, but I need it to output full-length citations (because I'm doing a humanities thesis), as well as a bibliography.

I've tried with "Chicago footnote style". I've copied the file in the right directory, but then when I open Word, the option is not available.

Any help will be much appreciated, I'm stuck with this problem and I don't know how to solve it.

Thanks.

New Post: Office 365

$
0
0
I am needing the Harvard AGPS referencing system for my assignments, however, the reference style currently available here is not compatible with Office 365 for the Mac. Will there be an update soon, or is there any other way I can add this style to word where it is compatible?

Thanks

New Post: MHRA - installed but not working with Word 365

$
0
0
I need a bit of help. I've downloaded the MHRA style (along with all the others available) from Bibword, and installed it into the correct template folder. When I open Word and click on References>Style, all the other styles appear except for MHRA.

I'm running Word 365 on Win 8.1.

What do I need to do to get it running?

Thanks.

New Post: Different authors with same last name

$
0
0
Thank you for the excellent work. Unlike Microsoft's files, BibWord enabled me to create new styles or modify them according to the editors requirements, with minimum effort (and xslt knowledge).
I'd like to ask whether there is a way to have the authors' initials appear in the in-text citations only for different authors with the same last name.
Example:
(Peterson K., 2008; Peterson R.A., 2002; Lewis, 1999; Rogers, 1965)

Two different Petersons, but only one Lewis and only one Rogers. Some styles require that in this case the authors' initials should be mentioned too.

Thanks for any help
Aleg51

New Post: How to use Bibtype

$
0
0
Hello

Thanks for making these resources available. I've used BibWord to create a custom style for my university. Now I'd like to add a few new source types, in particular lectures or sermons. I understand I will need to modify the bibform.xml file using bibtype.exe. The following is what I've tried so far, but it doesn't seem to have worked. If anyone can help me figure this out I'd be very grateful!

I've made my types.xml file and placed it in the following folder, along with the bibtype.exe file:
C:\Users\Ben\Documents\Computer stuff\Office files

So, I open the command prompt as administrator, cd to the folder above, and type:

BibType /t:C:\Users\Ben\Documents\Computer stuff\Office files\types /o:C:\Users\Ben\Documents\Computer stuff\Office files\

I had expected that this process would create a new BibForm.xml file that I could use to replace the default one. Instead, I get a windows error saying that BibTypes.exe has stopped working, then the command prompt returns an error as follows:

Unhandled Exception: System.ArgumentException: Item has already been added. Key in dictionary: 't' Key being added: 't'
at System.Collections/Hashtable.Insert(Object key, Object nvalue, Boolean add)
at System.Collections.Specialized.StringDictionary.Add(String key, String value)
at Bibword.Program.ParseArguments(String[] args, String& bibformIn, String& typedefs, String& bibformOut)
at Bibword.Program.Main(String[] args)

Any ideas what I'm doing wrong? Is there a more detailed help file than the BibType guide anywhere? That file doesn't really show how to use BibType

Thanks,
Ben.

Created Unassigned: Bibword Styles & Word 2016 (Mac) [12197]

$
0
0
Bibword styles seem to cause Word for Mac 2016 to crash when switching to a bibword style (e.g. IEEE). Installed as per previous versions by copying all xml files to Microsoft Word 2016.app->Content->Resources->Style.

New Post: Cisco EHWIC SFP/GE WAN Card

$
0
0
I used the EHWIC-1GE-SFP-CU SFP/GE WAN Card in the 2901 router and planed to upgrade the internet circuit for primary and shadow circuit with 2 sets of public IPs allocated from my ISP. Does it ok ?

Reviewed: BibWord styles (Sep 12, 2015)

$
0
0
Rated 1 Stars (out of 5) - Microsoft Word 15.13.1 for Mac crashes with IEEE Reference (not tested with others)
Viewing all 637 articles
Browse latest View live


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