<?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; LaTex</title>
	<atom:link href="http://www.x2on.de/category/software/latex/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.x2on.de</link>
	<description>Tutorials for Mac OS X, Linux, Windows, iPhone and more...</description>
	<lastBuildDate>Tue, 13 Jul 2010 17:44:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.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/</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>
		<item>
		<title>LaTex: Fußzeile auf jeder Seite</title>
		<link>http://www.x2on.de/2009/02/25/latex-fusszeile-auf-jeder-seite/</link>
		<comments>http://www.x2on.de/2009/02/25/latex-fusszeile-auf-jeder-seite/#comments</comments>
		<pubDate>Wed, 25 Feb 2009 19:00:48 +0000</pubDate>
		<dc:creator>Felix Schulze</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[LaTex]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Fusszeile]]></category>
		<category><![CDATA[Fußzeile]]></category>

		<guid isPermaLink="false">http://www.x2on.de/?p=194</guid>
		<description><![CDATA[Mit LaTex gibt es mit dem Paket fancyhdr eine einfache Möglichkeit Fußzeilen zu erzeugen. Diese werden jedoch auf den Kapitel-Seiten (die über \chapter{Kapitelname} erzeugt werden) nicht angezeigt, da LaTex hier automatisch \thispagestyle{plain} aufruft. Damit aber auch auf diesen Seiten eine Fusszeile angezeigt wird, muss man den Plain-Styl überschreiben: %Kopf- und Fußzeile \usepackage{fancyhdr} \pagestyle{fancy} \fancyhf{} &#160; [...]]]></description>
			<content:encoded><![CDATA[<p>Mit LaTex gibt es mit dem Paket <code>fancyhdr</code> eine einfache Möglichkeit Fußzeilen zu erzeugen. Diese werden jedoch auf den Kapitel-Seiten (die über <code>\chapter{Kapitelname}</code> erzeugt werden) nicht angezeigt, da LaTex hier automatisch <code>\thispagestyle{plain}</code> aufruft. Damit aber auch auf diesen Seiten eine Fusszeile angezeigt wird, muss man den Plain-Styl überschreiben: <span id="more-194"></span></p>

<div class="wp_syntax"><div class="code"><pre class="latex" style="font-family:monospace;"><span style="color: #2C922C; font-style: italic;">%Kopf- und Fußzeile</span>
<span style="color: #800000; font-weight: normal;">\usepackage</span><span style="color: #E02020; ">{</span><span style="color: #2020C0; font-weight: normal;">fancyhdr</span><span style="color: #E02020; ">}</span>
<span style="color: #800000; font-weight: normal;">\pagestyle</span><span style="color: #E02020; ">{</span><span style="color: #2020C0; font-weight: normal;">fancy</span><span style="color: #E02020; ">}</span>
<span style="color: #800000; font-weight: normal;">\fancyhf</span><span style="color: #E02020; ">{</span><span style="color: #E02020; ">}</span>
&nbsp;
<span style="color: #2C922C; font-style: italic;">%Kopfzeile mittig mit Kaptilname</span>
<span style="color: #800000; font-weight: normal;">\fancyhead</span><span style="color: #E02020; ">[</span><span style="color: #C08020; font-weight: normal;">C</span><span style="color: #E02020; ">]{</span><span style="color: #2020C0; font-weight: normal;"><span style="color: #800000; font-weight: normal;">\nouppercase</span><span style="color: #E02020; ">{</span><span style="color: #800000; font-weight: normal;">\leftmark</span></span><span style="color: #E02020; ">}}</span>
<span style="color: #2C922C; font-style: italic;">%Linie oben</span>
<span style="color: #800000; font-weight: normal;">\renewcommand</span><span style="color: #E02020; ">{</span><span style="color: #2020C0; font-weight: normal;"><span style="color: #800000; font-weight: normal;">\headrulewidth</span></span><span style="color: #E02020; ">}{</span><span style="color: #2020C0; font-weight: normal;">0.5pt</span><span style="color: #E02020; ">}</span>
&nbsp;
<span style="color: #2C922C; font-style: italic;">%Fußzeile links bzw. innen</span>
<span style="color: #800000; font-weight: normal;">\fancyfoot</span><span style="color: #E02020; ">[</span><span style="color: #C08020; font-weight: normal;">L</span><span style="color: #E02020; ">]{</span><span style="color: #2020C0; font-weight: normal;">Text muss hier stehen</span><span style="color: #E02020; ">}</span>
<span style="color: #2C922C; font-style: italic;">%Fußzeile mittig (Seitennummer)</span>
<span style="color: #800000; font-weight: normal;">\fancyfoot</span><span style="color: #E02020; ">[</span><span style="color: #C08020; font-weight: normal;">C</span><span style="color: #E02020; ">]{</span><span style="color: #2020C0; font-weight: normal;"><span style="color: #800000; font-weight: normal;">\thepage</span></span><span style="color: #E02020; ">}</span>
<span style="color: #2C922C; font-style: italic;">%Linie unten</span>
<span style="color: #800000; font-weight: normal;">\renewcommand</span><span style="color: #E02020; ">{</span><span style="color: #2020C0; font-weight: normal;"><span style="color: #800000; font-weight: normal;">\footrulewidth</span></span><span style="color: #E02020; ">}{</span><span style="color: #2020C0; font-weight: normal;">0.5pt</span><span style="color: #E02020; ">}</span>
&nbsp;
<span style="color: #2C922C; font-style: italic;">% Fußzeile auf jeder Seite - auch Kapitel und Inhaltsverzeichnis</span>
<span style="color: #800000; font-weight: normal;">\fancypagestyle</span><span style="color: #E02020; ">{</span><span style="color: #2020C0; font-weight: normal;">plain</span><span style="color: #E02020; ">}{</span><span style="color: #2C922C; font-style: italic;">%</span>
   <span style="color: #800000; font-weight: normal;">\fancyhf</span><span style="color: #E02020; ">{</span><span style="color: #E02020; ">}</span><span style="color: #2C922C; font-style: italic;">%</span>
   <span style="color: #800000; font-weight: normal;">\fancyhead</span><span style="color: #E02020; ">[</span><span style="color: #C08020; font-weight: normal;">C</span><span style="color: #E02020; ">]{</span><span style="color: #E02020; ">}</span> <span style="color: #2C922C; font-style: italic;">%Kapitelname ausblenden</span>
   <span style="color: #800000; font-weight: normal;">\fancyfoot</span><span style="color: #E02020; ">[</span><span style="color: #C08020; font-weight: normal;">L</span><span style="color: #E02020; ">]{</span><span style="color: #2020C0; font-weight: normal;">Text muss hier stehen</span><span style="color: #E02020; ">}</span>
   <span style="color: #800000; font-weight: normal;">\renewcommand</span><span style="color: #E02020; ">{</span><span style="color: #2020C0; font-weight: normal;"><span style="color: #800000; font-weight: normal;">\headrulewidth</span></span><span style="color: #E02020; ">}{</span><span style="color: #2020C0; font-weight: normal;">0.0pt</span><span style="color: #E02020; ">}</span> <span style="color: #2C922C; font-style: italic;">%obere Linie ausblenden</span>
   <span style="color: #800000; font-weight: normal;">\fancyfoot</span><span style="color: #E02020; ">[</span><span style="color: #C08020; font-weight: normal;">C</span><span style="color: #E02020; ">]{</span><span style="color: #2020C0; font-weight: normal;"><span style="color: #800000; font-weight: normal;">\thepage</span></span><span style="color: #E02020; ">}</span>
<span style="color: #E02020; ">}</span></pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://www.x2on.de/2009/02/25/latex-fusszeile-auf-jeder-seite/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
