<?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>Blog Chem-e &#187; LaTeX</title>
	<atom:link href="http://chem-e.org/category/latex/feed/" rel="self" type="application/rss+xml" />
	<link>http://chem-e.org</link>
	<description>Para Concurseiros, Adoradores de LaTeX e Estudantes de Pós-Graduação da Engenharia Química</description>
	<lastBuildDate>Thu, 15 Jul 2010 14:51:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>O Comando [shrink] no Beamer</title>
		<link>http://chem-e.org/o-comando-shrink-no-beamer/</link>
		<comments>http://chem-e.org/o-comando-shrink-no-beamer/#comments</comments>
		<pubDate>Fri, 09 Jul 2010 14:33:53 +0000</pubDate>
		<dc:creator>Rocha</dc:creator>
				<category><![CDATA[LaTeX]]></category>
		<category><![CDATA[beamer]]></category>
		<category><![CDATA[shrink]]></category>

		<guid isPermaLink="false">http://chem-e.org/?p=1051</guid>
		<description><![CDATA[Esse artigo terá utilidade para os usuários de Beamer que gostam de colocar muitas informações em um só slide (frame). Suponhamos que queira fazer um plano de dominação mundial do LaTeX (hehehehehe) e que decidiu escrever 20 vezes seguida, em um só slide, &#8220;O LaTeX é o melhor programa do mundo&#8221;, conforme o exemplo abaixo: [...]


Artigos Relacionados:<ol><li><a href='http://chem-e.org/bibitem-no-beamer-latex/' rel='bookmark' title='Permanent Link: Bibitem no Beamer (LaTeX)'>Bibitem no Beamer (LaTeX)</a></li>
<li><a href='http://chem-e.org/como-instalar-o-beamer-no-ubuntu/' rel='bookmark' title='Permanent Link: Como Instalar o Beamer no Ubuntu'>Como Instalar o Beamer no Ubuntu</a></li>
<li><a href='http://chem-e.org/gerando-videos-no-beamer/' rel='bookmark' title='Permanent Link: Gerando Vídeos no Beamer'>Gerando Vídeos no Beamer</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Esse artigo terá utilidade para os usuários de Beamer que gostam de colocar muitas informações em um só <em>slide</em> (frame). Suponhamos que queira fazer um plano de dominação mundial do LaTeX (hehehehehe) e que decidiu escrever 20 vezes seguida, em um só <em>slide</em>, &#8220;O LaTeX é o melhor programa do mundo&#8221;, conforme o exemplo abaixo:</p>
<blockquote><p><span style="color: #ff0000;"><strong>%%%%%%%%%%%%%%%%%%%%%%%%%%%</strong></span></p>
<p><span style="color: #ff0000;"><strong>\frame{<br />
\frametitle{Plano de Dominação Mundial do \LaTeX}</strong></span></p>
<p><span style="color: #ff0000;"><strong>\begin{enumerate}[i.]<br />
\item O \LaTeX é o melhor programa do mundo;<br />
\item O \LaTeX é o melhor programa do mundo;<br />
\item O \LaTeX é o melhor programa do mundo;<br />
\item O \LaTeX é o melhor programa do mundo;<br />
\item O \LaTeX é o melhor programa do mundo;<br />
\item O \LaTeX é o melhor programa do mundo;<br />
\item O \LaTeX é o melhor programa do mundo;<br />
\item O \LaTeX é o melhor programa do mundo;<br />
\item O \LaTeX é o melhor programa do mundo;<br />
\item O \LaTeX é o melhor programa do mundo;<br />
\item O \LaTeX é o melhor programa do mundo;<br />
\item O \LaTeX é o melhor programa do mundo;<br />
\item O \LaTeX é o melhor programa do mundo;<br />
\item O \LaTeX é o melhor programa do mundo;<br />
\item O \LaTeX é o melhor programa do mundo;<br />
\item O \LaTeX é o melhor programa do mundo;<br />
\item O \LaTeX é o melhor programa do mundo;<br />
\item O \LaTeX é o melhor programa do mundo;<br />
\item O \LaTeX é o melhor programa do mundo;<br />
\item O \LaTeX é o melhor programa do mundo;<br />
\end{enumerate}<br />
}</strong></span></p>
<p><span style="color: #ff0000;"><strong>%%%%%%%%%%%%%%%%%%%%%%%%%%%</strong></span></p></blockquote>
<p>Provavelmente, são muitas informações em um só <em>slide</em>, não é? Ficaria algo parecido com a figura a seguir:</p>
<p style="text-align: center;"><a title="shrink1" href="http://www.flickr.com/photos/34910441@N08/4776777583/" target="_blank"><img src="http://farm5.static.flickr.com/4138/4776777583_e3f000f8ed.jpg" border="0" alt="shrink1" /></a><br />
<small><a title="Attribution License" href="http://creativecommons.org/licenses/by/2.0/" target="_blank"><img src="http://chem-e.org/wp-content/plugins/photo-dropper/images/cc.png" border="0" alt="Creative Commons License" width="16" height="16" align="absmiddle" /></a> <a href="http://www.photodropper.com/photos/" target="_blank">photo</a> credit: <a title="chem-e" href="http://www.flickr.com/photos/34910441@N08/4776777583/" target="_blank">chem-e</a></small></p>
<p>Repare que todas as 20 linhas não &#8220;se encaixaram&#8221; dentro do <em>slide</em>. Foi muita informação para pouco espaço.</p>
<p>Mas não tem como colocar todas essas informações em um só <em>slide</em>? A resposta é SIM.</p>
<p>Existe um comando interessantíssimo, chamado <strong>[shrink]</strong>, que faz com que todas essas informações sejam armazenadas, ou melhor, compactadas em um só <em>slide</em>. O que precisamos é simplesmente fazer uso do comando <strong>[shrink</strong>] como se segue:</p>
<blockquote><p><span style="color: #ff0000;"><strong>%%%%%%%%%%%%%%%%%%%%%%%%%%%</strong></span></p>
<p><strong><span style="color: #ff0000;">\frame{<br />
\frametitle</span><span style="color: #000080;">[shrink]</span><span style="color: #ff0000;">{Plano  de Dominação Mundial do \LaTeX}</span></strong></p>
<p><span style="color: #ff0000;"><strong>\begin{enumerate}[i.]<br />
\item  O \LaTeX é o melhor programa do mundo;<br />
\item O \LaTeX é o melhor  programa do mundo;<br />
\item O \LaTeX é o melhor programa do mundo;<br />
\item  O \LaTeX é o melhor programa do mundo;<br />
\item O \LaTeX é o melhor  programa do mundo;<br />
\item O \LaTeX é o melhor programa do mundo;<br />
\item  O \LaTeX é o melhor programa do mundo;<br />
\item O \LaTeX é o melhor  programa do mundo;<br />
\item O \LaTeX é o melhor programa do mundo;<br />
\item  O \LaTeX é o melhor programa do mundo;<br />
\item O \LaTeX é o melhor  programa do mundo;<br />
\item O \LaTeX é o melhor programa do mundo;<br />
\item  O \LaTeX é o melhor programa do mundo;<br />
\item O \LaTeX é o melhor  programa do mundo;<br />
\item O \LaTeX é o melhor programa do mundo;<br />
\item  O \LaTeX é o melhor programa do mundo;<br />
\item O \LaTeX é o melhor  programa do mundo;<br />
\item O \LaTeX é o melhor programa do mundo;<br />
\item  O \LaTeX é o melhor programa do mundo;<br />
\item O \LaTeX é o melhor  programa do mundo;<br />
\end{enumerate}<br />
}</strong></span></p>
<p><span style="color: #ff0000;"><strong>%%%%%%%%%%%%%%%%%%%%%%%%%%%</strong></span></p>
<p><span style="color: #ff0000;"><strong><span style="color: #ff0000;"><br />
</span></strong></span></p></blockquote>
<p>O &#8220;novo&#8221; <em>slide</em> foi compilado da seguinte maneira:</p>
<p style="text-align: center;"><a title="shrink2" href="http://www.flickr.com/photos/34910441@N08/4777408892/" target="_blank"><img src="http://farm5.static.flickr.com/4139/4777408892_3445ac6d1b.jpg" border="0" alt="shrink2" /></a><br />
<small><a title="Attribution License" href="http://creativecommons.org/licenses/by/2.0/" target="_blank"><img src="http://chem-e.org/wp-content/plugins/photo-dropper/images/cc.png" border="0" alt="Creative Commons License" width="16" height="16" align="absmiddle" /></a> <a href="http://www.photodropper.com/photos/" target="_blank">photo</a> credit: <a title="chem-e" href="http://www.flickr.com/photos/34910441@N08/4777408892/" target="_blank">chem-e</a></small></p>
<p>Repare que as 20 frases, desta vez, &#8220;se encaixaram&#8221; perfeitamente no <em>slide</em>. Resolvido o problema.</p>
<p>Até mais.</p>


<p>Artigos Relacionados:<ol><li><a href='http://chem-e.org/bibitem-no-beamer-latex/' rel='bookmark' title='Permanent Link: Bibitem no Beamer (LaTeX)'>Bibitem no Beamer (LaTeX)</a></li>
<li><a href='http://chem-e.org/como-instalar-o-beamer-no-ubuntu/' rel='bookmark' title='Permanent Link: Como Instalar o Beamer no Ubuntu'>Como Instalar o Beamer no Ubuntu</a></li>
<li><a href='http://chem-e.org/gerando-videos-no-beamer/' rel='bookmark' title='Permanent Link: Gerando Vídeos no Beamer'>Gerando Vídeos no Beamer</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://chem-e.org/o-comando-shrink-no-beamer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Como Instalar um Editor LaTeX no Ubuntu</title>
		<link>http://chem-e.org/como-instalar-um-editor-latex-no-ubuntu/</link>
		<comments>http://chem-e.org/como-instalar-um-editor-latex-no-ubuntu/#comments</comments>
		<pubDate>Fri, 11 Dec 2009 13:20:01 +0000</pubDate>
		<dc:creator>Rocha</dc:creator>
				<category><![CDATA[LaTeX]]></category>
		<category><![CDATA[editor]]></category>
		<category><![CDATA[editor laTeX]]></category>
		<category><![CDATA[latex editor]]></category>
		<category><![CDATA[lyx]]></category>
		<category><![CDATA[texmacs]]></category>
		<category><![CDATA[texmaker]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[vim]]></category>
		<category><![CDATA[winefish]]></category>

		<guid isPermaLink="false">http://chem-e.org/?p=966</guid>
		<description><![CDATA[A seguir, eis algumas opções de edição do LaTeX no Ubuntu. Kile Texmaker LyX Winefish TeXmacs VIM Para instalar todas as opções acima, basta digitar somente um comando no terminal: $ sudo apt-get install kile texmaker lyx winefish texmacs vim Se você não tiver o LaTeX instalado, a instalação virá acompanhada automaticamente pela instalação de [...]


Artigos Relacionados:<ol><li><a href='http://chem-e.org/como-instalar-o-latex-no-ubuntu/' rel='bookmark' title='Permanent Link: Como Instalar o LaTeX no Ubuntu'>Como Instalar o LaTeX no Ubuntu</a></li>
<li><a href='http://chem-e.org/como-instalar-o-abntex-no-ubuntu/' rel='bookmark' title='Permanent Link: Como Instalar o abnTeX no Ubuntu'>Como Instalar o abnTeX no Ubuntu</a></li>
<li><a href='http://chem-e.org/como-instalar-o-beamer-no-ubuntu/' rel='bookmark' title='Permanent Link: Como Instalar o Beamer no Ubuntu'>Como Instalar o Beamer no Ubuntu</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>A seguir, eis algumas opções de edição do <a href="http://pt.wikipedia.org/wiki/LaTeX">LaTeX</a> no Ubuntu.</p>
<ul>
<li> <a title="Kile" href="http://www.tex-br.org/index.php/Kile">Kile</a></li>
<li> <a title="Texmaker" href="http://www.tex-br.org/index.php/Texmaker">Texmaker</a></li>
<li> <a title="LyX" href="http://www.tex-br.org/index.php/LyX">LyX</a></li>
<li> <a title="Winefish" href="http://www.tex-br.org/index.php/Winefish">Winefish</a></li>
<li> <a title="TeXmacs" href="http://www.tex-br.org/index.php?title=TeXmacs&amp;action=edit">TeXmacs</a></li>
<li> <a title="VIM" href="http://www.tex-br.org/index.php/VIM">VIM</a></li>
</ul>
<p>Para instalar todas as opções acima, basta digitar somente um comando no terminal:</p>
<blockquote><p><span style="color: #ff0000;"><strong>$ sudo apt-get install kile texmaker lyx winefish texmacs vim</strong></span></p></blockquote>
<p>Se você não tiver o <a href="http://pt.wikipedia.org/wiki/LaTeX">LaTeX</a> instalado, a instalação virá acompanhada automaticamente pela instalação de qualquer um dos editores. Se por acaso quiser instalar somente o <a title="Winefish" href="http://www.tex-br.org/index.php/Winefish">Winefish</a> ou o <a title="Kile" href="http://www.tex-br.org/index.php/Kile">Kile</a>, é só digitar no terminal:</p>
<blockquote><p><span style="color: #ff0000;"><strong>$ sudo apt-get install kile<br />
</strong></span></p></blockquote>
<p>ou</p>
<blockquote><p><span style="color: #ff0000;"><strong>$ sudo apt-get install winefish<br />
</strong></span></p></blockquote>
<p>Tenho instalada todas as versões e, particularmente, a que mais me agradou foi o <a title="Winefish" href="http://www.tex-br.org/index.php/Winefish">Winefish</a>, pela sua simplicidade, coerência, velocidade de compilação, etc. Superou as minhas expectativas.</p>
<p>Até mais.</p>


<p>Artigos Relacionados:<ol><li><a href='http://chem-e.org/como-instalar-o-latex-no-ubuntu/' rel='bookmark' title='Permanent Link: Como Instalar o LaTeX no Ubuntu'>Como Instalar o LaTeX no Ubuntu</a></li>
<li><a href='http://chem-e.org/como-instalar-o-abntex-no-ubuntu/' rel='bookmark' title='Permanent Link: Como Instalar o abnTeX no Ubuntu'>Como Instalar o abnTeX no Ubuntu</a></li>
<li><a href='http://chem-e.org/como-instalar-o-beamer-no-ubuntu/' rel='bookmark' title='Permanent Link: Como Instalar o Beamer no Ubuntu'>Como Instalar o Beamer no Ubuntu</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://chem-e.org/como-instalar-um-editor-latex-no-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Como Instalar o Beamer no Ubuntu</title>
		<link>http://chem-e.org/como-instalar-o-beamer-no-ubuntu/</link>
		<comments>http://chem-e.org/como-instalar-o-beamer-no-ubuntu/#comments</comments>
		<pubDate>Fri, 11 Dec 2009 00:20:16 +0000</pubDate>
		<dc:creator>Rocha</dc:creator>
				<category><![CDATA[LaTeX]]></category>
		<category><![CDATA[apt-get]]></category>
		<category><![CDATA[apt-get install]]></category>
		<category><![CDATA[beamer]]></category>
		<category><![CDATA[como instalar]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[latex-beamer]]></category>
		<category><![CDATA[sudo]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://chem-e.org/?p=962</guid>
		<description><![CDATA[A instalação do Beamer no Ubuntu é super fácil. Basta digitar no terminal: $ sudo apt-get install latex-beamer Se o LaTeX não tiver instalado, o Ubuntu instala automaticamente enquanto o Beamer é instalado. Até mais. Tá calor? Estude com o Ventilador Arno de 30cm Turbo Silêncio com timer de 30 min e 3 horas. Artigos [...]


Artigos Relacionados:<ol><li><a href='http://chem-e.org/como-instalar-o-latex-no-ubuntu/' rel='bookmark' title='Permanent Link: Como Instalar o LaTeX no Ubuntu'>Como Instalar o LaTeX no Ubuntu</a></li>
<li><a href='http://chem-e.org/como-instalar-o-abntex-no-ubuntu/' rel='bookmark' title='Permanent Link: Como Instalar o abnTeX no Ubuntu'>Como Instalar o abnTeX no Ubuntu</a></li>
<li><a href='http://chem-e.org/como-instalar-um-editor-latex-no-ubuntu/' rel='bookmark' title='Permanent Link: Como Instalar um Editor LaTeX no Ubuntu'>Como Instalar um Editor LaTeX no Ubuntu</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>A instalação do Beamer no Ubuntu é super fácil. Basta digitar no terminal:</p>
<blockquote><p><span style="color: #ff0000;"><strong>$ sudo apt-get install latex-beamer</strong></span></p></blockquote>
<p>Se o LaTeX não tiver instalado, o Ubuntu instala automaticamente enquanto o Beamer é instalado.</p>
<p>Até mais.</p>
<p>Tá calor? Estude com o <a href="http://www.submarino.com.br/produto/34/21603431/ventilador+turbo+silencio+30+cm+timer+-+arno/?frank=268684">Ventilador Arno de 30cm Turbo Silêncio com timer de 30 min e 3 horas</a>.</p>


<p>Artigos Relacionados:<ol><li><a href='http://chem-e.org/como-instalar-o-latex-no-ubuntu/' rel='bookmark' title='Permanent Link: Como Instalar o LaTeX no Ubuntu'>Como Instalar o LaTeX no Ubuntu</a></li>
<li><a href='http://chem-e.org/como-instalar-o-abntex-no-ubuntu/' rel='bookmark' title='Permanent Link: Como Instalar o abnTeX no Ubuntu'>Como Instalar o abnTeX no Ubuntu</a></li>
<li><a href='http://chem-e.org/como-instalar-um-editor-latex-no-ubuntu/' rel='bookmark' title='Permanent Link: Como Instalar um Editor LaTeX no Ubuntu'>Como Instalar um Editor LaTeX no Ubuntu</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://chem-e.org/como-instalar-o-beamer-no-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Como Instalar o MikTeX 2.8</title>
		<link>http://chem-e.org/como-instalar-o-miktex-2-8/</link>
		<comments>http://chem-e.org/como-instalar-o-miktex-2-8/#comments</comments>
		<pubDate>Thu, 10 Dec 2009 00:16:11 +0000</pubDate>
		<dc:creator>Rocha</dc:creator>
				<category><![CDATA[LaTeX]]></category>
		<category><![CDATA[2.8]]></category>
		<category><![CDATA[7]]></category>
		<category><![CDATA[como instalar]]></category>
		<category><![CDATA[instalação]]></category>
		<category><![CDATA[miktex]]></category>
		<category><![CDATA[miktex 2.8]]></category>
		<category><![CDATA[vista]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[windows 7]]></category>
		<category><![CDATA[windows vista]]></category>
		<category><![CDATA[windows xp]]></category>
		<category><![CDATA[xp]]></category>

		<guid isPermaLink="false">http://chem-e.org/?p=951</guid>
		<description><![CDATA[A instalação do MikTeX 2.8 é relativamente simples, porém é bastante demorada. Essa versão é suportada no Windows: 7 (recomendável) Server 2008 Vista Server 2003 XP 2000 Seguiremos a instalação no Windows 7. Primeiramente, é preciso baixar instalador do MikTeX 2.8 (setup-2.8.3553), um arquivo pequeno e executável que terá a responsabilidade de promover o download [...]


Artigos Relacionados:<ol><li><a href='http://chem-e.org/como-instalar-o-abntex-no-miktex-2-8-windows-7/' rel='bookmark' title='Permanent Link: Como Instalar o abnTeX no MikTeX 2.8 (Windows 7)'>Como Instalar o abnTeX no MikTeX 2.8 (Windows 7)</a></li>
<li><a href='http://chem-e.org/instalando-o-miktex-27/' rel='bookmark' title='Permanent Link: Como Instalar o MikTeX 2.7'>Como Instalar o MikTeX 2.7</a></li>
<li><a href='http://chem-e.org/como-instalar-o-latex-no-windows-xpvista7/' rel='bookmark' title='Permanent Link: Como Instalar o LaTeX no Windows (XP/Vista/7)'>Como Instalar o LaTeX no Windows (XP/Vista/7)</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>A instalação do <a href="http://miktex.org/2.8/Setup.aspx">MikTeX 2.8</a> é relativamente simples, porém é bastante demorada. Essa versão é suportada no Windows:</p>
<ul>
<li>7 (recomendável)</li>
<li>Server 2008</li>
<li>Vista</li>
<li>Server 2003</li>
<li>XP</li>
<li>2000</li>
</ul>
<p style="text-align: justify;">Seguiremos a instalação no Windows 7.</p>
<p style="text-align: justify;">Primeiramente, é preciso baixar <a href="http://miktex.org/2.7/Setup.aspx">instalador do MikTeX 2.8</a> (<strong>setup-2.8.3553</strong>), um arquivo pequeno e executável que terá a responsabilidade de promover o download e instalar o todo o pacote. Recomendamos baixar a versão completa no sítio do <a href="http://miktex.org/2.7/Setup.aspx">MikTeX 2.8</a> clicando em DOWNLOAD, como mostra a figura a seguir.</p>
<p style="text-align: center;"><a title="miktex0.1" href="http://www.flickr.com/photos/34910441@N08/4173058378/" target="_blank"><img src="http://farm3.static.flickr.com/2546/4173058378_522cca29cb.jpg" border="0" alt="miktex0.1" /></a><br />
<small><a title="Attribution License" href="http://creativecommons.org/licenses/by/2.0/" target="_blank"><img src="http://chem-e.org/wp-content/plugins/photo-dropper/images/cc.png" border="0" alt="Creative Commons License" width="16" height="16" align="absmiddle" /></a> <a href="http://www.photodropper.com/photos/" target="_blank">photo</a> credit: <a title="chem-e" href="http://www.flickr.com/photos/34910441@N08/4173058378/" target="_blank">chem-e</a></small></p>
<p style="text-align: justify;"><span id="more-951"></span></p>
<p style="text-align: justify;">Depois de baixado o instalador <strong>setup-2.8.3553</strong>, execute-o para que possamos proceder com o download completo do <a href="http://miktex.org/2.8/Setup.aspx">MikTeX 2.8</a>. Em primeiro lugar, aparece a seguinte tela:</p>
<p style="text-align: center;"><a title="miktex1" href="http://www.flickr.com/photos/34910441@N08/4172531742/" target="_blank"><img src="http://farm3.static.flickr.com/2531/4172531742_895e9bf1cb.jpg" border="0" alt="miktex1" /></a><br />
<small><a title="Attribution License" href="http://creativecommons.org/licenses/by/2.0/" target="_blank"><img src="http://chem-e.org/wp-content/plugins/photo-dropper/images/cc.png" border="0" alt="Creative Commons License" width="16" height="16" align="absmiddle" /></a> <a href="http://www.photodropper.com/photos/" target="_blank">photo</a> credit: <a title="chem-e" href="http://www.flickr.com/photos/34910441@N08/4172531742/" target="_blank">chem-e</a></small></p>
<p style="text-align: justify;">Essa tela verifica se você está de acordo com os termos. Se sim, marcar e clicar em AVANÇAR.</p>
<p style="text-align: justify;">Na próxima tela, marque DOWNLOAD MIKTEX para você, primeiramente, baixar na internet os arquivos necessários. Clique em AVANÇAR.</p>
<p style="text-align: center;"><a title="miktex2" href="http://www.flickr.com/photos/34910441@N08/4171776141/" target="_blank"><img src="http://farm3.static.flickr.com/2767/4171776141_a770a0940f.jpg" border="0" alt="miktex2" /></a><br />
<small><a title="Attribution License" href="http://creativecommons.org/licenses/by/2.0/" target="_blank"><img src="http://chem-e.org/wp-content/plugins/photo-dropper/images/cc.png" border="0" alt="Creative Commons License" width="16" height="16" align="absmiddle" /></a> <a href="http://www.photodropper.com/photos/" target="_blank">photo</a> credit: <a title="chem-e" href="http://www.flickr.com/photos/34910441@N08/4171776141/" target="_blank">chem-e</a></small></p>
<p style="text-align: justify;">É recomendado o download completo do <a href="MikTeX 2.8">MikTeX 2.8</a>, com todos os pacotes disponíveis. Para isso, marque COMPLETE MIKTEX e clique em AVANÇAR.</p>
<p style="text-align: center;"><a title="miktex3" href="http://www.flickr.com/photos/34910441@N08/4171776185/" target="_blank"><img src="http://farm3.static.flickr.com/2695/4171776185_ac479f8055.jpg" border="0" alt="miktex3" /></a><br />
<small><a title="Attribution License" href="http://creativecommons.org/licenses/by/2.0/" target="_blank"><img src="http://chem-e.org/wp-content/plugins/photo-dropper/images/cc.png" border="0" alt="Creative Commons License" width="16" height="16" align="absmiddle" /></a> <a href="http://www.photodropper.com/photos/" target="_blank">photo</a> credit: <a title="chem-e" href="http://www.flickr.com/photos/34910441@N08/4171776185/" target="_blank">chem-e</a></small></p>
<p style="text-align: justify;">Selecione o local para baixar os arquivos. É recomendável escolher o local mais próximo da sua casa. O meu local foi escolhido conforme a figura a seguir.</p>
<p style="text-align: center;"><a title="miktex4" href="http://www.flickr.com/photos/34910441@N08/4171776219/" target="_blank"><img src="http://farm5.static.flickr.com/4040/4171776219_44d8d32bb1.jpg" border="0" alt="miktex4" /></a><br />
<small><a title="Attribution License" href="http://creativecommons.org/licenses/by/2.0/" target="_blank"><img src="http://chem-e.org/wp-content/plugins/photo-dropper/images/cc.png" border="0" alt="Creative Commons License" width="16" height="16" align="absmiddle" /></a> <a href="http://www.photodropper.com/photos/" target="_blank">photo</a> credit: <a title="chem-e" href="http://www.flickr.com/photos/34910441@N08/4171776219/" target="_blank">chem-e</a></small></p>
<p style="text-align: justify;">Clique em AVANÇAR.</p>
<p style="text-align: justify;">Agora escolha o local para armazenar temporariamente os arquivos. Sugerimos o <em>default</em> do instalador, como aparece na figura abaixo.</p>
<p style="text-align: center;"><a title="miktex5" href="http://www.flickr.com/photos/34910441@N08/4171776235/" target="_blank"><img src="http://farm3.static.flickr.com/2665/4171776235_f9ed38ce94.jpg" border="0" alt="miktex5" /></a><br />
<small><a title="Attribution License" href="http://creativecommons.org/licenses/by/2.0/" target="_blank"><img src="http://chem-e.org/wp-content/plugins/photo-dropper/images/cc.png" border="0" alt="Creative Commons License" width="16" height="16" align="absmiddle" /></a> <a href="http://www.photodropper.com/photos/" target="_blank">photo</a> credit: <a title="chem-e" href="http://www.flickr.com/photos/34910441@N08/4171776235/" target="_blank">chem-e</a></small></p>
<p style="text-align: justify;">Clique em AVANÇAR e espere o download do pacote completo. Tome um café e vá relaxar, pois o download demora um pouquinho <img src='http://chem-e.org/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p style="text-align: justify;">Terminado o download, aparece a tela a seguir.</p>
<p style="text-align: center;"><a title="miktex6" href="http://www.flickr.com/photos/34910441@N08/4171776271/" target="_blank"><img src="http://farm3.static.flickr.com/2697/4171776271_6dae459878.jpg" border="0" alt="miktex6" /></a><br />
<small><a title="Attribution License" href="http://creativecommons.org/licenses/by/2.0/" target="_blank"><img src="http://chem-e.org/wp-content/plugins/photo-dropper/images/cc.png" border="0" alt="Creative Commons License" width="16" height="16" align="absmiddle" /></a> <a href="http://www.photodropper.com/photos/" target="_blank">photo</a> credit: <a title="chem-e" href="http://www.flickr.com/photos/34910441@N08/4171776271/" target="_blank">chem-e</a></small></p>
<p style="text-align: justify;">A tela acima ainda comenta que o próprio arquivo <strong>setup-2.8.3553</strong> é utilizado para INSTALAR o MikTex 2.8. Então, FECHE essa tela e clique novamente no arquivo executável <strong>setup-2.8.3553</strong>.</p>
<p style="text-align: justify;">O mesmo passo inicial (aceitação das condições de instalação e distribuição) é feito e, a seguir, aparece a seguinte telinha:</p>
<p style="text-align: center;"><a title="miktex8" href="http://www.flickr.com/photos/34910441@N08/4171776343/" target="_blank"><img src="http://farm3.static.flickr.com/2786/4171776343_20d513d5d5.jpg" border="0" alt="miktex8" /></a><br />
<small><a title="Attribution License" href="http://creativecommons.org/licenses/by/2.0/" target="_blank"><img src="http://chem-e.org/wp-content/plugins/photo-dropper/images/cc.png" border="0" alt="Creative Commons License" width="16" height="16" align="absmiddle" /></a> <a href="http://www.photodropper.com/photos/" target="_blank">photo</a> credit: <a title="chem-e" href="http://www.flickr.com/photos/34910441@N08/4171776343/" target="_blank">chem-e</a></small></p>
<p style="text-align: justify;">Veja que agora, depois de já feito o download, devemos escolher a opção INSTALL MIKTEX. Depois disso, clique em AVANÇAR.</p>
<p style="text-align: justify;">Recomendamos a instalação completa e, para isso, marque COMPLETE MIKTEX. Feito isso, clique em AVANÇAR.</p>
<p style="text-align: center;"><a title="miktex9" href="http://www.flickr.com/photos/34910441@N08/4171776379/" target="_blank"><img src="http://farm3.static.flickr.com/2653/4171776379_f7960a04e4.jpg" border="0" alt="miktex9" /></a><br />
<small><a title="Attribution License" href="http://creativecommons.org/licenses/by/2.0/" target="_blank"><img src="http://chem-e.org/wp-content/plugins/photo-dropper/images/cc.png" border="0" alt="Creative Commons License" width="16" height="16" align="absmiddle" /></a> <a href="http://www.photodropper.com/photos/" target="_blank">photo</a> credit: <a title="chem-e" href="http://www.flickr.com/photos/34910441@N08/4171776379/" target="_blank">chem-e</a></small></p>
<p style="text-align: justify;">Na próxima tela, escolha se só você ou todos os usuários podem usar o pacote. Feita a escolha, clique em AVANÇAR.</p>
<p style="text-align: center;"><a title="miktex10" href="http://www.flickr.com/photos/34910441@N08/4171776407/" target="_blank"><img src="http://farm3.static.flickr.com/2686/4171776407_9e366d35fc.jpg" border="0" alt="miktex10" /></a><br />
<small><a title="Attribution License" href="http://creativecommons.org/licenses/by/2.0/" target="_blank"><img src="http://chem-e.org/wp-content/plugins/photo-dropper/images/cc.png" border="0" alt="Creative Commons License" width="16" height="16" align="absmiddle" /></a> <a href="http://www.photodropper.com/photos/" target="_blank">photo</a> credit: <a title="chem-e" href="http://www.flickr.com/photos/34910441@N08/4171776407/" target="_blank">chem-e</a></small></p>
<p style="text-align: justify;">A próxima tela pede pra você confirmar se é este mesmo o local onde armazenou temporariamente o pacote. Se optou anteriormente, no momento do download, no <em>default</em> do instalador (como foi recomendado no início desste artigo), clique em AVANÇAR.</p>
<p style="text-align: center;"><a title="miktex11" href="http://www.flickr.com/photos/34910441@N08/4172531490/" target="_blank"><img src="http://farm3.static.flickr.com/2508/4172531490_3a6d1c6236.jpg" border="0" alt="miktex11" /></a><br />
<small><a title="Attribution License" href="http://creativecommons.org/licenses/by/2.0/" target="_blank"><img src="http://chem-e.org/wp-content/plugins/photo-dropper/images/cc.png" border="0" alt="Creative Commons License" width="16" height="16" align="absmiddle" /></a> <a href="http://www.photodropper.com/photos/" target="_blank">photo</a> credit: <a title="chem-e" href="http://www.flickr.com/photos/34910441@N08/4172531490/" target="_blank">chem-e</a></small></p>
<p style="text-align: justify;">Agora você vai escolher onde instalar no seu computador o <a href="http://miktex.org/2.8/Setup.aspx">MikTeX 2.8</a>. Recomendamos que instale em <strong>Arquivos de Programas/MikTeX 2.8</strong> mas, obviamente, fica a seu critério.</p>
<p style="text-align: center;"><a title="miktex12" href="http://www.flickr.com/photos/34910441@N08/4171776459/" target="_blank"><img src="http://farm3.static.flickr.com/2530/4171776459_68300cb2b3.jpg" border="0" alt="miktex12" /></a><br />
<small><a title="Attribution License" href="http://creativecommons.org/licenses/by/2.0/" target="_blank"><img src="http://chem-e.org/wp-content/plugins/photo-dropper/images/cc.png" border="0" alt="Creative Commons License" width="16" height="16" align="absmiddle" /></a> <a href="http://www.photodropper.com/photos/" target="_blank">photo</a> credit: <a title="chem-e" href="http://www.flickr.com/photos/34910441@N08/4171776459/" target="_blank">chem-e</a></small></p>
<p style="text-align: justify;">O próximo passo é opcional. Escolhida a sua opção, clique em AVANÇAR.</p>
<p style="text-align: center;"><a title="miktex13" href="http://www.flickr.com/photos/34910441@N08/4171776495/" target="_blank"><img src="http://farm3.static.flickr.com/2495/4171776495_8dbcefd3b5.jpg" border="0" alt="miktex13" /></a><br />
<small><a title="Attribution License" href="http://creativecommons.org/licenses/by/2.0/" target="_blank"><img src="http://chem-e.org/wp-content/plugins/photo-dropper/images/cc.png" border="0" alt="Creative Commons License" width="16" height="16" align="absmiddle" /></a> <a href="http://www.photodropper.com/photos/" target="_blank">photo</a> credit: <a title="chem-e" href="http://www.flickr.com/photos/34910441@N08/4171776495/" target="_blank">chem-e</a></small></p>
<p style="text-align: justify;">Os dados batem e a instalação está como você deseja? Se sim, então clique em START e manda bala. A instalação efetivamente começa.</p>
<p style="text-align: center;"><a title="miktex11" href="http://www.flickr.com/photos/34910441@N08/4172531490/" target="_blank"></a><a title="miktex14" href="http://www.flickr.com/photos/34910441@N08/4171776545/" target="_blank"><img src="http://farm3.static.flickr.com/2715/4171776545_f024b75615.jpg" border="0" alt="miktex14" /></a><br />
<small><a title="Attribution License" href="http://creativecommons.org/licenses/by/2.0/" target="_blank"><img src="http://chem-e.org/wp-content/plugins/photo-dropper/images/cc.png" border="0" alt="Creative Commons License" width="16" height="16" align="absmiddle" /></a> <a href="http://www.photodropper.com/photos/" target="_blank">photo</a> credit: <a title="chem-e" href="http://www.flickr.com/photos/34910441@N08/4171776545/" target="_blank">chem-e</a></small></p>
<p style="text-align: justify;">Agora, é só aguardar, tomar um chá verde, dar uma caminhada e esperar a instalação, que é bem demorada.</p>
<p style="text-align: center;">*****</p>
<p style="text-align: center;"><a title="miktex15" href="http://www.flickr.com/photos/34910441@N08/4172531648/" target="_blank"><img src="http://farm3.static.flickr.com/2636/4172531648_4f25986b14.jpg" border="0" alt="miktex15" /></a><br />
<small><a title="Attribution License" href="http://creativecommons.org/licenses/by/2.0/" target="_blank"><img src="http://chem-e.org/wp-content/plugins/photo-dropper/images/cc.png" border="0" alt="Creative Commons License" width="16" height="16" align="absmiddle" /></a> <a href="http://www.photodropper.com/photos/" target="_blank">photo</a> credit: <a title="chem-e" href="http://www.flickr.com/photos/34910441@N08/4172531648/" target="_blank">chem-e</a></small></p>
<p style="text-align: justify;">Finalmente, depois de instalado, clique em FECHAR.</p>
<p style="text-align: justify;">Pronto, a instalação do <a href="http://miktex.org/2.8/Setup.aspx">MikTeX 2.8</a> está encerrada.</p>
<p>Até mais.</p>


<p>Artigos Relacionados:<ol><li><a href='http://chem-e.org/como-instalar-o-abntex-no-miktex-2-8-windows-7/' rel='bookmark' title='Permanent Link: Como Instalar o abnTeX no MikTeX 2.8 (Windows 7)'>Como Instalar o abnTeX no MikTeX 2.8 (Windows 7)</a></li>
<li><a href='http://chem-e.org/instalando-o-miktex-27/' rel='bookmark' title='Permanent Link: Como Instalar o MikTeX 2.7'>Como Instalar o MikTeX 2.7</a></li>
<li><a href='http://chem-e.org/como-instalar-o-latex-no-windows-xpvista7/' rel='bookmark' title='Permanent Link: Como Instalar o LaTeX no Windows (XP/Vista/7)'>Como Instalar o LaTeX no Windows (XP/Vista/7)</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://chem-e.org/como-instalar-o-miktex-2-8/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Como Instalar o abnTeX no MikTeX 2.8 (Windows 7)</title>
		<link>http://chem-e.org/como-instalar-o-abntex-no-miktex-2-8-windows-7/</link>
		<comments>http://chem-e.org/como-instalar-o-abntex-no-miktex-2-8-windows-7/#comments</comments>
		<pubDate>Sun, 06 Dec 2009 16:18:13 +0000</pubDate>
		<dc:creator>Rocha</dc:creator>
				<category><![CDATA[LaTeX]]></category>
		<category><![CDATA[abnt]]></category>
		<category><![CDATA[abntex]]></category>
		<category><![CDATA[classe abnt]]></category>
		<category><![CDATA[como instalar]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[instalar]]></category>
		<category><![CDATA[miktex]]></category>
		<category><![CDATA[miktex 2.8]]></category>
		<category><![CDATA[tex]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://chem-e.org/?p=911</guid>
		<description><![CDATA[A instalação do anbTeX não é complicada (apesar de que a instalação do abnTeX no Ubuntu é, de longe, bem mais fácil) e, a seguir, vou apresentar (ou pelo menos tentar) os passos que devem ser feitos para a instalação, seguindo o MikTeX 2.8 e utilizando o Windows 7 (a instalação é a mesma usando [...]


Artigos Relacionados:<ol><li><a href='http://chem-e.org/como-instalar-o-miktex-2-8/' rel='bookmark' title='Permanent Link: Como Instalar o MikTeX 2.8'>Como Instalar o MikTeX 2.8</a></li>
<li><a href='http://chem-e.org/como-instalar-o-latex-no-windows-xpvista7/' rel='bookmark' title='Permanent Link: Como Instalar o LaTeX no Windows (XP/Vista/7)'>Como Instalar o LaTeX no Windows (XP/Vista/7)</a></li>
<li><a href='http://chem-e.org/instalando-o-miktex-27/' rel='bookmark' title='Permanent Link: Como Instalar o MikTeX 2.7'>Como Instalar o MikTeX 2.7</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>A instalação do anbTeX não é complicada (apesar de que a <a href="http://chem-e.org/como-instalar-o-abntex-no-ubuntu/">instalação do abnTeX no Ubuntu</a> é, de longe, bem mais fácil) e, a seguir, vou apresentar (ou pelo menos tentar) os passos que devem ser feitos para a instalação, seguindo o <a href="http://miktex.org/2.8/setup">MikTeX 2.8</a> e utilizando o <a href="http://www.microsoft.com/windows/windows-7/">Windows 7</a> (a instalação é a mesma usando o Windows Vista e o Windows XP).</p>
<p>De início, já estamos supondo que você instalou o <a href="http://miktex.org/2.8/setup">MikTeX 2.8</a> (se não, saiba <a href="http://chem-e.org/como-instalar-o-miktex-2-8/">como instalar o MikTeX 2.8 aqui</a>) e, partindo dessa premissa, o primeiro passo é baixar uma versão do abnTeX. Na <a href="http://codigolivre.org.br/frs/?group_id=46">página de download do abnTeX</a>, existem várias versões. No entanto, é recomendado baixar uma versão &#8220;estável&#8221;. Até o momento em que foi publicada essa postagem, a última versão estável foi criada no ano de 2004: <a href="http://codigolivre.org.br/frs/?group_id=46">abnTeX 0.8-2 (estável)</a>. Sugerimos, para os usuários do <a href="http://www.microsoft.com/windows/windows-7/">Windows 7</a> (isso também vale para o Vista/XP), baixar o arquivo <a href="http://codigolivre.org.br/frs/download.php/2655/abntex-0.8-2.zip">abnTeX 0.8-2.zip</a>.</p>
<p><span id="more-911"></span></p>
<p>Se você baixou a <a href="http://chem-e.org/como-instalar-o-miktex-2-8/">versão completa</a> do <a href="http://miktex.org/2.8/setup">MikTeX 2.8</a> (e com as devidas <a href="http://chem-e.org/como-instalar-o-miktex-2-8/">instruções</a>), então você já tem instalado o pacote  <strong>setspace.sty</strong>. Esse pacote é exigido na instalação do abnTeX. Se por acaso duvidar do autor que vos escreve e suspeitar que o pacote não esteja disponível no seu MikTeX, vá no MENU INICIAR e procure <strong><span style="color: #ff0000;">Package Manager (Admin)</span> </strong>em <strong>All Programs &gt; MikTeX 2.8 &gt; Maintenance (Admin)</strong>, conforme a figura a seguir.</p>
<p style="text-align: center;"><a title="abntex0.1" href="http://www.flickr.com/photos/34910441@N08/4162426043/" target="_blank"><img src="http://farm3.static.flickr.com/2574/4162426043_757fa94590.jpg" border="0" alt="abntex0.1" /></a><br />
<small><a title="Attribution License" href="http://creativecommons.org/licenses/by/2.0/" target="_blank"><img src="http://chem-e.org/wp-content/plugins/photo-dropper/images/cc.png" border="0" alt="Creative Commons License" width="16" height="16" align="absmiddle" /></a> <a href="http://www.photodropper.com/photos/" target="_blank">photo</a> credit: <a title="chem-e" href="http://www.flickr.com/photos/34910441@N08/4162426043/" target="_blank">chem-e</a></small></p>
<p>Feito isso, agora é preciso:</p>
<ol>
<li>Digitar <strong>setspace</strong> no espaço <strong>Name</strong> (veja figura abaixo);</li>
<li>Clicar em <strong>Filter</strong>.</li>
</ol>
<p style="text-align: center;"><a title="abntex0.2" href="http://www.flickr.com/photos/34910441@N08/4163187144/" target="_blank"><img src="http://farm3.static.flickr.com/2604/4163187144_2cae1c3d54.jpg" border="0" alt="abntex0.2" width="500" height="286" /></a><br />
<small><a title="Attribution License" href="http://creativecommons.org/licenses/by/2.0/" target="_blank"><img src="http://chem-e.org/wp-content/plugins/photo-dropper/images/cc.png" border="0" alt="Creative Commons License" width="16" height="16" align="absmiddle" /></a> <a href="http://www.photodropper.com/photos/" target="_blank">photo</a> credit: <a title="chem-e" href="http://www.flickr.com/photos/34910441@N08/4163187144/" target="_blank">chem-e</a></small></p>
<p>A busca é feita e aparece o pacote <strong>setspace.sty</strong>, mesmo se não tiver instalado.</p>
<p style="text-align: center;"><a title="abntex0.3" href="http://www.flickr.com/photos/34910441@N08/4163187182/" target="_blank"><img src="http://farm5.static.flickr.com/4037/4163187182_4c07b9c89e.jpg" border="0" alt="abntex0.3" /></a><br />
<small><a title="Attribution License" href="http://creativecommons.org/licenses/by/2.0/" target="_blank"><img src="http://chem-e.org/wp-content/plugins/photo-dropper/images/cc.png" border="0" alt="Creative Commons License" width="16" height="16" align="absmiddle" /></a> <a href="http://www.photodropper.com/photos/" target="_blank">photo</a> credit: <a title="chem-e" href="http://www.flickr.com/photos/34910441@N08/4163187182/" target="_blank">chem-e</a></small></p>
<p>Para ter certeza se o arquivo está instalado, vai aparecer (figura acima) em destaque o sinal de MENOS [<strong>-</strong>]. Isso quer dizer: o pacote <strong>setspace.sty</strong> está instalado. Se por acaso o sinal MAIS [<strong>+</strong>] tiver destacado, quer dizer que o pacote não está instalado. Para tanto, é só clicar no sinal MAIS [<strong>+</strong>] (no canto superior esquerdo da figura acima) e a instalação será feita. E se por acaso isso não for possível, vá ao <a href="http://www.ctan.org/search.html#byName">sítio da CTAN</a> e baixe este pacote, seguindo instruções do <a href="http://abntex.codigolivre.org.br/node7.html">sítio do abnTeX</a>.</p>
<p style="text-align: center;">*****</p>
<p>Voltando para a instalação propriamente dita e depois de baixado o arquivo <a href="http://codigolivre.org.br/frs/download.php/2655/abntex-0.8-2.zip">abnTeX 0.8-2.zip</a>, descompacte-o. Depois de descompactado, você vai jogar (copiar [CTRL+C] e colar [CTRL+V]) as pastas que estão dentro de  <strong>abntex 0.8-2/textmf/</strong> em <strong>Arquivos de Programas/MikTeX 2.8/</strong>, local onde <a href="http://chem-e.org/como-instalar-o-miktex-2-8/">provavelmente está instalado o MikTeX 2.8</a> no seu computador.</p>
<p>Estas pastas são:</p>
<ul>
<li>bibtex</li>
<li>doc</li>
<li>makeindex</li>
<li>tex</li>
</ul>
<p>Ou seja, você vai COPIAR essas pastas que estão em <strong>abntex 0.8-2/textmf/</strong>, conforme a figura abaixo&#8230;..</p>
<p style="text-align: center;"><a title="abntex1" href="http://www.flickr.com/photos/34910441@N08/4776691791/" target="_blank"><img src="http://farm5.static.flickr.com/4141/4776691791_fd3cbaacf0.jpg" border="0" alt="abntex1" /></a><br />
<small><a title="Attribution License" href="http://creativecommons.org/licenses/by/2.0/" target="_blank"><img src="http://chem-e.org/wp-content/plugins/photo-dropper/images/cc.png" border="0" alt="Creative Commons License" width="16" height="16" align="absmiddle" /></a> <a href="http://www.photodropper.com/photos/" target="_blank">photo</a> credit: <a title="chem-e" href="http://www.flickr.com/photos/34910441@N08/4776691791/" target="_blank">chem-e</a></small></p>
<p>&#8230;.. e vai COLAR essas pastas (bibtex, doc, makeindex, tex) em <strong>Arquivos de Programas/MikTeX 2.8/</strong>, POR CIMA das já existentes.</p>
<p style="text-align: center;"><a title="abntex2" href="http://www.flickr.com/photos/34910441@N08/4777343754/" target="_blank"><img src="http://farm5.static.flickr.com/4115/4777343754_77a045719e.jpg" border="0" alt="abntex2" /></a><br />
<small><a title="Attribution License" href="http://creativecommons.org/licenses/by/2.0/" target="_blank"><img src="http://chem-e.org/wp-content/plugins/photo-dropper/images/cc.png" border="0" alt="Creative Commons License" width="16" height="16" align="absmiddle" /></a> <a href="http://www.photodropper.com/photos/" target="_blank">photo</a> credit: <a title="chem-e" href="http://www.flickr.com/photos/34910441@N08/4777343754/" target="_blank">chem-e</a></small></p>
<p><span style="color: #ff0000;"><strong>UPDATE:</strong></span> Rodolfo e demais colegas que comentaram, obrigado pelas correções.</p>
<p>A instalação ainda não está pronta. É preciso que o MikTeX reconheça que essas pastas foram armazenadas no seu diretório. Para isso, vá no MENU INICIAR e procure <strong><span style="color: #ff0000;">Settings (Admin)</span> </strong>em <strong>All Programs &gt; MikTeX 2.8 &gt; Maintenance (Admin)</strong>.</p>
<p style="text-align: center;"><a title="abntex0.6" href="http://www.flickr.com/photos/34910441@N08/4163355692/" target="_blank"><img src="http://farm5.static.flickr.com/4001/4163355692_3a0404cdb4.jpg" border="0" alt="abntex0.6" /></a><br />
<small><a title="Attribution License" href="http://creativecommons.org/licenses/by/2.0/" target="_blank"><img src="http://chem-e.org/wp-content/plugins/photo-dropper/images/cc.png" border="0" alt="Creative Commons License" width="16" height="16" align="absmiddle" /></a> <a href="http://www.photodropper.com/photos/" target="_blank">photo</a> credit: <a title="chem-e" href="http://www.flickr.com/photos/34910441@N08/4163355692/" target="_blank">chem-e</a></small></p>
<p>Em <strong><span style="color: #ff0000;">Settings (Admin)</span></strong>, na aba GENERAL, clique em REFRESH FNDB para atualizar o banco de dados (veja a figura a seguir).</p>
<p style="text-align: center;"><a title="abntex0.7" href="http://www.flickr.com/photos/34910441@N08/4162551177/" target="_blank"><img src="http://farm3.static.flickr.com/2612/4162551177_39a07c0988.jpg" border="0" alt="abntex0.7" /></a><br />
<small><a title="Attribution License" href="http://creativecommons.org/licenses/by/2.0/" target="_blank"><img src="http://chem-e.org/wp-content/plugins/photo-dropper/images/cc.png" border="0" alt="Creative Commons License" width="16" height="16" align="absmiddle" /></a> <a href="http://www.photodropper.com/photos/" target="_blank">photo</a> credit: <a title="chem-e" href="http://www.flickr.com/photos/34910441@N08/4162551177/" target="_blank">chem-e</a></small></p>
<p>Depois da atualização dos dados, clique em APLICAR, como é mostrado na figura a seguir.</p>
<p style="text-align: center;"><a title="abntex0.8" href="http://www.flickr.com/photos/34910441@N08/4163311578/" target="_blank"><img src="http://farm3.static.flickr.com/2482/4163311578_eec8aabce3.jpg" border="0" alt="abntex0.8" /></a><br />
<small><a title="Attribution License" href="http://creativecommons.org/licenses/by/2.0/" target="_blank"><img src="http://chem-e.org/wp-content/plugins/photo-dropper/images/cc.png" border="0" alt="Creative Commons License" width="16" height="16" align="absmiddle" /></a> <a href="http://www.photodropper.com/photos/" target="_blank">photo</a> credit: <a title="chem-e" href="http://www.flickr.com/photos/34910441@N08/4163311578/" target="_blank">chem-e</a></small></p>
<p>Pronto. O abnTeX já está instalado.</p>
<p><strong>Fontes:</strong> <a href="http://abntex.codigolivre.org.br/node7.html">abnTeX.codigolivre.org.br</a>; <a href="http://www.ebah.com.br/busca.buscar.logic?q=Como%20instalar%20o%20AbnTEX">Como instalar o abnTeX</a>.</p>
<p>Até mais.</p>


<p>Artigos Relacionados:<ol><li><a href='http://chem-e.org/como-instalar-o-miktex-2-8/' rel='bookmark' title='Permanent Link: Como Instalar o MikTeX 2.8'>Como Instalar o MikTeX 2.8</a></li>
<li><a href='http://chem-e.org/como-instalar-o-latex-no-windows-xpvista7/' rel='bookmark' title='Permanent Link: Como Instalar o LaTeX no Windows (XP/Vista/7)'>Como Instalar o LaTeX no Windows (XP/Vista/7)</a></li>
<li><a href='http://chem-e.org/instalando-o-miktex-27/' rel='bookmark' title='Permanent Link: Como Instalar o MikTeX 2.7'>Como Instalar o MikTeX 2.7</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://chem-e.org/como-instalar-o-abntex-no-miktex-2-8-windows-7/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>
