Reply
 
Thread Tools Display Modes
  #1   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

  #2   Report Post  
Posted to microsoft.public.word.docmanagement
SaulG SaulG is offline
external usenet poster
 
Posts: 2
Default How can I make a custom bibliography style?

Hi to all,
I've been reading all the info gathered here and it all seems pretty
interesting. I was also looking for a way to change (1) to this [1]; the
solutions that are here are really nice. I would like to know if the
following is possible:

When I insert the bibliography list, the space between the [1] and the text
is too small; i would like to know if this space can be modified. I've tried
to do so with XLS releases here but the list is always managed as a table, so
the TAB Key won't do the work, and neither SPACE.

The format i'm looking for is this
[1] xyz
abc
The space between the [1] and xyz should be the same as a TAB Key.

Thank you all in advance.
SaulG




"Marc Trumpi" wrote:

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

  #3   Report Post  
Posted to microsoft.public.word.docmanagement
p0 p0 is offline
external usenet poster
 
Posts: 254
Default How can I make a custom bibliography style?

On 5 aug, 03:07, SaulG wrote:
Hi to all,
I've been reading all the info gathered here and it all seems pretty
interesting. I was also looking for a way to change (1) to this [1]; the
solutions that are here are really nice. I would like to know if the
following is possible:

When I insert thebibliographylist, the space between the [1] and the text
is too small; i would like to know if this space can be modified. I've tried
to do so with XLS releases here but the list is always managed as a table, so
the TAB Key won't do the work, and neither SPACE.

The format i'm looking for is this
[1] * * xyz
* * * * *abc
The space between the [1] and xyz should be the same as a TAB Key.

Thank you all in advance.
SaulG


Hi,

The easiest way, without having to dig into the XSLT, is to just
change the indentation of all the cells in a column to whatever you
want. For example, if you were to select the column with numbers
(first column), you then have to click the arrow at the bottom of the
paragraph ribbon on the home tab. In the window that pops up, you can
then set 'Right' under indentation to something like '0,2 cm'. That
will change the white space between the numbers and the text.

HTH,

Yves
--
http://www.codeplex.com/bibliography
  #4   Report Post  
Posted to microsoft.public.word.docmanagement
SaulG SaulG is offline
external usenet poster
 
Posts: 2
Default How can I make a custom bibliography style?

Yves:
Thank you very much!!! for you help, that was exactly what I was looking
for!!!
Also thank you for the styles published here.

SaulG


"p0" wrote:

On 5 aug, 03:07, SaulG wrote:
Hi to all,
I've been reading all the info gathered here and it all seems pretty
interesting. I was also looking for a way to change (1) to this [1]; the
solutions that are here are really nice. I would like to know if the
following is possible:

When I insert thebibliographylist, the space between the [1] and the text
is too small; i would like to know if this space can be modified. I've tried
to do so with XLS releases here but the list is always managed as a table, so
the TAB Key won't do the work, and neither SPACE.

The format i'm looking for is this
[1] xyz
abc
The space between the [1] and xyz should be the same as a TAB Key.

Thank you all in advance.
SaulG


Hi,

The easiest way, without having to dig into the XSLT, is to just
change the indentation of all the cells in a column to whatever you
want. For example, if you were to select the column with numbers
(first column), you then have to click the arrow at the bottom of the
paragraph ribbon on the home tab. In the window that pops up, you can
then set 'Right' under indentation to something like '0,2 cm'. That
will change the white space between the numbers and the text.

HTH,

Yves
--
http://www.codeplex.com/bibliography

  #5   Report Post  
Posted to microsoft.public.word.docmanagement
Adam Adam is offline
external usenet poster
 
Posts: 35
Default How can I make a custom bibliography style?

Hi,
All the information on the styles you published are really interesting, but
I haven't been able to find a solution to my problem. I was wondering if it
is possible when you cite different sources at the same time to have all of
them included in a single bracket: instead of having (1)(5)(12) to have
(1,5,12)?
Thank you in advance,

Adam

"p0" wrote:

On 5 aug, 03:07, SaulG wrote:
Hi to all,
I've been reading all the info gathered here and it all seems pretty
interesting. I was also looking for a way to change (1) to this [1]; the
solutions that are here are really nice. I would like to know if the
following is possible:

When I insert thebibliographylist, the space between the [1] and the text
is too small; i would like to know if this space can be modified. I've tried
to do so with XLS releases here but the list is always managed as a table, so
the TAB Key won't do the work, and neither SPACE.

The format i'm looking for is this
[1] xyz
abc
The space between the [1] and xyz should be the same as a TAB Key.

Thank you all in advance.
SaulG


Hi,

The easiest way, without having to dig into the XSLT, is to just
change the indentation of all the cells in a column to whatever you
want. For example, if you were to select the column with numbers
(first column), you then have to click the arrow at the bottom of the
paragraph ribbon on the home tab. In the window that pops up, you can
then set 'Right' under indentation to something like '0,2 cm'. That
will change the white space between the numbers and the text.

HTH,

Yves
--
http://www.codeplex.com/bibliography



  #6   Report Post  
Posted to microsoft.public.word.docmanagement
p0 p0 is offline
external usenet poster
 
Posts: 254
Default How can I make a custom bibliography style?

Hi Adam,

This can be done by means of the \m switch (http://
office.microsoft.com/en-us/word/HA102157071033.aspx).

Place your mouse on a citation, right click and select "Edit
field...". You will be presented with a window in which you can add
the extra sources by means of there tags. Something like "CITATION
XYZ05 \l 1033" will be already filled in. All you have to do, is
change it into "CITATION XYZ05 \m ABC06 \m KLM07 \l 1033".

Yves


On 25 aug, 15:14, Adam wrote:
Hi,
All the information on the styles you published are really interesting, but
I haven't been able to find a solution to my problem. *I was wondering if it
is possible when you cite different sources at the same time to have all of
them included in a single bracket: instead of having (1)(5)(12) to have
(1,5,12)?
Thank you in advance,

Adam



"p0" wrote:
On 5 aug, 03:07, SaulG wrote:
Hi to all,
I've been reading all the info gathered here and it all seems pretty
interesting. I was also looking for a way to change (1) to this [1]; the
solutions that are here are really nice. I would like to know if the
following is possible:


When I insert thebibliographylist, the space between the [1] and the text
is too small; i would like to know if this space can be modified. I've tried
to do so with XLS releases here but the list is always managed as a table, so
the TAB Key won't do the work, and neither SPACE.


The format i'm looking for is this
[1] * * xyz
* * * * *abc
The space between the [1] and xyz should be the same as a TAB Key.


Thank you all in advance.
SaulG


Hi,


The easiest way, without having to dig into the XSLT, is to just
change the indentation of all the cells in a column to whatever you
want. For example, if you were to select the column with numbers
(first column), you then have to click the arrow at the bottom of the
paragraph ribbon on the home tab. In the window that pops up, you can
then set 'Right' under indentation to something like '0,2 cm'. That
will change the white space between the numbers and the text.


HTH,


Yves
--
http://www.codeplex.com/bibliography- Tekst uit oorspronkelijk bericht niet weergeven -




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

Thank you so much, it will make my report clearer!

"p0" wrote:

Hi Adam,

This can be done by means of the \m switch (http://
office.microsoft.com/en-us/word/HA102157071033.aspx).

Place your mouse on a citation, right click and select "Edit
field...". You will be presented with a window in which you can add
the extra sources by means of there tags. Something like "CITATION
XYZ05 \l 1033" will be already filled in. All you have to do, is
change it into "CITATION XYZ05 \m ABC06 \m KLM07 \l 1033".

Yves


On 25 aug, 15:14, Adam wrote:
Hi,
All the information on the styles you published are really interesting, but
I haven't been able to find a solution to my problem. I was wondering if it
is possible when you cite different sources at the same time to have all of
them included in a single bracket: instead of having (1)(5)(12) to have
(1,5,12)?
Thank you in advance,

Adam



"p0" wrote:
On 5 aug, 03:07, SaulG wrote:
Hi to all,
I've been reading all the info gathered here and it all seems pretty
interesting. I was also looking for a way to change (1) to this [1]; the
solutions that are here are really nice. I would like to know if the
following is possible:


When I insert thebibliographylist, the space between the [1] and the text
is too small; i would like to know if this space can be modified. I've tried
to do so with XLS releases here but the list is always managed as a table, so
the TAB Key won't do the work, and neither SPACE.


The format i'm looking for is this
[1] xyz
abc
The space between the [1] and xyz should be the same as a TAB Key.


Thank you all in advance.
SaulG


Hi,


The easiest way, without having to dig into the XSLT, is to just
change the indentation of all the cells in a column to whatever you
want. For example, if you were to select the column with numbers
(first column), you then have to click the arrow at the bottom of the
paragraph ribbon on the home tab. In the window that pops up, you can
then set 'Right' under indentation to something like '0,2 cm'. That
will change the white space between the numbers and the text.


HTH,


Yves
--
http://www.codeplex.com/bibliography- Tekst uit oorspronkelijk bericht niet weergeven -





Reply
Thread Tools
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
customize bibliography style? jccoolwheels Microsoft Word Help 5 July 21st 09 09:32 PM
Word 2007: Create custom bibliography type SA Microsoft Word Help 4 April 2nd 07 02:22 AM
Custom Bibliography/Citation Styles in Word 2007 Dan Preece Microsoft Word Help 0 January 9th 07 06:57 AM
Can I have citations and bibliography in Harvard style? digitig Microsoft Word Help 0 December 22nd 06 12:01 AM
how to make the Word write bibliography in harvard style? Hashem Aldaoud Microsoft Word Help 1 August 31st 06 07:52 PM


All times are GMT +1. The time now is 06:43 PM.

Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 Microsoft Office Word Forum - WordBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Word"