Giter Site home page Giter Site logo

codingo / bibword Goto Github PK

View Code? Open in Web Editor NEW
270.0 14.0 210.0 459 KB

Microsoft Word and Bibliography Styles extender.

License: GNU General Public License v3.0

XSLT 98.48% C# 1.52% Batchfile 0.01%
microsoft-word citation citation-styles word office365 office-addin office-tools

bibword's Introduction

bibword's People

Contributors

barbarahaxkar avatar candlecandle avatar codingo avatar kvnb avatar maycownd avatar milci199 avatar prachi0328 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

bibword's Issues

Style files not working for Word (2019) for Microsoft 365

I copied the style files into the Bibliography style directory. But Word did not recognise them and no new styles appeared in the drop-down menu inside Word. When I added

<xsl:when test="b:OfficeStyleKey">
            <xsl:text>%STYLE NAME%</xsl:text>
</xsl:when>

inside the .xsl file, then Word recognised the style.

Sorting the Bibliography

Hi

I am still confused as to whether SortKey in the way its implemented in these styles requires the Bibextender tool in order to work. (in order to sort the bibliography a certain way)

For example, I wish to have a Harvard style sort the bibliography by author name. Is this possible without the Bibextender tool (and then it is probably an error with my code).

Thank you for the help and maintaining this project

How can I change the ABNT style so it shows all the author's names in the Bibliography Entry?

This question is similar to the other one, but as they separate issues, I believe it would be better to a create a new issue here. Am I correct?

So, considering the same source of the other question (I repeated it below), how can I change the Bibliography XML scheme in ABNT_Author so it shows all the authors name, not just the first plus et al?

<b:Source> <b:Tag>Pau05</b:Tag> <b:SourceType>Book</b:SourceType> <b:Guid>{DE34E3E5-3786-41E3-895E-99DC804C83EE}</b:Guid> <b:Author> <b:Author> <b:NameList> <b:Person> <b:Last>Araújo</b:Last> <b:First>Paulo</b:First> <b:Middle>Fernando Vidal de</b:Middle> </b:Person> <b:Person> <b:Last>Câmara</b:Last> <b:First>Ranilson</b:First> <b:Middle>Monteiro</b:Middle> </b:Person> <b:Person> <b:Last>Peçanha</b:Last> <b:First>Ricardo</b:First> <b:Middle>Moreira</b:Middle> </b:Person> <b:Person> <b:Last>Barbosa</b:Last> <b:First>Vera</b:First> <b:Middle>Lúcia Aquino</b:Middle> </b:Person> </b:NameList> </b:Author> </b:Author> <b:Title>Anuário Mineral Brasileiro 2002</b:Title> <b:Year>2005</b:Year> <b:City>Brasília</b:City> <b:Publisher>DNPM</b:Publisher> <b:Volume>31</b:Volume> </b:Source>

The bibliography entry of the source above, using ABNT_Author, is ARAÚJO, P. F. V. D. et al. Anuário Mineral Brasileiro 2002. Brasília: DNPM, v. 31, 2005. However, It would be better if the entry was ARAÚJO, P. F. V. D; Câmara, R. M.; PEÇANHA, R.M.; BARBOSA, V. L. A. Anuário Mineral Brasileiro 2002. Brasília: DNPM, v. 31, 2005. How can I change the XML (see the code below) to accomplish this?

<source type="Book"> <column id="1"> <halign>left</halign> <valign>top</valign> <format>{%Author:2|Editor:3|Compiler:6|Title:f%.}{ &lt;b&gt;%Title:mr%&lt;/b&gt;{&lt;b&gt;:&lt;/b&gt; %Title:s%}.}{ Tradução de %Translator:5%.}{ %Edition%. ed.}{ %City|"[S.l.]"%: %Publisher|"[s.n.]"%,}{ v. %Volume%,}{ %Year%{%YearSuffix%}.}{ %Pages::% p.}.{ ISBN %StandardNumber%.}{ Disponivel em: &lt;%URL%&gt;.}{ Acesso em: {{%DayAccessed% }%MonthAccessed:s% }%YearAccessed%.}{ %Comments%.}</format> </column> <sortkey>{%Author:2|Editor:3|Compiler:6|Title:a%} {%Year%} {%Title:a%}</sortkey> </source>

I have no experience with XML, so if you could help me changing this code or, even better, tell me what I should read to learn how to do it, it would be great!

Indirect citation (apud ABNT)

Is there a way to use an indirect citation?
Example: (CHAMUSCA, 2006 apud CEZAR, 2020)
I need to inthe references add just Cezar, but had no known way to insert "Chamisca, 2006 apud" without doing it manually
Thanks

Superscripts disappeared

Hi Codingo,

Thanks for putting these together.
I have found one issue:
If I call the CitationsToStaticText in my codes as the last step (I have tried before saving and after saving the temp report .docm file), the superscript of In-text citation will disappear. But it is normal when I manually open the docx report and run the codes. These citations will be changed to static texts. Feel very strange. Any suggestions for me? Much appreciated.

Xu

Vancouver not accepting pages

The add pages function for citations seems not to work. Adding a page does not display it in the citation brackets

Trying to download Harvard Anglia to use with word 365

Help - I cannot see how to download the style sheet file - I know where it goes, but am not familiar with Git hub. It is for a PhD thesis and the in-built word reference style is no good as it turns all my many multi-author papers into 'et al.' in my reference list!!! I need to download some different ones, and don't have the skill to code etc.

How can I change the ABNT style so it shows the first author's name plus et al in a citation?

First of all, It was a great idea to put Yves Dhondt's work here. Congratulations! A lot of people in Brazil would love to discover the ABNT style he implemented.

Second, as Yves programmed, when a work with more than 2 authors is cited using the ABNT_Author style, it shows 2 names plus et al. How can I change the Bibliography scheme so it shows just one name? See the example below.

<b:Source> <b:Tag>Pau05</b:Tag> <b:SourceType>Book</b:SourceType> <b:Guid>{DE34E3E5-3786-41E3-895E-99DC804C83EE}</b:Guid> <b:Author> <b:Author> <b:NameList> <b:Person> <b:Last>Araújo</b:Last> <b:First>Paulo</b:First> <b:Middle>Fernando Vidal de</b:Middle> </b:Person> <b:Person> <b:Last>Câmara</b:Last> <b:First>Ranilson</b:First> <b:Middle>Monteiro</b:Middle> </b:Person> <b:Person> <b:Last>Peçanha</b:Last> <b:First>Ricardo</b:First> <b:Middle>Moreira</b:Middle> </b:Person> <b:Person> <b:Last>Barbosa</b:Last> <b:First>Vera</b:First> <b:Middle>Lúcia Aquino</b:Middle> </b:Person> </b:NameList> </b:Author> </b:Author> <b:Title>Anuário Mineral Brasileiro 2002</b:Title> <b:Year>2005</b:Year> <b:City>Brasília</b:City> <b:Publisher>DNPM</b:Publisher> <b:Volume>31</b:Volume> </b:Source>

The citation of entry above, using ABNT_Author, is (ARAÚJO, CÂMARA, et al., 2005). However, It would be better if the citation was (ARAÚJO et al., 2005). How can I change the XML (see the code below) to accomplish this?

<source type="Book"> <format>{%CitationPrefix%}{%Author:1|Editor:1|Compiler:1|Title%}{, %Year%}{%YearSuffix%}{, %CitationPages:p. :p. %}{, v. %CitationVolume%}{%CitationSuffix%}</format> </source>

I have no experience with XML, so if you could help me changing this code or, even better, tell me what I should read to learn how to do it, it would be great!

Vancouver.XSL doesn't put dot after Book Title

Hello,

I downloaded your Vancouver.XSL, but the style doesn't put a dot after the book title:

Ricci F, Rokach L, Shapira B, Kantor PB. Recommender Systems Handbook NY: Springer; 2011.
_____________________________________________________________________^___________________

Can you fix this?

Annotated bibliography / New line / Line break

{&lt;p&gt; &lt;/p&gt;%Comments%.&lt;pre&gt; &lt;/pre&gt;}
Set up your paragraph style so that your default (Normal) style has a left indent.

image

Took me a long time to come up with this workaround and I want to share this dirty method. Sorry for opening a fake issue, I don't know a better place to share.

How to print a "{" and / or "}" (curly braces) in the Word bibliography

Hi there,

I have managed to create my own bibliography style with the current template 'BibWord_Stylesheet.XSL' from this repository, so far so good. Now I would like to be able to also print curly braces ('{' / '}') inside my Word bibliography. Here's an example snippet of my sources.xml:

<b:Source>
<b:SourceType>Misc</b:SourceType>
<b:Tag>bib:Document</b:Tag>
<b:Number>42</b:Number>
<b:Title>{{DocTitle}}</b:Title>
<b:Issue>13</b:Issue>
</b:Source>

What do I have to change in my .XSL file to print these curly braces in my Word document bibliography?

So far I found out that all the default styles that come with Word are able to handle curly braces (in the title). But I am unable to customize one of these default styles at the moment, as these .XSL files are very large and confusing to me regarding their source code.

I also tried all the stlyes that come with BibWord - none of these could handle curly braces (in the title).

I appreciate any help here!

Sebastian

Atualização

Gostaria de saber se teria como colocar a atualização ABNT NRB 6023/2018, pois muitas referências automáticas estão em desacordo com a nova atualização, exemplo é citação automática, onde quando se há mais de 3 autores em um documento citado deve-se colocar apenas o sobrenome do primeiro autor e em seguida et. al. Mas na versão 2002 coloca-se o nome dos dois primeiros autores.

Correct folder on Office 365 Word for Mac 2016

The documentation here suggests that style .xsl files can be put in /Library/AppSupport/Microsoft/Office365/Citations

but I have been unable to make that work here. (I have tried some obvious variants). However, I am using an edited copy of Word's own APA.xsl as a sample, not Bibword.

So can you verify from personal experience that that folder does work for Mac Word 2016?

Thanks.

in-text citation not superscript in AMA style

Hi,

I am having trouble to get the superscript to work with the AMA style (and also ACS - Citation Sequence (superscript)). Am I doing anything wrong or is there a way to fix this?

thanks

ming

MHRAFootnote.xsl not detected

I just downloaded the file and trying to add it to Word by following the steps but Word doesn't detecting it but the other style is detected

Authors not showing in citation

APA6Mod.zip
Hi,
I am very keen to use BibWord styles - particularly to create a modified APA 6 style using the stylesheet. I tried to follow the instructions to do this (see attached style) but I when I insert a citation, for most source types it does not show the author.
I'm not sure this is the correct forum to ask, but is there any help you can give me?
Thanks!

Vancouver style unsupported in Word 2016

Hi,

I have a message error when I choose vanvouver style :

(Unsupported source type (Journal Article) for source "name_of_my_source".*

Can I have help getting this to work ?*
Thank you

Harvard - Leeds 2022

I have updated the Harvard - Leeds XSL to support their requirements in 2022. How do I upload this to GitHub?

.exe not accessible anymore

Hi,
there is a big issue now that https://archive.codeplex.com/?p=bibword is closed: I cannot find anymore the exe for the Bibword extender, which I need due to the [BO] issue...
If anybody has the .exe, could you host it here too? That would be so great !
Thank you for your help,
Jusdec

PS: I am a full noob so maybe I just made a mistake somewhere but I can't find any exe in any archives... and no manual on how to proceed for the extender installation...

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.