<?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; Fusszeile</title>
	<atom:link href="http://www.x2on.de/tag/fusszeile/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>LaTex: Fußzeile auf jeder Seite</title>
		<link>http://www.x2on.de/2009/02/25/latex-fusszeile-auf-jeder-seite/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=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>
usepackage<span style="color: #E02020; ">{</span><span style="color: #2020C0; font-weight: normal;">fancyhdr</span><span style="color: #E02020; ">}</span>
pagestyle<span style="color: #E02020; ">{</span><span style="color: #2020C0; font-weight: normal;">fancy</span><span style="color: #E02020; ">}</span>
fancyhf<span style="color: #E02020; ">{</span><span style="color: #E02020; ">}</span>
&nbsp;
<span style="color: #2C922C; font-style: italic;">%Kopfzeile mittig mit Kaptilname</span>
fancyhead<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;">nouppercase{leftmark</span><span style="color: #E02020; ">}}</span>
<span style="color: #2C922C; font-style: italic;">%Linie oben</span>
renewcommand<span style="color: #E02020; ">{</span><span style="color: #2020C0; font-weight: normal;">headrulewidth</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>
fancyfoot<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>
fancyfoot<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;">thepage</span><span style="color: #E02020; ">}</span>
<span style="color: #2C922C; font-style: italic;">%Linie unten</span>
renewcommand<span style="color: #E02020; ">{</span><span style="color: #2020C0; font-weight: normal;">footrulewidth</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>
fancypagestyle<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>
   fancyhf<span style="color: #E02020; ">{</span><span style="color: #E02020; ">}</span><span style="color: #2C922C; font-style: italic;">%</span>
   fancyhead<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>
   fancyfoot<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>
   renewcommand<span style="color: #E02020; ">{</span><span style="color: #2020C0; font-weight: normal;">headrulewidth</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>
   fancyfoot<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;">thepage</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>2</slash:comments>
		</item>
	</channel>
</rss>

