<?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>f = ma &#187; LaTeX</title>
	<atom:link href="http://www.fysx.org/tag/latex/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fysx.org</link>
	<description>gamedev, math, physics</description>
	<lastBuildDate>Tue, 31 Jan 2012 21:12:45 +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>Using txfonts in LaTeX but standard \mathcal{} symbols</title>
		<link>http://www.fysx.org/2009/07/26/using-txfonts-in-latex-but-standard-mathcal-symbols/</link>
		<comments>http://www.fysx.org/2009/07/26/using-txfonts-in-latex-but-standard-mathcal-symbols/#comments</comments>
		<pubDate>Sun, 26 Jul 2009 09:53:29 +0000</pubDate>
		<dc:creator>Martin Felis</dc:creator>
				<category><![CDATA[Random]]></category>
		<category><![CDATA[LaTeX]]></category>
		<category><![CDATA[symbols]]></category>
		<category><![CDATA[txfonts]]></category>

		<guid isPermaLink="false">http://www.fysx.org/?p=24</guid>
		<description><![CDATA[<a href="http://www.fysx.org/2009/07/26/using-txfonts-in-latex-but-standard-mathcal-symbols/" title="Using txfonts in LaTeX but standard \mathcal{} symbols"></a>I am currently working on my thesis and I am not happy with the standard LaTeX font which looks like this: I mean it is LaTeX so it still looks nice and readable. However there is a very nice font &#8230;<p class="read-more"><a href="http://www.fysx.org/2009/07/26/using-txfonts-in-latex-but-standard-mathcal-symbols/">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<a href="http://www.fysx.org/2009/07/26/using-txfonts-in-latex-but-standard-mathcal-symbols/" title="Using txfonts in LaTeX but standard \mathcal{} symbols"></a><p>I am currently working on my thesis and I am not happy with the standard LaTeX font which looks like this:</p>
<p><img class="alignnone size-full wp-image-25" title="regular" src="http://www.fysx.org/files/2009/07/regular.jpg" alt="regular" width="504" height="281" /></p>
<p>I mean it is LaTeX so it still looks nice and readable. However there is a very nice font you can use when adding</p>
<pre style="padding-left: 30px;">\usepackage{txfonts}</pre>
<p>at the top of your LaTeX file. This makes it look like this:</p>
<p><img class="alignnone size-full wp-image-26" title="txfonts" src="http://www.fysx.org/files/2009/07/txfonts.jpg" alt="txfonts" width="504" height="281" /></p>
<p>Which has a higher density and also a bit smaller (might be, that I am just a little overfed with it as I have to look at it currently a lot). But  it has a small drawback as the symbols are very different from the regular LaTeX fonts especially if you look at the A. I was looking around on how to get the standard symbols back into a document using txfonts but couldn&#8217;t find any helb. However looking into the txfonts.sty revealed the solution. The trick is, to set the font for the symbols manually which can be done with the \DeclareSymbolFont command. To use the regular symbols use:</p>
<pre style="padding-left: 30px;">\DeclareSymbolFont{symbols}{OMS}{cmsy}{m}{n}</pre>
<p>The result:</p>
<p><img class="alignnone size-full wp-image-33" title="txfonts_regular_symbols" src="http://www.fysx.org/files/2009/07/txfonts_regular_symbols.jpg" alt="txfonts_regular_symbols" width="504" height="281" /></p>
<p>Yeah! Now I can continue working on my thesis&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fysx.org/2009/07/26/using-txfonts-in-latex-but-standard-mathcal-symbols/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

