<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>PCB Libraries Forum : Allegro Component Outline/Terminal Issue with Chip</title>
  <link>https://www.PCBLibraries.com/forum/</link>
  <description><![CDATA[This is an XML content feed of; PCB Libraries Forum : Allegro : Allegro Component Outline/Terminal Issue with Chip]]></description>
  <pubDate>Wed, 15 Apr 2026 02:19:46 +0000</pubDate>
  <lastBuildDate>Fri, 23 Sep 2016 17:25:22 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.07</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>https://www.PCBLibraries.com/forum/RSS_post_feed.asp?TID=1965</WebWizForums:feedURL>
  <image>
   <title><![CDATA[PCB Libraries Forum]]></title>
   <url>https://www.PCBLibraries.com/forum/forum_images/PCBLForumLogo.gif</url>
   <link>https://www.PCBLibraries.com/forum/</link>
  </image>
  <item>
   <title><![CDATA[Allegro Component Outline/Terminal Issue with Chip : A new V2016.11 pre-release is...]]></title>
   <link>https://www.PCBLibraries.com/forum/allegro-component-outline-terminal-issue-with-chip_topic1965_post8099.html#8099</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.PCBLibraries.com/forum/member_profile.asp?PF=3">Tom H</a><br /><strong>Subject:</strong> 1965<br /><strong>Posted:</strong> 23 Sep 2016 at 5:25pm<br /><br />A new V2016.11 pre-release is ready to test - <a href="http://www.pcblibraries.com/downloads" target="_blank" rel="nofollow">www.pcblibraries.com/downloads</a> ]]>
   </description>
   <pubDate>Fri, 23 Sep 2016 17:25:22 +0000</pubDate>
   <guid isPermaLink="true">https://www.PCBLibraries.com/forum/allegro-component-outline-terminal-issue-with-chip_topic1965_post8099.html#8099</guid>
  </item> 
  <item>
   <title><![CDATA[Allegro Component Outline/Terminal Issue with Chip : Very good. I think your solution...]]></title>
   <link>https://www.PCBLibraries.com/forum/allegro-component-outline-terminal-issue-with-chip_topic1965_post8097.html#8097</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.PCBLibraries.com/forum/member_profile.asp?PF=6852">GrungyRemnant</a><br /><strong>Subject:</strong> 1965<br /><strong>Posted:</strong> 23 Sep 2016 at 12:02pm<br /><br />Very good.&nbsp; <img src="https://www.PCBLibraries.com/forum/smileys/smiley1.gif" border="0" alt="Smile" title="Smile" /><br><br>I think your solution is completely acceptable as it restores the default value (unset) after running the script.&nbsp; The variables effect on the designer is quite minimal.&nbsp; I would guess most users are probably not even aware of this user preference.<br><br><br>]]>
   </description>
   <pubDate>Fri, 23 Sep 2016 12:02:05 +0000</pubDate>
   <guid isPermaLink="true">https://www.PCBLibraries.com/forum/allegro-component-outline-terminal-issue-with-chip_topic1965_post8097.html#8097</guid>
  </item> 
  <item>
   <title><![CDATA[Allegro Component Outline/Terminal Issue with Chip : skill scripting is only available...]]></title>
   <link>https://www.PCBLibraries.com/forum/allegro-component-outline-terminal-issue-with-chip_topic1965_post8096.html#8096</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.PCBLibraries.com/forum/member_profile.asp?PF=532">chrisa_pcb</a><br /><strong>Subject:</strong> 1965<br /><strong>Posted:</strong> 23 Sep 2016 at 11:52am<br /><br /><div><font style=": rgb255, 255, 255;">skill scripting is only available on full Allegro and not OrCAD PCB, so i'll stick with what we have unless someone complains about the setting. How do you prefer it?</font></div><div><font style=": rgb255, 255, 255;"><br></font></div><div><font style=": rgb255, 255, 255;">In all likelihood, I think it would be more likely that they'll want it set to not merge, but you know far more about Allegro than I do, what is the best setting?</font></div>]]>
   </description>
   <pubDate>Fri, 23 Sep 2016 11:52:25 +0000</pubDate>
   <guid isPermaLink="true">https://www.PCBLibraries.com/forum/allegro-component-outline-terminal-issue-with-chip_topic1965_post8096.html#8096</guid>
  </item> 
  <item>
   <title><![CDATA[Allegro Component Outline/Terminal Issue with Chip : That would work, unless the user...]]></title>
   <link>https://www.PCBLibraries.com/forum/allegro-component-outline-terminal-issue-with-chip_topic1965_post8095.html#8095</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.PCBLibraries.com/forum/member_profile.asp?PF=6852">GrungyRemnant</a><br /><strong>Subject:</strong> 1965<br /><strong>Posted:</strong> 23 Sep 2016 at 11:27am<br /><br />That would work, unless the user has it set in the firstplace then you are changing it on them. :) However<span style="mso-spacerun:yes">&nbsp; </span>I would sayit's a small price to pay to ensure the scripts work.<span style="mso-spacerun:yes">&nbsp; <br><br></span>The other option would be some skill commands at the start and end of the script to get current setting, change it, then restore the user setting at the end.&nbsp; Example script where variable user_addline_nomerge is the users existing setting:<br><br><br>skill &nbsp;&nbsp;&nbsp; <br>(user_addline_nomerge = axlGetVariable("addline_nomerge"))<br>(axlSetVariable("addline_nomerge" t))<br>(exit)<br><br># Allegro Script<br>&nbsp;&lt;regular script contents here&gt;<br>#END<br><br>skill<br>( unless(user_addline_nomerge axlUnsetVariable("addline_nomerge")) )<br>(exit)<br><br>Regards,<br>Chris B<br><!--if gte mso 9> <w:Word>  <w:View>Normal</w:View>  <w:Zoom>0</w:Zoom>  <w:TrackMoves/>  <w:Trackatting/>  <w:Punctuati&#111;nKerning/>  <w:ValidateAgainstSchemas/>  <w:SaveIfInvalid>false</w:SaveIfInvalid>  <w:IgnoreMixed>false</w:IgnoreMixed>  <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>  <w:D&#111;notPromoteQF/>  <w:LidThemeOther>EN-US</w:LidThemeOther>  <w:LidThemeAsian>X-NONE</w:LidThemeAsian>  <w:LidThemeComplex>X-NONE</w:LidThemeComplex>  <w:Compatibility>   <w:BreakWrappedTables/>   <w:SnapToGridInCell/>   <w:WrapTextWithPunct/>   <w:UseAsianBreakRules/>   <w:D&#111;ntGrowAutofit/>   <w:SplitPgBreakAndark/>   <w:EnableKerning/>   <w:D&#111;ntFlipMirrorIndents/>   <w:OverrideTableStyleHps/>  </w:Compatibility>  <m:mathPr>   <m:mathFont m:val="Cambria Math"/>   <m:brkBin m:val="before"/>   <m:brkBinSub m:val="&amp;#45;-"/>   <m:smallFrac m:val="off"/>   <m:dispDef/>   <m:lMargin m:val="0"/>   <m:rMargin m:val="0"/>   <m:defJc m:val="centerGroup"/>   <m:wrapIndent m:val="1440"/>   <m:intLim m:val="subSup"/>   <m:naryLim m:val="undOvr"/>  </m:mathPr></w:Word><!--><!--if gte mso 9> <w:LatentStyles DefLockedState="false" DefUnhideWhenUsed="false"    DefSemi="false" DefQat="false" DefPriority="99"    LatentStyleCount="371">  <w:LsdExcepti&#111;n Locked="false" Priority="0" Qat="true" Name="Normal"/>  <w:LsdExcepti&#111;n Locked="false" Priority="9" Qat="true" Name="ing 1"/>  <w:LsdExcepti&#111;n Locked="false" Priority="9" Semi="true"     UnhideWhenUsed="true" Qat="true" Name="ing 2"/>  <w:LsdExcepti&#111;n Locked="false" Priority="9" Semi="true"     UnhideWhenUsed="true" Qat="true" Name="ing 3"/>  <w:LsdExcepti&#111;n Locked="false" Priority="9" Semi="true"     UnhideWhenUsed="true" Qat="true" Name="ing 4"/>  <w:LsdExcepti&#111;n Locked="false" Priority="9" Semi="true"     UnhideWhenUsed="true" Qat="true" Name="ing 5"/>  <w:LsdExcepti&#111;n Locked="false" Priority="9" Semi="true"     UnhideWhenUsed="true" Qat="true" Name="ing 6"/>  <w:LsdExcepti&#111;n Locked="false" Priority="9" Semi="true"     UnhideWhenUsed="true" Qat="true" Name="ing 7"/>  <w:LsdExcepti&#111;n Locked="false" Priority="9" Semi="true"     UnhideWhenUsed="true" Qat="true" Name="ing 8"/>  <w:LsdExcepti&#111;n Locked="false" Priority="9" Semi="true"     UnhideWhenUsed="true" Qat="true" Name="ing 9"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="index 1"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="index 2"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="index 3"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="index 4"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="index 5"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="index 6"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="index 7"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="index 8"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="index 9"/>  <w:LsdExcepti&#111;n Locked="false" Priority="39" Semi="true"     UnhideWhenUsed="true" Name="toc 1"/>  <w:LsdExcepti&#111;n Locked="false" Priority="39" Semi="true"     UnhideWhenUsed="true" Name="toc 2"/>  <w:LsdExcepti&#111;n Locked="false" Priority="39" Semi="true"     UnhideWhenUsed="true" Name="toc 3"/>  <w:LsdExcepti&#111;n Locked="false" Priority="39" Semi="true"     UnhideWhenUsed="true" Name="toc 4"/>  <w:LsdExcepti&#111;n Locked="false" Priority="39" Semi="true"     UnhideWhenUsed="true" Name="toc 5"/>  <w:LsdExcepti&#111;n Locked="false" Priority="39" Semi="true"     UnhideWhenUsed="true" Name="toc 6"/>  <w:LsdExcepti&#111;n Locked="false" Priority="39" Semi="true"     UnhideWhenUsed="true" Name="toc 7"/>  <w:LsdExcepti&#111;n Locked="false" Priority="39" Semi="true"     UnhideWhenUsed="true" Name="toc 8"/>  <w:LsdExcepti&#111;n Locked="false" Priority="39" Semi="true"     UnhideWhenUsed="true" Name="toc 9"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="Normal Indent"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="footnote text"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="annotati&#111;n text"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="er"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="footer"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="index ing"/>  <w:LsdExcepti&#111;n Locked="false" Priority="35" Semi="true"     UnhideWhenUsed="true" Qat="true" Name="capti&#111;n"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="table of figures"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="envelope address"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="envelope return"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="footnote reference"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="annotati&#111;n reference"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="line number"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="page number"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="endnote reference"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="endnote text"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="table of authorities"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="macro"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="toa ing"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="List"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="List Bullet"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="List Number"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="List 2"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="List 3"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="List 4"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="List 5"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="List Bullet 2"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="List Bullet 3"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="List Bullet 4"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="List Bullet 5"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="List Number 2"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="List Number 3"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="List Number 4"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="List Number 5"/>  <w:LsdExcepti&#111;n Locked="false" Priority="10" Qat="true" Name="Title"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="Closing"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="Signature"/>  <w:LsdExcepti&#111;n Locked="false" Priority="1" Semi="true"     UnhideWhenUsed="true" Name="Default Paragraph Font"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name=" Text"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name=" Text Indent"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="List C&#111;ntinue"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="List C&#111;ntinue 2"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="List C&#111;ntinue 3"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="List C&#111;ntinue 4"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="List C&#111;ntinue 5"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="Message er"/>  <w:LsdExcepti&#111;n Locked="false" Priority="11" Qat="true" Name="Subtitle"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="Salutati&#111;n"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="Date"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name=" Text First Indent"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name=" Text First Indent 2"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="Note ing"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name=" Text 2"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name=" Text 3"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name=" Text Indent 2"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name=" Text Indent 3"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="Block Text"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="Hyper"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="FollowedHyper"/>  <w:LsdExcepti&#111;n Locked="false" Priority="22" Qat="true" Name="Str&#111;ng"/>  <w:LsdExcepti&#111;n Locked="false" Priority="20" Qat="true" Name="Emphasis"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name=" "/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="Plain Text"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="E-mail Signature"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name=" Top of "/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name=" Bottom of "/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="Normal Web"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name=" Acr&#111;nym"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name=" Address"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name=" Cite"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name=" Code"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name=" Definiti&#111;n"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name=" Keyboard"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name=" Preatted"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name=" le"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name=" r"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name=" Variable"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="Normal Table"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="annotati&#111;n subject"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="No List"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="Outline List 1"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="Outline List 2"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="Outline List 3"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="Table Simple 1"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="Table Simple 2"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="Table Simple 3"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="Table ic 1"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="Table ic 2"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="Table ic 3"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="Table ic 4"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="Table Colorful 1"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="Table Colorful 2"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="Table Colorful 3"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="Table Columns 1"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="Table Columns 2"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="Table Columns 3"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="Table Columns 4"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="Table Columns 5"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="Table Grid 1"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="Table Grid 2"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="Table Grid 3"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="Table Grid 4"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="Table Grid 5"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="Table Grid 6"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="Table Grid 7"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="Table Grid 8"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="Table List 1"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="Table List 2"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="Table List 3"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="Table List 4"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="Table List 5"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="Table List 6"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="Table List 7"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="Table List 8"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="Table 3D effects 1"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="Table 3D effects 2"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="Table 3D effects 3"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="Table C&#111;ntemporary"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="Table Elegant"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="Table Professi&#111;nal"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="Table Subtle 1"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="Table Subtle 2"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="Table Web 1"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="Table Web 2"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="Table Web 3"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="Ballo&#111;n Text"/>  <w:LsdExcepti&#111;n Locked="false" Priority="39" Name="Table Grid"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="Table Theme"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" Name="Placeholder Text"/>  <w:LsdExcepti&#111;n Locked="false" Priority="1" Qat="true" Name="No Spacing"/>  <w:LsdExcepti&#111;n Locked="false" Priority="60" Name="Light Shading"/>  <w:LsdExcepti&#111;n Locked="false" Priority="61" Name="Light List"/>  <w:LsdExcepti&#111;n Locked="false" Priority="62" Name="Light Grid"/>  <w:LsdExcepti&#111;n Locked="false" Priority="63" Name="Medium Shading 1"/>  <w:LsdExcepti&#111;n Locked="false" Priority="64" Name="Medium Shading 2"/>  <w:LsdExcepti&#111;n Locked="false" Priority="65" Name="Medium List 1"/>  <w:LsdExcepti&#111;n Locked="false" Priority="66" Name="Medium List 2"/>  <w:LsdExcepti&#111;n Locked="false" Priority="67" Name="Medium Grid 1"/>  <w:LsdExcepti&#111;n Locked="false" Priority="68" Name="Medium Grid 2"/>  <w:LsdExcepti&#111;n Locked="false" Priority="69" Name="Medium Grid 3"/>  <w:LsdExcepti&#111;n Locked="false" Priority="70" Name="Dark List"/>  <w:LsdExcepti&#111;n Locked="false" Priority="71" Name="Colorful Shading"/>  <w:LsdExcepti&#111;n Locked="false" Priority="72" Name="Colorful List"/>  <w:LsdExcepti&#111;n Locked="false" Priority="73" Name="Colorful Grid"/>  <w:LsdExcepti&#111;n Locked="false" Priority="60" Name="Light Shading Accent 1"/>  <w:LsdExcepti&#111;n Locked="false" Priority="61" Name="Light List Accent 1"/>  <w:LsdExcepti&#111;n Locked="false" Priority="62" Name="Light Grid Accent 1"/>  <w:LsdExcepti&#111;n Locked="false" Priority="63" Name="Medium Shading 1 Accent 1"/>  <w:LsdExcepti&#111;n Locked="false" Priority="64" Name="Medium Shading 2 Accent 1"/>  <w:LsdExcepti&#111;n Locked="false" Priority="65" Name="Medium List 1 Accent 1"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" Name="Revisi&#111;n"/>  <w:LsdExcepti&#111;n Locked="false" Priority="34" Qat="true"     Name="List Paragraph"/>  <w:LsdExcepti&#111;n Locked="false" Priority="29" Qat="true" Name="Quote"/>  <w:LsdExcepti&#111;n Locked="false" Priority="30" Qat="true"     Name="Intense Quote"/>  <w:LsdExcepti&#111;n Locked="false" Priority="66" Name="Medium List 2 Accent 1"/>  <w:LsdExcepti&#111;n Locked="false" Priority="67" Name="Medium Grid 1 Accent 1"/>  <w:LsdExcepti&#111;n Locked="false" Priority="68" Name="Medium Grid 2 Accent 1"/>  <w:LsdExcepti&#111;n Locked="false" Priority="69" Name="Medium Grid 3 Accent 1"/>  <w:LsdExcepti&#111;n Locked="false" Priority="70" Name="Dark List Accent 1"/>  <w:LsdExcepti&#111;n Locked="false" Priority="71" Name="Colorful Shading Accent 1"/>  <w:LsdExcepti&#111;n Locked="false" Priority="72" Name="Colorful List Accent 1"/>  <w:LsdExcepti&#111;n Locked="false" Priority="73" Name="Colorful Grid Accent 1"/>  <w:LsdExcepti&#111;n Locked="false" Priority="60" Name="Light Shading Accent 2"/>  <w:LsdExcepti&#111;n Locked="false" Priority="61" Name="Light List Accent 2"/>  <w:LsdExcepti&#111;n Locked="false" Priority="62" Name="Light Grid Accent 2"/>  <w:LsdExcepti&#111;n Locked="false" Priority="63" Name="Medium Shading 1 Accent 2"/>  <w:LsdExcepti&#111;n Locked="false" Priority="64" Name="Medium Shading 2 Accent 2"/>  <w:LsdExcepti&#111;n Locked="false" Priority="65" Name="Medium List 1 Accent 2"/>  <w:LsdExcepti&#111;n Locked="false" Priority="66" Name="Medium List 2 Accent 2"/>  <w:LsdExcepti&#111;n Locked="false" Priority="67" Name="Medium Grid 1 Accent 2"/>  <w:LsdExcepti&#111;n Locked="false" Priority="68" Name="Medium Grid 2 Accent 2"/>  <w:LsdExcepti&#111;n Locked="false" Priority="69" Name="Medium Grid 3 Accent 2"/>  <w:LsdExcepti&#111;n Locked="false" Priority="70" Name="Dark List Accent 2"/>  <w:LsdExcepti&#111;n Locked="false" Priority="71" Name="Colorful Shading Accent 2"/>  <w:LsdExcepti&#111;n Locked="false" Priority="72" Name="Colorful List Accent 2"/>  <w:LsdExcepti&#111;n Locked="false" Priority="73" Name="Colorful Grid Accent 2"/>  <w:LsdExcepti&#111;n Locked="false" Priority="60" Name="Light Shading Accent 3"/>  <w:LsdExcepti&#111;n Locked="false" Priority="61" Name="Light List Accent 3"/>  <w:LsdExcepti&#111;n Locked="false" Priority="62" Name="Light Grid Accent 3"/>  <w:LsdExcepti&#111;n Locked="false" Priority="63" Name="Medium Shading 1 Accent 3"/>  <w:LsdExcepti&#111;n Locked="false" Priority="64" Name="Medium Shading 2 Accent 3"/>  <w:LsdExcepti&#111;n Locked="false" Priority="65" Name="Medium List 1 Accent 3"/>  <w:LsdExcepti&#111;n Locked="false" Priority="66" Name="Medium List 2 Accent 3"/>  <w:LsdExcepti&#111;n Locked="false" Priority="67" Name="Medium Grid 1 Accent 3"/>  <w:LsdExcepti&#111;n Locked="false" Priority="68" Name="Medium Grid 2 Accent 3"/>  <w:LsdExcepti&#111;n Locked="false" Priority="69" Name="Medium Grid 3 Accent 3"/>  <w:LsdExcepti&#111;n Locked="false" Priority="70" Name="Dark List Accent 3"/>  <w:LsdExcepti&#111;n Locked="false" Priority="71" Name="Colorful Shading Accent 3"/>  <w:LsdExcepti&#111;n Locked="false" Priority="72" Name="Colorful List Accent 3"/>  <w:LsdExcepti&#111;n Locked="false" Priority="73" Name="Colorful Grid Accent 3"/>  <w:LsdExcepti&#111;n Locked="false" Priority="60" Name="Light Shading Accent 4"/>  <w:LsdExcepti&#111;n Locked="false" Priority="61" Name="Light List Accent 4"/>  <w:LsdExcepti&#111;n Locked="false" Priority="62" Name="Light Grid Accent 4"/>  <w:LsdExcepti&#111;n Locked="false" Priority="63" Name="Medium Shading 1 Accent 4"/>  <w:LsdExcepti&#111;n Locked="false" Priority="64" Name="Medium Shading 2 Accent 4"/>  <w:LsdExcepti&#111;n Locked="false" Priority="65" Name="Medium List 1 Accent 4"/>  <w:LsdExcepti&#111;n Locked="false" Priority="66" Name="Medium List 2 Accent 4"/>  <w:LsdExcepti&#111;n Locked="false" Priority="67" Name="Medium Grid 1 Accent 4"/>  <w:LsdExcepti&#111;n Locked="false" Priority="68" Name="Medium Grid 2 Accent 4"/>  <w:LsdExcepti&#111;n Locked="false" Priority="69" Name="Medium Grid 3 Accent 4"/>  <w:LsdExcepti&#111;n Locked="false" Priority="70" Name="Dark List Accent 4"/>  <w:LsdExcepti&#111;n Locked="false" Priority="71" Name="Colorful Shading Accent 4"/>  <w:LsdExcepti&#111;n Locked="false" Priority="72" Name="Colorful List Accent 4"/>  <w:LsdExcepti&#111;n Locked="false" Priority="73" Name="Colorful Grid Accent 4"/>  <w:LsdExcepti&#111;n Locked="false" Priority="60" Name="Light Shading Accent 5"/>  <w:LsdExcepti&#111;n Locked="false" Priority="61" Name="Light List Accent 5"/>  <w:LsdExcepti&#111;n Locked="false" Priority="62" Name="Light Grid Accent 5"/>  <w:LsdExcepti&#111;n Locked="false" Priority="63" Name="Medium Shading 1 Accent 5"/>  <w:LsdExcepti&#111;n Locked="false" Priority="64" Name="Medium Shading 2 Accent 5"/>  <w:LsdExcepti&#111;n Locked="false" Priority="65" Name="Medium List 1 Accent 5"/>  <w:LsdExcepti&#111;n Locked="false" Priority="66" Name="Medium List 2 Accent 5"/>  <w:LsdExcepti&#111;n Locked="false" Priority="67" Name="Medium Grid 1 Accent 5"/>  <w:LsdExcepti&#111;n Locked="false" Priority="68" Name="Medium Grid 2 Accent 5"/>  <w:LsdExcepti&#111;n Locked="false" Priority="69" Name="Medium Grid 3 Accent 5"/>  <w:LsdExcepti&#111;n Locked="false" Priority="70" Name="Dark List Accent 5"/>  <w:LsdExcepti&#111;n Locked="false" Priority="71" Name="Colorful Shading Accent 5"/>  <w:LsdExcepti&#111;n Locked="false" Priority="72" Name="Colorful List Accent 5"/>  <w:LsdExcepti&#111;n Locked="false" Priority="73" Name="Colorful Grid Accent 5"/>  <w:LsdExcepti&#111;n Locked="false" Priority="60" Name="Light Shading Accent 6"/>  <w:LsdExcepti&#111;n Locked="false" Priority="61" Name="Light List Accent 6"/>  <w:LsdExcepti&#111;n Locked="false" Priority="62" Name="Light Grid Accent 6"/>  <w:LsdExcepti&#111;n Locked="false" Priority="63" Name="Medium Shading 1 Accent 6"/>  <w:LsdExcepti&#111;n Locked="false" Priority="64" Name="Medium Shading 2 Accent 6"/>  <w:LsdExcepti&#111;n Locked="false" Priority="65" Name="Medium List 1 Accent 6"/>  <w:LsdExcepti&#111;n Locked="false" Priority="66" Name="Medium List 2 Accent 6"/>  <w:LsdExcepti&#111;n Locked="false" Priority="67" Name="Medium Grid 1 Accent 6"/>  <w:LsdExcepti&#111;n Locked="false" Priority="68" Name="Medium Grid 2 Accent 6"/>  <w:LsdExcepti&#111;n Locked="false" Priority="69" Name="Medium Grid 3 Accent 6"/>  <w:LsdExcepti&#111;n Locked="false" Priority="70" Name="Dark List Accent 6"/>  <w:LsdExcepti&#111;n Locked="false" Priority="71" Name="Colorful Shading Accent 6"/>  <w:LsdExcepti&#111;n Locked="false" Priority="72" Name="Colorful List Accent 6"/>  <w:LsdExcepti&#111;n Locked="false" Priority="73" Name="Colorful Grid Accent 6"/>  <w:LsdExcepti&#111;n Locked="false" Priority="19" Qat="true"     Name="Subtle Emphasis"/>  <w:LsdExcepti&#111;n Locked="false" Priority="21" Qat="true"     Name="Intense Emphasis"/>  <w:LsdExcepti&#111;n Locked="false" Priority="31" Qat="true"     Name="Subtle Reference"/>  <w:LsdExcepti&#111;n Locked="false" Priority="32" Qat="true"     Name="Intense Reference"/>  <w:LsdExcepti&#111;n Locked="false" Priority="33" Qat="true" Name="Book Title"/>  <w:LsdExcepti&#111;n Locked="false" Priority="37" Semi="true"     UnhideWhenUsed="true" Name="Bibliography"/>  <w:LsdExcepti&#111;n Locked="false" Priority="39" Semi="true"     UnhideWhenUsed="true" Qat="true" Name="TOC ing"/>  <w:LsdExcepti&#111;n Locked="false" Priority="41" Name="Plain Table 1"/>  <w:LsdExcepti&#111;n Locked="false" Priority="42" Name="Plain Table 2"/>  <w:LsdExcepti&#111;n Locked="false" Priority="43" Name="Plain Table 3"/>  <w:LsdExcepti&#111;n Locked="false" Priority="44" Name="Plain Table 4"/>  <w:LsdExcepti&#111;n Locked="false" Priority="45" Name="Plain Table 5"/>  <w:LsdExcepti&#111;n Locked="false" Priority="40" Name="Grid Table Light"/>  <w:LsdExcepti&#111;n Locked="false" Priority="46" Name="Grid Table 1 Light"/>  <w:LsdExcepti&#111;n Locked="false" Priority="47" Name="Grid Table 2"/>  <w:LsdExcepti&#111;n Locked="false" Priority="48" Name="Grid Table 3"/>  <w:LsdExcepti&#111;n Locked="false" Priority="49" Name="Grid Table 4"/>  <w:LsdExcepti&#111;n Locked="false" Priority="50" Name="Grid Table 5 Dark"/>  <w:LsdExcepti&#111;n Locked="false" Priority="51" Name="Grid Table 6 Colorful"/>  <w:LsdExcepti&#111;n Locked="false" Priority="52" Name="Grid Table 7 Colorful"/>  <w:LsdExcepti&#111;n Locked="false" Priority="46"     Name="Grid Table 1 Light Accent 1"/>  <w:LsdExcepti&#111;n Locked="false" Priority="47" Name="Grid Table 2 Accent 1"/>  <w:LsdExcepti&#111;n Locked="false" Priority="48" Name="Grid Table 3 Accent 1"/>  <w:LsdExcepti&#111;n Locked="false" Priority="49" Name="Grid Table 4 Accent 1"/>  <w:LsdExcepti&#111;n Locked="false" Priority="50" Name="Grid Table 5 Dark Accent 1"/>  <w:LsdExcepti&#111;n Locked="false" Priority="51"     Name="Grid Table 6 Colorful Accent 1"/>  <w:LsdExcepti&#111;n Locked="false" Priority="52"     Name="Grid Table 7 Colorful Accent 1"/>  <w:LsdExcepti&#111;n Locked="false" Priority="46"     Name="Grid Table 1 Light Accent 2"/>  <w:LsdExcepti&#111;n Locked="false" Priority="47" Name="Grid Table 2 Accent 2"/>  <w:LsdExcepti&#111;n Locked="false" Priority="48" Name="Grid Table 3 Accent 2"/>  <w:LsdExcepti&#111;n Locked="false" Priority="49" Name="Grid Table 4 Accent 2"/>  <w:LsdExcepti&#111;n Locked="false" Priority="50" Name="Grid Table 5 Dark Accent 2"/>  <w:LsdExcepti&#111;n Locked="false" Priority="51"     Name="Grid Table 6 Colorful Accent 2"/>  <w:LsdExcepti&#111;n Locked="false" Priority="52"     Name="Grid Table 7 Colorful Accent 2"/>  <w:LsdExcepti&#111;n Locked="false" Priority="46"     Name="Grid Table 1 Light Accent 3"/>  <w:LsdExcepti&#111;n Locked="false" Priority="47" Name="Grid Table 2 Accent 3"/>  <w:LsdExcepti&#111;n Locked="false" Priority="48" Name="Grid Table 3 Accent 3"/>  <w:LsdExcepti&#111;n Locked="false" Priority="49" Name="Grid Table 4 Accent 3"/>  <w:LsdExcepti&#111;n Locked="false" Priority="50" Name="Grid Table 5 Dark Accent 3"/>  <w:LsdExcepti&#111;n Locked="false" Priority="51"     Name="Grid Table 6 Colorful Accent 3"/>  <w:LsdExcepti&#111;n Locked="false" Priority="52"     Name="Grid Table 7 Colorful Accent 3"/>  <w:LsdExcepti&#111;n Locked="false" Priority="46"     Name="Grid Table 1 Light Accent 4"/>  <w:LsdExcepti&#111;n Locked="false" Priority="47" Name="Grid Table 2 Accent 4"/>  <w:LsdExcepti&#111;n Locked="false" Priority="48" Name="Grid Table 3 Accent 4"/>  <w:LsdExcepti&#111;n Locked="false" Priority="49" Name="Grid Table 4 Accent 4"/>  <w:LsdExcepti&#111;n Locked="false" Priority="50" Name="Grid Table 5 Dark Accent 4"/>  <w:LsdExcepti&#111;n Locked="false" Priority="51"     Name="Grid Table 6 Colorful Accent 4"/>  <w:LsdExcepti&#111;n Locked="false" Priority="52"     Name="Grid Table 7 Colorful Accent 4"/>  <w:LsdExcepti&#111;n Locked="false" Priority="46"     Name="Grid Table 1 Light Accent 5"/>  <w:LsdExcepti&#111;n Locked="false" Priority="47" Name="Grid Table 2 Accent 5"/>  <w:LsdExcepti&#111;n Locked="false" Priority="48" Name="Grid Table 3 Accent 5"/>  <w:LsdExcepti&#111;n Locked="false" Priority="49" Name="Grid Table 4 Accent 5"/>  <w:LsdExcepti&#111;n Locked="false" Priority="50" Name="Grid Table 5 Dark Accent 5"/>  <w:LsdExcepti&#111;n Locked="false" Priority="51"     Name="Grid Table 6 Colorful Accent 5"/>  <w:LsdExcepti&#111;n Locked="false" Priority="52"     Name="Grid Table 7 Colorful Accent 5"/>  <w:LsdExcepti&#111;n Locked="false" Priority="46"     Name="Grid Table 1 Light Accent 6"/>  <w:LsdExcepti&#111;n Locked="false" Priority="47" Name="Grid Table 2 Accent 6"/>  <w:LsdExcepti&#111;n Locked="false" Priority="48" Name="Grid Table 3 Accent 6"/>  <w:LsdExcepti&#111;n Locked="false" Priority="49" Name="Grid Table 4 Accent 6"/>  <w:LsdExcepti&#111;n Locked="false" Priority="50" Name="Grid Table 5 Dark Accent 6"/>  <w:LsdExcepti&#111;n Locked="false" Priority="51"     Name="Grid Table 6 Colorful Accent 6"/>  <w:LsdExcepti&#111;n Locked="false" Priority="52"     Name="Grid Table 7 Colorful Accent 6"/>  <w:LsdExcepti&#111;n Locked="false" Priority="46" Name="List Table 1 Light"/>  <w:LsdExcepti&#111;n Locked="false" Priority="47" Name="List Table 2"/>  <w:LsdExcepti&#111;n Locked="false" Priority="48" Name="List Table 3"/>  <w:LsdExcepti&#111;n Locked="false" Priority="49" Name="List Table 4"/>  <w:LsdExcepti&#111;n Locked="false" Priority="50" Name="List Table 5 Dark"/>  <w:LsdExcepti&#111;n Locked="false" Priority="51" Name="List Table 6 Colorful"/>  <w:LsdExcepti&#111;n Locked="false" Priority="52" Name="List Table 7 Colorful"/>  <w:LsdExcepti&#111;n Locked="false" Priority="46"     Name="List Table 1 Light Accent 1"/>  <w:LsdExcepti&#111;n Locked="false" Priority="47" Name="List Table 2 Accent 1"/>  <w:LsdExcepti&#111;n Locked="false" Priority="48" Name="List Table 3 Accent 1"/>  <w:LsdExcepti&#111;n Locked="false" Priority="49" Name="List Table 4 Accent 1"/>  <w:LsdExcepti&#111;n Locked="false" Priority="50" Name="List Table 5 Dark Accent 1"/>  <w:LsdExcepti&#111;n Locked="false" Priority="51"     Name="List Table 6 Colorful Accent 1"/>  <w:LsdExcepti&#111;n Locked="false" Priority="52"     Name="List Table 7 Colorful Accent 1"/>  <w:LsdExcepti&#111;n Locked="false" Priority="46"     Name="List Table 1 Light Accent 2"/>  <w:LsdExcepti&#111;n Locked="false" Priority="47" Name="List Table 2 Accent 2"/>  <w:LsdExcepti&#111;n Locked="false" Priority="48" Name="List Table 3 Accent 2"/>  <w:LsdExcepti&#111;n Locked="false" Priority="49" Name="List Table 4 Accent 2"/>  <w:LsdExcepti&#111;n Locked="false" Priority="50" Name="List Table 5 Dark Accent 2"/>  <w:LsdExcepti&#111;n Locked="false" Priority="51"     Name="List Table 6 Colorful Accent 2"/>  <w:LsdExcepti&#111;n Locked="false" Priority="52"     Name="List Table 7 Colorful Accent 2"/>  <w:LsdExcepti&#111;n Locked="false" Priority="46"     Name="List Table 1 Light Accent 3"/>  <w:LsdExcepti&#111;n Locked="false" Priority="47" Name="List Table 2 Accent 3"/>  <w:LsdExcepti&#111;n Locked="false" Priority="48" Name="List Table 3 Accent 3"/>  <w:LsdExcepti&#111;n Locked="false" Priority="49" Name="List Table 4 Accent 3"/>  <w:LsdExcepti&#111;n Locked="false" Priority="50" Name="List Table 5 Dark Accent 3"/>  <w:LsdExcepti&#111;n Locked="false" Priority="51"     Name="List Table 6 Colorful Accent 3"/>  <w:LsdExcepti&#111;n Locked="false" Priority="52"     Name="List Table 7 Colorful Accent 3"/>  <w:LsdExcepti&#111;n Locked="false" Priority="46"     Name="List Table 1 Light Accent 4"/>  <w:LsdExcepti&#111;n Locked="false" Priority="47" Name="List Table 2 Accent 4"/>  <w:LsdExcepti&#111;n Locked="false" Priority="48" Name="List Table 3 Accent 4"/>  <w:LsdExcepti&#111;n Locked="false" Priority="49" Name="List Table 4 Accent 4"/>  <w:LsdExcepti&#111;n Locked="false" Priority="50" Name="List Table 5 Dark Accent 4"/>  <w:LsdExcepti&#111;n Locked="false" Priority="51"     Name="List Table 6 Colorful Accent 4"/>  <w:LsdExcepti&#111;n Locked="false" Priority="52"     Name="List Table 7 Colorful Accent 4"/>  <w:LsdExcepti&#111;n Locked="false" Priority="46"     Name="List Table 1 Light Accent 5"/>  <w:LsdExcepti&#111;n Locked="false" Priority="47" Name="List Table 2 Accent 5"/>  <w:LsdExcepti&#111;n Locked="false" Priority="48" Name="List Table 3 Accent 5"/>  <w:LsdExcepti&#111;n Locked="false" Priority="49" Name="List Table 4 Accent 5"/>  <w:LsdExcepti&#111;n Locked="false" Priority="50" Name="List Table 5 Dark Accent 5"/>  <w:LsdExcepti&#111;n Locked="false" Priority="51"     Name="List Table 6 Colorful Accent 5"/>  <w:LsdExcepti&#111;n Locked="false" Priority="52"     Name="List Table 7 Colorful Accent 5"/>  <w:LsdExcepti&#111;n Locked="false" Priority="46"     Name="List Table 1 Light Accent 6"/>  <w:LsdExcepti&#111;n Locked="false" Priority="47" Name="List Table 2 Accent 6"/>  <w:LsdExcepti&#111;n Locked="false" Priority="48" Name="List Table 3 Accent 6"/>  <w:LsdExcepti&#111;n Locked="false" Priority="49" Name="List Table 4 Accent 6"/>  <w:LsdExcepti&#111;n Locked="false" Priority="50" Name="List Table 5 Dark Accent 6"/>  <w:LsdExcepti&#111;n Locked="false" Priority="51"     Name="List Table 6 Colorful Accent 6"/>  <w:LsdExcepti&#111;n Locked="false" Priority="52"     Name="List Table 7 Colorful Accent 6"/> </w:LatentStyles><!--><!--if gte mso 10> /* Style Definitions */ table.MsoNormalTable	{mso-style-name:"Table Normal";	mso-tstyle-rowband-size:0;	mso-tstyle-colband-size:0;	mso-style-noshow:yes;	mso-style-priority:99;	mso-style-parent:"";	mso-padding-alt:0in 5.4pt 0in 5.4pt;	mso-para-margin:0in;	mso-para-margin-bottom:.0001pt;	mso-pagination:widow-orphan;	font-size:11.0pt;	font-family:"Calibri",sans-serif;	mso-ascii-font-family:Calibri;	mso-ascii-theme-font:minor-latin;	mso-hansi-font-family:Calibri;	mso-hansi-theme-font:minor-latin;}<!-->]]>
   </description>
   <pubDate>Fri, 23 Sep 2016 11:27:35 +0000</pubDate>
   <guid isPermaLink="true">https://www.PCBLibraries.com/forum/allegro-component-outline-terminal-issue-with-chip_topic1965_post8095.html#8095</guid>
  </item> 
  <item>
   <title><![CDATA[Allegro Component Outline/Terminal Issue with Chip : Made the update and confirmed...]]></title>
   <link>https://www.PCBLibraries.com/forum/allegro-component-outline-terminal-issue-with-chip_topic1965_post8094.html#8094</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.PCBLibraries.com/forum/member_profile.asp?PF=532">chrisa_pcb</a><br /><strong>Subject:</strong> 1965<br /><strong>Posted:</strong> 23 Sep 2016 at 11:11am<br /><br /><div>Made the update and confirmed it works, it'll be in the next pre-release. Thanks for narrowing this down.</div><div><br></div><div></div><p style="margin: 0px 0px 0px 48px; text-indent: -0.25in;"><span style="margin: 0px; font-family: Symbol; font-size: 11pt;"><span style="margin: 0px;">·<span style='font: 7pt "Times New Roman"; margin: 0px; font-size-adjust: n&#111;ne; font-stretch: normal;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span></span></span><span style='margin: 0px; font-family: "Calibri",sans-serif; font-size: 11pt;'>Allegro/OrCAD PCB – Added a commandwhich turns off the line merge capabilities of Allegro during Graphic placement,and another that turns it back on when done. This should prevent componentoutlines from accidentally merging with terminal outlines and causing graphicalissues.</span></p><p style="margin: 0px 0px 0px 48px; text-indent: -0.25in;"><span style='margin: 0px; font-family: "Calibri",sans-serif; font-size: 11pt;'><br></span></p>]]>
   </description>
   <pubDate>Fri, 23 Sep 2016 11:11:11 +0000</pubDate>
   <guid isPermaLink="true">https://www.PCBLibraries.com/forum/allegro-component-outline-terminal-issue-with-chip_topic1965_post8094.html#8094</guid>
  </item> 
  <item>
   <title><![CDATA[Allegro Component Outline/Terminal Issue with Chip :  so I can just use:set addline_nomerge...]]></title>
   <link>https://www.PCBLibraries.com/forum/allegro-component-outline-terminal-issue-with-chip_topic1965_post8093.html#8093</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.PCBLibraries.com/forum/member_profile.asp?PF=532">chrisa_pcb</a><br /><strong>Subject:</strong> 1965<br /><strong>Posted:</strong> 23 Sep 2016 at 10:56am<br /><br /><div>so I can just use:</div><div><br></div><div>set addline_nomerge&nbsp;&nbsp;&nbsp; at the start of adding the graphics</div><div><br></div><div>and:</div><div><br>unset addline_nomerge&nbsp;&nbsp; at the end.</div><div><br></div><div>And everything will be good? :&gt; That's easy enough.</div>]]>
   </description>
   <pubDate>Fri, 23 Sep 2016 10:56:35 +0000</pubDate>
   <guid isPermaLink="true">https://www.PCBLibraries.com/forum/allegro-component-outline-terminal-issue-with-chip_topic1965_post8093.html#8093</guid>
  </item> 
  <item>
   <title><![CDATA[Allegro Component Outline/Terminal Issue with Chip : Hi Chris. Yes I confirmed it&#226;&#8364;&#8482;s...]]></title>
   <link>https://www.PCBLibraries.com/forum/allegro-component-outline-terminal-issue-with-chip_topic1965_post8090.html#8090</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.PCBLibraries.com/forum/member_profile.asp?PF=6852">GrungyRemnant</a><br /><strong>Subject:</strong> 1965<br /><strong>Posted:</strong> 23 Sep 2016 at 7:45am<br /><br />Hi Chris.&nbsp; Yes I confirmed it’s not a graphical issue.&nbsp; I looked into it a little more and found the problem.&nbsp; The problem is actually two fold.<br><br>The first problem is you are sharing lines at the body start/end vertex.&nbsp; While your script pick points are correct Allegro will merge lines when picking the start/end of a path.<br><br>Below are the script lines in question, I’ve added the allegro command line feedback as a comment where the problem occurs (“Merged with existing line. Start next line.”) . As soon as the left terminal picks the lines start/end they merge and the line disappears.&nbsp; The remaining 2 vertices are added as a new separate line. The right terminal doesn’t have a problem because it never picks the start/end point.<br><br>I believe the only way to avoid this would be to have the component body rectangle start/end away from the terminal picks, ie in the middle somewhere.&nbsp; You’ll see the same issue with Oscillator, Corner Concave for example since the pins are at the corners.<br><br>Having all of that, lol, there is an allegro environment variable that can correct this:<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; addline_nomerge<br><br>The default value is to have this unset.&nbsp; When unset the problem described above manifests its self.&nbsp;&nbsp; When you set this variable there will be no issue with the line drawings.&nbsp; To set or unset it type the following at the Allegro&nbsp; command line:<br><br>&nbsp;&nbsp;&nbsp;&nbsp; set addline_nomerge<br>&nbsp; &nbsp;&nbsp; unset addline_nomerge<br><br>Hope this helps.<br>Chris<br><br><br>Script snippet:<br><br># Graphics<br>add line<br>setwindow Form.mini<br>FORM mini lock_direction Off<br>FORM mini class PACKAGE GEOMETRY<br>FORM mini subclass DISPLAY_TOP<br>FORM mini line_width 0.001<br>setwindow pcb<br>pick -1.6 -0.8<br>pick -1.6 0.8<br>pick 1.6 0.8<br>pick 1.6 -0.8<br>pick -1.6 -0.8<br>done<br><br><br>add line<br>setwindow Form.mini<br>FORM mini lock_direction Off<br>FORM mini class PACKAGE GEOMETRY<br>FORM mini subclass DISPLAY_TOP<br>FORM mini line_width 0.001<br>setwindow pcb<br>pick -1.1 0.8<br>pick -1.1 -0.8<br>pick -1.6 -0.8&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; #Merged with existing line. Start next line.<br>pick -1.6 0.8<br>pick -1.1 0.8<br>done<br><br>add line<br>setwindow Form.mini<br>FORM mini lock_direction Off<br>FORM mini class PACKAGE GEOMETRY<br>FORM mini subclass DISPLAY_TOP<br>FORM mini line_width 0.001<br>setwindow pcb<br>pick 1.1 -0.8<br>pick 1.1 0.8<br>pick 1.6 0.8<br>pick 1.6 -0.8<br>pick 1.1 -0.8<br>done<!--if gte mso 9> <w:Word>  <w:View>Normal</w:View>  <w:Zoom>0</w:Zoom>  <w:TrackMoves/>  <w:Trackatting/>  <w:Punctuati&#111;nKerning/>  <w:ValidateAgainstSchemas/>  <w:SaveIfInvalid>false</w:SaveIfInvalid>  <w:IgnoreMixed>false</w:IgnoreMixed>  <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>  <w:D&#111;notPromoteQF/>  <w:LidThemeOther>EN-US</w:LidThemeOther>  <w:LidThemeAsian>X-NONE</w:LidThemeAsian>  <w:LidThemeComplex>X-NONE</w:LidThemeComplex>  <w:Compatibility>   <w:BreakWrappedTables/>   <w:SnapToGridInCell/>   <w:WrapTextWithPunct/>   <w:UseAsianBreakRules/>   <w:D&#111;ntGrowAutofit/>   <w:SplitPgBreakAndark/>   <w:EnableKerning/>   <w:D&#111;ntFlipMirrorIndents/>   <w:OverrideTableStyleHps/>  </w:Compatibility>  <m:mathPr>   <m:mathFont m:val="Cambria Math"/>   <m:brkBin m:val="before"/>   <m:brkBinSub m:val="&amp;#45;-"/>   <m:smallFrac m:val="off"/>   <m:dispDef/>   <m:lMargin m:val="0"/>   <m:rMargin m:val="0"/>   <m:defJc m:val="centerGroup"/>   <m:wrapIndent m:val="1440"/>   <m:intLim m:val="subSup"/>   <m:naryLim m:val="undOvr"/>  </m:mathPr></w:Word><!--><!--if gte mso 9> <w:LatentStyles DefLockedState="false" DefUnhideWhenUsed="false"    DefSemi="false" DefQat="false" DefPriority="99"    LatentStyleCount="371">  <w:LsdExcepti&#111;n Locked="false" Priority="0" Qat="true" Name="Normal"/>  <w:LsdExcepti&#111;n Locked="false" Priority="9" Qat="true" Name="ing 1"/>  <w:LsdExcepti&#111;n Locked="false" Priority="9" Semi="true"     UnhideWhenUsed="true" Qat="true" Name="ing 2"/>  <w:LsdExcepti&#111;n Locked="false" Priority="9" Semi="true"     UnhideWhenUsed="true" Qat="true" Name="ing 3"/>  <w:LsdExcepti&#111;n Locked="false" Priority="9" Semi="true"     UnhideWhenUsed="true" Qat="true" Name="ing 4"/>  <w:LsdExcepti&#111;n Locked="false" Priority="9" Semi="true"     UnhideWhenUsed="true" Qat="true" Name="ing 5"/>  <w:LsdExcepti&#111;n Locked="false" Priority="9" Semi="true"     UnhideWhenUsed="true" Qat="true" Name="ing 6"/>  <w:LsdExcepti&#111;n Locked="false" Priority="9" Semi="true"     UnhideWhenUsed="true" Qat="true" Name="ing 7"/>  <w:LsdExcepti&#111;n Locked="false" Priority="9" Semi="true"     UnhideWhenUsed="true" Qat="true" Name="ing 8"/>  <w:LsdExcepti&#111;n Locked="false" Priority="9" Semi="true"     UnhideWhenUsed="true" Qat="true" Name="ing 9"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="index 1"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="index 2"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="index 3"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="index 4"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="index 5"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="index 6"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="index 7"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="index 8"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="index 9"/>  <w:LsdExcepti&#111;n Locked="false" Priority="39" Semi="true"     UnhideWhenUsed="true" Name="toc 1"/>  <w:LsdExcepti&#111;n Locked="false" Priority="39" Semi="true"     UnhideWhenUsed="true" Name="toc 2"/>  <w:LsdExcepti&#111;n Locked="false" Priority="39" Semi="true"     UnhideWhenUsed="true" Name="toc 3"/>  <w:LsdExcepti&#111;n Locked="false" Priority="39" Semi="true"     UnhideWhenUsed="true" Name="toc 4"/>  <w:LsdExcepti&#111;n Locked="false" Priority="39" Semi="true"     UnhideWhenUsed="true" Name="toc 5"/>  <w:LsdExcepti&#111;n Locked="false" Priority="39" Semi="true"     UnhideWhenUsed="true" Name="toc 6"/>  <w:LsdExcepti&#111;n Locked="false" Priority="39" Semi="true"     UnhideWhenUsed="true" Name="toc 7"/>  <w:LsdExcepti&#111;n Locked="false" Priority="39" Semi="true"     UnhideWhenUsed="true" Name="toc 8"/>  <w:LsdExcepti&#111;n Locked="false" Priority="39" Semi="true"     UnhideWhenUsed="true" Name="toc 9"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="Normal Indent"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="footnote text"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="annotati&#111;n text"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="er"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="footer"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="index ing"/>  <w:LsdExcepti&#111;n Locked="false" Priority="35" Semi="true"     UnhideWhenUsed="true" Qat="true" Name="capti&#111;n"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="table of figures"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="envelope address"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="envelope return"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="footnote reference"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="annotati&#111;n reference"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="line number"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="page number"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="endnote reference"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="endnote text"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="table of authorities"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="macro"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="toa ing"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="List"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="List Bullet"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="List Number"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="List 2"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="List 3"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="List 4"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="List 5"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="List Bullet 2"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="List Bullet 3"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="List Bullet 4"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="List Bullet 5"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="List Number 2"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="List Number 3"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="List Number 4"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="List Number 5"/>  <w:LsdExcepti&#111;n Locked="false" Priority="10" Qat="true" Name="Title"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="Closing"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="Signature"/>  <w:LsdExcepti&#111;n Locked="false" Priority="1" Semi="true"     UnhideWhenUsed="true" Name="Default Paragraph Font"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name=" Text"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name=" Text Indent"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="List C&#111;ntinue"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="List C&#111;ntinue 2"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="List C&#111;ntinue 3"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="List C&#111;ntinue 4"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="List C&#111;ntinue 5"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="Message er"/>  <w:LsdExcepti&#111;n Locked="false" Priority="11" Qat="true" Name="Subtitle"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="Salutati&#111;n"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="Date"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name=" Text First Indent"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name=" Text First Indent 2"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="Note ing"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name=" Text 2"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name=" Text 3"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name=" Text Indent 2"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name=" Text Indent 3"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="Block Text"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="Hyper"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="FollowedHyper"/>  <w:LsdExcepti&#111;n Locked="false" Priority="22" Qat="true" Name="Str&#111;ng"/>  <w:LsdExcepti&#111;n Locked="false" Priority="20" Qat="true" Name="Emphasis"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name=" "/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="Plain Text"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="E-mail Signature"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name=" Top of "/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name=" Bottom of "/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="Normal Web"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name=" Acr&#111;nym"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name=" Address"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name=" Cite"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name=" Code"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name=" Definiti&#111;n"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name=" Keyboard"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name=" Preatted"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name=" le"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name=" r"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name=" Variable"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="Normal Table"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="annotati&#111;n subject"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="No List"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="Outline List 1"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="Outline List 2"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="Outline List 3"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="Table Simple 1"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="Table Simple 2"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="Table Simple 3"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="Table ic 1"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="Table ic 2"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="Table ic 3"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="Table ic 4"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="Table Colorful 1"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="Table Colorful 2"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="Table Colorful 3"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="Table Columns 1"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="Table Columns 2"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="Table Columns 3"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="Table Columns 4"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="Table Columns 5"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="Table Grid 1"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="Table Grid 2"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="Table Grid 3"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="Table Grid 4"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="Table Grid 5"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="Table Grid 6"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="Table Grid 7"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="Table Grid 8"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="Table List 1"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="Table List 2"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="Table List 3"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="Table List 4"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="Table List 5"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="Table List 6"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="Table List 7"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="Table List 8"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="Table 3D effects 1"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="Table 3D effects 2"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="Table 3D effects 3"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="Table C&#111;ntemporary"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="Table Elegant"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="Table Professi&#111;nal"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="Table Subtle 1"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="Table Subtle 2"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="Table Web 1"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="Table Web 2"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="Table Web 3"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="Ballo&#111;n Text"/>  <w:LsdExcepti&#111;n Locked="false" Priority="39" Name="Table Grid"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" UnhideWhenUsed="true"     Name="Table Theme"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" Name="Placeholder Text"/>  <w:LsdExcepti&#111;n Locked="false" Priority="1" Qat="true" Name="No Spacing"/>  <w:LsdExcepti&#111;n Locked="false" Priority="60" Name="Light Shading"/>  <w:LsdExcepti&#111;n Locked="false" Priority="61" Name="Light List"/>  <w:LsdExcepti&#111;n Locked="false" Priority="62" Name="Light Grid"/>  <w:LsdExcepti&#111;n Locked="false" Priority="63" Name="Medium Shading 1"/>  <w:LsdExcepti&#111;n Locked="false" Priority="64" Name="Medium Shading 2"/>  <w:LsdExcepti&#111;n Locked="false" Priority="65" Name="Medium List 1"/>  <w:LsdExcepti&#111;n Locked="false" Priority="66" Name="Medium List 2"/>  <w:LsdExcepti&#111;n Locked="false" Priority="67" Name="Medium Grid 1"/>  <w:LsdExcepti&#111;n Locked="false" Priority="68" Name="Medium Grid 2"/>  <w:LsdExcepti&#111;n Locked="false" Priority="69" Name="Medium Grid 3"/>  <w:LsdExcepti&#111;n Locked="false" Priority="70" Name="Dark List"/>  <w:LsdExcepti&#111;n Locked="false" Priority="71" Name="Colorful Shading"/>  <w:LsdExcepti&#111;n Locked="false" Priority="72" Name="Colorful List"/>  <w:LsdExcepti&#111;n Locked="false" Priority="73" Name="Colorful Grid"/>  <w:LsdExcepti&#111;n Locked="false" Priority="60" Name="Light Shading Accent 1"/>  <w:LsdExcepti&#111;n Locked="false" Priority="61" Name="Light List Accent 1"/>  <w:LsdExcepti&#111;n Locked="false" Priority="62" Name="Light Grid Accent 1"/>  <w:LsdExcepti&#111;n Locked="false" Priority="63" Name="Medium Shading 1 Accent 1"/>  <w:LsdExcepti&#111;n Locked="false" Priority="64" Name="Medium Shading 2 Accent 1"/>  <w:LsdExcepti&#111;n Locked="false" Priority="65" Name="Medium List 1 Accent 1"/>  <w:LsdExcepti&#111;n Locked="false" Semi="true" Name="Revisi&#111;n"/>  <w:LsdExcepti&#111;n Locked="false" Priority="34" Qat="true"     Name="List Paragraph"/>  <w:LsdExcepti&#111;n Locked="false" Priority="29" Qat="true" Name="Quote"/>  <w:LsdExcepti&#111;n Locked="false" Priority="30" Qat="true"     Name="Intense Quote"/>  <w:LsdExcepti&#111;n Locked="false" Priority="66" Name="Medium List 2 Accent 1"/>  <w:LsdExcepti&#111;n Locked="false" Priority="67" Name="Medium Grid 1 Accent 1"/>  <w:LsdExcepti&#111;n Locked="false" Priority="68" Name="Medium Grid 2 Accent 1"/>  <w:LsdExcepti&#111;n Locked="false" Priority="69" Name="Medium Grid 3 Accent 1"/>  <w:LsdExcepti&#111;n Locked="false" Priority="70" Name="Dark List Accent 1"/>  <w:LsdExcepti&#111;n Locked="false" Priority="71" Name="Colorful Shading Accent 1"/>  <w:LsdExcepti&#111;n Locked="false" Priority="72" Name="Colorful List Accent 1"/>  <w:LsdExcepti&#111;n Locked="false" Priority="73" Name="Colorful Grid Accent 1"/>  <w:LsdExcepti&#111;n Locked="false" Priority="60" Name="Light Shading Accent 2"/>  <w:LsdExcepti&#111;n Locked="false" Priority="61" Name="Light List Accent 2"/>  <w:LsdExcepti&#111;n Locked="false" Priority="62" Name="Light Grid Accent 2"/>  <w:LsdExcepti&#111;n Locked="false" Priority="63" Name="Medium Shading 1 Accent 2"/>  <w:LsdExcepti&#111;n Locked="false" Priority="64" Name="Medium Shading 2 Accent 2"/>  <w:LsdExcepti&#111;n Locked="false" Priority="65" Name="Medium List 1 Accent 2"/>  <w:LsdExcepti&#111;n Locked="false" Priority="66" Name="Medium List 2 Accent 2"/>  <w:LsdExcepti&#111;n Locked="false" Priority="67" Name="Medium Grid 1 Accent 2"/>  <w:LsdExcepti&#111;n Locked="false" Priority="68" Name="Medium Grid 2 Accent 2"/>  <w:LsdExcepti&#111;n Locked="false" Priority="69" Name="Medium Grid 3 Accent 2"/>  <w:LsdExcepti&#111;n Locked="false" Priority="70" Name="Dark List Accent 2"/>  <w:LsdExcepti&#111;n Locked="false" Priority="71" Name="Colorful Shading Accent 2"/>  <w:LsdExcepti&#111;n Locked="false" Priority="72" Name="Colorful List Accent 2"/>  <w:LsdExcepti&#111;n Locked="false" Priority="73" Name="Colorful Grid Accent 2"/>  <w:LsdExcepti&#111;n Locked="false" Priority="60" Name="Light Shading Accent 3"/>  <w:LsdExcepti&#111;n Locked="false" Priority="61" Name="Light List Accent 3"/>  <w:LsdExcepti&#111;n Locked="false" Priority="62" Name="Light Grid Accent 3"/>  <w:LsdExcepti&#111;n Locked="false" Priority="63" Name="Medium Shading 1 Accent 3"/>  <w:LsdExcepti&#111;n Locked="false" Priority="64" Name="Medium Shading 2 Accent 3"/>  <w:LsdExcepti&#111;n Locked="false" Priority="65" Name="Medium List 1 Accent 3"/>  <w:LsdExcepti&#111;n Locked="false" Priority="66" Name="Medium List 2 Accent 3"/>  <w:LsdExcepti&#111;n Locked="false" Priority="67" Name="Medium Grid 1 Accent 3"/>  <w:LsdExcepti&#111;n Locked="false" Priority="68" Name="Medium Grid 2 Accent 3"/>  <w:LsdExcepti&#111;n Locked="false" Priority="69" Name="Medium Grid 3 Accent 3"/>  <w:LsdExcepti&#111;n Locked="false" Priority="70" Name="Dark List Accent 3"/>  <w:LsdExcepti&#111;n Locked="false" Priority="71" Name="Colorful Shading Accent 3"/>  <w:LsdExcepti&#111;n Locked="false" Priority="72" Name="Colorful List Accent 3"/>  <w:LsdExcepti&#111;n Locked="false" Priority="73" Name="Colorful Grid Accent 3"/>  <w:LsdExcepti&#111;n Locked="false" Priority="60" Name="Light Shading Accent 4"/>  <w:LsdExcepti&#111;n Locked="false" Priority="61" Name="Light List Accent 4"/>  <w:LsdExcepti&#111;n Locked="false" Priority="62" Name="Light Grid Accent 4"/>  <w:LsdExcepti&#111;n Locked="false" Priority="63" Name="Medium Shading 1 Accent 4"/>  <w:LsdExcepti&#111;n Locked="false" Priority="64" Name="Medium Shading 2 Accent 4"/>  <w:LsdExcepti&#111;n Locked="false" Priority="65" Name="Medium List 1 Accent 4"/>  <w:LsdExcepti&#111;n Locked="false" Priority="66" Name="Medium List 2 Accent 4"/>  <w:LsdExcepti&#111;n Locked="false" Priority="67" Name="Medium Grid 1 Accent 4"/>  <w:LsdExcepti&#111;n Locked="false" Priority="68" Name="Medium Grid 2 Accent 4"/>  <w:LsdExcepti&#111;n Locked="false" Priority="69" Name="Medium Grid 3 Accent 4"/>  <w:LsdExcepti&#111;n Locked="false" Priority="70" Name="Dark List Accent 4"/>  <w:LsdExcepti&#111;n Locked="false" Priority="71" Name="Colorful Shading Accent 4"/>  <w:LsdExcepti&#111;n Locked="false" Priority="72" Name="Colorful List Accent 4"/>  <w:LsdExcepti&#111;n Locked="false" Priority="73" Name="Colorful Grid Accent 4"/>  <w:LsdExcepti&#111;n Locked="false" Priority="60" Name="Light Shading Accent 5"/>  <w:LsdExcepti&#111;n Locked="false" Priority="61" Name="Light List Accent 5"/>  <w:LsdExcepti&#111;n Locked="false" Priority="62" Name="Light Grid Accent 5"/>  <w:LsdExcepti&#111;n Locked="false" Priority="63" Name="Medium Shading 1 Accent 5"/>  <w:LsdExcepti&#111;n Locked="false" Priority="64" Name="Medium Shading 2 Accent 5"/>  <w:LsdExcepti&#111;n Locked="false" Priority="65" Name="Medium List 1 Accent 5"/>  <w:LsdExcepti&#111;n Locked="false" Priority="66" Name="Medium List 2 Accent 5"/>  <w:LsdExcepti&#111;n Locked="false" Priority="67" Name="Medium Grid 1 Accent 5"/>  <w:LsdExcepti&#111;n Locked="false" Priority="68" Name="Medium Grid 2 Accent 5"/>  <w:LsdExcepti&#111;n Locked="false" Priority="69" Name="Medium Grid 3 Accent 5"/>  <w:LsdExcepti&#111;n Locked="false" Priority="70" Name="Dark List Accent 5"/>  <w:LsdExcepti&#111;n Locked="false" Priority="71" Name="Colorful Shading Accent 5"/>  <w:LsdExcepti&#111;n Locked="false" Priority="72" Name="Colorful List Accent 5"/>  <w:LsdExcepti&#111;n Locked="false" Priority="73" Name="Colorful Grid Accent 5"/>  <w:LsdExcepti&#111;n Locked="false" Priority="60" Name="Light Shading Accent 6"/>  <w:LsdExcepti&#111;n Locked="false" Priority="61" Name="Light List Accent 6"/>  <w:LsdExcepti&#111;n Locked="false" Priority="62" Name="Light Grid Accent 6"/>  <w:LsdExcepti&#111;n Locked="false" Priority="63" Name="Medium Shading 1 Accent 6"/>  <w:LsdExcepti&#111;n Locked="false" Priority="64" Name="Medium Shading 2 Accent 6"/>  <w:LsdExcepti&#111;n Locked="false" Priority="65" Name="Medium List 1 Accent 6"/>  <w:LsdExcepti&#111;n Locked="false" Priority="66" Name="Medium List 2 Accent 6"/>  <w:LsdExcepti&#111;n Locked="false" Priority="67" Name="Medium Grid 1 Accent 6"/>  <w:LsdExcepti&#111;n Locked="false" Priority="68" Name="Medium Grid 2 Accent 6"/>  <w:LsdExcepti&#111;n Locked="false" Priority="69" Name="Medium Grid 3 Accent 6"/>  <w:LsdExcepti&#111;n Locked="false" Priority="70" Name="Dark List Accent 6"/>  <w:LsdExcepti&#111;n Locked="false" Priority="71" Name="Colorful Shading Accent 6"/>  <w:LsdExcepti&#111;n Locked="false" Priority="72" Name="Colorful List Accent 6"/>  <w:LsdExcepti&#111;n Locked="false" Priority="73" Name="Colorful Grid Accent 6"/>  <w:LsdExcepti&#111;n Locked="false" Priority="19" Qat="true"     Name="Subtle Emphasis"/>  <w:LsdExcepti&#111;n Locked="false" Priority="21" Qat="true"     Name="Intense Emphasis"/>  <w:LsdExcepti&#111;n Locked="false" Priority="31" Qat="true"     Name="Subtle Reference"/>  <w:LsdExcepti&#111;n Locked="false" Priority="32" Qat="true"     Name="Intense Reference"/>  <w:LsdExcepti&#111;n Locked="false" Priority="33" Qat="true" Name="Book Title"/>  <w:LsdExcepti&#111;n Locked="false" Priority="37" Semi="true"     UnhideWhenUsed="true" Name="Bibliography"/>  <w:LsdExcepti&#111;n Locked="false" Priority="39" Semi="true"     UnhideWhenUsed="true" Qat="true" Name="TOC ing"/>  <w:LsdExcepti&#111;n Locked="false" Priority="41" Name="Plain Table 1"/>  <w:LsdExcepti&#111;n Locked="false" Priority="42" Name="Plain Table 2"/>  <w:LsdExcepti&#111;n Locked="false" Priority="43" Name="Plain Table 3"/>  <w:LsdExcepti&#111;n Locked="false" Priority="44" Name="Plain Table 4"/>  <w:LsdExcepti&#111;n Locked="false" Priority="45" Name="Plain Table 5"/>  <w:LsdExcepti&#111;n Locked="false" Priority="40" Name="Grid Table Light"/>  <w:LsdExcepti&#111;n Locked="false" Priority="46" Name="Grid Table 1 Light"/>  <w:LsdExcepti&#111;n Locked="false" Priority="47" Name="Grid Table 2"/>  <w:LsdExcepti&#111;n Locked="false" Priority="48" Name="Grid Table 3"/>  <w:LsdExcepti&#111;n Locked="false" Priority="49" Name="Grid Table 4"/>  <w:LsdExcepti&#111;n Locked="false" Priority="50" Name="Grid Table 5 Dark"/>  <w:LsdExcepti&#111;n Locked="false" Priority="51" Name="Grid Table 6 Colorful"/>  <w:LsdExcepti&#111;n Locked="false" Priority="52" Name="Grid Table 7 Colorful"/>  <w:LsdExcepti&#111;n Locked="false" Priority="46"     Name="Grid Table 1 Light Accent 1"/>  <w:LsdExcepti&#111;n Locked="false" Priority="47" Name="Grid Table 2 Accent 1"/>  <w:LsdExcepti&#111;n Locked="false" Priority="48" Name="Grid Table 3 Accent 1"/>  <w:LsdExcepti&#111;n Locked="false" Priority="49" Name="Grid Table 4 Accent 1"/>  <w:LsdExcepti&#111;n Locked="false" Priority="50" Name="Grid Table 5 Dark Accent 1"/>  <w:LsdExcepti&#111;n Locked="false" Priority="51"     Name="Grid Table 6 Colorful Accent 1"/>  <w:LsdExcepti&#111;n Locked="false" Priority="52"     Name="Grid Table 7 Colorful Accent 1"/>  <w:LsdExcepti&#111;n Locked="false" Priority="46"     Name="Grid Table 1 Light Accent 2"/>  <w:LsdExcepti&#111;n Locked="false" Priority="47" Name="Grid Table 2 Accent 2"/>  <w:LsdExcepti&#111;n Locked="false" Priority="48" Name="Grid Table 3 Accent 2"/>  <w:LsdExcepti&#111;n Locked="false" Priority="49" Name="Grid Table 4 Accent 2"/>  <w:LsdExcepti&#111;n Locked="false" Priority="50" Name="Grid Table 5 Dark Accent 2"/>  <w:LsdExcepti&#111;n Locked="false" Priority="51"     Name="Grid Table 6 Colorful Accent 2"/>  <w:LsdExcepti&#111;n Locked="false" Priority="52"     Name="Grid Table 7 Colorful Accent 2"/>  <w:LsdExcepti&#111;n Locked="false" Priority="46"     Name="Grid Table 1 Light Accent 3"/>  <w:LsdExcepti&#111;n Locked="false" Priority="47" Name="Grid Table 2 Accent 3"/>  <w:LsdExcepti&#111;n Locked="false" Priority="48" Name="Grid Table 3 Accent 3"/>  <w:LsdExcepti&#111;n Locked="false" Priority="49" Name="Grid Table 4 Accent 3"/>  <w:LsdExcepti&#111;n Locked="false" Priority="50" Name="Grid Table 5 Dark Accent 3"/>  <w:LsdExcepti&#111;n Locked="false" Priority="51"     Name="Grid Table 6 Colorful Accent 3"/>  <w:LsdExcepti&#111;n Locked="false" Priority="52"     Name="Grid Table 7 Colorful Accent 3"/>  <w:LsdExcepti&#111;n Locked="false" Priority="46"     Name="Grid Table 1 Light Accent 4"/>  <w:LsdExcepti&#111;n Locked="false" Priority="47" Name="Grid Table 2 Accent 4"/>  <w:LsdExcepti&#111;n Locked="false" Priority="48" Name="Grid Table 3 Accent 4"/>  <w:LsdExcepti&#111;n Locked="false" Priority="49" Name="Grid Table 4 Accent 4"/>  <w:LsdExcepti&#111;n Locked="false" Priority="50" Name="Grid Table 5 Dark Accent 4"/>  <w:LsdExcepti&#111;n Locked="false" Priority="51"     Name="Grid Table 6 Colorful Accent 4"/>  <w:LsdExcepti&#111;n Locked="false" Priority="52"     Name="Grid Table 7 Colorful Accent 4"/>  <w:LsdExcepti&#111;n Locked="false" Priority="46"     Name="Grid Table 1 Light Accent 5"/>  <w:LsdExcepti&#111;n Locked="false" Priority="47" Name="Grid Table 2 Accent 5"/>  <w:LsdExcepti&#111;n Locked="false" Priority="48" Name="Grid Table 3 Accent 5"/>  <w:LsdExcepti&#111;n Locked="false" Priority="49" Name="Grid Table 4 Accent 5"/>  <w:LsdExcepti&#111;n Locked="false" Priority="50" Name="Grid Table 5 Dark Accent 5"/>  <w:LsdExcepti&#111;n Locked="false" Priority="51"     Name="Grid Table 6 Colorful Accent 5"/>  <w:LsdExcepti&#111;n Locked="false" Priority="52"     Name="Grid Table 7 Colorful Accent 5"/>  <w:LsdExcepti&#111;n Locked="false" Priority="46"     Name="Grid Table 1 Light Accent 6"/>  <w:LsdExcepti&#111;n Locked="false" Priority="47" Name="Grid Table 2 Accent 6"/>  <w:LsdExcepti&#111;n Locked="false" Priority="48" Name="Grid Table 3 Accent 6"/>  <w:LsdExcepti&#111;n Locked="false" Priority="49" Name="Grid Table 4 Accent 6"/>  <w:LsdExcepti&#111;n Locked="false" Priority="50" Name="Grid Table 5 Dark Accent 6"/>  <w:LsdExcepti&#111;n Locked="false" Priority="51"     Name="Grid Table 6 Colorful Accent 6"/>  <w:LsdExcepti&#111;n Locked="false" Priority="52"     Name="Grid Table 7 Colorful Accent 6"/>  <w:LsdExcepti&#111;n Locked="false" Priority="46" Name="List Table 1 Light"/>  <w:LsdExcepti&#111;n Locked="false" Priority="47" Name="List Table 2"/>  <w:LsdExcepti&#111;n Locked="false" Priority="48" Name="List Table 3"/>  <w:LsdExcepti&#111;n Locked="false" Priority="49" Name="List Table 4"/>  <w:LsdExcepti&#111;n Locked="false" Priority="50" Name="List Table 5 Dark"/>  <w:LsdExcepti&#111;n Locked="false" Priority="51" Name="List Table 6 Colorful"/>  <w:LsdExcepti&#111;n Locked="false" Priority="52" Name="List Table 7 Colorful"/>  <w:LsdExcepti&#111;n Locked="false" Priority="46"     Name="List Table 1 Light Accent 1"/>  <w:LsdExcepti&#111;n Locked="false" Priority="47" Name="List Table 2 Accent 1"/>  <w:LsdExcepti&#111;n Locked="false" Priority="48" Name="List Table 3 Accent 1"/>  <w:LsdExcepti&#111;n Locked="false" Priority="49" Name="List Table 4 Accent 1"/>  <w:LsdExcepti&#111;n Locked="false" Priority="50" Name="List Table 5 Dark Accent 1"/>  <w:LsdExcepti&#111;n Locked="false" Priority="51"     Name="List Table 6 Colorful Accent 1"/>  <w:LsdExcepti&#111;n Locked="false" Priority="52"     Name="List Table 7 Colorful Accent 1"/>  <w:LsdExcepti&#111;n Locked="false" Priority="46"     Name="List Table 1 Light Accent 2"/>  <w:LsdExcepti&#111;n Locked="false" Priority="47" Name="List Table 2 Accent 2"/>  <w:LsdExcepti&#111;n Locked="false" Priority="48" Name="List Table 3 Accent 2"/>  <w:LsdExcepti&#111;n Locked="false" Priority="49" Name="List Table 4 Accent 2"/>  <w:LsdExcepti&#111;n Locked="false" Priority="50" Name="List Table 5 Dark Accent 2"/>  <w:LsdExcepti&#111;n Locked="false" Priority="51"     Name="List Table 6 Colorful Accent 2"/>  <w:LsdExcepti&#111;n Locked="false" Priority="52"     Name="List Table 7 Colorful Accent 2"/>  <w:LsdExcepti&#111;n Locked="false" Priority="46"     Name="List Table 1 Light Accent 3"/>  <w:LsdExcepti&#111;n Locked="false" Priority="47" Name="List Table 2 Accent 3"/>  <w:LsdExcepti&#111;n Locked="false" Priority="48" Name="List Table 3 Accent 3"/>  <w:LsdExcepti&#111;n Locked="false" Priority="49" Name="List Table 4 Accent 3"/>  <w:LsdExcepti&#111;n Locked="false" Priority="50" Name="List Table 5 Dark Accent 3"/>  <w:LsdExcepti&#111;n Locked="false" Priority="51"     Name="List Table 6 Colorful Accent 3"/>  <w:LsdExcepti&#111;n Locked="false" Priority="52"     Name="List Table 7 Colorful Accent 3"/>  <w:LsdExcepti&#111;n Locked="false" Priority="46"     Name="List Table 1 Light Accent 4"/>  <w:LsdExcepti&#111;n Locked="false" Priority="47" Name="List Table 2 Accent 4"/>  <w:LsdExcepti&#111;n Locked="false" Priority="48" Name="List Table 3 Accent 4"/>  <w:LsdExcepti&#111;n Locked="false" Priority="49" Name="List Table 4 Accent 4"/>  <w:LsdExcepti&#111;n Locked="false" Priority="50" Name="List Table 5 Dark Accent 4"/>  <w:LsdExcepti&#111;n Locked="false" Priority="51"     Name="List Table 6 Colorful Accent 4"/>  <w:LsdExcepti&#111;n Locked="false" Priority="52"     Name="List Table 7 Colorful Accent 4"/>  <w:LsdExcepti&#111;n Locked="false" Priority="46"     Name="List Table 1 Light Accent 5"/>  <w:LsdExcepti&#111;n Locked="false" Priority="47" Name="List Table 2 Accent 5"/>  <w:LsdExcepti&#111;n Locked="false" Priority="48" Name="List Table 3 Accent 5"/>  <w:LsdExcepti&#111;n Locked="false" Priority="49" Name="List Table 4 Accent 5"/>  <w:LsdExcepti&#111;n Locked="false" Priority="50" Name="List Table 5 Dark Accent 5"/>  <w:LsdExcepti&#111;n Locked="false" Priority="51"     Name="List Table 6 Colorful Accent 5"/>  <w:LsdExcepti&#111;n Locked="false" Priority="52"     Name="List Table 7 Colorful Accent 5"/>  <w:LsdExcepti&#111;n Locked="false" Priority="46"     Name="List Table 1 Light Accent 6"/>  <w:LsdExcepti&#111;n Locked="false" Priority="47" Name="List Table 2 Accent 6"/>  <w:LsdExcepti&#111;n Locked="false" Priority="48" Name="List Table 3 Accent 6"/>  <w:LsdExcepti&#111;n Locked="false" Priority="49" Name="List Table 4 Accent 6"/>  <w:LsdExcepti&#111;n Locked="false" Priority="50" Name="List Table 5 Dark Accent 6"/>  <w:LsdExcepti&#111;n Locked="false" Priority="51"     Name="List Table 6 Colorful Accent 6"/>  <w:LsdExcepti&#111;n Locked="false" Priority="52"     Name="List Table 7 Colorful Accent 6"/> </w:LatentStyles><!--><!--if gte mso 10> /* Style Definitions */ table.MsoNormalTable	{mso-style-name:"Table Normal";	mso-tstyle-rowband-size:0;	mso-tstyle-colband-size:0;	mso-style-noshow:yes;	mso-style-priority:99;	mso-style-parent:"";	mso-padding-alt:0in 5.4pt 0in 5.4pt;	mso-para-margin:0in;	mso-para-margin-bottom:.0001pt;	mso-pagination:widow-orphan;	font-size:11.0pt;	font-family:"Calibri",sans-serif;	mso-ascii-font-family:Calibri;	mso-ascii-theme-font:minor-latin;	mso-hansi-font-family:Calibri;	mso-hansi-theme-font:minor-latin;}<!-->]]>
   </description>
   <pubDate>Fri, 23 Sep 2016 07:45:57 +0000</pubDate>
   <guid isPermaLink="true">https://www.PCBLibraries.com/forum/allegro-component-outline-terminal-issue-with-chip_topic1965_post8090.html#8090</guid>
  </item> 
  <item>
   <title><![CDATA[Allegro Component Outline/Terminal Issue with Chip :  i&amp;#039;ll take a look at it. Have...]]></title>
   <link>https://www.PCBLibraries.com/forum/allegro-component-outline-terminal-issue-with-chip_topic1965_post8088.html#8088</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.PCBLibraries.com/forum/member_profile.asp?PF=532">chrisa_pcb</a><br /><strong>Subject:</strong> 1965<br /><strong>Posted:</strong> 22 Sep 2016 at 3:39pm<br /><br /><div>i'll take a look at it.</div><div><br></div><div>Have you actually moved that terminal outline and ensured the bottom part isn't actually there? It could be a graphical issue on Cadence's part. I find it highly unlikely that the component rectangle itself isn't fully formed.</div>]]>
   </description>
   <pubDate>Thu, 22 Sep 2016 15:39:38 +0000</pubDate>
   <guid isPermaLink="true">https://www.PCBLibraries.com/forum/allegro-component-outline-terminal-issue-with-chip_topic1965_post8088.html#8088</guid>
  </item> 
  <item>
   <title><![CDATA[Allegro Component Outline/Terminal Issue with Chip :  Hi. When importing into Allegro...]]></title>
   <link>https://www.PCBLibraries.com/forum/allegro-component-outline-terminal-issue-with-chip_topic1965_post8086.html#8086</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.PCBLibraries.com/forum/member_profile.asp?PF=6852">GrungyRemnant</a><br /><strong>Subject:</strong> 1965<br /><strong>Posted:</strong> 22 Sep 2016 at 7:03am<br /><br />Hi.&nbsp; When importing into Allegro and sending the Component outline, including terminals tothe CAD output there is a problem with Chip parts.<span style="mso-spacerun:yes">&nbsp; I haven't noticed this issue with the other families.&nbsp; </span><span style="mso-spacerun:yes"><br><br>&nbsp;</span>Theoutline/terminal line is incomplete.<span style="mso-spacerun:yes">&nbsp; </span><span style="mso-spacerun:yes">&nbsp;</span>Please see the attached image comparing the PCBLEP expected output to the actual Allegro import.&nbsp; Note the missing line.&nbsp; There should actually be 3 separate line paths with 4 segments each, 1 for the outline and 2 for the terminals. &nbsp; <span style="mso-spacerun:yes"></span>Can this please be corrected?<p ="Ms&#111;normal">This problem is present in version 2016.10 and 2016.11</p><p ="Ms&#111;normal">Regards,</p><p ="Ms&#111;normal">Chris</p><p ="Ms&#111;normal"><img src="http://www.pcblibraries.com/forum/uploads/6852/Outline-Terminal_Issue_chip.jpg" height="389" width="1000" border="0" /></p><p ="Ms&#111;normal"><br></p><p ="Ms&#111;normal"><br></p>]]>
   </description>
   <pubDate>Thu, 22 Sep 2016 07:03:49 +0000</pubDate>
   <guid isPermaLink="true">https://www.PCBLibraries.com/forum/allegro-component-outline-terminal-issue-with-chip_topic1965_post8086.html#8086</guid>
  </item> 
 </channel>
</rss>