<?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>x2on.de &#187; MiKTeX</title>
	<atom:link href="http://www.x2on.de/tag/miktex/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.x2on.de</link>
	<description>by Felix Schulze - a mobile evangelist. Tutorials for iOS, Android, Mac, Linux, iPhone and more...</description>
	<lastBuildDate>Sun, 29 Jan 2012 18:46:15 +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>MiKTeX Package Manager unter Linux nutzen</title>
		<link>http://www.x2on.de/2009/04/13/miktex-package-manager-unter-linux-nutzen/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=miktex-package-manager-unter-linux-nutzen</link>
		<comments>http://www.x2on.de/2009/04/13/miktex-package-manager-unter-linux-nutzen/#comments</comments>
		<pubDate>Mon, 13 Apr 2009 18:03:11 +0000</pubDate>
		<dc:creator>Felix Schulze</dc:creator>
				<category><![CDATA[LaTex]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[MiKTeX]]></category>
		<category><![CDATA[Pakete]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.x2on.de/?p=243</guid>
		<description><![CDATA[MiKTeX ist eine LaTeX Distribution für Windows, die eine sehr gute Packetverwaltung bietet. Seit kurzem gibt es eine Beta-Version die es möglich macht die Paketverwaltung auch unter Linux zu nutzen. So lassen sich einzelne benötigte Pakete schnell und einfach nachinstallieren. Installation unter Ubuntu: DEB Paket unter http://miktex.org/unx/ herunterladen sudo dpkg -i miktex-tools-&#60;version&#62;.deb Benutzung: Liste der [...]]]></description>
			<content:encoded><![CDATA[<p>MiKTeX ist eine LaTeX Distribution für Windows, die eine sehr gute Packetverwaltung bietet. Seit kurzem gibt es eine Beta-Version die es möglich macht die Paketverwaltung auch unter Linux zu nutzen.<br />
So lassen sich einzelne benötigte Pakete schnell und einfach nachinstallieren.<br />
<span id="more-243"></span></p>
<h3>Installation unter Ubuntu:</h3>
<ul>
<li>DEB Paket unter <a href="http://miktex.org/unx/" target="_blank">http://miktex.org/unx/</a> herunterladen</li>
<li>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">dpkg</span> <span style="color: #660033;">-i</span> miktex-tools-<span style="color: #000000; font-weight: bold;">&lt;</span>version<span style="color: #000000; font-weight: bold;">&gt;</span>.deb</pre></div></div>

</li>
</ul>
<h3>Benutzung:</h3>
<p>Liste der verfügbaren Pakete aktualisieren:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> mpm <span style="color: #660033;">--update-db</span></pre></div></div>

<p>Paket suchen:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> mpm <span style="color: #660033;">--list</span> <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">grep</span> PAKETNAME</pre></div></div>

<p>Paket installieren:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> mpm <span style="color: #660033;">--install</span>=PAKETNAME</pre></div></div>

<p>Paket in das LaTeX Verzeichnis kopieren:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">cp</span> <span style="color: #660033;">-R</span> ~<span style="color: #000000; font-weight: bold;">/</span>miktex-texmf<span style="color: #000000; font-weight: bold;">/*</span> <span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>share<span style="color: #000000; font-weight: bold;">/</span>texmf-texlive<span style="color: #000000; font-weight: bold;">/</span></pre></div></div>

<p>Paket in der LaTeX Bibliothek registrieren:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> mktexlsr</pre></div></div>

<p>Nun lässt sich das gewünschte Paket mit LaTeX benutzen.</p>
<p>Bei der Installation eines Paketes kann auch direkt der Pfad zur TeX-Distribution angeben werden:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> mpm <span style="color: #660033;">--install</span>=PAKETNAME <span style="color: #660033;">--install-root</span>=<span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>share<span style="color: #000000; font-weight: bold;">/</span>texmf-texlive<span style="color: #000000; font-weight: bold;">/</span></pre></div></div>

<p>Weitere Infos zu LaTeX unter Ubuntu: <a href="http://wiki.ubuntuusers.de/LaTeX" target="_blank">http://wiki.ubuntuusers.de/LaTeX</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.x2on.de/2009/04/13/miktex-package-manager-unter-linux-nutzen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

