<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>bibword Wiki &amp; Documentation Rss Feed</title><link>http://www.codeplex.com/bibword/Wiki/View.aspx?title=Home</link><description>bibword Wiki Rss Description</description><item><title>Updated Wiki: BibWord Format Contributors</title><link>http://bibword.codeplex.com/wikipage?title=BibWord Format Contributors&amp;version=1</link><description>&lt;div class="wikidoc"&gt;&lt;h2&gt;Formatting a set of contributors&lt;/h2&gt;&lt;h3&gt;Table of Contents&lt;/h3&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="#intro"&gt;Introduction&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#vars"&gt;Variables&lt;/a&gt;
&lt;ul&gt;&lt;li&gt;&lt;a href="#names"&gt;Formatting a single name&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#combination"&gt;Combining names&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#limitation"&gt;Limiting the number of authors shown&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#presuf"&gt;Prefix and suffix&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#examples"&gt;Examples&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;a name="intro"&gt;&lt;/a&gt;
&lt;h3&gt;Introduction&lt;/h3&gt;Cited works often have multiple authors, editors, and other types of contributors. To format a set of contributors, BibWord use 13 variables. All the variables are grouped inside a single &lt;i&gt;list&lt;/i&gt; element which in turn belongs to the &lt;i&gt;namelists&lt;/i&gt; section of the BibWord &lt;i&gt;data&lt;/i&gt; element. To make this a bit more clear, consider the following definition of a list:&lt;br /&gt;&lt;br /&gt;&lt;div style="color:Black;background-color:White;"&gt;&lt;pre&gt;
  &lt;span style="color:Blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515;"&gt;xsl&lt;/span&gt;&lt;span style="color:Blue;"&gt;:&lt;/span&gt;&lt;span style="color:#A31515;"&gt;variable&lt;/span&gt; &lt;span style="color:Red;"&gt;name&lt;/span&gt;&lt;span style="color:Blue;"&gt;=&lt;/span&gt;&lt;span style="color:Black;"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color:Blue;"&gt;data&lt;/span&gt;&lt;span style="color:Black;"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;
    &lt;span style="color:Blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515;"&gt;namelists&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;
      &lt;span style="color:Blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515;"&gt;list&lt;/span&gt; &lt;span style="color:Red;"&gt;name&lt;/span&gt;&lt;span style="color:Blue;"&gt;=&lt;/span&gt;&lt;span style="color:Black;"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color:Blue;"&gt;citation&lt;/span&gt;&lt;span style="color:Black;"&gt;&amp;quot;&lt;/span&gt; &lt;span style="color:Red;"&gt;id&lt;/span&gt;&lt;span style="color:Blue;"&gt;=&lt;/span&gt;&lt;span style="color:Black;"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color:Blue;"&gt;1&lt;/span&gt;&lt;span style="color:Black;"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;
        &lt;span style="color:Green;"&gt;&amp;lt;!-- The 13 variables influencing the look of a list of contributors. --&amp;gt;&lt;/span&gt;
      &lt;span style="color:Blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#A31515;"&gt;list&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;
    &lt;span style="color:Blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#A31515;"&gt;namelists&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;
  &lt;span style="color:Blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#A31515;"&gt;xsl&lt;/span&gt;&lt;span style="color:Blue;"&gt;:&lt;/span&gt;&lt;span style="color:#A31515;"&gt;variable&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;As you can see in the example, the &lt;i&gt;list&lt;/i&gt; element contains two attributes: &lt;i&gt;name&lt;/i&gt; and &lt;i&gt;id&lt;/i&gt;.&lt;br /&gt;&lt;br /&gt;The &lt;i&gt;id&lt;/i&gt; attribute is a mandatory numerical value and is used by &lt;a href="http://bibword.codeplex.com/wikipage?title=BibWord%20Format%20Strings&amp;referringTitle=BibWord%20Format%20Contributors"&gt;format strings&lt;/a&gt; to know which &lt;i&gt;list&lt;/i&gt; to use when formatting a set of contributors. For example, a format string looking like {%Author:5%} indicates that the authors should be formatted according to the rules provided in the &lt;i&gt;list&lt;/i&gt; with an id equal to 5.&lt;br /&gt;&lt;br /&gt;The &lt;i&gt;name&lt;/i&gt; attribute is optional and purely intended for developers. It can help them identify what the &lt;i&gt;list&lt;/i&gt; is used for. In the above example, it indicates that this list is probably used to format contributors in a citation.&lt;br /&gt;&lt;a name="vars"&gt;&lt;/a&gt;
&lt;h3&gt;Variables&lt;/h3&gt;&lt;a name="names"&gt;&lt;/a&gt;
&lt;h4&gt;Formatting a single name&lt;/h4&gt;BibWord provides three variables/elements to format names in a set of contributors:
&lt;ul&gt;&lt;li&gt;&lt;i&gt;first_person&lt;/i&gt;: format information for the name of the first contributor in the set&lt;/li&gt;
&lt;li&gt;&lt;i&gt;other_persons&lt;/i&gt;: format information for all contributors in the set except the first one&lt;/li&gt;
&lt;li&gt;&lt;i&gt;corporate&lt;/i&gt;: format information in case the contributor is a corporation&lt;/li&gt;&lt;/ul&gt;
Each of these three elements take a &lt;a href="http://bibword.codeplex.com/wikipage?title=BibWord%20Format%20Strings&amp;referringTitle=BibWord%20Format%20Contributors"&gt;format strings&lt;/a&gt; as value. For example:&lt;br /&gt;&lt;br /&gt;&lt;div style="color:Black;background-color:White;"&gt;&lt;pre&gt;
  &lt;span style="color:Blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515;"&gt;first_person&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;{%Last:u%}{, %First%}&lt;span style="color:Blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#A31515;"&gt;first_person&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;
  &lt;span style="color:Blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515;"&gt;other_persons&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;{%First% }{%Last%}&lt;span style="color:Blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#A31515;"&gt;other_persons&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;
  &lt;span style="color:Blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515;"&gt;corporate&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;{%Corporate:u%}&lt;span style="color:Blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#A31515;"&gt;corporate&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;&lt;a name="combination"&gt;&lt;/a&gt;
&lt;h4&gt;Combining names&lt;/h4&gt;When there is more than one contributor in a set, the contributors have to be grouped in some way. BibWord provides three variables to do this grouping:
&lt;ul&gt;&lt;li&gt;&lt;i&gt;separator_between_if_two&lt;/i&gt;: the separator to display if there are only two contributors&lt;/li&gt;
&lt;li&gt;&lt;i&gt;separator_between_if_more_than_two&lt;/i&gt;: the separator to display if there are more than two contributors&lt;/li&gt;
&lt;li&gt;&lt;i&gt;separator_before_last&lt;/i&gt;: the separator to display before the last contributor if there are more than two contributors&lt;/li&gt;&lt;/ul&gt;
For each of these elements, any possible string value can be used. For example:&lt;br /&gt;&lt;br /&gt;&lt;div style="color:Black;background-color:White;"&gt;&lt;pre&gt;
  &lt;span style="color:Blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515;"&gt;separator_between_if_two&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt; and &lt;span style="color:Blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#A31515;"&gt;separator_between_if_two&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;
  &lt;span style="color:Blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515;"&gt;separator_between_if_more_than_two&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;; &lt;span style="color:Blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#A31515;"&gt;separator_between_if_more_than_two&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;
  &lt;span style="color:Blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515;"&gt;separator_before_last&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;; and &lt;span style="color:Blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#A31515;"&gt;separator_before_last&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;&lt;a name="limitation"&gt;&lt;/a&gt;
&lt;h4&gt;Limiting the number of authors shown&lt;/h4&gt;Sometimes a set of contributors consists of more persons than the style allows to display. In such case, only a limited number of contributors is shown followed by a string like 'et al.' to indicate that there are more contributors. BibWord can do this by means of 3 elements:
&lt;ul&gt;&lt;li&gt;&lt;i&gt;max_number_of_persons_to_display&lt;/i&gt;: indicates the maximum number of contributors that can be displayed&lt;/li&gt;
&lt;li&gt;&lt;i&gt;number_of_persons_to_display_if_more_than_max&lt;/i&gt;: indicates the number of contributors to display if the set of contributors contains more contributors than the maximum number that can be displayed&lt;/li&gt;
&lt;li&gt;&lt;i&gt;overflow&lt;/i&gt;: contains the string to display after the last contributor if there are too many contributers&lt;/li&gt;&lt;/ul&gt;
The first two elements require a numerical value while for the last one any string value can be used. For example:&lt;br /&gt;&lt;br /&gt;&lt;div style="color:Black;background-color:White;"&gt;&lt;pre&gt;
  &lt;span style="color:Blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515;"&gt;max_number_of_persons_to_display&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;5&lt;span style="color:Blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#A31515;"&gt;max_number_of_persons_to_display&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;
  &lt;span style="color:Blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515;"&gt;number_of_persons_to_display_if_more_than_max&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;1&lt;span style="color:Blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#A31515;"&gt;number_of_persons_to_display_if_more_than_max&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;
  &lt;span style="color:Blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515;"&gt;overflow&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;, et al.&lt;span style="color:Blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#A31515;"&gt;overflow&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;&lt;a name="presuf"&gt;&lt;/a&gt;
&lt;h4&gt;Prefix and suffix&lt;/h4&gt;Sometimes a set of contributors are no ordinary authors, they can be editors, translators, ... in which case you might want to add a prefix or suffix string like 'ed.' or 'eds.'.
&lt;ul&gt;&lt;li&gt;&lt;i&gt;single_prefix&lt;/i&gt;: the text to display in front of the contributors if there is only one&lt;/li&gt;
&lt;li&gt;&lt;i&gt;single_suffix&lt;/i&gt;: the text to display behind the contributors if there is only one&lt;/li&gt;
&lt;li&gt;&lt;i&gt;multi_prefix&lt;/i&gt;: the text to display in front of the contributors if there is more than one &lt;/li&gt;
&lt;li&gt;&lt;i&gt;multi_suffix&lt;/i&gt;: the text to display behind the contributors if there is more than one&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;div style="color:Black;background-color:White;"&gt;&lt;pre&gt;
  &lt;span style="color:Blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515;"&gt;single_prefix&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;Editor: &lt;span style="color:Blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#A31515;"&gt;single_prefix&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;
  &lt;span style="color:Blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515;"&gt;single_suffix&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt; (ed.)&lt;span style="color:Blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#A31515;"&gt;single_suffix&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;
  &lt;span style="color:Blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515;"&gt;multi_prefix&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;Editors: &lt;span style="color:Blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#A31515;"&gt;multi_prefix&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;
  &lt;span style="color:Blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515;"&gt;multi_suffix&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt; (eds.)&lt;span style="color:Blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#A31515;"&gt;multi_suffix&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;&lt;a name="examples"&gt;&lt;/a&gt;
&lt;h3&gt;Examples&lt;/h3&gt;Consider the following contributor set:
&lt;ul&gt;&lt;li&gt;Mick Jagger&lt;/li&gt;
&lt;li&gt;Brian Jones&lt;/li&gt;
&lt;li&gt;Keith Richards&lt;/li&gt;
&lt;li&gt;Bill Wyman&lt;/li&gt;
&lt;li&gt;Charlie Watts&lt;/li&gt;&lt;/ul&gt;
With the following output:
&lt;ul&gt;&lt;li&gt;JAGGER M. and B. Jones&lt;/li&gt;
&lt;li&gt;JAGGER M., B. Jones, K. Richards, and B. Wyman&lt;/li&gt;
&lt;li&gt;JAGGER M., &lt;i&gt;et al.&lt;/i&gt;&lt;/li&gt;&lt;/ul&gt;
&amp;#207;t is clear that the first contributor should be displayed in capitals with his last name first and his first name abbreviated:&lt;br /&gt;&lt;br /&gt;&lt;div style="color:Black;background-color:White;"&gt;&lt;pre&gt;
  &lt;span style="color:Blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515;"&gt;first_person&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;{%Last:u%}{ %First:asdp%}&lt;span style="color:Blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#A31515;"&gt;first_person&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;The other contributors are formatted with an abbreviated first name followed by their last name:&lt;br /&gt;&lt;br /&gt;&lt;div style="color:Black;background-color:White;"&gt;&lt;pre&gt;
  &lt;span style="color:Blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515;"&gt;other_persons&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;{%First:asdp% }{%Last%}&lt;span style="color:Blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#A31515;"&gt;other_persons&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;There is no information on how to format corporate contributors, but it seems logical that they follow the same rule as for the first contributor:&lt;br /&gt;&lt;br /&gt;&lt;div style="color:Black;background-color:White;"&gt;&lt;pre&gt;
  &lt;span style="color:Blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515;"&gt;corporate&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;{%Corporate:u%}&lt;span style="color:Blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#A31515;"&gt;corporate&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;Now that the different names in the contributor set are formatted correctly, it is time to combine them. From the first example, one can see that if only two contributors are available, &amp;quot; and &amp;quot; is used to combine them. If there are more than two contributors, as in the second example, a comma is used for concatenating. Also, from the second example, one can see that &amp;quot;, and &amp;quot; is used to combine the last contributor with the others. So we get:&lt;br /&gt;&lt;br /&gt;&lt;div style="color:Black;background-color:White;"&gt;&lt;pre&gt;
  &lt;span style="color:Blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515;"&gt;separator_between_if_two&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt; and &lt;span style="color:Blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#A31515;"&gt;separator_between_if_two&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;
  &lt;span style="color:Blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515;"&gt;separator_between_if_more_than_two&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;, &lt;span style="color:Blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#A31515;"&gt;separator_between_if_more_than_two&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;
  &lt;span style="color:Blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515;"&gt;separator_before_last&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;, and &lt;span style="color:Blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#A31515;"&gt;separator_before_last&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;The last example shows what happens in case there are too many contributors to display them all. Only the first is displayed, followed by 'et al.' in italics. In combination with the second example, we see that 4 contributors can be displayed at most at one time. Hence, we get:&lt;br /&gt;&lt;br /&gt;&lt;div style="color:Black;background-color:White;"&gt;&lt;pre&gt;
  &lt;span style="color:Blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515;"&gt;max_number_of_persons_to_display&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;4&lt;span style="color:Blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#A31515;"&gt;max_number_of_persons_to_display&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;
  &lt;span style="color:Blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515;"&gt;number_of_persons_to_display_if_more_than_max&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;1&lt;span style="color:Blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#A31515;"&gt;number_of_persons_to_display_if_more_than_max&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;
  &lt;span style="color:Blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515;"&gt;overflow&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;, &lt;span style="color:Red;"&gt;&amp;amp;lt;&lt;/span&gt;i&lt;span style="color:Red;"&gt;&amp;amp;gt;&lt;/span&gt;et al.&lt;span style="color:Red;"&gt;&amp;amp;lt;&lt;/span&gt;/i&lt;span style="color:Red;"&gt;&amp;amp;gt;&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#A31515;"&gt;overflow&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;Note that the overflow contains &amp;quot;&amp;amp;lt;i&amp;amp;gt;&amp;quot; which translates to the html tag &amp;quot;&amp;lt;i&amp;gt;&amp;quot; which is used to indicate that &amp;quot;et al.&amp;quot; should be displayed in italics.&lt;br /&gt;&lt;br /&gt;Combining all these items results in:&lt;br /&gt;&lt;br /&gt;&lt;div style="color:Black;background-color:White;"&gt;&lt;pre&gt;
  &lt;span style="color:Blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515;"&gt;xsl&lt;/span&gt;&lt;span style="color:Blue;"&gt;:&lt;/span&gt;&lt;span style="color:#A31515;"&gt;variable&lt;/span&gt; &lt;span style="color:Red;"&gt;name&lt;/span&gt;&lt;span style="color:Blue;"&gt;=&lt;/span&gt;&lt;span style="color:Black;"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color:Blue;"&gt;data&lt;/span&gt;&lt;span style="color:Black;"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;
    &lt;span style="color:Blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515;"&gt;namelists&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;
      &lt;span style="color:Blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515;"&gt;list&lt;/span&gt; &lt;span style="color:Red;"&gt;name&lt;/span&gt;&lt;span style="color:Blue;"&gt;=&lt;/span&gt;&lt;span style="color:Black;"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color:Blue;"&gt;authors&lt;/span&gt;&lt;span style="color:Black;"&gt;&amp;quot;&lt;/span&gt; &lt;span style="color:Red;"&gt;id&lt;/span&gt;&lt;span style="color:Blue;"&gt;=&lt;/span&gt;&lt;span style="color:Black;"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color:Blue;"&gt;2&lt;/span&gt;&lt;span style="color:Black;"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;
        &lt;span style="color:Blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515;"&gt;first_person&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;{%Last:u%}{ %First:asdp%}&lt;span style="color:Blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#A31515;"&gt;first_person&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;
        &lt;span style="color:Blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515;"&gt;other_persons&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;{%First:asdp% }{%Last%}&lt;span style="color:Blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#A31515;"&gt;other_persons&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;
        &lt;span style="color:Blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515;"&gt;corporate&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;{%Corporate:u%}&lt;span style="color:Blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#A31515;"&gt;corporate&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;
        &lt;span style="color:Blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515;"&gt;separator_between_if_two&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt; and &lt;span style="color:Blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#A31515;"&gt;separator_between_if_two&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;
        &lt;span style="color:Blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515;"&gt;separator_between_if_more_than_two&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;, &lt;span style="color:Blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#A31515;"&gt;separator_between_if_more_than_two&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;
        &lt;span style="color:Blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515;"&gt;separator_before_last&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;, and &lt;span style="color:Blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#A31515;"&gt;separator_before_last&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;
        &lt;span style="color:Blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515;"&gt;max_number_of_persons_to_display&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;4&lt;span style="color:Blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#A31515;"&gt;max_number_of_persons_to_display&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;
        &lt;span style="color:Blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515;"&gt;number_of_persons_to_display_if_more_than_max&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;1&lt;span style="color:Blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#A31515;"&gt;number_of_persons_to_display_if_more_than_max&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;
        &lt;span style="color:Blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515;"&gt;overflow&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;, &lt;span style="color:Red;"&gt;&amp;amp;lt;&lt;/span&gt;i&lt;span style="color:Red;"&gt;&amp;amp;gt;&lt;/span&gt;et al.&lt;span style="color:Red;"&gt;&amp;amp;lt;&lt;/span&gt;/i&lt;span style="color:Red;"&gt;&amp;amp;gt;&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#A31515;"&gt;overflow&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;
      &lt;span style="color:Blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#A31515;"&gt;list&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;
    &lt;span style="color:Blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#A31515;"&gt;namelists&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;
  &lt;span style="color:Blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#A31515;"&gt;xsl&lt;/span&gt;&lt;span style="color:Blue;"&gt;:&lt;/span&gt;&lt;span style="color:#A31515;"&gt;variable&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>Yves</author><pubDate>Fri, 13 Nov 2009 17:22:46 GMT</pubDate><guid isPermaLink="false">Updated Wiki: BibWord Format Contributors 20091113052246P</guid></item><item><title>Updated Wiki: Documentation</title><link>http://bibword.codeplex.com/documentation?version=2</link><description>&lt;div class="wikidoc"&gt;&lt;h3&gt;The Styles&lt;/h3&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://bibword.codeplex.com/wikipage?title=Styles&amp;referringTitle=Documentation"&gt;Styles&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;h3&gt;The Tools&lt;/h3&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://bibword.codeplex.com/wikipage?title=BibWord&amp;referringTitle=Documentation"&gt;BibWord&lt;/a&gt; : the template on top of which the styles are created&lt;/li&gt;
&lt;li&gt;&lt;a href="http://bibword.codeplex.com/wikipage?title=BibWord%20Extender&amp;referringTitle=Documentation"&gt;BibWord Extender&lt;/a&gt; : the external application used to add extra functionality like year suffices to the Word bibliography tools&lt;/li&gt;
&lt;li&gt;&lt;a href="http://bibword.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=15976"&gt;BibType&lt;/a&gt; : an application to extend the available fields and types&lt;/li&gt;&lt;/ul&gt;
&lt;h3&gt;Creating and Editing Styles&lt;/h3&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://bibword.codeplex.com/wikipage?title=BibWord%20Format%20Strings&amp;referringTitle=Documentation"&gt;Format Strings&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://bibword.codeplex.com/wikipage?title=BibWord%20Format%20Contributors&amp;referringTitle=Documentation"&gt;Formatting a Set of Contributors&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>Yves</author><pubDate>Fri, 13 Nov 2009 17:22:10 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Documentation 20091113052210P</guid></item><item><title>Updated Wiki: BibWord Format Strings</title><link>http://bibword.codeplex.com/wikipage?title=BibWord Format Strings&amp;version=2</link><description>&lt;div class="wikidoc"&gt;&lt;h2&gt;Format Strings&lt;/h2&gt;&lt;h3&gt;Table of Contents&lt;/h3&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="#Intro"&gt;Introduction&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#Variables"&gt;Variables&amp;#47;Parameters&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#Conditions"&gt;Conditional Brackets&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#Examples"&gt;Examples&lt;/a&gt;
&lt;ul&gt;&lt;li&gt;&lt;a href="#ex1"&gt;Example bibliography format string&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#ex2"&gt;Example contributor format strings&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#ex3"&gt;Example sorting format strings&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;a name="Introduction"&gt;&lt;/a&gt;
&lt;h3&gt;Introduction&lt;/h3&gt;Format strings are the core of BibWord. They are responsible for the way
&lt;ul&gt;&lt;li&gt;a (footnote)citation looks&lt;/li&gt;
&lt;li&gt;a bibliography entry looks&lt;/li&gt;
&lt;li&gt;a bibliography is sorted&lt;/li&gt;
&lt;li&gt;decisions are made for year suffices&lt;/li&gt;
&lt;li&gt;the name of a single contributor looks&lt;/li&gt;&lt;/ul&gt;
Hence, understanding how format strings work, is understanding 90% of BibWord.&lt;br /&gt;&lt;a name="Variables"&gt;&lt;/a&gt;
&lt;h3&gt;Variables/Parameters&lt;/h3&gt;Variables or parameters are defined in between &lt;i&gt;&lt;b&gt;percentage&lt;/b&gt;&lt;/i&gt; (&lt;i&gt;&lt;b&gt;%&lt;/b&gt;&lt;/i&gt;) marks. A basic example of a variable is&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;
     %First%
&lt;/pre&gt;which represents the first name of a person. For a full list of all possible parameters, please check the guide coming with BibWord.&lt;br /&gt;&lt;br /&gt;Extra options can be assigned to a parameter by adding a &lt;i&gt;&lt;b&gt;colon&lt;/b&gt;&lt;/i&gt; (&lt;i&gt;&lt;b&gt;:&lt;/b&gt;&lt;/i&gt;) after the parameter's name followed by one or more symbols. An example is:&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;
     %First:u%
&lt;/pre&gt;which indicates that the first name should be displayed in upper case characters. For a full list of all options of each parameter, please check the guide coming with BibWord.&lt;br /&gt;&lt;br /&gt;Parameters can also be combined so that if the first part has no value, the value of a second or latter part can be displayed instead. This type of parameter or'ing is done using the &lt;i&gt;&lt;b&gt;vertical bar&lt;/b&gt;&lt;/i&gt; (&lt;i&gt;&lt;b&gt;|&lt;/b&gt;&lt;/i&gt;) symbol. An example is:&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;
     %First:l|Last:u%
&lt;/pre&gt;which indicates that if the first name is available, it should be displayed in lower case characters. If it is not available, then the last name of a person should be displayed in upper case characters if available.&lt;br /&gt;&lt;br /&gt;Instead of parameters, literal strings can also be used. This is done by placing the string between double quotes. An example is:&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;
     %Last:u|&amp;quot;Anon&amp;quot;%
&lt;/pre&gt;which displays the last name of a person in upper case characters if available. If the last name is not available, &amp;quot;Anon&amp;quot;, without the quotes, will be displayed. Using literal strings it is possible to guarantee that always something will be shown.
&lt;h5&gt;Pages, a special parameter&lt;/h5&gt;The &lt;i&gt;Pages&lt;/i&gt; parameter does not follow the regular syntax. Instead, it consists of 3 sets of options separated by a &lt;i&gt;&lt;b&gt;colon&lt;/b&gt;&lt;/i&gt; (&lt;i&gt;&lt;b&gt;:&lt;/b&gt;&lt;/i&gt;) after the parameter's name. The first set indicates the prefix to show if &lt;i&gt;Pages&lt;/i&gt; contains a single page number. The second indicates the prefix to show if &lt;i&gt;Pages&lt;/i&gt; contains a range of pages. The third one contains the remaining options. An example is:&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;
     %Pages:p. :pp. :a2%
&lt;/pre&gt;&lt;br /&gt;&lt;a name="Conditions"&gt;&lt;/a&gt;
&lt;h3&gt;Conditional Brackets&lt;/h3&gt;&lt;i&gt;&lt;b&gt;Braces&lt;/b&gt;&lt;/i&gt; (&lt;i&gt;&lt;b&gt;{&lt;/b&gt;&lt;/i&gt; and &lt;i&gt;&lt;b&gt;}&lt;/b&gt;&lt;/i&gt;) are used by BibWord as conditional brackets. Conditional brackets ensure that data only gets displayed if each parameter within the conditional brackets has a value. That way, leading or trailing literal strings will not be displayed if not required. A basic example is:&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;
  {Vol. %Volume%}
&lt;/pre&gt;which displays &amp;quot;Vol. x&amp;quot; if the variable Volume has an actual value, or displays nothing otherwise. Note that if you do an or'ing of a parameter with a literal string, there will always be output shown. For example:&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;
  {%Edition|&amp;quot;1st&amp;quot;% edition}
&lt;/pre&gt;will display the content of the Edition parameter if available followed by &amp;quot; edition&amp;quot; or, if the parameter is not available, just &amp;quot;1st edition&amp;quot;. So in this example, the conditional brackets are not required.&lt;br /&gt;&lt;br /&gt;Conditional brackets can also be nested. This can be interesting if the way you wish to display a parameter depends on the availability of other parameters. Take the following example:&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;
  { %Volume%{(%Issue%)} }{ no. %Issue% }
&lt;/pre&gt;Depending on the availability of the two parameters Volume and Issue there are 4 different outcomes:
&lt;ul&gt;&lt;li&gt;Volume is available, Issue is available: Volume(Issue) &lt;/li&gt;
&lt;li&gt;Volume is available, Issue is &lt;i&gt;not&lt;/i&gt; available: Volume &lt;/li&gt;
&lt;li&gt;Volume is &lt;i&gt;not&lt;/i&gt; available, Issue is available: no. Issue &lt;/li&gt;
&lt;li&gt;Volume is &lt;i&gt;not&lt;/i&gt; available, Issue is &lt;i&gt;not&lt;/i&gt; available: -&lt;/li&gt;&lt;/ul&gt;
Note that unless the &lt;i&gt;&lt;b&gt;r&lt;/b&gt;&lt;/i&gt; option is added to a parameter, a parameter can only be used once. That explains why you do not get &amp;quot;Volume(Issue) no. Issue&amp;quot; for the first outcome.&lt;br /&gt;&lt;br /&gt;&lt;i&gt;&lt;b&gt;Warning:&lt;/b&gt; Conditional brackets should always be used in a balanced way. When your style does not output anything, you should verify if your brackets are balanced.&lt;/i&gt;&lt;br /&gt;&lt;a name="Examples"&gt;&lt;/a&gt;
&lt;h3&gt;Examples&lt;/h3&gt;&lt;a name="ex1"&gt;&lt;/a&gt;
&lt;h4&gt;Example bibliography format string&lt;/h4&gt;Consider the following journal articles:
&lt;ul&gt;&lt;li&gt;Doe, John. 2009. Creating bibliography styles using BibWord. &lt;i&gt;Modern Bibliography Tools&lt;/i&gt;. &lt;b&gt;25&lt;/b&gt;(3):513-22.&lt;/li&gt;
&lt;li&gt;Bibliographies throughout the ages. 2007. &lt;i&gt;Modern Bibliography Tools&lt;/i&gt;. 3:15-18.&lt;/li&gt;
&lt;li&gt;Doe, Jane. 2005. Bibliographies for dummies. &lt;i&gt;Modern Bibliography Tools&lt;/i&gt;. 51-57.&lt;/li&gt;&lt;/ul&gt;
Now we are going to create a format string step by step.&lt;br /&gt;&lt;br /&gt;The first element in the format string is the author followed by a period:&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;
  {%Author:1%.}
&lt;/pre&gt;In case there is no author, like in the second example, the title is used instead:&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;
  {%Author:1|Title%.}
&lt;/pre&gt;Next the year is displayed:&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;
  {%Author:1|Title%.}{ %Year%.}
&lt;/pre&gt;After the year, the title is displayed:&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;
  {%Author:1|Title%.}{ %Year%.}{ %Title%.}
&lt;/pre&gt;But what if there is no author? Then the title is already displayed in front of the year. This is not an issue for BibWord as by default, different variables can only be displayed once. So if the title is already displayed at the beginning, it won't be displayed anymore. &lt;br /&gt;&lt;br /&gt;Next we add the name of the journal:&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;
  {%Author:1|Title%.}{ %Year%.}{ %Title%.}{ %JournalName%.}
&lt;/pre&gt;As you can see from the examples, the name of the journal is displayed in italics. The result of the formatting is actually html code, so to obtain italics, the html italics element &amp;lt;i&amp;gt;&amp;lt;/i&amp;gt; can be used:&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;
  {%Author:1|Title%.}{ %Year%.}{ %Title%.}{ &amp;amp;lt;i&amp;amp;gt;%JournalName%&amp;amp;lt;/i&amp;amp;gt;.}
&lt;/pre&gt;Note that you should use &amp;amp;lt; for &amp;lt; and &amp;amp;gt; for &amp;gt;.&lt;br /&gt;&lt;br /&gt;So far, the format string was pretty straightforward. Now comes a slightly more difficult part. The difficulty lies in the fact that the formatting changes depending on the elements that are available. The easiest solution is to consider each of the possible cases and generate a format string for them. So here we have:&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;
  { &amp;amp;lt;b&amp;amp;gt;%Volume%&amp;amp;lt;/b&amp;amp;gt;(%Issue%):%Pages:::a2%}
  { &amp;amp;lt;b&amp;amp;gt;%Volume%&amp;amp;lt;/b&amp;amp;gt;(%Issue%)}
  { &amp;amp;lt;b&amp;amp;gt;%Volume%&amp;amp;lt;/b&amp;amp;gt;:%Pages:::a2%}
  { %Issue%:%Pages:::a2%}
  { &amp;amp;lt;b&amp;amp;gt;%Volume%&amp;amp;lt;/b&amp;amp;gt;}
  { %Issue%}
  { %Pages:::a2%}
&lt;/pre&gt;Two points to explain here. The first is the volume being displayed in bold. Just like the &amp;lt;i&amp;gt;&amp;lt;/i&amp;gt; element can be used for italics, the &amp;lt;b&amp;gt;&amp;lt;/b&amp;gt; element can be used for bold.&lt;br /&gt;&lt;br /&gt;The 'a2' as options for the Pages parameter indicates that page ranges should be &lt;i&gt;a&lt;/i&gt;bbreviated and that the second part of the range should have a length of at least 2.&lt;br /&gt;&lt;br /&gt;As BibWord does not allow the reuse of the same element by default, you can put the different format strings after each other starting with those with the most parameters to cover all the cases:&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;
  { &amp;amp;lt;b&amp;amp;gt;%Volume%&amp;amp;lt;/b&amp;amp;gt;(%Issue%):%Pages:::a2%}{ &amp;amp;lt;b&amp;amp;gt;%Volume%&amp;amp;lt;/b&amp;amp;gt;(%Issue%)}{ &amp;amp;lt;b&amp;amp;gt;%Volume%&amp;amp;lt;/b&amp;amp;gt;:%Pages:::a2%}{ %Issue%:%Pages:::a2%}
  { &amp;amp;lt;b&amp;amp;gt;%Volume%&amp;amp;lt;/b&amp;amp;gt;}{ %Issue%}{ %Pages:::a2%}
&lt;/pre&gt; So now that everything is covered, both parts can be put after each other, and a final period can be added:&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;
  {%Author:1|Title%.}{ %Year%.}{ %Title%.}{ &amp;amp;lt;i&amp;amp;gt;%JournalName%&amp;amp;lt;/i&amp;amp;gt;.}{ &amp;amp;lt;b&amp;amp;gt;%Volume%&amp;amp;lt;/b&amp;amp;gt;(%Issue%):%Pages:::a2%}
  { &amp;amp;lt;b&amp;amp;gt;%Volume%&amp;amp;lt;/b&amp;amp;gt;(%Issue%)}{ &amp;amp;lt;b&amp;amp;gt;%Volume%&amp;amp;lt;/b&amp;amp;gt;:%Pages:::a2%}{ %Issue%:%Pages:::a2%}
  { &amp;amp;lt;b&amp;amp;gt;%Volume%&amp;amp;lt;/b&amp;amp;gt;}{ %Issue%}{ %Pages:::a2%}.
&lt;/pre&gt;&lt;br /&gt;&lt;a name="ex2"&gt;&lt;/a&gt;
&lt;h4&gt;Example contributor format strings&lt;/h4&gt;&lt;pre&gt;
First : Henry
Middle: Alfred
Last  : Kissinger
&lt;/pre&gt;&lt;br /&gt;&lt;pre&gt;
KISSINGER               : {%Last:u%}
Kissinger               : {%Last%}
Kissinger, Henry        : {%Last%}{, %First%}
Kissinger, Henry Alfred : {%Last%}{, %First|Middle%}{ %Middle%}
Kissinger, H. A.        : {%Last%}{, %First:adsp|Middle:adsp%}{ %Middle:adsp%}
Kissinger, H.A.         : {%Last%}{, %First:adp|Middle:adp%}{%Middle:adp%}
Kissinger, H.           : {%Last%}{, %First:adp%}
Kissinger, H A          : {%Last%}{, %First:ads|Middle:ads%}{ %Middle:ads%}
Kissinger, HA           : {%Last%}{, %First:a|Middle:a%}{%Middle:a%}
Kissinger, H            : {%Last%}{, %First:as%}
Kissinger Henry         : {%Last%}{ %First%}
Kissinger Henry Alfred  : {%Last%}{ %First%}{ %Middle%}
Kissinger H. A.         : {%Last%}{ %First:adsp%}{ %Middle:adsp%}
Kissinger H.A.          : {%Last%}{ %First:adp|Middle:adp%}{%Middle:adp%}
Kissinger H.            : {%Last%}{ %First:adp%}
Kissinger H A           : {%Last%}{ %First:ads%}{ %Middle:ads%}
Kissinger HA            : {%Last%}{ %First:a|Middle:a%}{%Middle:a%}
Kissinger H             : {%Last%}{ %First:as%}
Henry Kissinger         : {%First% }{%Last%}
Henry Alfred Kissinger  : {%First% }{%Middle% }{%Last%}
H. A. Kissinger         : {%First:adsp% }{%Middle:adsp% }{%Last%}
H.A. Kissinger          : {%First:adp%}{%Middle:adp%}{ %Last%}
H. Kissinger            : {%First:adp%}{ %Last%}
H A Kissinger           : {%First:ads% }{%Middle:ads% }{%Last%}
HA Kissinger            : {%First:a%}{%Middle:a%}{ %Last%}
H Kissinger             : {%First:as%}{ %Last%}
&lt;/pre&gt;&lt;br /&gt;&lt;a name="ex3"&gt;&lt;/a&gt;
&lt;h4&gt;Example sorting format strings&lt;/h4&gt;&lt;pre&gt;
Order of appearance                   : nothing, this is the default setting for BibWord
Author + Title                        : {%Author:10%} {%Title:a%}
Author + Year + Title                 : {%Author:10|Title:a%} {%Year%} {%Title:a%}
First Author + Year + Other Authors   : {%Author:11r%} {%Year%} {%Author:12%}
First Author + # of Authors + Year    : {%Author:11r%} {%Author:c%} {%Year%}
Date (ascending - oldest first)       : {%Year|&amp;quot;0000&amp;quot;%}{%Month:n|&amp;quot;01&amp;quot;%}{%Day:n|&amp;quot;01&amp;quot;%}
Date (descending - most recent first) : {%Year:i|&amp;quot;9999&amp;quot;%}{%Month:in|&amp;quot;12&amp;quot;%}{%Day:in|&amp;quot;31&amp;quot;%}
&lt;/pre&gt; with the following options for formatting the author:&lt;br /&gt;&lt;br /&gt;&lt;div style="color:Black;background-color:White;"&gt;&lt;pre&gt;
&lt;span style="color:Blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515;"&gt;list&lt;/span&gt; &lt;span style="color:Red;"&gt;id&lt;/span&gt;&lt;span style="color:Blue;"&gt;=&lt;/span&gt;&lt;span style="color:Black;"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color:Blue;"&gt;10&lt;/span&gt;&lt;span style="color:Black;"&gt;&amp;quot;&lt;/span&gt; &lt;span style="color:Red;"&gt;name&lt;/span&gt;&lt;span style="color:Blue;"&gt;=&lt;/span&gt;&lt;span style="color:Black;"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color:Blue;"&gt;all_contributors&lt;/span&gt;&lt;span style="color:Black;"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;
  &lt;span style="color:Blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515;"&gt;single_prefix&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#A31515;"&gt;single_prefix&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;
  &lt;span style="color:Blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515;"&gt;multi_prefix&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#A31515;"&gt;multi_prefix&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;
  &lt;span style="color:Blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515;"&gt;corporate&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;{%Corporate%}&lt;span style="color:Blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#A31515;"&gt;corporate&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;
  &lt;span style="color:Blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515;"&gt;first_person&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;{%Last|First|Middle%}{ %First%}{ %Middle%}&lt;span style="color:Blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#A31515;"&gt;first_person&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;
  &lt;span style="color:Blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515;"&gt;other_persons&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;{%Last|First|Middle%}{ %First%}{ %Middle%}&lt;span style="color:Blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#A31515;"&gt;other_persons&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;
  &lt;span style="color:Blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515;"&gt;separator_between_if_two&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt; &lt;span style="color:Blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#A31515;"&gt;separator_between_if_two&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;
  &lt;span style="color:Blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515;"&gt;separator_between_if_more_than_two&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt; &lt;span style="color:Blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#A31515;"&gt;separator_between_if_more_than_two&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;
  &lt;span style="color:Blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515;"&gt;separator_before_last&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#A31515;"&gt;separator_before_last&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;
  &lt;span style="color:Blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515;"&gt;max_number_of_persons_to_display&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;500&lt;span style="color:Blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#A31515;"&gt;max_number_of_persons_to_display&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;
  &lt;span style="color:Blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515;"&gt;number_of_persons_to_display_if_more_than_max&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;500&lt;span style="color:Blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#A31515;"&gt;number_of_persons_to_display_if_more_than_max&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;
  &lt;span style="color:Blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515;"&gt;overflow&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#A31515;"&gt;overflow&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;
  &lt;span style="color:Blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515;"&gt;single_suffix&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#A31515;"&gt;single_suffix&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;
  &lt;span style="color:Blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515;"&gt;multi_suffix&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#A31515;"&gt;multi_suffix&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;
&lt;span style="color:Blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#A31515;"&gt;list&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;

&lt;span style="color:Blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515;"&gt;list&lt;/span&gt; &lt;span style="color:Red;"&gt;id&lt;/span&gt;&lt;span style="color:Blue;"&gt;=&lt;/span&gt;&lt;span style="color:Black;"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color:Blue;"&gt;11&lt;/span&gt;&lt;span style="color:Black;"&gt;&amp;quot;&lt;/span&gt; &lt;span style="color:Red;"&gt;name&lt;/span&gt;&lt;span style="color:Blue;"&gt;=&lt;/span&gt;&lt;span style="color:Black;"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color:Blue;"&gt;first_contributor&lt;/span&gt;&lt;span style="color:Black;"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;
  &lt;span style="color:Blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515;"&gt;single_prefix&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#A31515;"&gt;single_prefix&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;
  &lt;span style="color:Blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515;"&gt;multi_prefix&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#A31515;"&gt;multi_prefix&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;
  &lt;span style="color:Blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515;"&gt;corporate&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;{%Corporate%}&lt;span style="color:Blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#A31515;"&gt;corporate&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;
  &lt;span style="color:Blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515;"&gt;first_person&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;{%Last|First|Middle%}{ %First%}{ %Middle%}&lt;span style="color:Blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#A31515;"&gt;first_person&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;
  &lt;span style="color:Blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515;"&gt;other_persons&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#A31515;"&gt;other_persons&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;
  &lt;span style="color:Blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515;"&gt;separator_between_if_two&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt; &lt;span style="color:Blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#A31515;"&gt;separator_between_if_two&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;
  &lt;span style="color:Blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515;"&gt;separator_between_if_more_than_two&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt; &lt;span style="color:Blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#A31515;"&gt;separator_between_if_more_than_two&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;
  &lt;span style="color:Blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515;"&gt;separator_before_last&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#A31515;"&gt;separator_before_last&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;
  &lt;span style="color:Blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515;"&gt;max_number_of_persons_to_display&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;500&lt;span style="color:Blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#A31515;"&gt;max_number_of_persons_to_display&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;
  &lt;span style="color:Blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515;"&gt;number_of_persons_to_display_if_more_than_max&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;500&lt;span style="color:Blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#A31515;"&gt;number_of_persons_to_display_if_more_than_max&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;
  &lt;span style="color:Blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515;"&gt;overflow&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#A31515;"&gt;overflow&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;
  &lt;span style="color:Blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515;"&gt;single_suffix&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#A31515;"&gt;single_suffix&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;
  &lt;span style="color:Blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515;"&gt;multi_suffix&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#A31515;"&gt;multi_suffix&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;
&lt;span style="color:Blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#A31515;"&gt;list&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;

&lt;span style="color:Blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515;"&gt;list&lt;/span&gt; &lt;span style="color:Red;"&gt;id&lt;/span&gt;&lt;span style="color:Blue;"&gt;=&lt;/span&gt;&lt;span style="color:Black;"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color:Blue;"&gt;12&lt;/span&gt;&lt;span style="color:Black;"&gt;&amp;quot;&lt;/span&gt; &lt;span style="color:Red;"&gt;name&lt;/span&gt;&lt;span style="color:Blue;"&gt;=&lt;/span&gt;&lt;span style="color:Black;"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color:Blue;"&gt;second_and_later_contributor&lt;/span&gt;&lt;span style="color:Black;"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;
  &lt;span style="color:Blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515;"&gt;single_prefix&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#A31515;"&gt;single_prefix&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;
  &lt;span style="color:Blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515;"&gt;multi_prefix&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#A31515;"&gt;multi_prefix&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;
  &lt;span style="color:Blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515;"&gt;corporate&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;{%Corporate%}&lt;span style="color:Blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#A31515;"&gt;corporate&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;
  &lt;span style="color:Blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515;"&gt;first_person&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#A31515;"&gt;first_person&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;
  &lt;span style="color:Blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515;"&gt;other_persons&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;{%Last|First|Middle%}{ %First%}{ %Middle%}&lt;span style="color:Blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#A31515;"&gt;other_persons&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;
  &lt;span style="color:Blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515;"&gt;separator_between_if_two&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt; &lt;span style="color:Blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#A31515;"&gt;separator_between_if_two&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;
  &lt;span style="color:Blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515;"&gt;separator_between_if_more_than_two&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt; &lt;span style="color:Blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#A31515;"&gt;separator_between_if_more_than_two&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;
  &lt;span style="color:Blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515;"&gt;separator_before_last&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#A31515;"&gt;separator_before_last&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;
  &lt;span style="color:Blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515;"&gt;max_number_of_persons_to_display&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;500&lt;span style="color:Blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#A31515;"&gt;max_number_of_persons_to_display&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;
  &lt;span style="color:Blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515;"&gt;number_of_persons_to_display_if_more_than_max&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;500&lt;span style="color:Blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#A31515;"&gt;number_of_persons_to_display_if_more_than_max&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;
  &lt;span style="color:Blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515;"&gt;overflow&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#A31515;"&gt;overflow&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;
  &lt;span style="color:Blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515;"&gt;single_suffix&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#A31515;"&gt;single_suffix&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;
  &lt;span style="color:Blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515;"&gt;multi_suffix&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#A31515;"&gt;multi_suffix&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;
&lt;span style="color:Blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#A31515;"&gt;list&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>Yves</author><pubDate>Thu, 12 Nov 2009 23:01:59 GMT</pubDate><guid isPermaLink="false">Updated Wiki: BibWord Format Strings 20091112110159P</guid></item><item><title>Updated Wiki: BibWord Format Strings</title><link>http://bibword.codeplex.com/wikipage?title=BibWord Format Strings&amp;version=1</link><description>&lt;div class="wikidoc"&gt;&lt;h2&gt;Format Strings&lt;/h2&gt;&lt;h3&gt;Table of Contents&lt;/h3&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="#Intro"&gt;Introduction&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#Variables"&gt;Variables&amp;#47;Parameters&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#Conditions"&gt;Conditional Brackets&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#Examples"&gt;Examples&lt;/a&gt;
&lt;ul&gt;&lt;li&gt;&lt;a href="#ex1"&gt;Example bibliography format string&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#ex2"&gt;Example contributor format strings&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#ex3"&gt;Example sorting format strings&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;a name="Introduction"&gt;&lt;/a&gt;
&lt;h3&gt;Introduction&lt;/h3&gt;Format strings are the core of BibWord. They are responsible for the way
&lt;ul&gt;&lt;li&gt;a (footnote)citation looks&lt;/li&gt;
&lt;li&gt;a bibliography entry looks&lt;/li&gt;
&lt;li&gt;a bibliography is sorted&lt;/li&gt;
&lt;li&gt;decisions are made for year suffices&lt;/li&gt;
&lt;li&gt;the name of a single contributor looks&lt;/li&gt;&lt;/ul&gt;
Hence, understanding how format strings work, is understanding 90% of BibWord.&lt;br /&gt;&lt;a name="Variables"&gt;&lt;/a&gt;
&lt;h3&gt;Variables/Parameters&lt;/h3&gt;Variables or parameters are defined in between &lt;i&gt;&lt;b&gt;percentage&lt;/b&gt;&lt;/i&gt; (&lt;i&gt;&lt;b&gt;%&lt;/b&gt;&lt;/i&gt;) marks. A basic example of a variable is&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;
     %First%
&lt;/pre&gt;which represents the first name of a person. For a full list of all possible parameters, please check the guide coming with BibWord.&lt;br /&gt;&lt;br /&gt;Extra options can be assigned to a parameter by adding a &lt;i&gt;&lt;b&gt;colon&lt;/b&gt;&lt;/i&gt; (&lt;i&gt;&lt;b&gt;:&lt;/b&gt;&lt;/i&gt;) after the parameter's name followed by one or more symbols. An example is:&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;
     %First:u%
&lt;/pre&gt;which indicates that the first name should be displayed in upper case characters. For a full list of all options of each parameter, please check the guide coming with BibWord.&lt;br /&gt;&lt;br /&gt;Parameters can also be combined so that if the first part has no value, the value of a second or latter part can be displayed instead. This type of parameter or'ing is done using the &lt;i&gt;&lt;b&gt;vertical bar&lt;/b&gt;&lt;/i&gt; (&lt;i&gt;&lt;b&gt;|&lt;/b&gt;&lt;/i&gt;) symbol. An example is:&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;
     %First:l|Last:u%
&lt;/pre&gt;which indicates that if the first name is available, it should be displayed in lower case characters. If it is not available, then the last name of a person should be displayed in upper case characters if available.&lt;br /&gt;&lt;br /&gt;Instead of parameters, literal strings can also be used. This is done by placing the string between double quotes. An example is:&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;
     %Last:u|&amp;quot;Anon&amp;quot;%
&lt;/pre&gt;which displays the last name of a person in upper case characters if available. If the last name is not available, &amp;quot;Anon&amp;quot;, without the quotes, will be displayed. Using literal strings it is possible to guarantee that always something will be shown.
&lt;h5&gt;Pages, a special parameter&lt;/h5&gt;The &lt;i&gt;Pages&lt;/i&gt; parameter does not follow the regular syntax. Instead, it consists of 3 sets of options separated by a &lt;i&gt;&lt;b&gt;colon&lt;/b&gt;&lt;/i&gt; (&lt;i&gt;&lt;b&gt;:&lt;/b&gt;&lt;/i&gt;) after the parameter's name. The first set indicates the prefix to show if &lt;i&gt;Pages&lt;/i&gt; contains a single page number. The second indicates the prefix to show if &lt;i&gt;Pages&lt;/i&gt; contains a range of pages. The third one contains the remaining options. An example is:&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;
     %Pages:p. :pp. :a2%
&lt;/pre&gt;&lt;br /&gt;&lt;a name="Conditions"&gt;&lt;/a&gt;
&lt;h3&gt;Conditional Brackets&lt;/h3&gt;&lt;i&gt;&lt;b&gt;Braces&lt;/b&gt;&lt;/i&gt; (&lt;i&gt;&lt;b&gt;{&lt;/b&gt;&lt;/i&gt; and &lt;i&gt;&lt;b&gt;}&lt;/b&gt;&lt;/i&gt;) are used by BibWord as conditional brackets. Conditional brackets ensure that data only gets displayed if each parameter within the conditional brackets has a value. That way, leading or trailing literal strings will not be displayed if not required. A basic example is:&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;
  {Vol. %Volume%}
&lt;/pre&gt;which displays &amp;quot;Vol. x&amp;quot; if the variable Volume has an actual value, or displays nothing otherwise. Note that if you do an or'ing of a parameter with a literal string, there will always be output shown. For example:&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;
  {%Edition|&amp;quot;1st&amp;quot;% edition}
&lt;/pre&gt;will display the content of the Edition parameter if available followed by &amp;quot; edition&amp;quot; or, if the parameter is not available, just &amp;quot;1st edition&amp;quot;. So in this example, the conditional brackets are not required.&lt;br /&gt;&lt;br /&gt;Conditional brackets can also be nested. This can be interesting if the way you wish to display a parameter depends on the availability of other parameters. Take the following example:&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;
  { %Volume%{(%Issue%)} }{ no. %Issue% }
&lt;/pre&gt;Depending on the availability of the two parameters Volume and Issue there are 4 different outcomes:
&lt;ul&gt;&lt;li&gt;Volume is available, Issue is available: Volume(Issue) &lt;/li&gt;
&lt;li&gt;Volume is available, Issue is &lt;i&gt;not&lt;/i&gt; available: Volume &lt;/li&gt;
&lt;li&gt;Volume is &lt;i&gt;not&lt;/i&gt; available, Issue is available: no. Issue &lt;/li&gt;
&lt;li&gt;Volume is &lt;i&gt;not&lt;/i&gt; available, Issue is &lt;i&gt;not&lt;/i&gt; available: -&lt;/li&gt;&lt;/ul&gt;
Note that unless the &lt;i&gt;&lt;b&gt;r&lt;/b&gt;&lt;/i&gt; option is added to a parameter, a parameter can only be used once. That explains why you do not get &amp;quot;Volume(Issue) no. Issue&amp;quot; for the first outcome.&lt;br /&gt;&lt;br /&gt;&lt;i&gt;&lt;b&gt;Warning:&lt;/b&gt; Conditional brackets should always be used in a balanced way. When your style does not output anything, you should verify if your brackets are balanced.&lt;/i&gt;&lt;br /&gt;&lt;a name="Examples"&gt;&lt;/a&gt;
&lt;h3&gt;Examples&lt;/h3&gt;&lt;a name="ex1"&gt;&lt;/a&gt;
&lt;h4&gt;Example bibliography format string&lt;/h4&gt;Consider the following journal articles:
&lt;ul&gt;&lt;li&gt;Doe, John. 2009. Creating bibliography styles using BibWord. &lt;i&gt;Modern Bibliography Tools&lt;/i&gt;. &lt;b&gt;25&lt;/b&gt;(3):513-22.&lt;/li&gt;
&lt;li&gt;Bibliographies throughout the ages. 2007. &lt;i&gt;Modern Bibliography Tools&lt;/i&gt;. 3:15-18.&lt;/li&gt;
&lt;li&gt;Doe, Jane. 2005. Bibliographies for dummies. &lt;i&gt;Modern Bibliography Tools&lt;/i&gt;. 51-57.&lt;/li&gt;&lt;/ul&gt;
Now we are going to create a format string step by step.&lt;br /&gt;&lt;br /&gt;The first element in the format string is the author followed by a period:&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;
  {%Author%.}
&lt;/pre&gt;In case there is no author, like in the second example, the title is used instead:&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;
  {%Author|Title%.}
&lt;/pre&gt;Next the year is displayed:&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;
  {%Author|Title%.}{ %Year%.}
&lt;/pre&gt;After the year, the title is displayed:&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;
  {%Author|Title%.}{ %Year%.}{ %Title%.}
&lt;/pre&gt;But what if there is no author? Then the title is already displayed in front of the year. This is not an issue for BibWord as by default, different variables can only be displayed once. So if the title is already displayed at the beginning, it won't be displayed anymore. &lt;br /&gt;&lt;br /&gt;Next we add the name of the journal:&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;
  {%Author|Title%.}{ %Year%.}{ %Title%.}{ %JournalName%.}
&lt;/pre&gt;As you can see from the examples, the name of the journal is displayed in italics. The result of the formatting is actually html code, so to obtain italics, the html italics element &amp;lt;i&amp;gt;&amp;lt;/i&amp;gt; can be used:&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;
  {%Author|Title%.}{ %Year%.}{ %Title%.}{ &amp;amp;lt;i&amp;amp;gt;%JournalName%&amp;amp;lt;/i&amp;amp;gt;.}
&lt;/pre&gt;Note that you should use &amp;amp;lt; for &amp;lt; and &amp;amp;gt; for &amp;gt;.&lt;br /&gt;&lt;br /&gt;So far, the format string was pretty straightforward. Now comes a slightly more difficult part. The difficulty lies in the fact that the formatting changes depending on the elements that are available. The easiest solution is to consider each of the possible cases and generate a format string for them. So here we have:&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;
  { &amp;amp;lt;b&amp;amp;gt;%Volume%&amp;amp;lt;/b&amp;amp;gt;(%Issue%):%Pages:::a2%}
  { &amp;amp;lt;b&amp;amp;gt;%Volume%&amp;amp;lt;/b&amp;amp;gt;(%Issue%)}
  { &amp;amp;lt;b&amp;amp;gt;%Volume%&amp;amp;lt;/b&amp;amp;gt;:%Pages:::a2%}
  { %Issue%:%Pages:::a2%}
  { &amp;amp;lt;b&amp;amp;gt;%Volume%&amp;amp;lt;/b&amp;amp;gt;}
  { %Issue%}
  { %Pages:::a2%}
&lt;/pre&gt;Two points to explain here. The first is the volume being displayed in bold. Just like the &amp;lt;i&amp;gt;&amp;lt;/i&amp;gt; element can be used for italics, the &amp;lt;b&amp;gt;&amp;lt;/b&amp;gt; element can be used for bold.&lt;br /&gt;&lt;br /&gt;The 'a2' as options for the Pages parameter indicates that page ranges should be &lt;i&gt;a&lt;/i&gt;bbreviated and that the second part of the range should have a length of at least 2.&lt;br /&gt;&lt;br /&gt;As BibWord does not allow the reuse of the same element by default, you can put the different format strings after each other starting with those with the most parameters to cover all the cases:&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;
  { &amp;amp;lt;b&amp;amp;gt;%Volume%&amp;amp;lt;/b&amp;amp;gt;(%Issue%):%Pages:::a2%}{ &amp;amp;lt;b&amp;amp;gt;%Volume%&amp;amp;lt;/b&amp;amp;gt;(%Issue%)}{ &amp;amp;lt;b&amp;amp;gt;%Volume%&amp;amp;lt;/b&amp;amp;gt;:%Pages:::a2%}{ %Issue%:%Pages:::a2%}
  { &amp;amp;lt;b&amp;amp;gt;%Volume%&amp;amp;lt;/b&amp;amp;gt;}{ %Issue%}{ %Pages:::a2%}
&lt;/pre&gt; So now that everything is covered, both parts can be put after each other, and a final period can be added:&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;
  {%Author|Title%.}{ %Year%.}{ %Title%.}{ &amp;amp;lt;i&amp;amp;gt;%JournalName%&amp;amp;lt;/i&amp;amp;gt;.}{ &amp;amp;lt;b&amp;amp;gt;%Volume%&amp;amp;lt;/b&amp;amp;gt;(%Issue%):%Pages:::a2%}
  { &amp;amp;lt;b&amp;amp;gt;%Volume%&amp;amp;lt;/b&amp;amp;gt;(%Issue%)}{ &amp;amp;lt;b&amp;amp;gt;%Volume%&amp;amp;lt;/b&amp;amp;gt;:%Pages:::a2%}{ %Issue%:%Pages:::a2%}
  { &amp;amp;lt;b&amp;amp;gt;%Volume%&amp;amp;lt;/b&amp;amp;gt;}{ %Issue%}{ %Pages:::a2%}.
&lt;/pre&gt;&lt;br /&gt;&lt;a name="ex2"&gt;&lt;/a&gt;
&lt;h4&gt;Example contributor format strings&lt;/h4&gt;&lt;pre&gt;
First : Henry
Middle: Alfred
Last  : Kissinger
&lt;/pre&gt;&lt;br /&gt;&lt;pre&gt;
KISSINGER               : {%Last:u%}
Kissinger               : {%Last%}
Kissinger, Henry        : {%Last%}{, %First%}
Kissinger, Henry Alfred : {%Last%}{, %First|Middle%}{ %Middle%}
Kissinger, H. A.        : {%Last%}{, %First:adsp|Middle:adsp%}{ %Middle:adsp%}
Kissinger, H.A.         : {%Last%}{, %First:adp|Middle:adp%}{%Middle:adp%}
Kissinger, H.           : {%Last%}{, %First:adp%}
Kissinger, H A          : {%Last%}{, %First:ads|Middle:ads%}{ %Middle:ads%}
Kissinger, HA           : {%Last%}{, %First:a|Middle:a%}{%Middle:a%}
Kissinger, H            : {%Last%}{, %First:as%}
Kissinger Henry         : {%Last%}{ %First%}
Kissinger Henry Alfred  : {%Last%}{ %First%}{ %Middle%}
Kissinger H. A.         : {%Last%}{ %First:adsp%}{ %Middle:adsp%}
Kissinger H.A.          : {%Last%}{ %First:adp|Middle:adp%}{%Middle:adp%}
Kissinger H.            : {%Last%}{ %First:adp%}
Kissinger H A           : {%Last%}{ %First:ads%}{ %Middle:ads%}
Kissinger HA            : {%Last%}{ %First:a|Middle:a%}{%Middle:a%}
Kissinger H             : {%Last%}{ %First:as%}
Henry Kissinger         : {%First% }{%Last%}
Henry Alfred Kissinger  : {%First% }{%Middle% }{%Last%}
H. A. Kissinger         : {%First:adsp% }{%Middle:adsp% }{%Last%}
H.A. Kissinger          : {%First:adp%}{%Middle:adp%}{ %Last%}
H. Kissinger            : {%First:adp%}{ %Last%}
H A Kissinger           : {%First:ads% }{%Middle:ads% }{%Last%}
HA Kissinger            : {%First:a%}{%Middle:a%}{ %Last%}
H Kissinger             : {%First:as%}{ %Last%}
&lt;/pre&gt;&lt;br /&gt;&lt;a name="ex3"&gt;&lt;/a&gt;
&lt;h4&gt;Example sorting format strings&lt;/h4&gt;&lt;pre&gt;
Order of appearance                   : nothing, this is the default setting for BibWord
Author + Title                        : {%Author:10%} {%Title:a%}
Author + Year + Title                 : {%Author:10|Title:a%} {%Year%} {%Title:a%}
First Author + Year + Other Authors   : {%Author:11r%} {%Year%} {%Author:12%}
First Author + # of Authors + Year    : {%Author:11r%} {%Author:c%} {%Year%}
Date (ascending - oldest first)       : {%Year|&amp;quot;0000&amp;quot;%}{%Month:n|&amp;quot;01&amp;quot;%}{%Day:n|&amp;quot;01&amp;quot;%}
Date (descending - most recent first) : {%Year:i|&amp;quot;9999&amp;quot;%}{%Month:in|&amp;quot;12&amp;quot;%}{%Day:in|&amp;quot;31&amp;quot;%}
&lt;/pre&gt; with the following options for formatting the author:&lt;br /&gt;&lt;br /&gt;&lt;div style="color:Black;background-color:White;"&gt;&lt;pre&gt;
&lt;span style="color:Blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515;"&gt;list&lt;/span&gt; &lt;span style="color:Red;"&gt;id&lt;/span&gt;&lt;span style="color:Blue;"&gt;=&lt;/span&gt;&lt;span style="color:Black;"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color:Blue;"&gt;10&lt;/span&gt;&lt;span style="color:Black;"&gt;&amp;quot;&lt;/span&gt; &lt;span style="color:Red;"&gt;name&lt;/span&gt;&lt;span style="color:Blue;"&gt;=&lt;/span&gt;&lt;span style="color:Black;"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color:Blue;"&gt;all_contributors&lt;/span&gt;&lt;span style="color:Black;"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;
  &lt;span style="color:Blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515;"&gt;single_prefix&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#A31515;"&gt;single_prefix&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;
  &lt;span style="color:Blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515;"&gt;multi_prefix&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#A31515;"&gt;multi_prefix&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;
  &lt;span style="color:Blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515;"&gt;corporate&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;{%Corporate%}&lt;span style="color:Blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#A31515;"&gt;corporate&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;
  &lt;span style="color:Blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515;"&gt;first_person&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;{%Last|First|Middle%}{ %First%}{ %Middle%}&lt;span style="color:Blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#A31515;"&gt;first_person&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;
  &lt;span style="color:Blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515;"&gt;other_persons&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;{%Last|First|Middle%}{ %First%}{ %Middle%}&lt;span style="color:Blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#A31515;"&gt;other_persons&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;
  &lt;span style="color:Blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515;"&gt;separator_between_if_two&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt; &lt;span style="color:Blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#A31515;"&gt;separator_between_if_two&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;
  &lt;span style="color:Blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515;"&gt;separator_between_if_more_than_two&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt; &lt;span style="color:Blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#A31515;"&gt;separator_between_if_more_than_two&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;
  &lt;span style="color:Blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515;"&gt;separator_before_last&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#A31515;"&gt;separator_before_last&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;
  &lt;span style="color:Blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515;"&gt;max_number_of_persons_to_display&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;500&lt;span style="color:Blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#A31515;"&gt;max_number_of_persons_to_display&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;
  &lt;span style="color:Blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515;"&gt;number_of_persons_to_display_if_more_than_max&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;500&lt;span style="color:Blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#A31515;"&gt;number_of_persons_to_display_if_more_than_max&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;
  &lt;span style="color:Blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515;"&gt;overflow&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#A31515;"&gt;overflow&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;
  &lt;span style="color:Blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515;"&gt;single_suffix&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#A31515;"&gt;single_suffix&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;
  &lt;span style="color:Blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515;"&gt;multi_suffix&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#A31515;"&gt;multi_suffix&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;
&lt;span style="color:Blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#A31515;"&gt;list&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;

&lt;span style="color:Blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515;"&gt;list&lt;/span&gt; &lt;span style="color:Red;"&gt;id&lt;/span&gt;&lt;span style="color:Blue;"&gt;=&lt;/span&gt;&lt;span style="color:Black;"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color:Blue;"&gt;11&lt;/span&gt;&lt;span style="color:Black;"&gt;&amp;quot;&lt;/span&gt; &lt;span style="color:Red;"&gt;name&lt;/span&gt;&lt;span style="color:Blue;"&gt;=&lt;/span&gt;&lt;span style="color:Black;"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color:Blue;"&gt;first_contributor&lt;/span&gt;&lt;span style="color:Black;"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;
  &lt;span style="color:Blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515;"&gt;single_prefix&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#A31515;"&gt;single_prefix&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;
  &lt;span style="color:Blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515;"&gt;multi_prefix&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#A31515;"&gt;multi_prefix&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;
  &lt;span style="color:Blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515;"&gt;corporate&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;{%Corporate%}&lt;span style="color:Blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#A31515;"&gt;corporate&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;
  &lt;span style="color:Blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515;"&gt;first_person&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;{%Last|First|Middle%}{ %First%}{ %Middle%}&lt;span style="color:Blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#A31515;"&gt;first_person&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;
  &lt;span style="color:Blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515;"&gt;other_persons&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#A31515;"&gt;other_persons&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;
  &lt;span style="color:Blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515;"&gt;separator_between_if_two&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt; &lt;span style="color:Blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#A31515;"&gt;separator_between_if_two&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;
  &lt;span style="color:Blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515;"&gt;separator_between_if_more_than_two&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt; &lt;span style="color:Blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#A31515;"&gt;separator_between_if_more_than_two&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;
  &lt;span style="color:Blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515;"&gt;separator_before_last&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#A31515;"&gt;separator_before_last&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;
  &lt;span style="color:Blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515;"&gt;max_number_of_persons_to_display&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;500&lt;span style="color:Blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#A31515;"&gt;max_number_of_persons_to_display&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;
  &lt;span style="color:Blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515;"&gt;number_of_persons_to_display_if_more_than_max&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;500&lt;span style="color:Blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#A31515;"&gt;number_of_persons_to_display_if_more_than_max&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;
  &lt;span style="color:Blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515;"&gt;overflow&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#A31515;"&gt;overflow&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;
  &lt;span style="color:Blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515;"&gt;single_suffix&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#A31515;"&gt;single_suffix&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;
  &lt;span style="color:Blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515;"&gt;multi_suffix&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#A31515;"&gt;multi_suffix&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;
&lt;span style="color:Blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#A31515;"&gt;list&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;

&lt;span style="color:Blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515;"&gt;list&lt;/span&gt; &lt;span style="color:Red;"&gt;id&lt;/span&gt;&lt;span style="color:Blue;"&gt;=&lt;/span&gt;&lt;span style="color:Black;"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color:Blue;"&gt;12&lt;/span&gt;&lt;span style="color:Black;"&gt;&amp;quot;&lt;/span&gt; &lt;span style="color:Red;"&gt;name&lt;/span&gt;&lt;span style="color:Blue;"&gt;=&lt;/span&gt;&lt;span style="color:Black;"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color:Blue;"&gt;second_and_later_contributor&lt;/span&gt;&lt;span style="color:Black;"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;
  &lt;span style="color:Blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515;"&gt;single_prefix&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#A31515;"&gt;single_prefix&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;
  &lt;span style="color:Blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515;"&gt;multi_prefix&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#A31515;"&gt;multi_prefix&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;
  &lt;span style="color:Blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515;"&gt;corporate&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;{%Corporate%}&lt;span style="color:Blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#A31515;"&gt;corporate&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;
  &lt;span style="color:Blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515;"&gt;first_person&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#A31515;"&gt;first_person&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;
  &lt;span style="color:Blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515;"&gt;other_persons&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;{%Last|First|Middle%}{ %First%}{ %Middle%}&lt;span style="color:Blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#A31515;"&gt;other_persons&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;
  &lt;span style="color:Blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515;"&gt;separator_between_if_two&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt; &lt;span style="color:Blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#A31515;"&gt;separator_between_if_two&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;
  &lt;span style="color:Blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515;"&gt;separator_between_if_more_than_two&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt; &lt;span style="color:Blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#A31515;"&gt;separator_between_if_more_than_two&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;
  &lt;span style="color:Blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515;"&gt;separator_before_last&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#A31515;"&gt;separator_before_last&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;
  &lt;span style="color:Blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515;"&gt;max_number_of_persons_to_display&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;500&lt;span style="color:Blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#A31515;"&gt;max_number_of_persons_to_display&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;
  &lt;span style="color:Blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515;"&gt;number_of_persons_to_display_if_more_than_max&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;500&lt;span style="color:Blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#A31515;"&gt;number_of_persons_to_display_if_more_than_max&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;
  &lt;span style="color:Blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515;"&gt;overflow&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#A31515;"&gt;overflow&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;
  &lt;span style="color:Blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515;"&gt;single_suffix&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#A31515;"&gt;single_suffix&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;
  &lt;span style="color:Blue;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515;"&gt;multi_suffix&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#A31515;"&gt;multi_suffix&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;
&lt;span style="color:Blue;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#A31515;"&gt;list&lt;/span&gt;&lt;span style="color:Blue;"&gt;&amp;gt;&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>Yves</author><pubDate>Thu, 12 Nov 2009 23:00:37 GMT</pubDate><guid isPermaLink="false">Updated Wiki: BibWord Format Strings 20091112110037P</guid></item><item><title>Updated Wiki: Documentation</title><link>http://bibword.codeplex.com/documentation?version=1</link><description>&lt;div class="wikidoc"&gt;&lt;h3&gt;The Styles&lt;/h3&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://bibword.codeplex.com/wikipage?title=Styles&amp;referringTitle=Documentation"&gt;Styles&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;h3&gt;The Tools&lt;/h3&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://bibword.codeplex.com/wikipage?title=BibWord&amp;referringTitle=Documentation"&gt;BibWord&lt;/a&gt; : the template on top of which the styles are created&lt;/li&gt;
&lt;li&gt;&lt;a href="http://bibword.codeplex.com/wikipage?title=BibWord%20Extender&amp;referringTitle=Documentation"&gt;BibWord Extender&lt;/a&gt; : the external application used to add extra functionality like year suffices to the Word bibliography tools&lt;/li&gt;
&lt;li&gt;&lt;a href="http://bibword.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=15976"&gt;BibType&lt;/a&gt; : an application to extend the available fields and types&lt;/li&gt;&lt;/ul&gt;
&lt;h3&gt;Creating and Editing Styles&lt;/h3&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://bibword.codeplex.com/wikipage?title=BibWord%20Format%20Strings&amp;referringTitle=Documentation"&gt;Format Strings&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>Yves</author><pubDate>Thu, 12 Nov 2009 22:59:46 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Documentation 20091112105946P</guid></item><item><title>Updated Wiki: History</title><link>http://bibword.codeplex.com/wikipage?title=History&amp;version=7</link><description>&lt;div class="wikidoc"&gt;&lt;h2&gt;Project History&lt;/h2&gt;&lt;a name="BibWord"&gt;&lt;/a&gt;
&lt;h3&gt;BibWord&lt;/h3&gt;&lt;b&gt;BibWord v.2.7&lt;/b&gt; (25/10/2009)
&lt;ul&gt;&lt;li&gt;added the 'n' option to always display Month and MonthAccessed with 2 digits &lt;/li&gt;
&lt;li&gt;added the 'i' option to invert Month and MonthAccessed (13 - Month) (useful for sorting purposes) &lt;/li&gt;
&lt;li&gt;added the 'i' option to invert Day and DayAccessed (32 - Month) (useful for sorting purposes) &lt;/li&gt;
&lt;li&gt;added the 's' option to SourceType&lt;/li&gt;
&lt;li&gt;fixed a bug in the options of Year and YearAccessed formatting where the options were ignored in combination with the 'r' flag&lt;/li&gt;&lt;/ul&gt;
&lt;b&gt;BibWord v.2.6&lt;/b&gt; (27/09/2009)
&lt;ul&gt;&lt;li&gt;added the 'i' option to invert Year and YearAccessed (9999 - Year) (useful for sorting purposes) &lt;/li&gt;
&lt;li&gt;added the 'a' option to abbreviate Corporate contributors&lt;/li&gt;
&lt;li&gt;grouped and cleaned up all sorting functionality&lt;/li&gt;&lt;/ul&gt;
&lt;b&gt;BibWord v.2.5&lt;/b&gt; (10/05/2009)
&lt;ul&gt;&lt;li&gt;added the 'm' option to title formatting to allow for the selection of the master title&lt;/li&gt;
&lt;li&gt;added the 's' option to title formatting to allow for the selection of the sub title&lt;/li&gt;
&lt;li&gt;added the 'f' option to title formatting to capitalize the first word&lt;/li&gt;
&lt;li&gt;extended the 'a' option so now other articles then 'a', 'an', and 'the' can be moved to the end (i18n)&lt;/li&gt;
&lt;li&gt;fixed bug in name abbreviation where abbreviated parts without spaces did get further abbreviated (A.B. became A.)&lt;/li&gt;
&lt;li&gt;fixed a display bug where an URL between &amp;lt; and &amp;gt; was not shown&lt;/li&gt;&lt;/ul&gt;
&lt;b&gt;BibWord v.2.4&lt;/b&gt; (26/04/2009)
&lt;ul&gt;&lt;li&gt;added default 'MsoBibliography' style to footnote citations (Word 2008 only)&lt;/li&gt;
&lt;li&gt;added a 'c' option to contributors so they can be counted (e.g. %Author:c%)&lt;/li&gt;
&lt;li&gt;fixed a year suffix issue where sources where not sorted but still required year suffices&lt;/li&gt;&lt;/ul&gt;
&lt;b&gt;BibWord v.2.3&lt;/b&gt; (26/02/2009)
&lt;ul&gt;&lt;li&gt;added functionality to make in-text citations links which point to their accompanying bibliography entry through the citationaslink element in the general section &lt;/li&gt;
&lt;li&gt;added a version variable at the end of the stylesheet (for easier BibWord updates)&lt;/li&gt;
&lt;li&gt;removed an obsolete debugging routine &lt;/li&gt;&lt;/ul&gt;
&lt;b&gt;BibWord v.2.2&lt;/b&gt; (17/02/2009) 
&lt;ul&gt;&lt;li&gt;added support for b:FootnoteCitation (Word 2008)&lt;/li&gt;
&lt;li&gt;added support for b:Description (Word 2008)&lt;/li&gt;
&lt;li&gt;added support for b:updateURL (Word 2008)&lt;/li&gt;&lt;/ul&gt;
&lt;b&gt;BibWord v.2.1&lt;/b&gt; (11/02/2009) 
&lt;ul&gt;&lt;li&gt;changed both the file encoding and output encoding to utf-8 (Word 2008 support)&lt;/li&gt;
&lt;li&gt;changed html output encoding to utf-8 (Word 2008 support)&lt;/li&gt;&lt;/ul&gt;
&lt;b&gt;BibWord v.2.0&lt;/b&gt; (04/02/2009) 
&lt;ul&gt;&lt;li&gt;renamed all key variables to skey to prevent double definition of key when the stylesheet is used in combination with Internet Explorer&lt;/li&gt;
&lt;li&gt;fixed a recursion bug in the get-person-parameter routine&lt;/li&gt;&lt;/ul&gt;
&lt;b&gt;BibWord v.1.9&lt;/b&gt; (08/12/2008) 
&lt;ul&gt;&lt;li&gt;added the possibility to format placeholders using the 'Placeholder' type for sources&lt;/li&gt;
&lt;li&gt;fixed two bugs in the abbreviate-name routine (reported by ilbajec)&lt;/li&gt;&lt;/ul&gt;
&lt;b&gt;BibWord v.1.8&lt;/b&gt; (29/11/2008) 
&lt;ul&gt;&lt;li&gt;simplified ordinal formatting &lt;/li&gt;
&lt;li&gt;introduced roman numerals for CitationVolume, Edition, Month, MonthAccessed, and Volume &lt;/li&gt;
&lt;li&gt;added the possibility to specify a minimum length for abbreviated pages (e.g. 'a2': 135-137 becomes 135-37 rather than 135-7)&lt;/li&gt;
&lt;li&gt;fixed a bug in the recursion where sometimes a field was marked as used while it was not&lt;/li&gt;&lt;/ul&gt;
&lt;b&gt;BibWord v.1.7&lt;/b&gt; (23/11/2008) 
&lt;ul&gt;&lt;li&gt;fixed a bug influencing all BibWord extensions&lt;/li&gt;&lt;/ul&gt;
&lt;b&gt;BibWord v.1.6&lt;/b&gt; (22/11/2008)
&lt;ul&gt;&lt;li&gt;added the option to display only the first page of a range of pages &lt;/li&gt;
&lt;li&gt;added the option to display the ordinal suffix in superscript&lt;/li&gt;
&lt;li&gt;fixed a bug in the formatting of ordinals where sometimes the wrong suffix was shown &lt;/li&gt;
&lt;li&gt;fixed a bug in the abbreviation of pages where sometimes nothing was shown&lt;/li&gt;&lt;/ul&gt;
&lt;b&gt;BibWord v.1.5&lt;/b&gt; (11/11/2008)
&lt;ul&gt;&lt;li&gt;fixed a namelist formatting bug where the wrong separator was displayed before the last contributor and the overflow &lt;/li&gt;
&lt;li&gt;fixed a bug in the formatting of ordinals &lt;/li&gt;
&lt;li&gt;added 4 new variables for in-text citations: CitationPages, CitationPrefix, CitationSuffix, CitationVolume &lt;/li&gt;
&lt;li&gt;added support for abbreviating and extending page ranges (e.g. 137-139 =&amp;gt; 137-9) &lt;/li&gt;
&lt;li&gt;added support for year suffices (requires the BibWord Extender tool)&lt;/li&gt;&lt;/ul&gt;
&lt;b&gt;BibWord v.1.4&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;fixed a recursion error where variables got marked as being used while they were not &lt;/li&gt;
&lt;li&gt;added 'r' parameter to all variables allowing variables being used multiple times within the same format &lt;/li&gt;
&lt;li&gt;added day formatting options &lt;/li&gt;
&lt;li&gt;added the possibility to use string laterals instead of variables (e.g.: %Author:2|&amp;quot;Anonymous&amp;quot;%) &lt;/li&gt;
&lt;li&gt;changed name abbreviation to support the display and/or removal of dashes and spaces between name parts &lt;/li&gt;
&lt;li&gt;added a possibility to display an error message when there is no formatting information for a source string&lt;/li&gt;&lt;/ul&gt;
&lt;b&gt;BibWord v.1.3&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;fixed the way the 'x' at the start and the end of a bibliography are hidden in case tables are used&lt;/li&gt;&lt;/ul&gt;
&lt;b&gt;BibWord v.1.2&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;added month formatting&lt;/li&gt;&lt;/ul&gt;
&lt;b&gt;BibWord v.1.1&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;added the BibOrder extension&lt;/li&gt;&lt;/ul&gt;
&lt;b&gt;BibWord v.1.0&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;initial release&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;a name="Extender"&gt;&lt;/a&gt;
&lt;h3&gt;BibWord Extender&lt;/h3&gt;&lt;b&gt;BibWord Extender v.2.0&lt;/b&gt; (16/03/2009) 
&lt;ul&gt;&lt;li&gt;runs on Mono&lt;/li&gt;
&lt;li&gt;allows for selection of a different style directory than the default one &lt;/li&gt;
&lt;li&gt;allows for creating backups of your file (just so you can always be on the safe side) &lt;/li&gt;
&lt;li&gt;handles non-BibWord styles better&lt;/li&gt;&lt;/ul&gt;
&lt;b&gt;BibWord Extender v.1.2&lt;/b&gt; (11/02/2009) 
&lt;ul&gt;&lt;li&gt;fixed encoding issue (this should hopefully also fix the \u2013 issues some people reported)&lt;/li&gt;&lt;/ul&gt;
&lt;b&gt;BibWord Extender v.1.1&lt;/b&gt; (06/12/2008) 
&lt;ul&gt;&lt;li&gt;made stylesheet encoding independent&lt;/li&gt;
&lt;li&gt;compiled targetting x86 so registry access on a 64 bit machine does not fail &lt;/li&gt;&lt;/ul&gt;
&lt;b&gt;BibWord Extender v.1.0&lt;/b&gt; (16/11/2008)
&lt;ul&gt;&lt;li&gt;initial release&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;a name="BibOrder"&gt;&lt;/a&gt;
&lt;h3&gt;BibOrder &lt;i&gt;(deprecated)&lt;/i&gt;&lt;/h3&gt;&lt;b&gt;BibOrder v.1.0&lt;/b&gt; (5/9/2008)
&lt;ul&gt;&lt;li&gt;initial release&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;a name="BibType"&gt;&lt;/a&gt;
&lt;h3&gt;BibType&lt;/h3&gt;&lt;b&gt;BibType v.1.0&lt;/b&gt; (4/8/2008)
&lt;ul&gt;&lt;li&gt;initial release&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>Yves</author><pubDate>Sat, 24 Oct 2009 22:40:19 GMT</pubDate><guid isPermaLink="false">Updated Wiki: History 20091024104019P</guid></item><item><title>Updated Wiki: BibWord</title><link>http://bibword.codeplex.com/wikipage?title=BibWord&amp;version=19</link><description>&lt;div class="wikidoc"&gt;&lt;h2&gt;BibWord&lt;/h2&gt;&lt;a href="http://bibword.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=34918"&gt;Latest version (v.2.7)&lt;/a&gt;
&lt;h4&gt;Introduction&lt;/h4&gt;Starting with Microsoft Word 2007, customers with knowledge of XML and XSLT can create their own stylesheets to format citation and bibliography fields within their Word documents. Although still in its infancy, the technology looks very promising for everyone interested in writing scientific articles. Unfortunately, the technology is poorly documented and for most customers the stylesheets which come with Word are overly complex to be used as a guideline for developing new stylesheets.&lt;br /&gt;&lt;br /&gt;&lt;i&gt;BibWord&lt;/i&gt; is an XSLT template which attempts to simplify the process of creating new bibliography styles. With the help of the &lt;i&gt;BibWord Extender&lt;/i&gt; tool, the functionality of the bibliography styles can even be extended.
&lt;h4&gt;Advantages&lt;/h4&gt;Some of the advantages of the &lt;i&gt;BibWord&lt;/i&gt; approach are:
&lt;ul&gt;&lt;li&gt;the elimination of the need to understand and write XSLT;&lt;/li&gt;
&lt;li&gt;the introduction of a simple conditional language to format reference data depending on its availability;&lt;/li&gt;
&lt;li&gt;the grouping of all formatting information allowing users to update or change existing BibWord styles in seconds;&lt;/li&gt;
&lt;li&gt;the possibility to use numerical in-text citations based on the order of the bibliography entries through the &lt;a href="http://bibword.codeplex.com/wikipage?title=BibWord%20Extender&amp;referringTitle=BibWord"&gt;BibWord Extender&lt;/a&gt; tool;&lt;/li&gt;
&lt;li&gt;the possibility to use year suffices if the same author published multiple works in the same year through the &lt;a href="http://bibword.codeplex.com/wikipage?title=BibWord%20Extender&amp;referringTitle=BibWord"&gt;BibWord Extender&lt;/a&gt; tool. &lt;/li&gt;&lt;/ul&gt;
&lt;h4&gt;Information&lt;/h4&gt;More information on the formatting capabilities of &lt;i&gt;BibWord&lt;/i&gt; can be found:
&lt;ul&gt;&lt;li&gt;in the 'BibWord Guide' which comes with each release;&lt;/li&gt;
&lt;li&gt;in the style template which comes with an example for formatting books;&lt;/li&gt;
&lt;li&gt;in a number of publically available styles implemented so far;&lt;/li&gt;
&lt;li&gt;in this &lt;a href="http://bibword.codeplex.com/wikipage?title=Tutorial&amp;referringTitle=BibWord"&gt;tutorial&lt;/a&gt;.&lt;/li&gt;&lt;/ul&gt;
&lt;h4&gt;License&lt;/h4&gt;&lt;i&gt;BibWord&lt;/i&gt; is currently &lt;a href="http://www.codeplex.com/bibliography/license" class="externalLink"&gt;licensed&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; under the MIT license. If you have problems with this license and still want to use &lt;i&gt;BibWord&lt;/i&gt;, please contact the project coordinators to discuss alternative licensing policies. 
&lt;h4&gt;History&lt;/h4&gt;See &lt;a href="http://bibword.codeplex.com/wikipage?title=History&amp;referringTitle=BibWord&amp;ANCHOR#BibWord"&gt;project history&lt;/a&gt;.&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>Yves</author><pubDate>Sat, 24 Oct 2009 22:38:21 GMT</pubDate><guid isPermaLink="false">Updated Wiki: BibWord 20091024103821P</guid></item><item><title>Updated Wiki: Home</title><link>http://bibword.codeplex.com/Wiki/View.aspx?title=Home&amp;version=58</link><description>&lt;div class="wikidoc"&gt;&lt;h3&gt;Introduction&lt;/h3&gt;BibWord makes it easier to create and manipulate Microsoft Word citation and bibliography styles. BibWord also resolves several limitations of the basic implementation by Microsoft.&lt;br /&gt;For end-users, BibWord offers a collection of easy to use styles.
&lt;h3&gt;For End-Users &lt;i&gt;(updated May 10, 2009)&lt;/i&gt;&lt;/h3&gt;&lt;b&gt;Styles&lt;/b&gt;&lt;br /&gt;A collection of &lt;a href="http://bibword.codeplex.com/Wiki/View.aspx?title=Styles"&gt;styles&lt;/a&gt; created using the BibWord template. Styles include:
&lt;ul&gt;&lt;li&gt;Associa&amp;#231;&amp;#227;o Brasileira de Normas T&amp;#233;cnicas (ABNT)&lt;/li&gt;
&lt;li&gt;Association for Computing Machinery (ACM)&lt;/li&gt;
&lt;li&gt;American Chemical Society (ACS)&lt;/li&gt;
&lt;li&gt;American Medical Association (AMA)&lt;/li&gt;
&lt;li&gt;American Sociological Association (ASA)&lt;/li&gt;
&lt;li&gt;Council of Science Editors (CSE)&lt;/li&gt;
&lt;li&gt;Harvard AGPS - Anglia - Exeter - Leeds&lt;/li&gt;
&lt;li&gt;Humana Press&lt;/li&gt;
&lt;li&gt;IEEE&lt;/li&gt;
&lt;li&gt;Lecture Notes in Computer Science (LNCS)&lt;/li&gt;
&lt;li&gt;Modern Humanities Research Association (MHRA)&lt;/li&gt;
&lt;li&gt;Nature&lt;/li&gt;
&lt;li&gt;Vancouver&lt;/li&gt;
&lt;li&gt;&lt;a href="http://bibword.codeplex.com/Wiki/View.aspx?title=Styles"&gt;...&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;b&gt;BibWord Extender&lt;/b&gt;&lt;br /&gt;A &lt;a href="http://bibword.codeplex.com/Wiki/View.aspx?title=BibWord%20Extender"&gt;tool&lt;/a&gt; for creating numeric in-text citations based on the ordering of the bibliographic entries. With some styles, it can also be used to generate year suffices.
&lt;h3&gt;For Developers &lt;i&gt;(updated September 27, 2009)&lt;/i&gt;&lt;/h3&gt;&lt;b&gt;&lt;i&gt;Tools&lt;/i&gt;&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;&lt;a href="http://bibword.codeplex.com/Wiki/View.aspx?title=BibWord"&gt;BibWord&lt;/a&gt; - A template for the creation of Word 2007/2008 bibliography styles. Styles created using the template can be easily maintained or adjusted by others.&lt;/li&gt;
&lt;li&gt;&lt;a href="http://bibword.codeplex.com/Wiki/View.aspx?title=BibWord%20Extender"&gt;BibWord Extender&lt;/a&gt; - An extension of BibWord for creating both numeric in-text citations based on the ordering of the bibliographic entries and year suffices. This can only be used with BibWord styles.&lt;/li&gt;
&lt;li&gt;&lt;a href="http://bibword.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=15976"&gt;BibType&lt;/a&gt; - A command-line tool for the creation and adaptation of the content of the GUI for editing sources within Word 2007 &lt;i&gt;(bibform.xml)&lt;/i&gt;. &lt;/li&gt;&lt;/ul&gt;
&lt;b&gt;&lt;i&gt;FAQ&lt;/i&gt;&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;List of &lt;a href="http://bibword.codeplex.com/Wiki/View.aspx?title=FAQ"&gt;FAQ&lt;/a&gt; questions for people creating their own stylesheets from scratch or adjusting the predefined Word 2007 bibliography styles.&lt;/li&gt;&lt;/ul&gt;
&lt;h3&gt;Older stuff&lt;/h3&gt;A number of older stylesheets and templates. They are no longer supported.
&lt;ul&gt;&lt;li&gt;&lt;a href="http://bibword.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=15365"&gt;IEEE style v.2.5&lt;/a&gt; - an older pre-BibWord version of the IEEE style. Use the BibWord replacements instead.&lt;/li&gt;
&lt;li&gt;&lt;a href="http://bibword.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=13180"&gt;Template&lt;/a&gt; using a two column layout for bibliographies.&lt;/li&gt;
&lt;li&gt;&lt;a href="http://bibword.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=13789"&gt;Template&lt;/a&gt; with extension capabilities such as sorting.&lt;/li&gt;
&lt;li&gt;&lt;a href="http://bibword.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=17130"&gt;BibOrder&lt;/a&gt; - An extension of BibWord for creating both numeric in-text citations based on the ordering of the bibliographic entries and year suffices. This can only be used with BibWord styles. &lt;i&gt;(deprecated, use &lt;a href="http://bibword.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=19474"&gt;BibWord Extender&lt;/a&gt; instead)&lt;/i&gt;&lt;/li&gt;
&lt;li&gt;A number of requested styles based on the original Word 2007 styles.&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>Yves</author><pubDate>Sun, 27 Sep 2009 19:07:32 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20090927070732P</guid></item><item><title>Updated Wiki: History</title><link>http://bibword.codeplex.com/Wiki/View.aspx?title=History&amp;version=6</link><description>&lt;div class="wikidoc"&gt;&lt;h2&gt;Project History&lt;/h2&gt;&lt;a name="BibWord"&gt;&lt;/a&gt;
&lt;h3&gt;BibWord&lt;/h3&gt;&lt;b&gt;BibWord v.2.6&lt;/b&gt; (27/09/2009)
&lt;ul&gt;&lt;li&gt;added the 'i' option to invert Year and YearAccessed (9999 - Year) (useful for sorting purposes) &lt;/li&gt;
&lt;li&gt;added the 'a' option to abbreviate Corporate contributors&lt;/li&gt;
&lt;li&gt;grouped and cleaned up all sorting functionality&lt;/li&gt;&lt;/ul&gt;
&lt;b&gt;BibWord v.2.5&lt;/b&gt; (10/05/2009)
&lt;ul&gt;&lt;li&gt;added the 'm' option to title formatting to allow for the selection of the master title&lt;/li&gt;
&lt;li&gt;added the 's' option to title formatting to allow for the selection of the sub title&lt;/li&gt;
&lt;li&gt;added the 'f' option to title formatting to capitalize the first word&lt;/li&gt;
&lt;li&gt;extended the 'a' option so now other articles then 'a', 'an', and 'the' can be moved to the end (i18n)&lt;/li&gt;
&lt;li&gt;fixed bug in name abbreviation where abbreviated parts without spaces did get further abbreviated (A.B. became A.)&lt;/li&gt;
&lt;li&gt;fixed a display bug where an URL between &amp;lt; and &amp;gt; was not shown&lt;/li&gt;&lt;/ul&gt;
&lt;b&gt;BibWord v.2.4&lt;/b&gt; (26/04/2009)
&lt;ul&gt;&lt;li&gt;added default 'MsoBibliography' style to footnote citations (Word 2008 only)&lt;/li&gt;
&lt;li&gt;added a 'c' option to contributors so they can be counted (e.g. %Author:c%)&lt;/li&gt;
&lt;li&gt;fixed a year suffix issue where sources where not sorted but still required year suffices&lt;/li&gt;&lt;/ul&gt;
&lt;b&gt;BibWord v.2.3&lt;/b&gt; (26/02/2009)
&lt;ul&gt;&lt;li&gt;added functionality to make in-text citations links which point to their accompanying bibliography entry through the citationaslink element in the general section &lt;/li&gt;
&lt;li&gt;added a version variable at the end of the stylesheet (for easier BibWord updates)&lt;/li&gt;
&lt;li&gt;removed an obsolete debugging routine &lt;/li&gt;&lt;/ul&gt;
&lt;b&gt;BibWord v.2.2&lt;/b&gt; (17/02/2009) 
&lt;ul&gt;&lt;li&gt;added support for b:FootnoteCitation (Word 2008)&lt;/li&gt;
&lt;li&gt;added support for b:Description (Word 2008)&lt;/li&gt;
&lt;li&gt;added support for b:updateURL (Word 2008)&lt;/li&gt;&lt;/ul&gt;
&lt;b&gt;BibWord v.2.1&lt;/b&gt; (11/02/2009) 
&lt;ul&gt;&lt;li&gt;changed both the file encoding and output encoding to utf-8 (Word 2008 support)&lt;/li&gt;
&lt;li&gt;changed html output encoding to utf-8 (Word 2008 support)&lt;/li&gt;&lt;/ul&gt;
&lt;b&gt;BibWord v.2.0&lt;/b&gt; (04/02/2009) 
&lt;ul&gt;&lt;li&gt;renamed all key variables to skey to prevent double definition of key when the stylesheet is used in combination with Internet Explorer&lt;/li&gt;
&lt;li&gt;fixed a recursion bug in the get-person-parameter routine&lt;/li&gt;&lt;/ul&gt;
&lt;b&gt;BibWord v.1.9&lt;/b&gt; (08/12/2008) 
&lt;ul&gt;&lt;li&gt;added the possibility to format placeholders using the 'Placeholder' type for sources&lt;/li&gt;
&lt;li&gt;fixed two bugs in the abbreviate-name routine (reported by ilbajec)&lt;/li&gt;&lt;/ul&gt;
&lt;b&gt;BibWord v.1.8&lt;/b&gt; (29/11/2008) 
&lt;ul&gt;&lt;li&gt;simplified ordinal formatting &lt;/li&gt;
&lt;li&gt;introduced roman numerals for CitationVolume, Edition, Month, MonthAccessed, and Volume &lt;/li&gt;
&lt;li&gt;added the possibility to specify a minimum length for abbreviated pages (e.g. 'a2': 135-137 becomes 135-37 rather than 135-7)&lt;/li&gt;
&lt;li&gt;fixed a bug in the recursion where sometimes a field was marked as used while it was not&lt;/li&gt;&lt;/ul&gt;
&lt;b&gt;BibWord v.1.7&lt;/b&gt; (23/11/2008) 
&lt;ul&gt;&lt;li&gt;fixed a bug influencing all BibWord extensions&lt;/li&gt;&lt;/ul&gt;
&lt;b&gt;BibWord v.1.6&lt;/b&gt; (22/11/2008)
&lt;ul&gt;&lt;li&gt;added the option to display only the first page of a range of pages &lt;/li&gt;
&lt;li&gt;added the option to display the ordinal suffix in superscript&lt;/li&gt;
&lt;li&gt;fixed a bug in the formatting of ordinals where sometimes the wrong suffix was shown &lt;/li&gt;
&lt;li&gt;fixed a bug in the abbreviation of pages where sometimes nothing was shown&lt;/li&gt;&lt;/ul&gt;
&lt;b&gt;BibWord v.1.5&lt;/b&gt; (11/11/2008)
&lt;ul&gt;&lt;li&gt;fixed a namelist formatting bug where the wrong separator was displayed before the last contributor and the overflow &lt;/li&gt;
&lt;li&gt;fixed a bug in the formatting of ordinals &lt;/li&gt;
&lt;li&gt;added 4 new variables for in-text citations: CitationPages, CitationPrefix, CitationSuffix, CitationVolume &lt;/li&gt;
&lt;li&gt;added support for abbreviating and extending page ranges (e.g. 137-139 =&amp;gt; 137-9) &lt;/li&gt;
&lt;li&gt;added support for year suffices (requires the BibWord Extender tool)&lt;/li&gt;&lt;/ul&gt;
&lt;b&gt;BibWord v.1.4&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;fixed a recursion error where variables got marked as being used while they were not &lt;/li&gt;
&lt;li&gt;added 'r' parameter to all variables allowing variables being used multiple times within the same format &lt;/li&gt;
&lt;li&gt;added day formatting options &lt;/li&gt;
&lt;li&gt;added the possibility to use string laterals instead of variables (e.g.: %Author:2|&amp;quot;Anonymous&amp;quot;%) &lt;/li&gt;
&lt;li&gt;changed name abbreviation to support the display and/or removal of dashes and spaces between name parts &lt;/li&gt;
&lt;li&gt;added a possibility to display an error message when there is no formatting information for a source string&lt;/li&gt;&lt;/ul&gt;
&lt;b&gt;BibWord v.1.3&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;fixed the way the 'x' at the start and the end of a bibliography are hidden in case tables are used&lt;/li&gt;&lt;/ul&gt;
&lt;b&gt;BibWord v.1.2&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;added month formatting&lt;/li&gt;&lt;/ul&gt;
&lt;b&gt;BibWord v.1.1&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;added the BibOrder extension&lt;/li&gt;&lt;/ul&gt;
&lt;b&gt;BibWord v.1.0&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;initial release&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;a name="Extender"&gt;&lt;/a&gt;
&lt;h3&gt;BibWord Extender&lt;/h3&gt;&lt;b&gt;BibWord Extender v.2.0&lt;/b&gt; (16/03/2009) 
&lt;ul&gt;&lt;li&gt;runs on Mono&lt;/li&gt;
&lt;li&gt;allows for selection of a different style directory than the default one &lt;/li&gt;
&lt;li&gt;allows for creating backups of your file (just so you can always be on the safe side) &lt;/li&gt;
&lt;li&gt;handles non-BibWord styles better&lt;/li&gt;&lt;/ul&gt;
&lt;b&gt;BibWord Extender v.1.2&lt;/b&gt; (11/02/2009) 
&lt;ul&gt;&lt;li&gt;fixed encoding issue (this should hopefully also fix the \u2013 issues some people reported)&lt;/li&gt;&lt;/ul&gt;
&lt;b&gt;BibWord Extender v.1.1&lt;/b&gt; (06/12/2008) 
&lt;ul&gt;&lt;li&gt;made stylesheet encoding independent&lt;/li&gt;
&lt;li&gt;compiled targetting x86 so registry access on a 64 bit machine does not fail &lt;/li&gt;&lt;/ul&gt;
&lt;b&gt;BibWord Extender v.1.0&lt;/b&gt; (16/11/2008)
&lt;ul&gt;&lt;li&gt;initial release&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;a name="BibOrder"&gt;&lt;/a&gt;
&lt;h3&gt;BibOrder &lt;i&gt;(deprecated)&lt;/i&gt;&lt;/h3&gt;&lt;b&gt;BibOrder v.1.0&lt;/b&gt; (5/9/2008)
&lt;ul&gt;&lt;li&gt;initial release&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;a name="BibType"&gt;&lt;/a&gt;
&lt;h3&gt;BibType&lt;/h3&gt;&lt;b&gt;BibType v.1.0&lt;/b&gt; (4/8/2008)
&lt;ul&gt;&lt;li&gt;initial release&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>Yves</author><pubDate>Sun, 27 Sep 2009 17:21:40 GMT</pubDate><guid isPermaLink="false">Updated Wiki: History 20090927052140P</guid></item><item><title>Updated Wiki: BibWord</title><link>http://bibword.codeplex.com/Wiki/View.aspx?title=BibWord&amp;version=18</link><description>&lt;div class="wikidoc"&gt;&lt;h2&gt;BibWord&lt;/h2&gt;&lt;a href="http://bibword.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=33614"&gt;Latest version (v.2.6)&lt;/a&gt;
&lt;h4&gt;Introduction&lt;/h4&gt;Starting with Microsoft Word 2007, customers with knowledge of XML and XSLT can create their own stylesheets to format citation and bibliography fields within their Word documents. Although still in its infancy, the technology looks very promising for everyone interested in writing scientific articles. Unfortunately, the technology is poorly documented and for most customers the stylesheets which come with Word are overly complex to be used as a guideline for developing new stylesheets.&lt;br /&gt;&lt;br /&gt;&lt;i&gt;BibWord&lt;/i&gt; is an XSLT template which attempts to simplify the process of creating new bibliography styles. With the help of the &lt;i&gt;BibWord Extender&lt;/i&gt; tool, the functionality of the bibliography styles can even be extended.
&lt;h4&gt;Advantages&lt;/h4&gt;Some of the advantages of the &lt;i&gt;BibWord&lt;/i&gt; approach are:
&lt;ul&gt;&lt;li&gt;the elimination of the need to understand and write XSLT;&lt;/li&gt;
&lt;li&gt;the introduction of a simple conditional language to format reference data depending on its availability;&lt;/li&gt;
&lt;li&gt;the grouping of all formatting information allowing users to update or change existing BibWord styles in seconds;&lt;/li&gt;
&lt;li&gt;the possibility to use numerical in-text citations based on the order of the bibliography entries through the &lt;a href="http://bibword.codeplex.com/Wiki/View.aspx?title=BibWord%20Extender&amp;referringTitle=Home"&gt;BibWord Extender&lt;/a&gt; tool;&lt;/li&gt;
&lt;li&gt;the possibility to use year suffices if the same author published multiple works in the same year through the &lt;a href="http://bibword.codeplex.com/Wiki/View.aspx?title=BibWord%20Extender&amp;referringTitle=Home"&gt;BibWord Extender&lt;/a&gt; tool. &lt;/li&gt;&lt;/ul&gt;
&lt;h4&gt;Information&lt;/h4&gt;More information on the formatting capabilities of &lt;i&gt;BibWord&lt;/i&gt; can be found:
&lt;ul&gt;&lt;li&gt;in the 'BibWord Guide' which comes with each release;&lt;/li&gt;
&lt;li&gt;in the style template which comes with an example for formatting books;&lt;/li&gt;
&lt;li&gt;in a number of publically available styles implemented so far;&lt;/li&gt;
&lt;li&gt;in this &lt;a href="http://bibword.codeplex.com/Wiki/View.aspx?title=Tutorial&amp;referringTitle=Home"&gt;tutorial&lt;/a&gt;.&lt;/li&gt;&lt;/ul&gt;
&lt;h4&gt;License&lt;/h4&gt;&lt;i&gt;BibWord&lt;/i&gt; is currently &lt;a href="http://www.codeplex.com/bibliography/license" class="externalLink"&gt;licensed&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; under the MIT license. If you have problems with this license and still want to use &lt;i&gt;BibWord&lt;/i&gt;, please contact the project coordinators to discuss alternative licensing policies. 
&lt;h4&gt;History&lt;/h4&gt;See &lt;a href="http://bibword.codeplex.com/Wiki/View.aspx?title=History&amp;referringTitle=Home&amp;ANCHOR#BibWord"&gt;project history&lt;/a&gt;.&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>Yves</author><pubDate>Sun, 27 Sep 2009 17:20:08 GMT</pubDate><guid isPermaLink="false">Updated Wiki: BibWord 20090927052008P</guid></item><item><title>Updated Wiki: BibWord</title><link>http://bibword.codeplex.com/Wiki/View.aspx?title=BibWord&amp;version=17</link><description>&lt;div class="wikidoc"&gt;&lt;h2&gt;BibWord&lt;/h2&gt;&lt;a href="http://bibword.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=33614"&gt;Latest version (v.2.5)&lt;/a&gt;
&lt;h4&gt;Introduction&lt;/h4&gt;Starting with Microsoft Word 2007, customers with knowledge of XML and XSLT can create their own stylesheets to format citation and bibliography fields within their Word documents. Although still in its infancy, the technology looks very promising for everyone interested in writing scientific articles. Unfortunately, the technology is poorly documented and for most customers the stylesheets which come with Word are overly complex to be used as a guideline for developing new stylesheets.&lt;br /&gt;&lt;br /&gt;&lt;i&gt;BibWord&lt;/i&gt; is an XSLT template which attempts to simplify the process of creating new bibliography styles. With the help of the &lt;i&gt;BibWord Extender&lt;/i&gt; tool, the functionality of the bibliography styles can even be extended.
&lt;h4&gt;Advantages&lt;/h4&gt;Some of the advantages of the &lt;i&gt;BibWord&lt;/i&gt; approach are:
&lt;ul&gt;&lt;li&gt;the elimination of the need to understand and write XSLT;&lt;/li&gt;
&lt;li&gt;the introduction of a simple conditional language to format reference data depending on its availability;&lt;/li&gt;
&lt;li&gt;the grouping of all formatting information allowing users to update or change existing BibWord styles in seconds;&lt;/li&gt;
&lt;li&gt;the possibility to use numerical in-text citations based on the order of the bibliography entries through the &lt;a href="http://bibword.codeplex.com/Wiki/View.aspx?title=BibWord%20Extender&amp;referringTitle=Home"&gt;BibWord Extender&lt;/a&gt; tool;&lt;/li&gt;
&lt;li&gt;the possibility to use year suffices if the same author published multiple works in the same year through the &lt;a href="http://bibword.codeplex.com/Wiki/View.aspx?title=BibWord%20Extender&amp;referringTitle=Home"&gt;BibWord Extender&lt;/a&gt; tool. &lt;/li&gt;&lt;/ul&gt;
&lt;h4&gt;Information&lt;/h4&gt;More information on the formatting capabilities of &lt;i&gt;BibWord&lt;/i&gt; can be found:
&lt;ul&gt;&lt;li&gt;in the 'BibWord Guide' which comes with each release;&lt;/li&gt;
&lt;li&gt;in the style template which comes with an example for formatting books;&lt;/li&gt;
&lt;li&gt;in a number of publically available styles implemented so far;&lt;/li&gt;
&lt;li&gt;in this &lt;a href="http://bibword.codeplex.com/Wiki/View.aspx?title=Tutorial&amp;referringTitle=Home"&gt;tutorial&lt;/a&gt;.&lt;/li&gt;&lt;/ul&gt;
&lt;h4&gt;License&lt;/h4&gt;&lt;i&gt;BibWord&lt;/i&gt; is currently &lt;a href="http://www.codeplex.com/bibliography/license" class="externalLink"&gt;licensed&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; under the MIT license. If you have problems with this license and still want to use &lt;i&gt;BibWord&lt;/i&gt;, please contact the project coordinators to discuss alternative licensing policies. 
&lt;h4&gt;History&lt;/h4&gt;See &lt;a href="http://bibword.codeplex.com/Wiki/View.aspx?title=History&amp;referringTitle=Home&amp;ANCHOR#BibWord"&gt;project history&lt;/a&gt;.&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>Yves</author><pubDate>Sun, 27 Sep 2009 17:19:57 GMT</pubDate><guid isPermaLink="false">Updated Wiki: BibWord 20090927051957P</guid></item><item><title>Updated Wiki: Styles</title><link>http://bibword.codeplex.com/Wiki/View.aspx?title=Styles&amp;version=24</link><description>&lt;div class="wikidoc"&gt;&lt;h2&gt;Styles&lt;/h2&gt;&lt;a href="http://bibword.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=15852"&gt;Latest version of all styles&lt;/a&gt;
&lt;h4&gt;Introduction&lt;/h4&gt;The main goal of this project is to collect and maintain a number of bibliography styles which can be used by Microsoft Word 2007 and later. Most styles are either created using &lt;a href="http://bibword.codeplex.com/Wiki/View.aspx?title=BibWord&amp;referringTitle=Home"&gt;BibWord&lt;/a&gt; or derived from the styles which come with Microsoft Word. &lt;br /&gt;&lt;br /&gt;Each family of styles comes with its own release page. Whenever bugs are fixed or new types are added, the same release gets updated.&lt;br /&gt;&lt;br /&gt;Everybody who wants to submit a style can do so by contacting one of the project coordinators. The only requirement for putting a style on the project page, is that you release your style under the MIT license. That basically allows people to do whatever they want with your style as long as they give you credit for it.
&lt;h4&gt;Supported styles&lt;/h4&gt;The following list contains an overview of the current set of styles:
&lt;ul&gt;&lt;li&gt;&lt;a href="http://bibword.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=27212"&gt;Associa&amp;#231;&amp;#227;o Brasileira de Normas T&amp;#233;cnicas&lt;/a&gt; (ABNT)&lt;/li&gt;
&lt;li&gt;&lt;a href="http://bibword.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=19777"&gt;Association for Computing Machinery&lt;/a&gt; (ACM)&lt;/li&gt;
&lt;li&gt;&lt;a href="http://bibword.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=25693"&gt;American Medical Society&lt;/a&gt; (ACS)&lt;/li&gt;
&lt;li&gt;&lt;a href="http://bibword.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=19778"&gt;American Medical Association&lt;/a&gt; (AMA)&lt;/li&gt;
&lt;li&gt;&lt;a href="http://bibword.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=26892"&gt;American Sociological Association&lt;/a&gt; (ASA)&lt;/li&gt;
&lt;li&gt;&lt;a href="http://bibword.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=20331"&gt;Chicago Footnotes&lt;/a&gt; (beta - not in zip)&lt;/li&gt;
&lt;li&gt;&lt;a href="http://bibword.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=19770"&gt;Council of Science Editors&lt;/a&gt; (CSE)&lt;/li&gt;
&lt;li&gt;&lt;a href="http://bibword.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=22931"&gt;Harvard - AGPS&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://bibword.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=19783"&gt;Harvard - Anglia&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://bibword.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=22890"&gt;Harvard - Exeter&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://bibword.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=19776"&gt;Harvard - Leeds&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://bibword.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=19809"&gt;Humana Press&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://bibword.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=19764"&gt;IEEE&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://bibword.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=19773"&gt;Lecture Notes in Computer Science&lt;/a&gt; (LNCS)&lt;/li&gt;
&lt;li&gt;&lt;a href="http://bibword.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=19998"&gt;Modern Humanities Research Association&lt;/a&gt; (MHRA)&lt;/li&gt;
&lt;li&gt;&lt;a href="http://bibword.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=26055"&gt;Nature&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://bibword.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=19772"&gt;Vancouver&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;h4&gt;Download&lt;/h4&gt;You can download a zip file containing all styles from &lt;a href="http://bibword.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=15852"&gt;here&lt;/a&gt;.
&lt;h4&gt;Installation on Windows (Word 2007)&lt;/h4&gt;To use the bibliography styles, they have to be copied into the Microsoft Word bibliography style directory. This directory can vary depending on where Word is installed: &lt;br /&gt;&lt;br /&gt;&lt;pre&gt;
    &amp;lt;winword.exe directory&amp;gt;\Bibliography\Style
&lt;/pre&gt; On most &lt;i&gt;32-bits&lt;/i&gt; machines with Microsoft Word 2007 this will be:&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;
    %programfiles%\Microsoft Office\Office12\Bibliography\Style
&lt;/pre&gt;Once the styles are copied to the directory, they will show up every time Microsoft Word is opened.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Remark:&lt;/b&gt; the &lt;i&gt;types.xml&lt;/i&gt; included with the stylesheets should be used in combination with &lt;a href="http://bibword.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=15976"&gt;BibType&lt;/a&gt; to create some extra fields for the different types.
&lt;h4&gt;Installation on Mac OS X (Word 2008)&lt;/h4&gt;To use the bibliography styles, right-click on Microsoft Word 2008 and select show package contents. Put the files in:&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;
    Contents/Resources/Style/
&lt;/pre&gt; On most Macs with Microsoft Word 2008 this will be:&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;
    /Applications/Microsoft Office 2008/Microsoft Word.app/Contents/Resources/Style/
&lt;/pre&gt;
&lt;h4&gt;FAQ&lt;/h4&gt;A number of frequently asked questions regarding the style linked from this page can be found &lt;a href="http://bibword.codeplex.com/Wiki/View.aspx?title=Styles_FAQ&amp;referringTitle=Home"&gt;here&lt;/a&gt;.&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>Yves</author><pubDate>Thu, 24 Sep 2009 13:32:26 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Styles 20090924013226P</guid></item><item><title>Updated Wiki: Styles</title><link>http://bibword.codeplex.com/Wiki/View.aspx?title=Styles&amp;version=23</link><description>&lt;div class="wikidoc"&gt;&lt;h2&gt;Styles&lt;/h2&gt;&lt;a href="http://bibword.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=15852"&gt;Latest version of all styles&lt;/a&gt;
&lt;h4&gt;Introduction&lt;/h4&gt;The main goal of this project is to collect and maintain a number of bibliography styles which can be used by Microsoft Word 2007 and later. Most styles are either created using &lt;a href="http://bibword.codeplex.com/Wiki/View.aspx?title=BibWord&amp;referringTitle=Home"&gt;BibWord&lt;/a&gt; or derived from the styles which come with Microsoft Word. &lt;br /&gt;&lt;br /&gt;Each family of styles comes with its own release page. Whenever bugs are fixed or new types are added, the same release gets updated.&lt;br /&gt;&lt;br /&gt;Everybody who wants to submit a style can do so by contacting one of the project coordinators. The only requirement for putting a style on the project page, is that you release your style under the MIT license. That basically allows people to do whatever they want with your style as long as they give you credit for it.
&lt;h4&gt;Supported styles&lt;/h4&gt;The following list contains an overview of the current set of styles:
&lt;ul&gt;&lt;li&gt;&lt;a href="http://bibword.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=27212"&gt;Associa&amp;#231;&amp;#227;o Brasileira de Normas T&amp;#233;cnicas&lt;/a&gt; (ABNT)&lt;/li&gt;
&lt;li&gt;&lt;a href="http://bibword.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=19777"&gt;Association for Computing Machinery&lt;/a&gt; (ACM)&lt;/li&gt;
&lt;li&gt;&lt;a href="http://bibword.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=25693"&gt;American Medical Society&lt;/a&gt; (ACS)&lt;/li&gt;
&lt;li&gt;&lt;a href="http://bibword.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=19778"&gt;American Medical Association&lt;/a&gt; (AMA)&lt;/li&gt;
&lt;li&gt;&lt;a href="http://bibword.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=26892"&gt;American Sociological Association&lt;/a&gt; (ASA)&lt;/li&gt;
&lt;li&gt;&lt;a href="http://bibword.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=20331"&gt;Chicago Footnotes&lt;/a&gt; (beta - not in zip)&lt;/li&gt;
&lt;li&gt;&lt;a href="http://bibword.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=19770"&gt;Council of Science Editors&lt;/a&gt; (CSE)&lt;/li&gt;
&lt;li&gt;&lt;a href="http://bibword.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=22931"&gt;Harvard - AGPS&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://bibword.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=19783"&gt;Harvard - Anglia&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://bibword.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=22890"&gt;Harvard - Exeter&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://bibword.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=19776"&gt;Harvard - Leeds&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://bibword.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=19809"&gt;Humana Press&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://bibword.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=19764"&gt;IEEE&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://bibword.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=19773"&gt;Lecture Notes in Computer Science&lt;/a&gt; (LNCS)&lt;/li&gt;
&lt;li&gt;&lt;a href="http://bibword.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=19998"&gt;Modern Humanities Research Association&lt;/a&gt; (MHRA)&lt;/li&gt;
&lt;li&gt;&lt;a href="http://bibword.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=26055"&gt;Nature&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://bibword.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=19772"&gt;Vancouver&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;h4&gt;Download&lt;/h4&gt;You can download a zip file containing all styles from &lt;a href="http://bibword.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=15852"&gt;here&lt;/a&gt;.
&lt;h4&gt;Installation on Windows (Word 2007)&lt;/h4&gt;To use the bibliography styles, they have to be copied into the Microsoft Word bibliography style directory. This directory can vary depending on where Word is installed: &lt;br /&gt;&lt;br /&gt;&lt;pre&gt;
    &amp;lt;winword.exe directory&amp;gt;\Bibliography\Style
&lt;/pre&gt; On most &lt;i&gt;32-bits&lt;/i&gt; machines with Microsoft Word 2007 this will be:&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;
    %program files%\Microsoft Office\Office12\Bibliography\Style
&lt;/pre&gt;Once the styles are copied to the directory, they will show up every time Microsoft Word is opened.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Remark:&lt;/b&gt; the &lt;i&gt;types.xml&lt;/i&gt; included with the stylesheets should be used in combination with &lt;a href="http://bibword.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=15976"&gt;BibType&lt;/a&gt; to create some extra fields for the different types.
&lt;h4&gt;Installation on Mac OS X (Word 2008)&lt;/h4&gt;To use the bibliography styles, right-click on Microsoft Word 2008 and select show package contents. Put the files in:&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;
    Contents/Resources/Style/
&lt;/pre&gt; On most Macs with Microsoft Word 2008 this will be:&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;
    /Applications/Microsoft Office 2008/Microsoft Word.app/Contents/Resources/Style/
&lt;/pre&gt;
&lt;h4&gt;FAQ&lt;/h4&gt;A number of frequently asked questions regarding the style linked from this page can be found &lt;a href="http://bibword.codeplex.com/Wiki/View.aspx?title=Styles_FAQ&amp;referringTitle=Home"&gt;here&lt;/a&gt;.&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>Yves</author><pubDate>Fri, 07 Aug 2009 22:44:47 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Styles 20090807104447P</guid></item><item><title>Updated Wiki: Styles_FAQ</title><link>http://bibword.codeplex.com/Wiki/View.aspx?title=Styles_FAQ&amp;version=12</link><description>&lt;div class="wikidoc"&gt;&lt;h2&gt;Frequently Asked Questions for BibWord Styles&lt;/h2&gt;This pages contains answers regarding questions about the styles published through this project. For questions regarding the citations and bibliography tool in general, check the &lt;a href="http://bibword.codeplex.com/Wiki/View.aspx?title=FAQ&amp;referringTitle=Home"&gt;developer FAQ&lt;/a&gt;.&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;&lt;a href="#Q1"&gt;Why is a new style not showing up in Word when I add it to the Style directory&amp;#63;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#Q2"&gt;In Word 2008, new styles are only added for citations. How can I use the new styles for bibliographies&amp;#63;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#Q3"&gt;Why does it take Word so long to show the dropdown list with style names the first time&amp;#63;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#Q4"&gt;Why do I get &amp;#39;BO&amp;#39; instead of a number when using certain styles&amp;#63;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#Q5"&gt;Why do certain styles have a &amp;#42; at the end of their name&amp;#63;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#Q6"&gt;Can I request to get a certain style&amp;#63;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#Q7"&gt;Can I &amp;#40;not&amp;#41; link my in-text citations to their bibliography entries&amp;#63;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#Q8"&gt;Can I change the surrounding brackets for in-text citations&amp;#63;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#Q9"&gt;How do I get my in-text citations in superscript&amp;#63;&lt;/a&gt; &lt;/li&gt;
&lt;li&gt;&lt;a href="#Q10"&gt;How do I convert all my in-text citations to static text in one go&amp;#63;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#Q11"&gt;Is there an easy way to get rid of sources which are not cited in the text&amp;#63;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#Q12"&gt;How do I set the indentation of my bibliography&amp;#63;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#Q13"&gt;Is it possible to group several citations&amp;#63; Currently I have something like &amp;#40;1&amp;#41;&amp;#40;2&amp;#41; and I want &amp;#40;1,2&amp;#41;.&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#Q14"&gt;Only the name of the first author is displayed correctly, all other author names are abbreviated. Is this a bug&amp;#63;&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;a name="Q1"&gt;&lt;/a&gt;&lt;br /&gt;&lt;i&gt;&lt;b&gt;Q:&lt;/b&gt;&lt;/i&gt; Why is a new style not showing up in Word when I add it to the Style directory?&lt;br /&gt;&lt;i&gt;&lt;b&gt;A:&lt;/b&gt; The list of available reference styles gets loaded only once. So when you add a new style to the style directory, you need to restart Word.&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;&lt;a name="Q2"&gt;&lt;/a&gt;&lt;br /&gt;&lt;i&gt;&lt;b&gt;Q:&lt;/b&gt;&lt;/i&gt; In Word 2008, new styles are only added for citations. How can I use the new styles for bibliographies?&lt;br /&gt;&lt;i&gt;&lt;b&gt;A:&lt;/b&gt; Add the bibliography using one of the four predefined styles. Then go to the citation toolbox and select the style you want. This will update all the citations and bibliographies in your text to the new style.&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;&lt;a name="Q3"&gt;&lt;/a&gt;&lt;br /&gt;&lt;i&gt;&lt;b&gt;Q:&lt;/b&gt;&lt;/i&gt; Why does it take Word so long to show the dropdown list with style names the first time?&lt;br /&gt;&lt;i&gt;&lt;b&gt;A:&lt;/b&gt; Word has to retrieve the style names of every XSL in the style directory the first time. Hence, the more styles you put in the directory, the more time Word needs to fill the drop down list.&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;&lt;a name="Q4"&gt;&lt;/a&gt;&lt;br /&gt;&lt;i&gt;&lt;b&gt;Q:&lt;/b&gt;&lt;/i&gt; Why do I get 'BO' instead of a number when using certain styles?&lt;br /&gt;&lt;i&gt;&lt;b&gt;A:&lt;/b&gt; 'BO' is often printed when the BibOrder number is not available. Use the &lt;a href="http://bibword.codeplex.com/Wiki/View.aspx?title=BibWord%20Extender&amp;referringTitle=Home"&gt;BibWord Extender&lt;/a&gt; tool on the document to add the missing numbers.&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;&lt;a name="Q5"&gt;&lt;/a&gt;&lt;br /&gt;&lt;i&gt;&lt;b&gt;Q:&lt;/b&gt;&lt;/i&gt; Why do certain styles have a &lt;b&gt;*&lt;/b&gt; at the end of their name?&lt;br /&gt;&lt;i&gt;&lt;b&gt;A:&lt;/b&gt; Although the usage of a &lt;b&gt;*&lt;/b&gt; is not mandatory, it often indicates that part of the functionality of the style can only be used in combination with the &lt;a href="http://bibword.codeplex.com/Wiki/View.aspx?title=BibWord%20Extender&amp;referringTitle=Home"&gt;BibWord Extender&lt;/a&gt; tool.&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;&lt;a name="Q6"&gt;&lt;/a&gt;&lt;br /&gt;&lt;i&gt;&lt;b&gt;Q:&lt;/b&gt;&lt;/i&gt; Can I request to get a certain style?&lt;br /&gt;&lt;i&gt;&lt;b&gt;A:&lt;/b&gt; &lt;b&gt;No.&lt;/b&gt; Using &lt;a href="http://bibword.codeplex.com/Wiki/View.aspx?title=BibWord&amp;referringTitle=Home"&gt;BibWord&lt;/a&gt;, you really should try to create the style yourself. Keep in mind that even if you find someone prepared to create the style for you that you will have to provide him/her with detailed information about the formatting guidelines for your style. Messages containing &amp;quot;I need style x.&amp;quot; will most likely be ignored.&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;&lt;a name="Q7"&gt;&lt;/a&gt;&lt;br /&gt;&lt;i&gt;&lt;b&gt;Q:&lt;/b&gt;&lt;/i&gt; Can I (not) link my in-text citations to their bibliography entries?&lt;br /&gt;&lt;i&gt;&lt;b&gt;A:&lt;/b&gt; Yes. Set the value of &lt;b&gt;citation_as_link&lt;/b&gt; to 'yes' if you want in-text citations to link to their specific bibliography entry, or to any other value if you do not.&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;&lt;a name="Q8"&gt;&lt;/a&gt;&lt;br /&gt;&lt;i&gt;&lt;b&gt;Q:&lt;/b&gt;&lt;/i&gt; Can I change the surrounding brackets for in-text citations?&lt;br /&gt;&lt;i&gt;&lt;b&gt;A:&lt;/b&gt; Yes. You can change the surrounding brackets by changing the values of &lt;b&gt;openbracket&lt;/b&gt; and &lt;b&gt;closebracket&lt;/b&gt;&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;&lt;a name="Q9"&gt;&lt;/a&gt;&lt;br /&gt;&lt;i&gt;&lt;b&gt;Q:&lt;/b&gt;&lt;/i&gt; How do I get my in-text citations in superscript?&lt;br /&gt;&lt;i&gt;&lt;b&gt;A:&lt;/b&gt; In-text citations inherit the style of their surroundings. Only limited formatting (bold, underline, italic) can be applied to them through the reference style. For any further formatting, such as superscript, a character style has to be applied to all CITATION fields.&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;&lt;i&gt;The following macro creates a character style called &lt;b&gt;In-Text Citation&lt;/b&gt; if it does not yet exist. When the style is newly created, it sets the font to superscript. Then the style is applied to all CITATION fields in the document. By changing/updating the style &lt;b&gt;In-Text Citation&lt;/b&gt; you can then update the formatting of all citations&lt;/i&gt;&lt;br /&gt; &lt;br /&gt;&lt;div style="color:Black;background-color:White;"&gt;&lt;pre&gt;
&lt;span style="color:Blue;"&gt;Sub&lt;/span&gt; ApplyCitationStyle()
    &lt;span style="color:Blue;"&gt;Dim&lt;/span&gt; stylename &lt;span style="color:Blue;"&gt;As&lt;/span&gt; &lt;span style="color:Blue;"&gt;String&lt;/span&gt;
    &lt;span style="color:Blue;"&gt;Dim&lt;/span&gt; exists &lt;span style="color:Blue;"&gt;As&lt;/span&gt; &lt;span style="color:Blue;"&gt;Boolean&lt;/span&gt;
    &lt;span style="color:Blue;"&gt;Dim&lt;/span&gt; s &lt;span style="color:Blue;"&gt;As&lt;/span&gt; Style
    &lt;span style="color:Blue;"&gt;Dim&lt;/span&gt; fld &lt;span style="color:Blue;"&gt;As&lt;/span&gt; Field
                
    stylename = &lt;span style="color:#A31515;"&gt;&amp;quot;In-Text Citation&amp;quot;&lt;/span&gt;
        
    &lt;span style="color:Green;"&gt;' Check if the style already exists.&lt;/span&gt;
    exists = &lt;span style="color:Blue;"&gt;False&lt;/span&gt;
        
    &lt;span style="color:Blue;"&gt;For&lt;/span&gt; &lt;span style="color:Blue;"&gt;Each&lt;/span&gt; s &lt;span style="color:Blue;"&gt;In&lt;/span&gt; ActiveDocument.Styles
        &lt;span style="color:Blue;"&gt;If&lt;/span&gt; s.NameLocal = stylename &lt;span style="color:Blue;"&gt;Then&lt;/span&gt;
           exists = &lt;span style="color:Blue;"&gt;True&lt;/span&gt;
           &lt;span style="color:Blue;"&gt;Exit&lt;/span&gt; &lt;span style="color:Blue;"&gt;For&lt;/span&gt;
        &lt;span style="color:Blue;"&gt;End&lt;/span&gt; &lt;span style="color:Blue;"&gt;If&lt;/span&gt;
    &lt;span style="color:Blue;"&gt;Next&lt;/span&gt;
    
    &lt;span style="color:Green;"&gt;' If the style did not exist yet, create it.&lt;/span&gt;
    &lt;span style="color:Blue;"&gt;If&lt;/span&gt; exists = &lt;span style="color:Blue;"&gt;False&lt;/span&gt; &lt;span style="color:Blue;"&gt;Then&lt;/span&gt;
        &lt;span style="color:Blue;"&gt;Set&lt;/span&gt; s = ActiveDocument.Styles.Add(stylename, wdStyleTypeCharacter)
        s.BaseStyle = ActiveDocument.Styles(wdStyleDefaultParagraphFont).BaseStyle
        s.Font.Superscript = &lt;span style="color:Blue;"&gt;True&lt;/span&gt;
    &lt;span style="color:Blue;"&gt;End&lt;/span&gt; &lt;span style="color:Blue;"&gt;If&lt;/span&gt;
    
    &lt;span style="color:Green;"&gt;' Now that the style really exists, select it.&lt;/span&gt;
    &lt;span style="color:Blue;"&gt;Set&lt;/span&gt; s = ActiveDocument.Styles(stylename)
     
    &lt;span style="color:Green;"&gt;' Apply the style to all in-text citations.&lt;/span&gt;
    &lt;span style="color:Blue;"&gt;For&lt;/span&gt; &lt;span style="color:Blue;"&gt;Each&lt;/span&gt; fld &lt;span style="color:Blue;"&gt;In&lt;/span&gt; ActiveDocument.Fields
        &lt;span style="color:Blue;"&gt;If&lt;/span&gt; fld.Type = wdFieldCitation &lt;span style="color:Blue;"&gt;Then&lt;/span&gt;
            fld.&lt;span style="color:Blue;"&gt;Select&lt;/span&gt;
            Selection.Style = s
        &lt;span style="color:Blue;"&gt;End&lt;/span&gt; &lt;span style="color:Blue;"&gt;If&lt;/span&gt;
    &lt;span style="color:Blue;"&gt;Next&lt;/span&gt;

&lt;span style="color:Blue;"&gt;End&lt;/span&gt; &lt;span style="color:Blue;"&gt;Sub&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;&lt;a name="Q10"&gt;&lt;/a&gt;&lt;br /&gt;&lt;i&gt;&lt;b&gt;Q:&lt;/b&gt;&lt;/i&gt; How do I convert all my in-text citations to static text in one go?&lt;br /&gt;&lt;i&gt;&lt;b&gt;A:&lt;/b&gt; You can use the following macro to convert all in-text citations:&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="color:Black;background-color:White;"&gt;&lt;pre&gt;
&lt;span style="color:Blue;"&gt;Sub&lt;/span&gt; CitationsToStaticText()
    &lt;span style="color:Blue;"&gt;Dim&lt;/span&gt; fld &lt;span style="color:Blue;"&gt;As&lt;/span&gt; Field
            
    &lt;span style="color:Green;"&gt;' Go over all stories, including main, footnotes, ...&lt;/span&gt;
    &lt;span style="color:Blue;"&gt;For&lt;/span&gt; &lt;span style="color:Blue;"&gt;Each&lt;/span&gt; sr &lt;span style="color:Blue;"&gt;In&lt;/span&gt; ActiveDocument.StoryRanges
        &lt;span style="color:Green;"&gt;' Find all citation fields and convert them to static text.&lt;/span&gt;
        &lt;span style="color:Blue;"&gt;For&lt;/span&gt; &lt;span style="color:Blue;"&gt;Each&lt;/span&gt; fld &lt;span style="color:Blue;"&gt;In&lt;/span&gt; sr.Fields
            &lt;span style="color:Blue;"&gt;If&lt;/span&gt; fld.Type = wdFieldCitation &lt;span style="color:Blue;"&gt;Then&lt;/span&gt;
                fld.&lt;span style="color:Blue;"&gt;Select&lt;/span&gt;
                WordBasic.BibliographyCitationToText
            &lt;span style="color:Blue;"&gt;End&lt;/span&gt; &lt;span style="color:Blue;"&gt;If&lt;/span&gt;
        &lt;span style="color:Blue;"&gt;Next&lt;/span&gt;
    &lt;span style="color:Blue;"&gt;Next&lt;/span&gt;

&lt;span style="color:Blue;"&gt;End&lt;/span&gt; &lt;span style="color:Blue;"&gt;Sub&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;&lt;a name="Q11"&gt;&lt;/a&gt;&lt;br /&gt;&lt;i&gt;&lt;b&gt;Q:&lt;/b&gt;&lt;/i&gt; Is there an easy way to get rid of sources which are not cited in the text?&lt;br /&gt;&lt;i&gt;&lt;b&gt;A:&lt;/b&gt; You can use the following macro to remove all uncited sources from a document:&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="color:Black;background-color:White;"&gt;&lt;pre&gt;
&lt;span style="color:Blue;"&gt;Sub&lt;/span&gt; RemoveUnusedCitations()
    &lt;span style="color:Green;"&gt;' Get the number of sources.&lt;/span&gt;
    idx = ActiveDocument.Bibliography.Sources.&lt;span style="color:Blue;"&gt;Count&lt;/span&gt;
    
    &lt;span style="color:Green;"&gt;' Remmove unused sources starting from the last one.&lt;/span&gt;
    &lt;span style="color:Blue;"&gt;Do&lt;/span&gt; &lt;span style="color:Blue;"&gt;While&lt;/span&gt; (idx &amp;gt; 0)
        &lt;span style="color:Blue;"&gt;If&lt;/span&gt; ActiveDocument.Bibliography.Sources(idx).Cited = &lt;span style="color:Blue;"&gt;False&lt;/span&gt; &lt;span style="color:Blue;"&gt;Then&lt;/span&gt;
            ActiveDocument.Bibliography.Sources(idx).Delete
        &lt;span style="color:Blue;"&gt;End&lt;/span&gt; &lt;span style="color:Blue;"&gt;If&lt;/span&gt;
        idx = idx - 1
    &lt;span style="color:Blue;"&gt;Loop&lt;/span&gt;
&lt;span style="color:Blue;"&gt;End&lt;/span&gt; &lt;span style="color:Blue;"&gt;Sub&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;&lt;a name="Q12"&gt;&lt;/a&gt;&lt;br /&gt;&lt;i&gt;&lt;b&gt;Q:&lt;/b&gt;&lt;/i&gt; How do I set the indentation of my bibliography?&lt;br /&gt;&lt;i&gt;&lt;b&gt;A:&lt;/b&gt; Add a bibliography to your document. Open the 'Styles' pane (CTRL+ALT+SHIFT+S) and look for a style called 'Bibliography' (or a localized translation of the word 'Bibliography'). Change the indentation settings there. That way, whenever your bibliography gets updated, the indentation will remain correct.&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;&lt;a name="Q13"&gt;&lt;/a&gt;&lt;br /&gt;&lt;i&gt;&lt;b&gt;Q:&lt;/b&gt;&lt;/i&gt; Is it possible to group several citations? Currently I have something like (1)(2) and I want (1,2).&lt;br /&gt;&lt;i&gt;&lt;b&gt;A:&lt;/b&gt; Yes. You can add a second source to a citation by using the '\m' switch and the tag of the source you want to add. In Word 2007, if you want to add a source with tag 'Bee99' to an existing citation, right click the citation and select 'Edit Field...'. It will show you something like 'CITATION Gup97 \l 2060'. To add the extra source, change it to 'CITATION Gup97 \l 2060 \m Bee99'. For more information, also see the Microsoft Office online help topic on the &lt;a href="http://office.microsoft.com/en-us/word/HA102157071033.aspx" class="externalLink"&gt;CITATION&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; field code.&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;&lt;i&gt;Alternatively, you can put your cursor inside any in-text citation, then go to 'References' tab in the ribbon and click 'Insert Citation'.&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;&lt;i&gt;To change the separator between two grouped in-text citations, BibWord uses the &lt;b&gt;separator&lt;/b&gt; element.&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;&lt;a name="Q14"&gt;&lt;/a&gt;&lt;br /&gt;&lt;i&gt;&lt;b&gt;Q:&lt;/b&gt;&lt;/i&gt; Only the name of the first author is displayed correctly, all other author names are abbreviated. Is this a bug?&lt;br /&gt;&lt;i&gt;&lt;b&gt;A:&lt;/b&gt; No. You probably made a mistake when entering the different author names. You should enter them one by one in the dialog that comes up when clicking the &amp;quot;Edit...&amp;quot; button next to the author field. That way you will not make a mistake.&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;&lt;i&gt;If you really want to enter them as a string, then be aware that the correct format is &amp;quot;Last1, First1 Middle1; Last2, First2 Middle2; ...&amp;quot;. So the names are separated by a &amp;quot;;&amp;quot; while name parts are separated by a &amp;quot;,&amp;quot;.&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;&lt;i&gt;Note that there is a bug in Word where sometimes the name conversion goes wrong. For more info, see &lt;a href="http://bibword.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=27834"&gt;here&lt;/a&gt;.&lt;/i&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>Yves</author><pubDate>Tue, 07 Jul 2009 19:09:51 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Styles_FAQ 20090707070951P</guid></item><item><title>Updated Wiki: Styles_FAQ</title><link>http://bibword.codeplex.com/Wiki/View.aspx?title=Styles_FAQ&amp;version=11</link><description>&lt;div class="wikidoc"&gt;&lt;h2&gt;Frequently Asked Questions for BibWord Styles&lt;/h2&gt;This pages contains answers regarding questions about the styles published through this project. For questions regarding the citations and bibliography tool in general, check the &lt;a href="http://bibword.codeplex.com/Wiki/View.aspx?title=FAQ&amp;referringTitle=Home"&gt;developer FAQ&lt;/a&gt;.&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;&lt;a href="#Q1"&gt;Why is a new style not showing up in Word when I add it to the Style directory&amp;#63;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#Q2"&gt;In Word 2008, new styles are only added for citations. How can I use the new styles for bibliographies&amp;#63;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#Q3"&gt;Why does it take Word so long to show the dropdown list with style names the first time&amp;#63;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#Q4"&gt;Why do I get &amp;#39;BO&amp;#39; instead of a number when using certain styles&amp;#63;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#Q5"&gt;Why do certain styles have a &amp;#42; at the end of their name&amp;#63;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#Q6"&gt;Can I request to get a certain style&amp;#63;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#Q7"&gt;Can I &amp;#40;not&amp;#41; link my in-text citations to their bibliography entries&amp;#63;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#Q8"&gt;Can I change the surrounding brackets for in-text citations&amp;#63;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#Q9"&gt;How do I get my in-text citations in superscript&amp;#63;&lt;/a&gt; &lt;/li&gt;
&lt;li&gt;&lt;a href="#Q10"&gt;How do I convert all my in-text citations to static text in one go&amp;#63;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#Q11"&gt;Is there an easy way to get rid of sources which are not cited in the text&amp;#63;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#Q12"&gt;How do I set the indentation of my bibliography&amp;#63;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#Q13"&gt;Is it possible to group several citations&amp;#63; Currently I have something like &amp;#40;1&amp;#41;&amp;#40;2&amp;#41; and I want &amp;#40;1,2&amp;#41;.&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#Q14"&gt;Only the name of the first author is displayed correctly, all other author names are abbreviated. Is this a bug&amp;#63;&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;a name="Q1"&gt;&lt;/a&gt;&lt;br /&gt;&lt;i&gt;&lt;b&gt;Q:&lt;/b&gt;&lt;/i&gt; Why is a new style not showing up in Word when I add it to the Style directory?&lt;br /&gt;&lt;i&gt;&lt;b&gt;A:&lt;/b&gt; The list of available reference styles gets loaded only once. So when you add a new style to the style directory, you need to restart Word.&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;&lt;a name="Q2"&gt;&lt;/a&gt;&lt;br /&gt;&lt;i&gt;&lt;b&gt;Q:&lt;/b&gt;&lt;/i&gt; In Word 2008, new styles are only added for citations. How can I use the new styles for bibliographies?&lt;br /&gt;&lt;i&gt;&lt;b&gt;A:&lt;/b&gt; Add the bibliography using one of the four predefined styles. Then go to the citation toolbox and select the style you want. This will update all the citations and bibliographies in your text to the new style.&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;&lt;a name="Q3"&gt;&lt;/a&gt;&lt;br /&gt;&lt;i&gt;&lt;b&gt;Q:&lt;/b&gt;&lt;/i&gt; Why does it take Word so long to show the dropdown list with style names the first time?&lt;br /&gt;&lt;i&gt;&lt;b&gt;A:&lt;/b&gt; Word has to retrieve the style names of every XSL in the style directory the first time. Hence, the more styles you put in the directory, the more time Word needs to fill the drop down list.&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;&lt;a name="Q4"&gt;&lt;/a&gt;&lt;br /&gt;&lt;i&gt;&lt;b&gt;Q:&lt;/b&gt;&lt;/i&gt; Why do I get 'BO' instead of a number when using certain styles?&lt;br /&gt;&lt;i&gt;&lt;b&gt;A:&lt;/b&gt; 'BO' is often printed when the BibOrder number is not available. Use the &lt;a href="http://bibword.codeplex.com/Wiki/View.aspx?title=BibWord%20Extender&amp;referringTitle=Home"&gt;BibWord Extender&lt;/a&gt; tool on the document to add the missing numbers.&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;&lt;a name="Q5"&gt;&lt;/a&gt;&lt;br /&gt;&lt;i&gt;&lt;b&gt;Q:&lt;/b&gt;&lt;/i&gt; Why do certain styles have a &lt;b&gt;*&lt;/b&gt; at the end of their name?&lt;br /&gt;&lt;i&gt;&lt;b&gt;A:&lt;/b&gt; Although the usage of a &lt;b&gt;*&lt;/b&gt; is not mandatory, it often indicates that part of the functionality of the style can only be used in combination with the &lt;a href="http://bibword.codeplex.com/Wiki/View.aspx?title=BibWord%20Extender&amp;referringTitle=Home"&gt;BibWord Extender&lt;/a&gt; tool.&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;&lt;a name="Q6"&gt;&lt;/a&gt;&lt;br /&gt;&lt;i&gt;&lt;b&gt;Q:&lt;/b&gt;&lt;/i&gt; Can I request to get a certain style?&lt;br /&gt;&lt;i&gt;&lt;b&gt;A:&lt;/b&gt; &lt;b&gt;No.&lt;/b&gt; Using &lt;a href="http://bibword.codeplex.com/Wiki/View.aspx?title=BibWord&amp;referringTitle=Home"&gt;BibWord&lt;/a&gt;, you really should try to create the style yourself. Keep in mind that even if you find someone prepared to create the style for you that you will have to provide him/her with detailed information about the formatting guidelines for your style. Messages containing &amp;quot;I need style x.&amp;quot; will most likely be ignored.&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;&lt;a name="Q7"&gt;&lt;/a&gt;&lt;br /&gt;&lt;i&gt;&lt;b&gt;Q:&lt;/b&gt;&lt;/i&gt; Can I (not) link my in-text citations to their bibliography entries?&lt;br /&gt;&lt;i&gt;&lt;b&gt;A:&lt;/b&gt; Yes. Set the value of &lt;b&gt;citation_as_link&lt;/b&gt; to 'yes' if you want in-text citations to link to their specific bibliography entry, or to any other value if you do not.&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;&lt;a name="Q8"&gt;&lt;/a&gt;&lt;br /&gt;&lt;i&gt;&lt;b&gt;Q:&lt;/b&gt;&lt;/i&gt; Can I change the surrounding brackets for in-text citations?&lt;br /&gt;&lt;i&gt;&lt;b&gt;A:&lt;/b&gt; Yes. You can change the surrounding brackets by changing the values of &lt;b&gt;openbracket&lt;/b&gt; and &lt;b&gt;closebracket&lt;/b&gt;&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;&lt;a name="Q9"&gt;&lt;/a&gt;&lt;br /&gt;&lt;i&gt;&lt;b&gt;Q:&lt;/b&gt;&lt;/i&gt; How do I get my in-text citations in superscript?&lt;br /&gt;&lt;i&gt;&lt;b&gt;A:&lt;/b&gt; In-text citations inherit the style of their surroundings. Only limited formatting (bold, underline, italic) can be applied to them through the reference style. For any further formatting, such as superscript, a character style has to be applied to all CITATION fields.&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;&lt;i&gt;The following macro creates a character style called &lt;b&gt;In-Text Citation&lt;/b&gt; if it does not yet exist. When the style is newly created, it sets the font to superscript. Then the style is applied to all CITATION fields in the document. By changing/updating the style &lt;b&gt;In-Text Citation&lt;/b&gt; you can then update the formatting of all citations&lt;/i&gt;&lt;br /&gt; &lt;br /&gt;&lt;div style="color:Black;background-color:White;"&gt;&lt;pre&gt;
&lt;span style="color:Blue;"&gt;Sub&lt;/span&gt; ApplyCitationStyle()
    &lt;span style="color:Blue;"&gt;Dim&lt;/span&gt; stylename &lt;span style="color:Blue;"&gt;As&lt;/span&gt; &lt;span style="color:Blue;"&gt;String&lt;/span&gt;
    &lt;span style="color:Blue;"&gt;Dim&lt;/span&gt; exists &lt;span style="color:Blue;"&gt;As&lt;/span&gt; &lt;span style="color:Blue;"&gt;Boolean&lt;/span&gt;
    &lt;span style="color:Blue;"&gt;Dim&lt;/span&gt; s &lt;span style="color:Blue;"&gt;As&lt;/span&gt; Style
    &lt;span style="color:Blue;"&gt;Dim&lt;/span&gt; fld &lt;span style="color:Blue;"&gt;As&lt;/span&gt; Field
                
    stylename = &lt;span style="color:#A31515;"&gt;&amp;quot;In-Text Citation&amp;quot;&lt;/span&gt;
        
    &lt;span style="color:Green;"&gt;' Check if the style already exists.&lt;/span&gt;
    exists = &lt;span style="color:Blue;"&gt;False&lt;/span&gt;
        
    &lt;span style="color:Blue;"&gt;For&lt;/span&gt; &lt;span style="color:Blue;"&gt;Each&lt;/span&gt; s &lt;span style="color:Blue;"&gt;In&lt;/span&gt; ActiveDocument.Styles
        &lt;span style="color:Blue;"&gt;If&lt;/span&gt; s.NameLocal = stylename &lt;span style="color:Blue;"&gt;Then&lt;/span&gt;
           exists = &lt;span style="color:Blue;"&gt;True&lt;/span&gt;
           &lt;span style="color:Blue;"&gt;Exit&lt;/span&gt; &lt;span style="color:Blue;"&gt;For&lt;/span&gt;
        &lt;span style="color:Blue;"&gt;End&lt;/span&gt; &lt;span style="color:Blue;"&gt;If&lt;/span&gt;
    &lt;span style="color:Blue;"&gt;Next&lt;/span&gt;
    
    &lt;span style="color:Green;"&gt;' If the style did not exist yet, create it.&lt;/span&gt;
    &lt;span style="color:Blue;"&gt;If&lt;/span&gt; exists = &lt;span style="color:Blue;"&gt;False&lt;/span&gt; &lt;span style="color:Blue;"&gt;Then&lt;/span&gt;
        &lt;span style="color:Blue;"&gt;Set&lt;/span&gt; s = ActiveDocument.Styles.Add(stylename, wdStyleTypeCharacter)
        s.BaseStyle = ActiveDocument.Styles(wdStyleDefaultParagraphFont).BaseStyle
        s.Font.Superscript = &lt;span style="color:Blue;"&gt;True&lt;/span&gt;
    &lt;span style="color:Blue;"&gt;End&lt;/span&gt; &lt;span style="color:Blue;"&gt;If&lt;/span&gt;
    
    &lt;span style="color:Green;"&gt;' Now that the style really exists, select it.&lt;/span&gt;
    &lt;span style="color:Blue;"&gt;Set&lt;/span&gt; s = ActiveDocument.Styles(stylename)
     
    &lt;span style="color:Green;"&gt;' Apply the style to all in-text citations.&lt;/span&gt;
    &lt;span style="color:Blue;"&gt;For&lt;/span&gt; &lt;span style="color:Blue;"&gt;Each&lt;/span&gt; fld &lt;span style="color:Blue;"&gt;In&lt;/span&gt; ActiveDocument.Fields
        &lt;span style="color:Blue;"&gt;If&lt;/span&gt; fld.Type = wdFieldCitation &lt;span style="color:Blue;"&gt;Then&lt;/span&gt;
            fld.&lt;span style="color:Blue;"&gt;Select&lt;/span&gt;
            Selection.Style = s
        &lt;span style="color:Blue;"&gt;End&lt;/span&gt; &lt;span style="color:Blue;"&gt;If&lt;/span&gt;
    &lt;span style="color:Blue;"&gt;Next&lt;/span&gt;

&lt;span style="color:Blue;"&gt;End&lt;/span&gt; &lt;span style="color:Blue;"&gt;Sub&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;&lt;a name="Q10"&gt;&lt;/a&gt;&lt;br /&gt;&lt;i&gt;&lt;b&gt;Q:&lt;/b&gt;&lt;/i&gt; How do I convert all my in-text citations to static text in one go?&lt;br /&gt;&lt;i&gt;&lt;b&gt;A:&lt;/b&gt; You can use the following macro to convert all in-text citations:&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="color:Black;background-color:White;"&gt;&lt;pre&gt;
&lt;span style="color:Blue;"&gt;Sub&lt;/span&gt; CitationsToStaticText()
    &lt;span style="color:Blue;"&gt;Dim&lt;/span&gt; fld &lt;span style="color:Blue;"&gt;As&lt;/span&gt; Field
            
    &lt;span style="color:Green;"&gt;' Go over all stories, including main, footnotes, ...&lt;/span&gt;
    &lt;span style="color:Blue;"&gt;For&lt;/span&gt; &lt;span style="color:Blue;"&gt;Each&lt;/span&gt; sr &lt;span style="color:Blue;"&gt;In&lt;/span&gt; ActiveDocument.StoryRanges
        &lt;span style="color:Green;"&gt;' Find all citation fields and convert them to static text.&lt;/span&gt;
        &lt;span style="color:Blue;"&gt;For&lt;/span&gt; &lt;span style="color:Blue;"&gt;Each&lt;/span&gt; fld &lt;span style="color:Blue;"&gt;In&lt;/span&gt; sr.Fields
            &lt;span style="color:Blue;"&gt;If&lt;/span&gt; fld.Type = wdFieldCitation &lt;span style="color:Blue;"&gt;Then&lt;/span&gt;
                fld.&lt;span style="color:Blue;"&gt;Select&lt;/span&gt;
                WordBasic.BibliographyCitationToText
            &lt;span style="color:Blue;"&gt;End&lt;/span&gt; &lt;span style="color:Blue;"&gt;If&lt;/span&gt;
        &lt;span style="color:Blue;"&gt;Next&lt;/span&gt;
    &lt;span style="color:Blue;"&gt;Next&lt;/span&gt;

&lt;span style="color:Blue;"&gt;End&lt;/span&gt; &lt;span style="color:Blue;"&gt;Sub&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;&lt;a name="Q11"&gt;&lt;/a&gt;&lt;br /&gt;&lt;i&gt;&lt;b&gt;Q:&lt;/b&gt;&lt;/i&gt; Is there an easy way to get rid of sources which are not cited in the text?&lt;br /&gt;&lt;i&gt;&lt;b&gt;A:&lt;/b&gt; You can use the following macro to remove all uncited sources from a document:&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="color:Black;background-color:White;"&gt;&lt;pre&gt;
&lt;span style="color:Blue;"&gt;Sub&lt;/span&gt; RemoveUnusedCitations()
    &lt;span style="color:Green;"&gt;' Get the number of sources.&lt;/span&gt;
    idx = ActiveDocument.Bibliography.Sources.Count
    
    &lt;span style="color:Green;"&gt;' Remmove unused sources starting from the last one.&lt;/span&gt;
    &lt;span style="color:Blue;"&gt;Do&lt;/span&gt; &lt;span style="color:Blue;"&gt;While&lt;/span&gt; (idx &amp;gt; 0)
        &lt;span style="color:Blue;"&gt;If&lt;/span&gt; ActiveDocument.Bibliography.Sources(idx).Cited = &lt;span style="color:Blue;"&gt;False&lt;/span&gt; &lt;span style="color:Blue;"&gt;Then&lt;/span&gt;
            ActiveDocument.Bibliography.Sources(idx).Delete
        &lt;span style="color:Blue;"&gt;End&lt;/span&gt; &lt;span style="color:Blue;"&gt;If&lt;/span&gt;
        idx = idx - 1
    &lt;span style="color:Blue;"&gt;Loop&lt;/span&gt;
&lt;span style="color:Blue;"&gt;End&lt;/span&gt; &lt;span style="color:Blue;"&gt;Sub&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;&lt;a name="Q12"&gt;&lt;/a&gt;&lt;br /&gt;&lt;i&gt;&lt;b&gt;Q:&lt;/b&gt;&lt;/i&gt; How do I set the indentation of my bibliography?&lt;br /&gt;&lt;i&gt;&lt;b&gt;A:&lt;/b&gt; Add a bibliography to your document. Open the 'Styles' pane (CTRL+ALT+SHIFT+S) and look for a style called 'Bibliography' (or a localized translation of the word 'Bibliography'). Change the indentation settings there. That way, whenever your bibliography gets updated, the indentation will remain correct.&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;&lt;a name="Q13"&gt;&lt;/a&gt;&lt;br /&gt;&lt;i&gt;&lt;b&gt;Q:&lt;/b&gt;&lt;/i&gt; Is it possible to group several citations? Currently I have something like (1)(2) and I want (1,2).&lt;br /&gt;&lt;i&gt;&lt;b&gt;A:&lt;/b&gt; Yes. You can add a second source to a citation by using the '\m' switch and the tag of the source you want to add. In Word 2007, if you want to add a source with tag 'Bee99' to an existing citation, right click the citation and select 'Edit Field...'. It will show you something like 'CITATION Gup97 \l 2060'. To add the extra source, change it to 'CITATION Gup97 \l 2060 \m Bee99'. For more information, also see the Microsoft Office online help topic on the &lt;a href="http://office.microsoft.com/en-us/word/HA102157071033.aspx" class="externalLink"&gt;CITATION&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; field code.&lt;br /&gt;&lt;br /&gt;Alternatively, you can put your cursor inside any in-text citation, then go to 'References' tab in the ribbon and click 'Insert Citation'.&lt;br /&gt;&lt;br /&gt;To change the separator between two grouped in-text citations, BibWord uses the &lt;b&gt;separator&lt;/b&gt; element.&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;&lt;a name="Q14"&gt;&lt;/a&gt;&lt;br /&gt;&lt;i&gt;&lt;b&gt;Q:&lt;/b&gt;&lt;/i&gt; Only the name of the first author is displayed correctly, all other author names are abbreviated. Is this a bug?&lt;br /&gt;&lt;i&gt;&lt;b&gt;A:&lt;/b&gt; No. You probably made a mistake when entering the different author names. You should enter them one by one in the dialog that comes up when clicking the &amp;quot;Edit...&amp;quot; button next to the author field. That way you will not make a mistake.&lt;br /&gt;&lt;br /&gt;If you really want to enter them as a string, then be aware that the correct format is &amp;quot;Last1, First1 Middle1; Last2, First2 Middle2; ...&amp;quot;. So the names are separated by a &amp;quot;;&amp;quot; while name parts are separated by a &amp;quot;,&amp;quot;.&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;&lt;i&gt;Note that there is a bug in Word where sometimes the name conversion goes wrong. For more info, see &lt;a href="http://bibword.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=27834"&gt;here&lt;/a&gt;.&lt;/i&gt;&lt;/div&gt;</description><author>Yves</author><pubDate>Fri, 29 May 2009 17:08:09 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Styles_FAQ 20090529050809P</guid></item><item><title>Updated Wiki: Styles_FAQ</title><link>http://bibword.codeplex.com/Wiki/View.aspx?title=Styles_FAQ&amp;version=10</link><description>&lt;div class="wikidoc"&gt;&lt;h2&gt;Frequently Asked Questions for BibWord Styles&lt;/h2&gt;This pages contains answers regarding questions about the styles published through this project. For questions regarding the citations and bibliography tool in general, check the &lt;a href="http://bibword.codeplex.com/Wiki/View.aspx?title=FAQ&amp;referringTitle=Home"&gt;developer FAQ&lt;/a&gt;.&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;&lt;a href="#Q1"&gt;Why is a new style not showing up in Word when I add it to the Style directory&amp;#63;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#Q2"&gt;In Word 2008, new styles are only added for citations. How can I use the new styles for bibliographies&amp;#63;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#Q3"&gt;Why does it take Word so long to show the dropdown list with style names the first time&amp;#63;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#Q4"&gt;Why do I get &amp;#39;BO&amp;#39; instead of a number when using certain styles&amp;#63;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#Q5"&gt;Why do certain styles have a &amp;#42; at the end of their name&amp;#63;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#Q6"&gt;Can I request to get a certain style&amp;#63;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#Q7"&gt;Can I &amp;#40;not&amp;#41; link my in-text citations to their bibliography entries&amp;#63;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#Q8"&gt;Can I change the surrounding brackets for in-text citations&amp;#63;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#Q9"&gt;How do I get my in-text citations in superscript&amp;#63;&lt;/a&gt; &lt;/li&gt;
&lt;li&gt;&lt;a href="#Q10"&gt;How do I convert all my in-text citations to static text in one go&amp;#63;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#Q11"&gt;Is there an easy way to get rid of sources which are not cited in the text&amp;#63;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#Q12"&gt;How do I set the indentation of my bibliography&amp;#63;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#Q13"&gt;Is it possible to group several citations&amp;#63; Currently I have something like &amp;#40;1&amp;#41;&amp;#40;2&amp;#41; and I want &amp;#40;1,2&amp;#41;.&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#Q14"&gt;Only the name of the first author is displayed correctly, all other author names are abbreviated. Is this a bug&amp;#63;&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;a name="Q1"&gt;&lt;/a&gt;&lt;br /&gt;&lt;i&gt;&lt;b&gt;Q:&lt;/b&gt;&lt;/i&gt; Why is a new style not showing up in Word when I add it to the Style directory?&lt;br /&gt;&lt;i&gt;&lt;b&gt;A:&lt;/b&gt; The list of available reference styles gets loaded only once. So when you add a new style to the style directory, you need to restart Word.&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;&lt;a name="Q2"&gt;&lt;/a&gt;&lt;br /&gt;&lt;i&gt;&lt;b&gt;Q:&lt;/b&gt;&lt;/i&gt; In Word 2008, new styles are only added for citations. How can I use the new styles for bibliographies?&lt;br /&gt;&lt;i&gt;&lt;b&gt;A:&lt;/b&gt; Add the bibliography using one of the four predefined styles. Then go to the citation toolbox and select the style you want. This will update all the citations and bibliographies in your text to the new style.&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;&lt;a name="Q3"&gt;&lt;/a&gt;&lt;br /&gt;&lt;i&gt;&lt;b&gt;Q:&lt;/b&gt;&lt;/i&gt; Why does it take Word so long to show the dropdown list with style names the first time?&lt;br /&gt;&lt;i&gt;&lt;b&gt;A:&lt;/b&gt; Word has to retrieve the style names of every XSL in the style directory the first time. Hence, the more styles you put in the directory, the more time Word needs to fill the drop down list.&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;&lt;a name="Q4"&gt;&lt;/a&gt;&lt;br /&gt;&lt;i&gt;&lt;b&gt;Q:&lt;/b&gt;&lt;/i&gt; Why do I get 'BO' instead of a number when using certain styles?&lt;br /&gt;&lt;i&gt;&lt;b&gt;A:&lt;/b&gt; 'BO' is often printed when the BibOrder number is not available. Use the &lt;a href="http://bibword.codeplex.com/Wiki/View.aspx?title=BibWord%20Extender&amp;referringTitle=Home"&gt;BibWord Extender&lt;/a&gt; tool on the document to add the missing numbers.&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;&lt;a name="Q5"&gt;&lt;/a&gt;&lt;br /&gt;&lt;i&gt;&lt;b&gt;Q:&lt;/b&gt;&lt;/i&gt; Why do certain styles have a &lt;b&gt;*&lt;/b&gt; at the end of their name?&lt;br /&gt;&lt;i&gt;&lt;b&gt;A:&lt;/b&gt; Although the usage of a &lt;b&gt;*&lt;/b&gt; is not mandatory, it often indicates that part of the functionality of the style can only be used in combination with the &lt;a href="http://bibword.codeplex.com/Wiki/View.aspx?title=BibWord%20Extender&amp;referringTitle=Home"&gt;BibWord Extender&lt;/a&gt; tool.&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;&lt;a name="Q6"&gt;&lt;/a&gt;&lt;br /&gt;&lt;i&gt;&lt;b&gt;Q:&lt;/b&gt;&lt;/i&gt; Can I request to get a certain style?&lt;br /&gt;&lt;i&gt;&lt;b&gt;A:&lt;/b&gt; &lt;b&gt;No.&lt;/b&gt; Using &lt;a href="http://bibword.codeplex.com/Wiki/View.aspx?title=BibWord&amp;referringTitle=Home"&gt;BibWord&lt;/a&gt;, you really should try to create the style yourself. Keep in mind that even if you find someone prepared to create the style for you that you will have to provide him/her with detailed information about the formatting guidelines for your style. Messages containing &amp;quot;I need style x.&amp;quot; will most likely be ignored.&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;&lt;a name="Q7"&gt;&lt;/a&gt;&lt;br /&gt;&lt;i&gt;&lt;b&gt;Q:&lt;/b&gt;&lt;/i&gt; Can I (not) link my in-text citations to their bibliography entries?&lt;br /&gt;&lt;i&gt;&lt;b&gt;A:&lt;/b&gt; Yes. Set the value of &lt;b&gt;citation_as_link&lt;/b&gt; to 'yes' if you want in-text citations to link to their specific bibliography entry, or to any other value if you do not.&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;&lt;a name="Q8"&gt;&lt;/a&gt;&lt;br /&gt;&lt;i&gt;&lt;b&gt;Q:&lt;/b&gt;&lt;/i&gt; Can I change the surrounding brackets for in-text citations?&lt;br /&gt;&lt;i&gt;&lt;b&gt;A:&lt;/b&gt; Yes. You can change the surrounding brackets by changing the values of &lt;b&gt;openbracket&lt;/b&gt; and &lt;b&gt;closebracket&lt;/b&gt;&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;&lt;a name="Q9"&gt;&lt;/a&gt;&lt;br /&gt;&lt;i&gt;&lt;b&gt;Q:&lt;/b&gt;&lt;/i&gt; How do I get my in-text citations in superscript?&lt;br /&gt;&lt;i&gt;&lt;b&gt;A:&lt;/b&gt; In-text citations inherit the style of their surroundings. Only limited formatting (bold, underline, italic) can be applied to them through the reference style. For any further formatting, such as superscript, a character style has to be applied to all CITATION fields.&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;&lt;i&gt;The following macro creates a character style called &lt;b&gt;In-Text Citation&lt;/b&gt; if it does not yet exist. When the style is newly created, it sets the font to superscript. Then the style is applied to all CITATION fields in the document. By changing/updating the style &lt;b&gt;In-Text Citation&lt;/b&gt; you can then update the formatting of all citations&lt;/i&gt;&lt;br /&gt; &lt;br /&gt;&lt;div style="color:Black;background-color:White;"&gt;&lt;pre&gt;
&lt;span style="color:Blue;"&gt;Sub&lt;/span&gt; ApplyCitationStyle()
    &lt;span style="color:Blue;"&gt;Dim&lt;/span&gt; stylename &lt;span style="color:Blue;"&gt;As&lt;/span&gt; &lt;span style="color:Blue;"&gt;String&lt;/span&gt;
    &lt;span style="color:Blue;"&gt;Dim&lt;/span&gt; exists &lt;span style="color:Blue;"&gt;As&lt;/span&gt; &lt;span style="color:Blue;"&gt;Boolean&lt;/span&gt;
    &lt;span style="color:Blue;"&gt;Dim&lt;/span&gt; s &lt;span style="color:Blue;"&gt;As&lt;/span&gt; Style
    &lt;span style="color:Blue;"&gt;Dim&lt;/span&gt; fld &lt;span style="color:Blue;"&gt;As&lt;/span&gt; Field
                
    stylename = &lt;span style="color:#A31515;"&gt;&amp;quot;In-Text Citation&amp;quot;&lt;/span&gt;
        
    &lt;span style="color:Green;"&gt;' Check if the style already exists.&lt;/span&gt;
    exists = &lt;span style="color:Blue;"&gt;False&lt;/span&gt;
        
    &lt;span style="color:Blue;"&gt;For&lt;/span&gt; &lt;span style="color:Blue;"&gt;Each&lt;/span&gt; s &lt;span style="color:Blue;"&gt;In&lt;/span&gt; ActiveDocument.Styles
        &lt;span style="color:Blue;"&gt;If&lt;/span&gt; s.NameLocal = stylename &lt;span style="color:Blue;"&gt;Then&lt;/span&gt;
           exists = &lt;span style="color:Blue;"&gt;True&lt;/span&gt;
           &lt;span style="color:Blue;"&gt;Exit&lt;/span&gt; &lt;span style="color:Blue;"&gt;For&lt;/span&gt;
        &lt;span style="color:Blue;"&gt;End&lt;/span&gt; &lt;span style="color:Blue;"&gt;If&lt;/span&gt;
    &lt;span style="color:Blue;"&gt;Next&lt;/span&gt;
    
    &lt;span style="color:Green;"&gt;' If the style did not exist yet, create it.&lt;/span&gt;
    &lt;span style="color:Blue;"&gt;If&lt;/span&gt; exists = &lt;span style="color:Blue;"&gt;False&lt;/span&gt; &lt;span style="color:Blue;"&gt;Then&lt;/span&gt;
        &lt;span style="color:Blue;"&gt;Set&lt;/span&gt; s = ActiveDocument.Styles.Add(stylename, wdStyleTypeCharacter)
        s.BaseStyle = ActiveDocument.Styles(wdStyleDefaultParagraphFont).BaseStyle
        s.Font.Superscript = &lt;span style="color:Blue;"&gt;True&lt;/span&gt;
    &lt;span style="color:Blue;"&gt;End&lt;/span&gt; &lt;span style="color:Blue;"&gt;If&lt;/span&gt;
    
    &lt;span style="color:Green;"&gt;' Now that the style really exists, select it.&lt;/span&gt;
    &lt;span style="color:Blue;"&gt;Set&lt;/span&gt; s = ActiveDocument.Styles(stylename)
     
    &lt;span style="color:Green;"&gt;' Apply the style to all in-text citations.&lt;/span&gt;
    &lt;span style="color:Blue;"&gt;For&lt;/span&gt; &lt;span style="color:Blue;"&gt;Each&lt;/span&gt; fld &lt;span style="color:Blue;"&gt;In&lt;/span&gt; ActiveDocument.Fields
        &lt;span style="color:Blue;"&gt;If&lt;/span&gt; fld.Type = wdFieldCitation &lt;span style="color:Blue;"&gt;Then&lt;/span&gt;
            fld.&lt;span style="color:Blue;"&gt;Select&lt;/span&gt;
            Selection.Style = s
        &lt;span style="color:Blue;"&gt;End&lt;/span&gt; &lt;span style="color:Blue;"&gt;If&lt;/span&gt;
    &lt;span style="color:Blue;"&gt;Next&lt;/span&gt;

&lt;span style="color:Blue;"&gt;End&lt;/span&gt; &lt;span style="color:Blue;"&gt;Sub&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;&lt;a name="Q10"&gt;&lt;/a&gt;&lt;br /&gt;&lt;i&gt;&lt;b&gt;Q:&lt;/b&gt;&lt;/i&gt; How do I convert all my in-text citations to static text in one go?&lt;br /&gt;&lt;i&gt;&lt;b&gt;A:&lt;/b&gt; You can use the following macro to convert all in-text citations:&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="color:Black;background-color:White;"&gt;&lt;pre&gt;
&lt;span style="color:Blue;"&gt;Sub&lt;/span&gt; CitationsToStaticText()
    &lt;span style="color:Blue;"&gt;Dim&lt;/span&gt; fld &lt;span style="color:Blue;"&gt;As&lt;/span&gt; Field
            
    &lt;span style="color:Green;"&gt;' Go over all stories, including main, footnotes, ...&lt;/span&gt;
    &lt;span style="color:Blue;"&gt;For&lt;/span&gt; &lt;span style="color:Blue;"&gt;Each&lt;/span&gt; sr &lt;span style="color:Blue;"&gt;In&lt;/span&gt; ActiveDocument.StoryRanges
        &lt;span style="color:Green;"&gt;' Find all citation fields and convert them to static text.&lt;/span&gt;
        &lt;span style="color:Blue;"&gt;For&lt;/span&gt; &lt;span style="color:Blue;"&gt;Each&lt;/span&gt; fld &lt;span style="color:Blue;"&gt;In&lt;/span&gt; sr.Fields
            &lt;span style="color:Blue;"&gt;If&lt;/span&gt; fld.Type = wdFieldCitation &lt;span style="color:Blue;"&gt;Then&lt;/span&gt;
                fld.&lt;span style="color:Blue;"&gt;Select&lt;/span&gt;
                WordBasic.BibliographyCitationToText
            &lt;span style="color:Blue;"&gt;End&lt;/span&gt; &lt;span style="color:Blue;"&gt;If&lt;/span&gt;
        &lt;span style="color:Blue;"&gt;Next&lt;/span&gt;
    &lt;span style="color:Blue;"&gt;Next&lt;/span&gt;

&lt;span style="color:Blue;"&gt;End&lt;/span&gt; &lt;span style="color:Blue;"&gt;Sub&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;&lt;a name="Q11"&gt;&lt;/a&gt;&lt;br /&gt;&lt;i&gt;&lt;b&gt;Q:&lt;/b&gt;&lt;/i&gt; Is there an easy way to get rid of sources which are not cited in the text?&lt;br /&gt;&lt;i&gt;&lt;b&gt;A:&lt;/b&gt; You can use the following macro to remove all uncited sources from a document:&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="color:Black;background-color:White;"&gt;&lt;pre&gt;
&lt;span style="color:Blue;"&gt;Sub&lt;/span&gt; RemoveUnusedCitations()
    &lt;span style="color:Green;"&gt;' Get the number of sources.&lt;/span&gt;
    idx = ActiveDocument.Bibliography.Sources.Count
    
    &lt;span style="color:Green;"&gt;' Remmove unused sources starting from the last one.&lt;/span&gt;
    &lt;span style="color:Blue;"&gt;Do&lt;/span&gt; &lt;span style="color:Blue;"&gt;While&lt;/span&gt; (idx &amp;gt; 0)
        &lt;span style="color:Blue;"&gt;If&lt;/span&gt; ActiveDocument.Bibliography.Sources(idx).Cited = &lt;span style="color:Blue;"&gt;False&lt;/span&gt; &lt;span style="color:Blue;"&gt;Then&lt;/span&gt;
            ActiveDocument.Bibliography.Sources(idx).Delete
        &lt;span style="color:Blue;"&gt;End&lt;/span&gt; &lt;span style="color:Blue;"&gt;If&lt;/span&gt;
        idx = idx - 1
    &lt;span style="color:Blue;"&gt;Loop&lt;/span&gt;
&lt;span style="color:Blue;"&gt;End&lt;/span&gt; &lt;span style="color:Blue;"&gt;Sub&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;&lt;a name="Q12"&gt;&lt;/a&gt;&lt;br /&gt;&lt;i&gt;&lt;b&gt;Q:&lt;/b&gt;&lt;/i&gt; How do I set the indentation of my bibliography?&lt;br /&gt;&lt;i&gt;&lt;b&gt;A:&lt;/b&gt; Add a bibliography to your document. Open the 'Styles' pane (CTRL+ALT+SHIFT+S) and look for a style called 'Bibliography' (or a localized translation of the word 'Bibliography'). Change the indentation settings there. That way, whenever your bibliography gets updated, the indentation will remain correct.&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;&lt;a name="Q13"&gt;&lt;/a&gt;&lt;br /&gt;&lt;i&gt;&lt;b&gt;Q:&lt;/b&gt;&lt;/i&gt; Is it possible to group several citations? Currently I have something like (1)(2) and I want (1,2).&lt;br /&gt;&lt;br /&gt;&lt;i&gt;&lt;b&gt;A:&lt;/b&gt; Yes. You can add a second source to a citation by using the '\m' switch and the tag of the source you want to add. In Word 2007, if you want to add a source with tag 'Bee99' to an existing citation, right click the citation and select 'Edit Field...'. It will show you something like 'CITATION Gup97 \l 2060'. To add the extra source, change it to 'CITATION Gup97 \l 2060 \m Bee99'. For more information, also see the Microsoft Office online help topic on the &lt;a href="http://office.microsoft.com/en-us/word/HA102157071033.aspx" class="externalLink"&gt;CITATION&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; field code.&lt;br /&gt;&lt;br /&gt;Alternatively, you can put your cursor inside any in-text citation, then go to 'References' tab in the ribbon and click 'Insert Citation'.&lt;br /&gt;&lt;br /&gt;To change the separator between two grouped in-text citations, BibWord uses the &lt;b&gt;separator&lt;/b&gt; element.&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;&lt;a name="Q14"&gt;&lt;/a&gt;&lt;br /&gt;&lt;i&gt;&lt;b&gt;Q:&lt;/b&gt;&lt;/i&gt; Only the name of the first author is displayed correctly, all other author names are abbreviated. Is this a bug?&lt;br /&gt;&lt;br /&gt;&lt;i&gt;&lt;b&gt;A:&lt;/b&gt; No. You probably made a mistake when entering the different author names. You should enter them one by one in the dialog that comes up when clicking the &amp;quot;Edit...&amp;quot; button next to the author field. That way you will not make a mistake.&lt;br /&gt;&lt;br /&gt;If you really want to enter them as a string, then be aware that the correct format is &amp;quot;Last1, First1 Middle1; Last2, First2 Middle2; ...&amp;quot;. So the names are separated by a &amp;quot;;&amp;quot; while name parts are separated by a &amp;quot;,&amp;quot;.&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;&lt;i&gt;Note that there is a bug in Word where sometimes the name conversion goes wrong. For more info, see &lt;a href="http://bibword.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=27834"&gt;here&lt;/a&gt;.&lt;/i&gt;&lt;/div&gt;</description><author>Yves</author><pubDate>Fri, 29 May 2009 17:07:44 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Styles_FAQ 20090529050744P</guid></item><item><title>Updated Wiki: Home</title><link>http://bibword.codeplex.com/Wiki/View.aspx?title=Home&amp;version=57</link><description>&lt;div class="wikidoc"&gt;&lt;h3&gt;Introduction&lt;/h3&gt;
BibWord makes it easier to create and manipulate Microsoft Word citation and bibliography styles. BibWord also resolves several limitations of the basic implementation by Microsoft.&lt;br /&gt;For end-users, BibWord offers a collection of easy to use styles.
&lt;h3&gt;For End-Users &lt;i&gt;(updated May 10, 2009)&lt;/i&gt;&lt;/h3&gt;
&lt;b&gt;Styles&lt;/b&gt;&lt;br /&gt;A collection of &lt;a href="http://bibword.codeplex.com/Wiki/View.aspx?title=Styles"&gt;styles&lt;/a&gt; created using the BibWord template. Styles include:
&lt;ul&gt;&lt;li&gt;Associa&amp;#231;&amp;#227;o Brasileira de Normas T&amp;#233;cnicas (ABNT)&lt;/li&gt;
&lt;li&gt;Association for Computing Machinery (ACM)&lt;/li&gt;
&lt;li&gt;American Chemical Society (ACS)&lt;/li&gt;
&lt;li&gt;American Medical Association (AMA)&lt;/li&gt;
&lt;li&gt;American Sociological Association (ASA)&lt;/li&gt;
&lt;li&gt;Council of Science Editors (CSE)&lt;/li&gt;
&lt;li&gt;Harvard AGPS - Anglia - Exeter - Leeds&lt;/li&gt;
&lt;li&gt;Humana Press&lt;/li&gt;
&lt;li&gt;IEEE&lt;/li&gt;
&lt;li&gt;Lecture Notes in Computer Science (LNCS)&lt;/li&gt;
&lt;li&gt;Modern Humanities Research Association (MHRA)&lt;/li&gt;
&lt;li&gt;Nature&lt;/li&gt;
&lt;li&gt;Vancouver&lt;/li&gt;
&lt;li&gt;&lt;a href="http://bibword.codeplex.com/Wiki/View.aspx?title=Styles"&gt;...&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;b&gt;BibWord Extender&lt;/b&gt;&lt;br /&gt;A &lt;a href="http://bibword.codeplex.com/Wiki/View.aspx?title=BibWord%20Extender"&gt;tool&lt;/a&gt; for creating numeric in-text citations based on the ordering of the bibliographic entries. With some styles, it can also be used to generate year suffices.
&lt;h3&gt;For Developers &lt;i&gt;(updated May 10, 2009)&lt;/i&gt;&lt;/h3&gt;
&lt;b&gt;&lt;i&gt;Tools&lt;/i&gt;&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;&lt;a href="http://bibword.codeplex.com/Wiki/View.aspx?title=BibWord"&gt;BibWord&lt;/a&gt; - A template for the creation of Word 2007/2008 bibliography styles. Styles created using the template can be easily maintained or adjusted by others.&lt;/li&gt;
&lt;li&gt;&lt;a href="http://bibword.codeplex.com/Wiki/View.aspx?title=BibWord%20Extender"&gt;BibWord Extender&lt;/a&gt; - An extension of BibWord for creating both numeric in-text citations based on the ordering of the bibliographic entries and year suffices. This can only be used with BibWord styles.&lt;/li&gt;
&lt;li&gt;&lt;a href="http://bibword.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=15976"&gt;BibType&lt;/a&gt; - A command-line tool for the creation and adaptation of the content of the GUI for editing sources within Word 2007 &lt;i&gt;(bibform.xml)&lt;/i&gt;. &lt;/li&gt;&lt;/ul&gt;
&lt;b&gt;&lt;i&gt;FAQ&lt;/i&gt;&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;List of &lt;a href="http://bibword.codeplex.com/Wiki/View.aspx?title=FAQ"&gt;FAQ&lt;/a&gt; questions for people creating their own stylesheets from scratch or adjusting the predefined Word 2007 bibliography styles.&lt;/li&gt;&lt;/ul&gt;
&lt;h3&gt;Older stuff&lt;/h3&gt;
A number of older stylesheets and templates. They are no longer supported.
&lt;ul&gt;&lt;li&gt;&lt;a href="http://bibword.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=15365"&gt;IEEE style v.2.5&lt;/a&gt; - an older pre-BibWord version of the IEEE style. Use the BibWord replacements instead.&lt;/li&gt;
&lt;li&gt;&lt;a href="http://bibword.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=13180"&gt;Template&lt;/a&gt; using a two column layout for bibliographies.&lt;/li&gt;
&lt;li&gt;&lt;a href="http://bibword.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=13789"&gt;Template&lt;/a&gt; with extension capabilities such as sorting.&lt;/li&gt;
&lt;li&gt;&lt;a href="http://bibword.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=17130"&gt;BibOrder&lt;/a&gt; - An extension of BibWord for creating both numeric in-text citations based on the ordering of the bibliographic entries and year suffices. This can only be used with BibWord styles. &lt;i&gt;(deprecated, use &lt;a href="http://bibword.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=19474"&gt;BibWord Extender&lt;/a&gt; instead)&lt;/i&gt;&lt;/li&gt;
&lt;li&gt;A number of requested styles based on the original Word 2007 styles.&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;</description><author>Yves</author><pubDate>Sun, 10 May 2009 13:43:12 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20090510014312P</guid></item><item><title>Updated Wiki: Home</title><link>http://bibword.codeplex.com/Wiki/View.aspx?title=Home&amp;version=56</link><description>&lt;div class="wikidoc"&gt;&lt;h3&gt;Introduction&lt;/h3&gt;
BibWord makes it easier to create and manipulate Microsoft Word citation and bibliography styles. BibWord also resolves several limitations of the basic implementation by Microsoft.&lt;br /&gt;For end-users, BibWord offers a collection of easy to use styles.
&lt;h3&gt;For End-Users &lt;i&gt;(updated Apr. 26, 2009)&lt;/i&gt;&lt;/h3&gt;
&lt;b&gt;Styles&lt;/b&gt;&lt;br /&gt;A collection of &lt;a href="http://bibword.codeplex.com/Wiki/View.aspx?title=Styles"&gt;styles&lt;/a&gt; created using the BibWord template. Styles include:
&lt;ul&gt;&lt;li&gt;Associa&amp;#231;&amp;#227;o Brasileira de Normas T&amp;#233;cnicas (ABNT)&lt;/li&gt;
&lt;li&gt;Association for Computing Machinery (ACM)&lt;/li&gt;
&lt;li&gt;American Chemical Society (ACS)&lt;/li&gt;
&lt;li&gt;American Medical Association (AMA)&lt;/li&gt;
&lt;li&gt;American Sociological Association (ASA)&lt;/li&gt;
&lt;li&gt;Council of Science Editors (CSE)&lt;/li&gt;
&lt;li&gt;Harvard AGPS - Anglia - Exeter - Leeds&lt;/li&gt;
&lt;li&gt;Humana Press&lt;/li&gt;
&lt;li&gt;IEEE&lt;/li&gt;
&lt;li&gt;Lecture Notes in Computer Science (LNCS)&lt;/li&gt;
&lt;li&gt;Modern Humanities Research Association (MHRA)&lt;/li&gt;
&lt;li&gt;Nature&lt;/li&gt;
&lt;li&gt;Vancouver&lt;/li&gt;
&lt;li&gt;&lt;a href="http://bibword.codeplex.com/Wiki/View.aspx?title=Styles"&gt;...&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;b&gt;BibWord Extender&lt;/b&gt;&lt;br /&gt;A &lt;a href="http://bibword.codeplex.com/Wiki/View.aspx?title=BibWord%20Extender"&gt;tool&lt;/a&gt; for creating numeric in-text citations based on the ordering of the bibliographic entries. With some styles, it can also be used to generate year suffices.
&lt;h3&gt;For Developers &lt;i&gt;(updated Apr. 26, 2009)&lt;/i&gt;&lt;/h3&gt;
&lt;b&gt;&lt;i&gt;Tools&lt;/i&gt;&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;&lt;a href="http://bibword.codeplex.com/Wiki/View.aspx?title=BibWord"&gt;BibWord&lt;/a&gt; - A template for the creation of Word 2007/2008 bibliography styles. Styles created using the template can be easily maintained or adjusted by others.&lt;/li&gt;
&lt;li&gt;&lt;a href="http://bibword.codeplex.com/Wiki/View.aspx?title=BibWord%20Extender"&gt;BibWord Extender&lt;/a&gt; - An extension of BibWord for creating both numeric in-text citations based on the ordering of the bibliographic entries and year suffices. This can only be used with BibWord styles.&lt;/li&gt;
&lt;li&gt;&lt;a href="http://bibword.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=15976"&gt;BibType&lt;/a&gt; - A command-line tool for the creation and adaptation of the content of the GUI for editing sources within Word 2007 &lt;i&gt;(bibform.xml)&lt;/i&gt;. &lt;/li&gt;&lt;/ul&gt;
&lt;b&gt;&lt;i&gt;FAQ&lt;/i&gt;&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;List of &lt;a href="http://bibword.codeplex.com/Wiki/View.aspx?title=FAQ"&gt;FAQ&lt;/a&gt; questions for people creating their own stylesheets from scratch or adjusting the predefined Word 2007 bibliography styles.&lt;/li&gt;&lt;/ul&gt;
&lt;h3&gt;Older stuff&lt;/h3&gt;
A number of older stylesheets and templates. They are no longer supported.
&lt;ul&gt;&lt;li&gt;&lt;a href="http://bibword.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=15365"&gt;IEEE style v.2.5&lt;/a&gt; - an older pre-BibWord version of the IEEE style. Use the BibWord replacements instead.&lt;/li&gt;
&lt;li&gt;&lt;a href="http://bibword.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=13180"&gt;Template&lt;/a&gt; using a two column layout for bibliographies.&lt;/li&gt;
&lt;li&gt;&lt;a href="http://bibword.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=13789"&gt;Template&lt;/a&gt; with extension capabilities such as sorting.&lt;/li&gt;
&lt;li&gt;&lt;a href="http://bibword.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=17130"&gt;BibOrder&lt;/a&gt; - An extension of BibWord for creating both numeric in-text citations based on the ordering of the bibliographic entries and year suffices. This can only be used with BibWord styles. &lt;i&gt;(deprecated, use &lt;a href="http://bibword.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=19474"&gt;BibWord Extender&lt;/a&gt; instead)&lt;/i&gt;&lt;/li&gt;
&lt;li&gt;A number of requested styles based on the original Word 2007 styles.&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;</description><author>Yves</author><pubDate>Sun, 10 May 2009 13:37:31 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20090510013731P</guid></item><item><title>Updated Wiki: Styles</title><link>http://bibword.codeplex.com/Wiki/View.aspx?title=Styles&amp;version=22</link><description>&lt;div class="wikidoc"&gt;&lt;h2&gt;Styles&lt;/h2&gt;
&lt;a href="http://bibword.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=15852"&gt;Latest version of all styles&lt;/a&gt;
&lt;h4&gt;Introduction&lt;/h4&gt;
The main goal of this project is to collect and maintain a number of bibliography styles which can be used by Microsoft Word 2007 and later. Most styles are either created using &lt;a href="http://bibword.codeplex.com/Wiki/View.aspx?title=BibWord&amp;referringTitle=Home"&gt;BibWord&lt;/a&gt; or derived from the styles which come with Microsoft Word. &lt;br /&gt;&lt;br /&gt;Each family of styles comes with its own release page. Whenever bugs are fixed or new types are added, the same release gets updated.&lt;br /&gt;&lt;br /&gt;Everybody who wants to submit a style can do so by contacting one of the project coordinators. The only requirement for putting a style on the project page, is that you release your style under the MIT license. That basically allows people to do whatever they want with your style as long as they give you credit for it.
&lt;h4&gt;Supported styles&lt;/h4&gt;
The following list contains an overview of the current set of styles:
&lt;ul&gt;&lt;li&gt;&lt;a href="http://bibword.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=27212"&gt;Associa&amp;#231;&amp;#227;o Brasileira de Normas T&amp;#233;cnicas&lt;/a&gt; (ABNT)&lt;/li&gt;
&lt;li&gt;&lt;a href="http://bibword.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=19777"&gt;Association for Computing Machinery&lt;/a&gt; (ACM)&lt;/li&gt;
&lt;li&gt;&lt;a href="http://bibword.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=25693"&gt;American Medical Society&lt;/a&gt; (ACS)&lt;/li&gt;
&lt;li&gt;&lt;a href="http://bibword.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=19778"&gt;American Medical Association&lt;/a&gt; (AMA)&lt;/li&gt;
&lt;li&gt;&lt;a href="http://bibword.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=26892"&gt;American Sociological Association&lt;/a&gt; (ASA)&lt;/li&gt;
&lt;li&gt;&lt;a href="http://bibword.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=20331"&gt;Chicago Footnotes&lt;/a&gt; (beta - not in zip)&lt;/li&gt;
&lt;li&gt;&lt;a href="http://bibword.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=19770"&gt;Council of Science Editors&lt;/a&gt; (CSE)&lt;/li&gt;
&lt;li&gt;&lt;a href="http://bibword.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=22931"&gt;Harvard - AGPS&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://bibword.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=19783"&gt;Harvard - Anglia&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://bibword.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=22890"&gt;Harvard - Exeter&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://bibword.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=19776"&gt;Harvard - Leeds&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://bibword.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=19809"&gt;Humana Press&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://bibword.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=19764"&gt;IEEE&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://bibword.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=19773"&gt;Lecture Notes in Computer Science&lt;/a&gt; (LNCS)&lt;/li&gt;
&lt;li&gt;&lt;a href="http://bibword.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=19998"&gt;Modern Humanities Research Association&lt;/a&gt; (MHRA)&lt;/li&gt;
&lt;li&gt;&lt;a href="http://bibword.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=26055"&gt;Nature&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://bibword.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=19772"&gt;Vancouver&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;h4&gt;Download&lt;/h4&gt;
You can download a zip file containing all styles from &lt;a href="http://bibword.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=15852"&gt;here&lt;/a&gt;.
&lt;h4&gt;Installation on Windows (Word 2007)&lt;/h4&gt;
To use the bibliography styles, they have to be copied into the Microsoft Word bibliography style directory. This directory can vary depending on where Word is installed: &lt;br /&gt;&lt;br /&gt;&lt;pre&gt;
    &amp;lt;winword.exe directory&amp;gt;\Bibliography\Style
&lt;/pre&gt; On most machines with Microsoft Word 2007 this will be:&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;
    %program files%\Microsoft Office\Office12\Bibliography\Style
&lt;/pre&gt;Once the styles are copied to the directory, they will show up every time Microsoft Word is opened.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Remark:&lt;/b&gt; the &lt;i&gt;types.xml&lt;/i&gt; included with the stylesheets should be used in combination with &lt;a href="http://bibword.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=15976"&gt;BibType&lt;/a&gt; to create some extra fields for the different types.
&lt;h4&gt;Installation on Mac OS X (Word 2008)&lt;/h4&gt;
To use the bibliography styles, right-click on Microsoft Word 2008 and select show package contents. Put the files in:&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;
    Contents/Resources/Style/
&lt;/pre&gt; On most Macs with Microsoft Word 2008 this will be:&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;
    /Applications/Microsoft Office 2008/Microsoft Word.app/Contents/Resources/Style/
&lt;/pre&gt;
&lt;h4&gt;FAQ&lt;/h4&gt;
A number of frequently asked questions regarding the style linked from this page can be found &lt;a href="http://bibword.codeplex.com/Wiki/View.aspx?title=Styles_FAQ&amp;referringTitle=Home"&gt;here&lt;/a&gt;.&lt;/div&gt;</description><author>Yves</author><pubDate>Sun, 10 May 2009 13:35:30 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Styles 20090510013530P</guid></item><item><title>Updated Wiki: History</title><link>http://bibword.codeplex.com/Wiki/View.aspx?title=History&amp;version=5</link><description>&lt;div class="wikidoc"&gt;&lt;h2&gt;Project History&lt;/h2&gt;
&lt;a name="BibWord"&gt;&lt;/a&gt;
&lt;h3&gt;BibWord&lt;/h3&gt;
&lt;b&gt;BibWord v.2.5&lt;/b&gt; (10/05/2009)
&lt;ul&gt;&lt;li&gt;added the 'm' option to title formatting to allow for the selection of the master title&lt;/li&gt;
&lt;li&gt;added the 's' option to title formatting to allow for the selection of the sub title&lt;/li&gt;
&lt;li&gt;added the 'f' option to title formatting to capitalize the first word&lt;/li&gt;
&lt;li&gt;extended the 'a' option so now other articles then 'a', 'an', and 'the' can be moved to the end (i18n)&lt;/li&gt;
&lt;li&gt;fixed bug in name abbreviation where abbreviated parts without spaces did get further abbreviated (A.B. became A.)&lt;/li&gt;
&lt;li&gt;fixed a display bug where an URL between &amp;lt; and &amp;gt; was not shown&lt;/li&gt;&lt;/ul&gt;
&lt;b&gt;BibWord v.2.4&lt;/b&gt; (26/04/2009)
&lt;ul&gt;&lt;li&gt;added default 'MsoBibliography' style to footnote citations (Word 2008 only)&lt;/li&gt;
&lt;li&gt;added a 'c' option to contributors so they can be counted (e.g. %Author:c%)&lt;/li&gt;
&lt;li&gt;fixed a year suffix issue where sources where not sorted but still required year suffices&lt;/li&gt;&lt;/ul&gt;
&lt;b&gt;BibWord v.2.3&lt;/b&gt; (26/02/2009)
&lt;ul&gt;&lt;li&gt;added functionality to make in-text citations links which point to their accompanying bibliography entry through the citationaslink element in the general section &lt;/li&gt;
&lt;li&gt;added a version variable at the end of the stylesheet (for easier BibWord updates)&lt;/li&gt;
&lt;li&gt;removed an obsolete debugging routine &lt;/li&gt;&lt;/ul&gt;
&lt;b&gt;BibWord v.2.2&lt;/b&gt; (17/02/2009) 
&lt;ul&gt;&lt;li&gt;added support for b:FootnoteCitation (Word 2008)&lt;/li&gt;
&lt;li&gt;added support for b:Description (Word 2008)&lt;/li&gt;
&lt;li&gt;added support for b:updateURL (Word 2008)&lt;/li&gt;&lt;/ul&gt;
&lt;b&gt;BibWord v.2.1&lt;/b&gt; (11/02/2009) 
&lt;ul&gt;&lt;li&gt;changed both the file encoding and output encoding to utf-8 (Word 2008 support)&lt;/li&gt;
&lt;li&gt;changed html output encoding to utf-8 (Word 2008 support)&lt;/li&gt;&lt;/ul&gt;
&lt;b&gt;BibWord v.2.0&lt;/b&gt; (04/02/2009) 
&lt;ul&gt;&lt;li&gt;renamed all key variables to skey to prevent double definition of key when the stylesheet is used in combination with Internet Explorer&lt;/li&gt;
&lt;li&gt;fixed a recursion bug in the get-person-parameter routine&lt;/li&gt;&lt;/ul&gt;
&lt;b&gt;BibWord v.1.9&lt;/b&gt; (08/12/2008) 
&lt;ul&gt;&lt;li&gt;added the possibility to format placeholders using the 'Placeholder' type for sources&lt;/li&gt;
&lt;li&gt;fixed two bugs in the abbreviate-name routine (reported by ilbajec)&lt;/li&gt;&lt;/ul&gt;
&lt;b&gt;BibWord v.1.8&lt;/b&gt; (29/11/2008) 
&lt;ul&gt;&lt;li&gt;simplified ordinal formatting &lt;/li&gt;
&lt;li&gt;introduced roman numerals for CitationVolume, Edition, Month, MonthAccessed, and Volume &lt;/li&gt;
&lt;li&gt;added the possibility to specify a minimum length for abbreviated pages (e.g. 'a2': 135-137 becomes 135-37 rather than 135-7)&lt;/li&gt;
&lt;li&gt;fixed a bug in the recursion where sometimes a field was marked as used while it was not&lt;/li&gt;&lt;/ul&gt;
&lt;b&gt;BibWord v.1.7&lt;/b&gt; (23/11/2008) 
&lt;ul&gt;&lt;li&gt;fixed a bug influencing all BibWord extensions&lt;/li&gt;&lt;/ul&gt;
&lt;b&gt;BibWord v.1.6&lt;/b&gt; (22/11/2008)
&lt;ul&gt;&lt;li&gt;added the option to display only the first page of a range of pages &lt;/li&gt;
&lt;li&gt;added the option to display the ordinal suffix in superscript&lt;/li&gt;
&lt;li&gt;fixed a bug in the formatting of ordinals where sometimes the wrong suffix was shown &lt;/li&gt;
&lt;li&gt;fixed a bug in the abbreviation of pages where sometimes nothing was shown&lt;/li&gt;&lt;/ul&gt;
&lt;b&gt;BibWord v.1.5&lt;/b&gt; (11/11/2008)
&lt;ul&gt;&lt;li&gt;fixed a namelist formatting bug where the wrong separator was displayed before the last contributor and the overflow &lt;/li&gt;
&lt;li&gt;fixed a bug in the formatting of ordinals &lt;/li&gt;
&lt;li&gt;added 4 new variables for in-text citations: CitationPages, CitationPrefix, CitationSuffix, CitationVolume &lt;/li&gt;
&lt;li&gt;added support for abbreviating and extending page ranges (e.g. 137-139 =&amp;gt; 137-9) &lt;/li&gt;
&lt;li&gt;added support for year suffices (requires the BibWord Extender tool)&lt;/li&gt;&lt;/ul&gt;
&lt;b&gt;BibWord v.1.4&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;fixed a recursion error where variables got marked as being used while they were not &lt;/li&gt;
&lt;li&gt;added 'r' parameter to all variables allowing variables being used multiple times within the same format &lt;/li&gt;
&lt;li&gt;added day formatting options &lt;/li&gt;
&lt;li&gt;added the possibility to use string laterals instead of variables (e.g.: %Author:2|&amp;quot;Anonymous&amp;quot;%) &lt;/li&gt;
&lt;li&gt;changed name abbreviation to support the display and/or removal of dashes and spaces between name parts &lt;/li&gt;
&lt;li&gt;added a possibility to display an error message when there is no formatting information for a source string&lt;/li&gt;&lt;/ul&gt;
&lt;b&gt;BibWord v.1.3&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;fixed the way the 'x' at the start and the end of a bibliography are hidden in case tables are used&lt;/li&gt;&lt;/ul&gt;
&lt;b&gt;BibWord v.1.2&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;added month formatting&lt;/li&gt;&lt;/ul&gt;
&lt;b&gt;BibWord v.1.1&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;added the BibOrder extension&lt;/li&gt;&lt;/ul&gt;
&lt;b&gt;BibWord v.1.0&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;initial release&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;a name="Extender"&gt;&lt;/a&gt;
&lt;h3&gt;BibWord Extender&lt;/h3&gt;
&lt;b&gt;BibWord Extender v.2.0&lt;/b&gt; (16/03/2009) 
&lt;ul&gt;&lt;li&gt;runs on Mono&lt;/li&gt;
&lt;li&gt;allows for selection of a different style directory than the default one &lt;/li&gt;
&lt;li&gt;allows for creating backups of your file (just so you can always be on the safe side) &lt;/li&gt;
&lt;li&gt;handles non-BibWord styles better&lt;/li&gt;&lt;/ul&gt;
&lt;b&gt;BibWord Extender v.1.2&lt;/b&gt; (11/02/2009) 
&lt;ul&gt;&lt;li&gt;fixed encoding issue (this should hopefully also fix the \u2013 issues some people reported)&lt;/li&gt;&lt;/ul&gt;
&lt;b&gt;BibWord Extender v.1.1&lt;/b&gt; (06/12/2008) 
&lt;ul&gt;&lt;li&gt;made stylesheet encoding independent&lt;/li&gt;
&lt;li&gt;compiled targetting x86 so registry access on a 64 bit machine does not fail &lt;/li&gt;&lt;/ul&gt;
&lt;b&gt;BibWord Extender v.1.0&lt;/b&gt; (16/11/2008)
&lt;ul&gt;&lt;li&gt;initial release&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;a name="BibOrder"&gt;&lt;/a&gt;
&lt;h3&gt;BibOrder &lt;i&gt;(deprecated)&lt;/i&gt;&lt;/h3&gt;
&lt;b&gt;BibOrder v.1.0&lt;/b&gt; (5/9/2008)
&lt;ul&gt;&lt;li&gt;initial release&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;a name="BibType"&gt;&lt;/a&gt;
&lt;h3&gt;BibType&lt;/h3&gt;
&lt;b&gt;BibType v.1.0&lt;/b&gt; (4/8/2008)
&lt;ul&gt;&lt;li&gt;initial release&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;</description><author>Yves</author><pubDate>Sun, 10 May 2009 09:53:46 GMT</pubDate><guid isPermaLink="false">Updated Wiki: History 20090510095346A</guid></item></channel></rss>