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

New Post: Listing ALL Authors in Nature Style

$
0
0
I looked in the wrong folder directory. Solved!

New Post: CSE - Name Year style

$
0
0
The website currently lists that the style for the Council of Science Editors - Name Year is not available. Is it under development? And if so, when would it be available?

New Post: Installation instructions for Word 2016 for Mac has incorrect path for file installation

New Comment on "Styles"

$
0
0
@ Tayla, the instructions here worked for me - http://answers.microsoft.com/en-us/msoffice/forum/msoffice_word-mso_mac/word-2016-for-mac-os-x-yosemite-numeric/200b578a-4007-4226-aad6-8132e2958298?auth=1

Reviewed: Harvard - AGPS style (Oct 14, 2016)

$
0
0
Rated 1 Stars (out of 5) - Doesn't work with Word 365 or Word 2016 at all. Doesn't show any of the fields for inputting a new source, and when attempting to enter a citation, shows " (Unsupported source type (InternetSite) for source Cen16.)" instead. Needs updating!!

Reviewed: BibWord styles (Oct 15, 2016)

$
0
0
Rated 5 Stars (out of 5) - Works a treat on Word 2016 (Office 365). See others notes about the installation directory: C:\Users\XXXXXXX\AppData\Roaming\Microsoft\Bibliography\Style

New Post: ACM Alphabetical update issues

$
0
0
Hello,

I am trying to work with the ACM style sheet as they have added both online documents and films to their list of reference-able formats. However, when I edit the code;

Line 44
<source type="InternetSite">
<b:ImportantField>b:Author/b:Author/b:NameList</b:ImportantField>
    <b:ImportantField>b:InternetSiteTitle</b:ImportantField>
    <b:ImportantField>b:Year</b:ImportantField>
    <b:ImportantField>b:Month</b:ImportantField>
    <b:ImportantField>b:Day</b:ImportantField>
    <b:ImportantField>b:URL</b:ImportantField>
    <b:ImportantField>b:DayAccessed</b:ImportantField>
    <b:ImportantField>b:MonthAccessed</b:ImportantField>
    <b:ImportantField>b:YearAccessed</b:ImportantField>
  </source>
line 151
<source type="InternetSite">
<format>{%CitationPrefix%}%BibOrder|"BO"%{%CitationSuffix%}</format>
  </source>
line 242
<source type="InternetSite">
    <column id="1">
      <halign>left</halign>
      <valign>top</valign>
      <format>%BibOrder|"BO"%</format>
    </column>
    <column id="2">
      <halign>left</halign>
      <valign>top</valign>
      <format>{%Author:1%.}{ %Title|ShortTitle%}{. &lt;i&gt;%PeriodicalTitle%&lt;/i&gt;{, %Volume%}{, %Issue%}}{ ({%Month:s% {%Day%, }}%Year%)}{, %Pages::%}.{ %Comments%.}</format>
    </column>
    <sortkey>{%Author:0%}{ %Title:a|ShortTitle:a%}{ %PeriodicalTitle:a%}{ %Year%}</sortkey>
  </source>
I know my formatting for how it should present in 242 is off and I'm ok with that. I can't even get the fields to appear in word when I check the format as important fields, if I select all fields I still get the unsupported error. I realize no one has updated this in a while but I'm ok doing the work if I can get past this roadblock.

Additionally, ACM inline citation should be [Author Last Name Year] not a numbered citation, how would I correct that? Thank you all.

New Post: ACM Alphabetical update issues

$
0
0
SO I'm kinda an idiot, most of my code worked once I ensured it was in the roaming folder saved correctly as an xsl instead of the xml or xsl in the root folder. So if you are using 2016, it's important to use the correct folder.

I will keep reading the threads to see if I can find a way to change the inline citations.

New Post: MHRA STYLE NOT BEING PICKED UP BY WORD

$
0
0
Hi
I have downloaded the styles folder which includes MHRA - {which is the one I need}.

Word has successfully included all the other new styles, but not NHRA. I wonder - if that file corrupt?

please help


Brian

New Comment on "BibWord Format Strings"

$
0
0
Hello, thank you very much for this great work. It is possible to add page in citation? Something like this one - [2, pp. 42-58]

New Post: MHRA STYLE NOT BEING PICKED UP BY WORD

$
0
0
brianpile wrote:
Hi
I have downloaded the styles folder which includes MHRA - {which is the one I need}.

Word has successfully included all the other new styles, but not NHRA. I wonder - if that file corrupt?

please help


Brian

New Post: MHRA STYLE NOT BEING PICKED UP BY WORD

$
0
0
Oh, and the installation instructions do not work on my late 2016 Macbook Pro :-(

New Post: MHRA STYLE NOT BEING PICKED UP BY WORD

$
0
0
I followed theRospetto's Instructions from last year. He is absolutely right - There are some instructions missing from that file, which once you put back [I used textedit, to open and then edit the file] works perfectly. Thanks theRospetto!

brian
<!-- 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: Inserting a line break and a tab character in a reference entry

$
0
0
Hi,

In the references section, for each reference, I need the name of the authors to appear alone in the first line. The year of publication should appear in the beginning of the second line followed by a tab character followed by the title and the other fields. Like this:

Haidt, J., S. Koller, and M. Dias
1993    "Affect, culture, and morality, or is it wrong to eat your dog?" Journal of Personality and Social Psychology, 65: 613–628.

I started from ASA style, which resembles what I need in other aspects and tried to change the format contents to insert the line break. The original format for a book looks like this:
<format>{%Author:2%.}{%Year|"n.d."%{%YearSuffix%}.}{ “%Title%.”}{ &lt;i&gt;%PeriodicalTitle%&lt;/i&gt;,}{ %Month:s%{ %Day%},}{ %Pages:pp. :pp. :%}.{ Retrieved {%MonthAccessed:s% {%DayAccessed%, }}%YearAccessed%}{ (%URL%)}.{ %Comments%.}</format>
I tried insert a \n after the author
<format>{%Author:2%.\n}{%Year|"n.d."%     .... </format>
but the \n appeared literally in the final document.

I tried an HTML tag <br> and that caused the style to stop working as a whole. I tried an HTML special character but it was ignored. I broke the line manually typing a "return",but that was also useless.

Can I insert a line break just editing the format string or do I need to go deeper in the xslt language?

I also don't know how to insert the tab character. I tried , but got a simple space instead of a tab character.

Thank you for any help,

Jorge

New Post: Inserting a line break and a tab character in a reference entry

$
0
0
I found the answer for the line break. I had to type <br>

For the tab character I tried to use      instead. But that caused the style to disappear from MS Word menu. Still looking for an answer for this.

New Post: Modifying IEEE to remove 'and' - Elsevier style

$
0
0
Hi, I'm attempting to modify the IEEE style to match a journal published by Elsevier. The biggest difference I can tell is the use of 'and' between the last two items in a list of authors in the bibliography. I've attempted to remove the ", and " and replace it just with ", " however, I now get a comma after every entry including if it is a single author. Any suggestions?

Thanks
Sham

Reviewed: Vancouver style (feb 14, 2017)

$
0
0
Rated 3 Stars (out of 5) - Could someone upload the Vancouver style with SUBSCRIPTS, please? The previous is obsolete and it is no longer accepted. Thanks.

New Comment on "Styles"

$
0
0
Could someone upload the Vancouver style with SUBSCRIPTS, please? The previous is obsolete and it is no longer accepted. Thanks of Medicine, Nursing and other BioScience university careers.

New Post: Installation instructions for Word 2016 for Mac has incorrect path for file installation

$
0
0
I am encountering the same issue. There is no Office365 folder within my Microsoft folder in Application Support. I have tried searching for an Office365 folder or Citations or Bibliography folder located elsewhere without success. Any advice would be appreciated!

New Post: Installation instructions for Word 2016 for Mac has incorrect path for file installation

$
0
0
I was able to find the correct file path for my Mac.

~/Library/Group Containers/UBF8T346G9.Office/User Content/Citations

I found the file path by opening word then going to the menu "Word > Preferences > File Locations" In there it listed the file path for User templates which showed me where Office 2016 was installed.
Viewing all 637 articles
Browse latest View live


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