﻿<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet href="guide.xsl" type="text/xsl"?>
<guide platform="win" title="Editing a Passage" section="editing">


<p>Passages can be edited <a href="#before">before</a> or <a href="#after">after</a> 
	they are added to your document.
</p>
<a name="before" id="before"/>
<h3>To edit a passage before adding it to your document:</h3>
	<ol>
		<li> Choose <span class="menu">Insert > Passage</span>. 
			<img class="screenshot-noshadow" src="images/insertpassage.png"/>
		</li>
		<li>Select the passage you want to edit, then choose <span class="option">Edit Passage</span> or <span class="option">Edit a Copy of Passage</span>.
			<span class="option">Edit Passage</span> will edit the passage for all documents that refer to the passage. <span class="option">Edit a Copy of Passage</span> will
			create a copy of the passage that can be edited for this document, without affecting other documents. If you choose <span class="option">Edit a Copy of Passage</span>, you
			will be prompted to specify a name and location for the saved file.
			<img class="screenshot-noshadow" src="images/editpassage3.png"/>
		</li>
		<li>Edit the passage as you would a word processing document. Remember to avoid editing TeX commands, which appear in 
			red boxes, unless you are familiar with the TeX markup language.<img class="screenshot-noshadow" src="images/editpassage2.png" />
		<div class="note">
			To revert to the original version of the passage, delete or rename the .PSG file that is saved to your User Folder.
		</div>
		</li>
		<li> When you are finished, click <span class="button">OK</span> to close the editor and return to the Document Window.
			
		</li> 
	</ol>
<a name="after" id="after"/>
<h3>To edit a passage after adding it to your document:</h3>
	<ol>
		<li>Right-click on the passage in your Document Tree and choose <span class="option">Edit Passage</span> or <span class="option">Edit a Copy of Passage</span>.
			<span class="option">Edit Passage</span> will edit the passage for all documents that refer to the passage. <span class="option">Edit a Copy of Passage</span> will
			create a copy of the passage that can be edited for this document, without affecting other documents. If you choose <span class="option">Edit a Copy of Passage</span>, you
			will be prompted to specify a name and location for the saved file.<img class="screenshot-noshadow" src="images/editpassage1.png" />
		</li>
		<li>Edit the passage as you would a word processing document. Remember to avoid editing TeX commands, which appear in 
			red boxes, unless you are familiar with the TeX markup language.<img class="screenshot-noshadow" src="images/editpassage2.png" />
		<div class="note">
			To revert to the original version of the passage, delete or rename the .PSG file that is saved to your User Folder.
		</div>
		</li>
		<li> When you are finished, click <span class="button">OK</span> to close the editor and return to the Document Window.
			
		</li> 
	</ol>

</guide>