<?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>Linux, Java y programación &#187; fonts</title>
	<atom:link href="http://casidiablo.net/tag/fonts/feed/" rel="self" type="application/rss+xml" />
	<link>http://casidiablo.net</link>
	<description>Blog de Java, Programación y Linux</description>
	<lastBuildDate>Fri, 11 Nov 2011 05:41:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Instalar fuentes Office 2007 en Linux</title>
		<link>http://casidiablo.net/instalar-fuentes-office-2007-en-linux/</link>
		<comments>http://casidiablo.net/instalar-fuentes-office-2007-en-linux/#comments</comments>
		<pubDate>Sat, 09 Aug 2008 18:14:42 +0000</pubDate>
		<dc:creator>Cristian</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[fonts]]></category>
		<category><![CDATA[fuentes]]></category>
		<category><![CDATA[instalar]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://casidiablo.net/?p=1297</guid>
		<description><![CDATA[No suelo usar la suite ofimática de Windows Office 2007, pero siempre me gustó la fuente que trae por defecto: Calibri. Me parece bastante elegante, y aunque por obvias razones no son libres me gusta tenerlas a mano en mi equipo. Al grano! En cualquiera de los casos necesitamos el paquete PowerPoint Viewer de Microsoft. [...]]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fcasidiablo.net%252Finstalar-fuentes-office-2007-en-linux%252F%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Instalar%20fuentes%20Office%202007%20en%20Linux%22%20%7D);"></div>
<p>No suelo usar la suite ofimática de Windows Office 2007, pero siempre me gustó la fuente que trae por defecto: Calibri. Me parece bastante elegante, y aunque por obvias razones no son libres me gusta tenerlas a mano en mi equipo. Al grano!</p>
<p>En cualquiera de los casos necesitamos el paquete <a href="http://www.microsoft.com/downloads/details.aspx?familyid=048DC840-14E1-467D-8DCA-19D2A8FD7485&amp;displaylang=en">PowerPoint Viewer</a> de Microsoft.</p>
<h3>Instalarlas sin necesidad de wine</h3>
<ol>
<li>Instalar cabextract.  En Fedora o openSuse, correr este comando: <code style="overflow: auto; display: block; white-space: pre;">sudo yum -y install cabextract</code>En Debian o Ubuntu correr este comando: <code style="overflow: auto; display: block; white-space: pre;">sudo apt-get install cabextract</code></li>
<li>Descargar el <a href="http://www.microsoft.com/downloads/details.aspx?familyid=048DC840-14E1-467D-8DCA-19D2A8FD7485&amp;displaylang=en">PowerPoint Viewer 2007</a>.</li>
<li>Extraer el .exe: <code style="overflow: auto; display: block; white-space: pre;"> cabextract -F ppviewer.cab PowerPointViewer.exe</code></li>
<li>Preparar un direcotorio para instalar las fuentes: <code style="overflow: auto; display: block; white-space: pre;">sudo mkdir /usr/share/fonts/vista</code></li>
<li>Extraer las fuentes: <code style="overflow: auto; display: block; white-space: pre;">sudo cabextract -F '*.TT?' -d /usr/share/fonts/vista ppviewer.cab </code><br />
<strong>Tip</strong>: Puedes sustituir /usr/share/fonts con ~/.fonts si no tienes permisos administrativos.</li>
<li>Actualizar el caché: <code>fc-cache -fv</code></li>
</ol>
<h3>Instalarlas usando wine</h3>
<ol>
<li>Instalar wine.  En Fedora o openSuse, correr este comando: <code style="overflow: auto; display: block; white-space: pre;">sudo yum -y install wine</code>En Debian o Ubuntu correr este comando: <code style="overflow: auto; display: block; white-space: pre;">sudo apt-get install wine</code><code style="overflow: auto; display: block; white-space: pre;"></code></li>
<li>Descargar <a href="http://www.microsoft.com/downloads/details.aspx?familyid=048DC840-14E1-467D-8DCA-19D2A8FD7485&amp;displaylang=en">PowerPoint Viewer 2007</a>.</li>
<li>Instalar el visor: <code style="overflow: auto; display: block; white-space: pre;">wine PowerPointViewer.exe</code></li>
<li>Copiar las fuentes: <code style="overflow: auto; display: block; white-space: pre;">sudo mkdir /usr/share/fonts/vista<br />
cd ~/.wine/drive_c/windows/fonts/<br />
sudo mv {CALIBR,CAMBRIA,CANDARA,CONSOLA,CONSTAN,CORBEL}*.TT? \<br />
/usr/share/fonts/vista</code><strong>Tip</strong>: Puedes sustituir /usr/share/fonts con ~/.fonts si no tienes permisos administrativos.</li>
<li>Actualizar el caché: <code>fc-cache -fv</code></li>
</ol>
<h3>Licencia de las fuentes:</h3>
<p>You may use the fonts that accompany the PowerPoint Viewer only to display and print content from a device running a Microsoft Windows operating system.</p>
<p>Fuente: <a href="http://www.oooninja.com/2008/01/calibri-linux-vista-fonts-download.html">OpenOffice Ninja</a></p>

]]></content:encoded>
			<wfw:commentRss>http://casidiablo.net/instalar-fuentes-office-2007-en-linux/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>

