View Single Post
  #16   Report Post  
Posted to microsoft.public.word.docmanagement
Marc Trumpi Marc Trumpi is offline
external usenet poster
 
Posts: 7
Default How can I make a custom bibliography style?

Wow, thanks a lot. It works exactly like I was hoping.

"p0" wrote:

On 9 jul, 10:46, Marc Trumpi
wrote:
Hi Yves,

To expand a little on the former posts, I would like to use the IEEE style,
but instead of using standard numbering ( [1], [2]...) I would like to insert
the 'tag' between the brackets.
For instance:
[5] R. Hauffe, et al., "Methods for Passive Fiber Chip Coupling of
Integrated Optical Devices," IEEE Transactions on Advanced Packaging, vol..
24, no. 4, pp. 450-455, Nov. 2001.
would become
[Hau01] R. Hauffe, et al., "Methods for Passive Fiber Chip Coupling of
Integrated Optical Devices," IEEE Transactions on Advanced Packaging, vol..
24, no. 4, pp. 450-455, Nov. 2001.
And of course I would like the inline citations to be the same.

Any ideas on how to do this?


Hi Marc,

It comes down to replacing b:RefOrder with b:Tag in all but one place
in the stylesheet.

I posted a version at http://www.codeplex.com/bibliography...eleaseId=15183

Don't forget to read the remarks section at that page on how to change
the sorting order.

HTH

Yves