<?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>Ticklish Techs &#187; LaTeX</title>
	<atom:link href="http://www.ticklishtechs.net/tag/latex/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ticklishtechs.net</link>
	<description>a mostly .NET but also some other cool techs blog</description>
	<lastBuildDate>Fri, 23 Jul 2010 06:07:49 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>g-brief in LaTeX and &#8220;\Telefon already defined&#8221; problem</title>
		<link>http://www.ticklishtechs.net/2008/02/08/g-brief-in-latex-and-telefon-already-defined-problem/</link>
		<comments>http://www.ticklishtechs.net/2008/02/08/g-brief-in-latex-and-telefon-already-defined-problem/#comments</comments>
		<pubDate>Fri, 08 Feb 2008 13:55:14 +0000</pubDate>
		<dc:creator>Benjamin Schröter</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[LaTeX]]></category>

		<guid isPermaLink="false">http://www.ticklishtechs.net/2008/02/08/g-brief-in-latex-and-telefon-already-defined-problem/</guid>
		<description><![CDATA[g-brief is a document class for LaTeX to write German standard letters. I like this document class very much and prefer it much over the Microsoft Word letter templates.
But on some machines I get the following error message when compiling the document using the MiKTeX packages:
&#160;&#160;&#160;LaTeX Error: Command \Telefon already defined.
There is a simple solutions [...]]]></description>
			<content:encoded><![CDATA[<p><code>g-brief</code> is a document class for LaTeX to write German standard letters. I like this document class very much and prefer it much over the Microsoft Word letter templates.<br />
But on some machines I get the following error message when compiling the document using the MiKTeX packages:<br />
<code>&nbsp;&nbsp;&nbsp;LaTeX Error: Command \Telefon already defined.</code></p>
<p>There is a simple solutions to resolve this error. You can just patch the package. Somewhere below the LaTeX directory you should find the <code>marvosym.sty</code> file. Open this file with a text editor of your choice an search for a line like this:<br />
<code>&nbsp;&nbsp;&nbsp;\newcommand\Telefon{\mvchr{84}}</code><br />
There you can change the name of the command <code>\Telefon</code> to something like <code>\Telefonsymbol</code> or the even better way (but I did not test this one): replace <code>\newcommand</code> with <code>\def</code> and leave <code>Telefon</code> as it is.</p>
<p>Another <code>g-brief</code> tip: you can define the following three elements on your document to turn on these various features:<br />
<code>\fenstermarken<br />
\faltmarken<br />
\trennlinien<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ticklishtechs.net/2008/02/08/g-brief-in-latex-and-telefon-already-defined-problem/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
