A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Word » Formatting Long Documents
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

[question] Removing the standard citation brackets in MS Word 2007



 
 
Thread Tools Display Modes
  #1  
Old May 20th, 2009, 12:12 AM posted to microsoft.public.word.formatting.longdocs
Medioman[_2_]
external usenet poster
 
Posts: 3
Default [question] Removing the standard citation brackets in MS Word 2007

Hello Office 2007 users,

Is it possible to remove the standard brackets when inserting a citation in
your main text?
I would like like to add the APA-style in the following way == e,g.:
Peterson, 2007 instead of (Peterson, 2007)
The style withouth redundant brackets would be desirable in my footnotes.

Thanks in advance!


  #2  
Old May 20th, 2009, 01:10 PM posted to microsoft.public.word.formatting.longdocs
Yves Dhondt
external usenet poster
 
Posts: 560
Default [question] Removing the standard citation brackets in MS Word 2007

Yes. But it requires the editing of XSLT files.

The output of the APA style is created by APA.XSL locate in the
winword.exe\Bibliography\Style folder.

The decision on to put a leading and/or closing bracket depends on the
availability of the FirstAuthor and LastAuthor element.

Open bracket:

xsl:if
test="msxsl:node-set($ListPopulatedWithMain)/b:Citation/b:FirstAuthor"
xsl:call-template name="templ_prop_OpenBracket"/
/xsl:if

Close bracket:

xsl:if test="/b:Citation/b:LastAuthor"
xsl:call-template name="templ_prop_CloseBracket"/
/xsl:if

If you don't want the brackets to display, you can leave those two code
sections out.

Yves
--
http://bibword.codeplex.com

"Medioman" wrote in message
...
Hello Office 2007 users,

Is it possible to remove the standard brackets when inserting a citation
in your main text?
I would like like to add the APA-style in the following way == e,g.:
Peterson, 2007 instead of (Peterson, 2007)
The style withouth redundant brackets would be desirable in my footnotes.

Thanks in advance!



  #3  
Old May 20th, 2009, 09:06 PM posted to microsoft.public.word.formatting.longdocs
Medioman[_2_]
external usenet poster
 
Posts: 3
Default [question] Removing the standard citation brackets in MS Word 2007

Thanks Yves. Your suggestion was effective to remove the brackets in
APA-style..
Now my university professor can't complain about it anymore :-).

Is it also possible to rename this modified APA-style in Word 2007, so that
I can use besides the original APA-style?
A simple "replace" of the APA-term in APA-without brackets doesn't give
useful results.

Regards,
Medioman

BTW: Cool website == http://bibword.codeplex.com



"Yves Dhondt" schreef in bericht
...
Yes. But it requires the editing of XSLT files.

The output of the APA style is created by APA.XSL locate in the
winword.exe\Bibliography\Style folder.

The decision on to put a leading and/or closing bracket depends on the
availability of the FirstAuthor and LastAuthor element.

Open bracket:

xsl:if
test="msxsl:node-set($ListPopulatedWithMain)/b:Citation/b:FirstAuthor"
xsl:call-template name="templ_prop_OpenBracket"/
/xsl:if

Close bracket:

xsl:if test="/b:Citation/b:LastAuthor"
xsl:call-template name="templ_prop_CloseBracket"/
/xsl:if

If you don't want the brackets to display, you can leave those two code
sections out.

Yves
--
http://bibword.codeplex.com

"Medioman" wrote in message
...
Hello Office 2007 users,

Is it possible to remove the standard brackets when inserting a citation
in your main text?
I would like like to add the APA-style in the following way == e,g.:
Peterson, 2007 instead of (Peterson, 2007)
The style withouth redundant brackets would be desirable in my footnotes.

Thanks in advance!




  #4  
Old May 20th, 2009, 10:58 PM posted to microsoft.public.word.formatting.longdocs
Yves Dhondt
external usenet poster
 
Posts: 560
Default [question] Removing the standard citation brackets in MS Word 2007

See http://bibword.codeplex.com/Wiki/View.aspx?title=FAQ#Q8

Yves
--
http://bibword.codeplex.com

"Medioman" wrote in message
...
Thanks Yves. Your suggestion was effective to remove the brackets in
APA-style..
Now my university professor can't complain about it anymore :-).

Is it also possible to rename this modified APA-style in Word 2007, so
that I can use besides the original APA-style?
A simple "replace" of the APA-term in APA-without brackets doesn't give
useful results.

Regards,
Medioman

BTW: Cool website == http://bibword.codeplex.com



"Yves Dhondt" schreef in bericht
...
Yes. But it requires the editing of XSLT files.

The output of the APA style is created by APA.XSL locate in the
winword.exe\Bibliography\Style folder.

The decision on to put a leading and/or closing bracket depends on the
availability of the FirstAuthor and LastAuthor element.

Open bracket:

xsl:if
test="msxsl:node-set($ListPopulatedWithMain)/b:Citation/b:FirstAuthor"
xsl:call-template name="templ_prop_OpenBracket"/
/xsl:if

Close bracket:

xsl:if test="/b:Citation/b:LastAuthor"
xsl:call-template name="templ_prop_CloseBracket"/
/xsl:if

If you don't want the brackets to display, you can leave those two code
sections out.

Yves
--
http://bibword.codeplex.com

"Medioman" wrote in message
...
Hello Office 2007 users,

Is it possible to remove the standard brackets when inserting a citation
in your main text?
I would like like to add the APA-style in the following way == e,g.:
Peterson, 2007 instead of (Peterson, 2007)
The style withouth redundant brackets would be desirable in my
footnotes.

Thanks in advance!





  #5  
Old May 21st, 2009, 12:52 AM posted to microsoft.public.word.formatting.longdocs
Medioman[_2_]
external usenet poster
 
Posts: 3
Default [question] Removing the standard citation brackets in MS Word 2007

Works (again) perfectly.
I will subscribe to your RSS-feed :-)


"Yves Dhondt" schreef in bericht
...
See http://bibword.codeplex.com/Wiki/View.aspx?title=FAQ#Q8

Yves
--
http://bibword.codeplex.com

"Medioman" wrote in message
...
Thanks Yves. Your suggestion was effective to remove the brackets in
APA-style..
Now my university professor can't complain about it anymore :-).

Is it also possible to rename this modified APA-style in Word 2007, so
that I can use besides the original APA-style?
A simple "replace" of the APA-term in APA-without brackets doesn't give
useful results.

Regards,
Medioman

BTW: Cool website == http://bibword.codeplex.com



"Yves Dhondt" schreef in bericht
...
Yes. But it requires the editing of XSLT files.

The output of the APA style is created by APA.XSL locate in the
winword.exe\Bibliography\Style folder.

The decision on to put a leading and/or closing bracket depends on the
availability of the FirstAuthor and LastAuthor element.

Open bracket:

xsl:if
test="msxsl:node-set($ListPopulatedWithMain)/b:Citation/b:FirstAuthor"
xsl:call-template name="templ_prop_OpenBracket"/
/xsl:if

Close bracket:

xsl:if test="/b:Citation/b:LastAuthor"
xsl:call-template name="templ_prop_CloseBracket"/
/xsl:if

If you don't want the brackets to display, you can leave those two code
sections out.

Yves
--
http://bibword.codeplex.com

"Medioman" wrote in message
...
Hello Office 2007 users,

Is it possible to remove the standard brackets when inserting a
citation in your main text?
I would like like to add the APA-style in the following way == e,g.:
Peterson, 2007 instead of (Peterson, 2007)
The style withouth redundant brackets would be desirable in my
footnotes.

Thanks in advance!






 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 09:31 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.