<?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>my knowledge rack &#187; trennzeichen</title>
	<atom:link href="http://ww2624.awi2.de/blog2/?feed=rss2&#038;tag=trennzeichen" rel="self" type="application/rss+xml" />
	<link>http://ww2624.awi2.de/blog2</link>
	<description>Probleme aus Studium und Alltag</description>
	<lastBuildDate>Sat, 17 Jul 2010 13:04:33 +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>LaTeX: Zeilenumbruch bei texttt</title>
		<link>http://ww2624.awi2.de/blog2/?p=95</link>
		<comments>http://ww2624.awi2.de/blog2/?p=95#comments</comments>
		<pubDate>Tue, 05 Jan 2010 10:34:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Latex]]></category>
		<category><![CDATA[texttt]]></category>
		<category><![CDATA[trennzeichen]]></category>

		<guid isPermaLink="false">http://ww2624.awi2.de/blog/?p=95</guid>
		<description><![CDATA[Heute hatte ich das Problem, viele MAC-Adressen in einer Schreibmaschinen- /Typewriter-Schriftart (\texttt{&#8230;}) im Fließtext darzustellen. LateX bricht diese Schriftart standardmäßig nicht um, da kein Trennzeichen dafür definiert ist. Für mein Problem (darstellung von MAC-Adressen) war es sinnvoll den Doppelpunkt als Trennzeichen festzulegen. Dies geschieht mit folgenden LaTeX Befehlen, die in der Preambel eingefügt werden müssen: [...]]]></description>
			<content:encoded><![CDATA[<p>Heute hatte ich das Problem, viele MAC-Adressen in einer Schreibmaschinen- /Typewriter-Schriftart (\texttt{&#8230;}) im Fließtext darzustellen. LateX bricht diese Schriftart standardmäßig nicht um, da kein Trennzeichen dafür definiert ist. Für mein Problem (darstellung von MAC-Adressen) war es sinnvoll den Doppelpunkt als Trennzeichen festzulegen. Dies geschieht mit folgenden LaTeX Befehlen, die in der Preambel eingefügt werden müssen:</p>

<div class="wp_syntax"><div class="code"><pre class="latex" style="font-family:monospace;"><span style="color: #800000; font-weight: normal;">\newcommand</span><span style="color: #E02020; ">{</span><span style="color: #2020C0; font-weight: normal;"><span style="color: #800000; font-weight: normal;">\origttfamily</span></span><span style="color: #E02020; ">}{</span><span style="color: #E02020; ">}</span>
<span style="color: #800000; font-weight: normal;">\<span style="color: #800000; font-weight: bold;">let</span></span><span style="color: #800000; font-weight: normal;">\origttfamily</span>=<span style="color: #800000; font-weight: normal;">\ttfamily</span> <span style="color: #2C922C; font-style: italic;">%Voheriges \ttfamily sichern</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;">\ttfamily</span></span><span style="color: #E02020; ">}{</span><span style="color: #2020C0; font-weight: normal;"><span style="color: #800000; font-weight: normal;">\origttfamily</span> <span style="color: #800000; font-weight: normal;">\hyphenchar</span><span style="color: #800000; font-weight: normal;">\font</span>=`<span style="color: #E02020; ">\</span>:</span><span style="color: #E02020; ">}</span></pre></div></div>

<p>Nebenbei angemerkt sei , dass man das Standardtrennzeichen mit</p>

<div class="wp_syntax"><div class="code"><pre class="latex" style="font-family:monospace;"><span style="color: #800000; font-weight: normal;">\defaulthypenchar</span>=ASCII-CODE</pre></div></div>

<p>setzen kann.</p>
]]></content:encoded>
			<wfw:commentRss>http://ww2624.awi2.de/blog2/?feed=rss2&amp;p=95</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
