<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Spectrum Writing&#039;s Blog</title>
	<atom:link href="http://spectrumwritingllc.com/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://spectrumwritingllc.com/wordpress</link>
	<description>Tips and Tricks from Tammy Van Boening</description>
	<lastBuildDate>Thu, 02 Feb 2012 22:35:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>FrameMaker is a key part of my workflow</title>
		<link>http://spectrumwritingllc.com/wordpress/2011/10/framemaker-is-a-key-part-of-my-workflow/</link>
		<comments>http://spectrumwritingllc.com/wordpress/2011/10/framemaker-is-a-key-part-of-my-workflow/#comments</comments>
		<pubDate>Fri, 28 Oct 2011 23:11:09 +0000</pubDate>
		<dc:creator>tammyvb</dc:creator>
				<category><![CDATA[Framemaker]]></category>

		<guid isPermaLink="false">http://spectrumwritingllc.com/wordpress/?p=39</guid>
		<description><![CDATA[I have a scientific education and background. FrameMaker gives me the tools I need to rapidly and accurately document scientific software and procedures]]></description>
			<content:encoded><![CDATA[<p></p><p>I have a scientific education and background. FrameMaker gives me the tools I need to rapidly and accurately document scientific software and procedures</p>
]]></content:encoded>
			<wfw:commentRss>http://spectrumwritingllc.com/wordpress/2011/10/framemaker-is-a-key-part-of-my-workflow/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Autonumbering in Microsoft Word</title>
		<link>http://spectrumwritingllc.com/wordpress/2011/10/word-autonumbering/</link>
		<comments>http://spectrumwritingllc.com/wordpress/2011/10/word-autonumbering/#comments</comments>
		<pubDate>Thu, 27 Oct 2011 19:53:09 +0000</pubDate>
		<dc:creator>tammyvb</dc:creator>
				<category><![CDATA[Word]]></category>
		<category><![CDATA[numbered lists]]></category>
		<category><![CDATA[SEQ fields]]></category>
		<category><![CDATA[Word autonumbering]]></category>

		<guid isPermaLink="false">http://spectrumwritingllc.com/wordpress/?p=34</guid>
		<description><![CDATA[For my technical publications clients, I use a true desktop Publisher (Framemaker) to produce standalone documentation or to single source to an Online Help standard output such as Microsoft HTML 1.x help; however, many of my clients, for their own internal documentation, use Microsoft Word. Because I am a writer, they naturally assume that I [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>For my technical publications clients, I use a true desktop Publisher (Framemaker) to produce standalone documentation or to single source to an Online Help standard output such as Microsoft HTML 1.x help; however, many of my clients, for their own internal documentation, use Microsoft Word. Because I am a writer, they naturally assume that I know many things about many different tools, and reach out to me for help, in particular, Microsoft Word and numbering. I could write pages and pages about all the issues with numbering Microsoft Word, and I know that we all have felt the pain of opening a document having all the numbering and bulleted lists go to heck in a hand basket for no apparent reason other than “it’s what MS Word does.”  Sequence fields are a way of semi-automating the process of numbering in an MS Word document, and ensuring that you will have stable numbering and bulleted lists in MS Word documents that you produce. It also allows for easy updates of numbering when you insert or delete a paragraph in an MS Word document. I have offered this solution to many of my clients who have suffered the follies of numbering in MS Word and all have been happy and appreciative of the solution. I thought I would make it general knowledge and share it with anyone who chooses to read by blog. Hopefully, this will help alleviate some (but not all) of the suffering when working with an MS Word document.</p>
<p>P.S. This is written from the perspective of Word 2007, so some of the options might be found in different places and/or on different menus in different versions of Word, but once located, the steps are still the same.</p>
<p>TVB</p>
<p>1.) Open a blank Word document and click anywhere in the document.</p>
<p>2.) On the main menu, click Insert &gt; Quick Parts &gt; Field.</p>
<p>3.) In the Field dialog box, in the Field names list, select Seq. (Note how the Field codes field is automatically populated with the field code of Seq.)</p>
<p><a href="http://spectrumwritingllc.com/wordpress/wp-content/uploads/2011/10/Field_dialog_box.png"><img title="Field_dialog_box" src="http://spectrumwritingllc.com/wordpress/wp-content/uploads/2011/10/Field_dialog_box_thumb.png" alt="Field_dialog_box" width="244" height="158" border="0" /></a></p>
<p>4.) After the field of SEQ, enter the code for the field with the following information:</p>
<ul>
<li>The name of the field.</li>
<li>The field type. (By default, unless otherwise specified, the field type is assumed to be a numbered field.)</li>
<li>The starting number for the field, which indicates whether the field is to be a beginning field (for example, a “1” or an “a”), or a continuation field (for example, “2” or greater, or “b” or greater).</li>
</ul>
<p>Here is an example of setting up a field code for a numbered list that is to begin with a “1&#8243; where “numberlist” is the name of the list and the switch \r 1 indicates that the list is to be reset to “1.”</p>
<blockquote><p>SEQ numberlist \r 1</p></blockquote>
<ul>
<li>Note that there is a space between numberlist and the backslash and there is a space between the “r” and the “1.”</li>
<li>It’s also important to note that I have named the field as “numberlist,” and by default, unless otherwise specified, Word assumes that the field code is to be used for a numbered list. You will see how to indicate an alphabetic list later in this lesson.</li>
</ul>
<p>5.) Clear the Preserve formatting during updates option.</p>
<p><a href="http://spectrumwritingllc.com/wordpress/wp-content/uploads/2011/10/Field_dialog_box2.png"><img title="Field_dialog_box2" src="http://spectrumwritingllc.com/wordpress/wp-content/uploads/2011/10/Field_dialog_box2_thumb.png" alt="Field_dialog_box2" width="244" height="115" border="0" /></a></p>
<p>6.) Click OK and the number “1” is displayed where you clicked in the blank Word document.</p>
<p>7.) Select the “1” that is displayed, right-click it, and on the context menu that opens, select Toggle Field Codes to display and automatically select the field code for the number.</p>
<p><a href="http://spectrumwritingllc.com/wordpress/wp-content/uploads/2011/10/Field_code_selected.png"><img title="Field_code_selected" src="http://spectrumwritingllc.com/wordpress/wp-content/uploads/2011/10/Field_code_selected_thumb.png" alt="Field_code_selected" width="230" height="45" border="0" /></a></p>
<p>8.) After the last right curly bracket in the selected field code, type a period, press the Tab key, and then enter a space after the tab.</p>
<p><a href="http://spectrumwritingllc.com/wordpress/wp-content/uploads/2011/10/Field_code_space_tab.png"><img title="Field_code_space_tab" src="http://spectrumwritingllc.com/wordpress/wp-content/uploads/2011/10/Field_code_space_tab_thumb.png" alt="Field_code_space_tab" width="244" height="43" border="0" /></a></p>
<p>9.) Select all of the above code <em>with the exception of the space</em>. (Yes, this does mean select the tab character as well. This easiest way to select all but the space is to place the cursor at the beginning of the field code, hold down the Shift key, and then press the Right arrow key as needed until all but the tab is selected.)<a href="http://spectrumwritingllc.com/wordpress/wp-content/uploads/2011/10/Field_code_selected_nopsace.png"><img title="Field_code_selected_nopsace" src="http://spectrumwritingllc.com/wordpress/wp-content/uploads/2011/10/Field_code_selected_nopsace_thumb.png" alt="Field_code_selected_nopsace" width="244" height="41" border="0" /></a></p>
<p>10.) Open the AutoCorrect dialog box. (In Word 2007, this means clicking the Office 2007 button (which, to me, looks like an obnoxious knock-off of the Olympic Rings in the upper left corner of Word), and then clicking Word Options &gt; Proofing &gt; Autocorrect Options.)</p>
<p><a href="http://spectrumwritingllc.com/wordpress/wp-content/uploads/2011/10/AutoCorrect_dialogbox.png"><img title="AutoCorrect_dialogbox" src="http://spectrumwritingllc.com/wordpress/wp-content/uploads/2011/10/AutoCorrect_dialogbox_thumb.png" alt="AutoCorrect_dialogbox" width="218" height="244" border="0" /></a></p>
<p>11.) In the Replace field, enter the shorthand notation that you want to use for a paragraph that is to be numbered “1” in any of your Word documents. For example, in my Word installation, I entered  1], which is the number 1 followed by a right bracket ( ] ).</p>
<p>12.) Make sure that the option of Formatted text is selected.</p>
<p>13.) Click Add, and then click OK.</p>
<p>Now, every time that you want a paragraph to begin with a “1,” you need to simply enter a “1” followed by a right bracket &#8220;( ] ) and press Enter. The paragraph is numbered with a “1” that is followed by a period and a tab. You can then use Word Styles to change indent levels, and so on for different levels of numbered lists.</p>
<p>To repeat this procedure for continuation numbers for numberlist, make sure that the code for the continuation numbers<em> is named identically</em>– SEQ numberlist \n – where the \n is the switch that indicates to continue numbering the numberlist paragraph. (In my Word installation, I use a “2” followed by a right bracket ( ] ) to for my replacement text.)</p>
<p>For lower case alphabetic lists, I named the list “alphalist,” and the codes for lower case letters are as follows (noting that, unlike numbered lists, you must specify not only the switch, but also, that the numbered list type is to be a lower case alphabetic list. This requires the insertion of \* alphabetic between the list name of “alphalist” and the list switch of either \r 1 or \n).</p>
<ul>
<li>SEQ alphalist \* alphabetic \r 1</li>
<li>SEQ alphalist \* alphabetic \n</li>
</ul>
<p>For the replacement text, in my Word installation, I use a lower case “a” followed by a right bracket ( ] ) for the beginning letter “a” and I use a lower case “b” followed by a right bracket ( ] ) to indicate continue with “b” or greater.</p>
<p>For upper case alphabetic lists, the code for the numbered list type is Alphabetic (note the upper case “A.”) Also note that in the Auto Correct dialog box, a distinction is NOT made between upper case and lower case letters in the Replace field. For example, if you indicated that a] was to be used for the beginning lowercase “a,” you could not enter A] as the replacement text that is to be used for the beginning upper case letters. Word would automatically change the upper case A to a lower case a and you would wind up with two identical replacement codes to mean two different things and this simply won’t work! In my Word installation, I used an upper case A followed by a right curly bracket ( A} ) and an upper case B followed by a right curly bracket ( B} ) as my replacement text for upper case alphabetic lists.</p>
<p>Updating after you insert or delete a numbered paragraph is now easy and straight forward. If you insert or delete a numbered paragraph in a Word document, simply select any numbered paragraph in the list, right-click on the selected paragraph, and on the context menu that opens, click Update Field. The picture below illustrates this:</p>
<p><a href="http://spectrumwritingllc.com/wordpress/wp-content/uploads/2011/10/AllSteps.png"><img title="AllSteps" src="http://spectrumwritingllc.com/wordpress/wp-content/uploads/2011/10/AllSteps_thumb.png" alt="AllSteps" width="244" height="175" border="0" /></a></p>
<ul>
<li>I decided that I needed to insert a step between Step C and Step D.</li>
<li>After insertion using the replacement code of B}, Step D was indeed inserted after Step C and what was the previous Step D.</li>
<li>I select and right-click on what was the previous Step D, and on the context menu that opens, click Update Field.</li>
<li>The previous Step D now becomes Step E as needed.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://spectrumwritingllc.com/wordpress/2011/10/word-autonumbering/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Resizing Visio Swim Lanes</title>
		<link>http://spectrumwritingllc.com/wordpress/2011/10/resizing-visio-swimlanes/</link>
		<comments>http://spectrumwritingllc.com/wordpress/2011/10/resizing-visio-swimlanes/#comments</comments>
		<pubDate>Fri, 14 Oct 2011 21:28:41 +0000</pubDate>
		<dc:creator>tammyvb</dc:creator>
				<category><![CDATA[Visio]]></category>
		<category><![CDATA[resizing swimlanes]]></category>
		<category><![CDATA[Visio swimlanes]]></category>

		<guid isPermaLink="false">http://spectrumwritingllc.com/wordpress/?p=10</guid>
		<description><![CDATA[Ah, “swimlanes!” Gotta’ love the term. Ever tried to resize a swim lane in a cross-functional flowchart in Visio and dealt with the frustrations of the swim lane “swimming” all around instead of resizing? Well, there is a way not only to resize swim lanes, but also, to keep all your swim lanes in the [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Ah, “swimlanes!” Gotta’ love the term. Ever tried to resize a swim lane in a cross-functional flowchart in Visio and dealt with the frustrations of the swim lane “swimming” all around instead of resizing? Well, there is a way not only to resize swim lanes, but also, to keep all your swim lanes in the same view, even when the Visio diagram extends beyond a single page. (And FWIW, if you try googling this topic, you will find that Microsoft doesn’t refer to swim lanes as swim lanes – the very unfamiliar term of “band” is used instead. And, no amount of googling resulted in a hit about resizing either with the term “swim lane” or the term “band.” Evidently, it’s a trade secret that Microsoft wants to keep secret!)</p>
<p>1.) Open a blank Visio document.</p>
<p>2.) On the main menu, click File &gt; New &gt; Cross-Functional Flowchart with whatever units and direction you prefer. (In this example, we will use US Units and horizontal.)</p>
<p>3.) Add only a single band at first.</p>
<p>4.) Select the entire band in two steps.</p>
<ul>
<li>
<div align="left">First, click on the Title section of the band first (the section with the placeholder of &lt;Function&gt;).</div>
</li>
<li>
<div align="left">Second, click on the bottom horizontal line of the band itself.The band should be highlighted as shown in the figure below.</div>
</li>
</ul>
<p><a href="http://spectrumwritingllc.com/wordpress/wp-content/uploads/2011/10/image.png"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="image" src="http://spectrumwritingllc.com/wordpress/wp-content/uploads/2011/10/image_thumb.png" alt="image" width="569" height="141" border="0" /></a></p>
<p>5.) Right-click <em>on</em> the selected bottom band, and then under Format, select Protection and clear the option for Height.</p>
<p>6.) Right-click <em>on</em> the selected bottom band and under Format, select Behavior, and then under Resize Behavior, select Reposition Only.</p>
<p>7.) Select only the Title section and then hold your cursor over the middle button until the cursor changes to a double-headed arrow and the Resize Shape tooltip is displayed as shown in the figure below.</p>
<p><a href="http://spectrumwritingllc.com/wordpress/wp-content/uploads/2011/10/image1.png"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="image" src="http://spectrumwritingllc.com/wordpress/wp-content/uploads/2011/10/image_thumb1.png" alt="image" width="569" height="183" border="0" /></a></p>
<p>8.) Click and hold the cursor on the middle button and drag to resize the band.</p>
<p>9.) Add the necessary Visio objects to the resized band.</p>
<p>Note: You can resize a band after you have added objects to the band only if the objects are not connected to other objects across bands.</p>
<p>8.) Repeat this procedure for each band that is to be added to the flowchart.</p>
<p>9.) Optionally, if the number of bands will exceed the vertical length of the page display, then under File &gt; Page Setup &gt; Page Size, select Size to fit drawing option. This results in all the bands being displayed on a single page.</p>
]]></content:encoded>
			<wfw:commentRss>http://spectrumwritingllc.com/wordpress/2011/10/resizing-visio-swimlanes/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Excited about new blog</title>
		<link>http://spectrumwritingllc.com/wordpress/2011/10/hello-world/</link>
		<comments>http://spectrumwritingllc.com/wordpress/2011/10/hello-world/#comments</comments>
		<pubDate>Fri, 14 Oct 2011 20:51:15 +0000</pubDate>
		<dc:creator>tammyvb</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://spectrumwritingllc.com/wordpress/?p=1</guid>
		<description><![CDATA[Matt R. Sullivan is my consultant helping me to put this site together and teaching me about blogging. I am excited to start blogging soon. &#160; TVB]]></description>
			<content:encoded><![CDATA[<p></p><p>Matt R. Sullivan is my consultant helping me to put this site together and teaching me about blogging. I am excited to start blogging soon.</p>
<p>&nbsp;</p>
<p>TVB</p>
]]></content:encoded>
			<wfw:commentRss>http://spectrumwritingllc.com/wordpress/2011/10/hello-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

