<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: TeX interpreter in x tick and y tick labels</title>
	<link>http://blogs.mathworks.com/pick/2007/09/24/tex-interpreter-in-x-tick-and-y-tick-labels/</link>
	<description>&#60;a href="http://www.mathworks.com/matlabcentral/fileexchange/loadAuthor.do?objectId=969735&#38;objectType=author"&#62;Bob&#60;/a&#62;, &#60;a href="http://www.mathworks.com/matlabcentral/fileexchange/loadAuthor.do?objectId=1093599&#38;objectType=author"&#62;Brett&#60;/a&#62; &#38; &#60;a href="http://www.mathworks.com/matlabcentral/fileexchange/loadAuthor.do?objectId=1094142&#38;objectType=author"&#62;Jiro&#60;/a&#62; share favorite user-contributed submissions from the File Exchange.</description>
	<pubDate>Mon, 23 Nov 2009 00:42:34 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
		<item>
		<title>By: Doug</title>
		<link>http://blogs.mathworks.com/pick/2007/09/24/tex-interpreter-in-x-tick-and-y-tick-labels/#comment-13244</link>
		<dc:creator>Doug</dc:creator>
		<pubDate>Mon, 14 Sep 2009 14:11:09 +0000</pubDate>
		<guid>http://blogs.mathworks.com/pick/2007/09/24/tex-interpreter-in-x-tick-and-y-tick-labels/#comment-13244</guid>
		<description>@ariel,

http://www.mathworks.com/access/helpdesk/help/techdoc/ref/text_props.html#String

The /fontname command is what you want.

Doug</description>
		<content:encoded><![CDATA[<p>@ariel,</p>
<p><a href="http://www.mathworks.com/access/helpdesk/help/techdoc/ref/text_props.html#String" rel="nofollow">http://www.mathworks.com/access/helpdesk/help/techdoc/ref/text_props.html#String</a></p>
<p>The /fontname command is what you want.</p>
<p>Doug</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ariel Balter</title>
		<link>http://blogs.mathworks.com/pick/2007/09/24/tex-interpreter-in-x-tick-and-y-tick-labels/#comment-13239</link>
		<dc:creator>Ariel Balter</dc:creator>
		<pubDate>Fri, 11 Sep 2009 18:46:00 +0000</pubDate>
		<guid>http://blogs.mathworks.com/pick/2007/09/24/tex-interpreter-in-x-tick-and-y-tick-labels/#comment-13239</guid>
		<description>Is there a way to control the font used in LaTeX strings?</description>
		<content:encoded><![CDATA[<p>Is there a way to control the font used in LaTeX strings?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cong</title>
		<link>http://blogs.mathworks.com/pick/2007/09/24/tex-interpreter-in-x-tick-and-y-tick-labels/#comment-13053</link>
		<dc:creator>cong</dc:creator>
		<pubDate>Thu, 19 Feb 2009 22:45:20 +0000</pubDate>
		<guid>http://blogs.mathworks.com/pick/2007/09/24/tex-interpreter-in-x-tick-and-y-tick-labels/#comment-13053</guid>
		<description>Thank you so much!!
This is what I really want!!!</description>
		<content:encoded><![CDATA[<p>Thank you so much!!<br />
This is what I really want!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roy Goodman</title>
		<link>http://blogs.mathworks.com/pick/2007/09/24/tex-interpreter-in-x-tick-and-y-tick-labels/#comment-2625</link>
		<dc:creator>Roy Goodman</dc:creator>
		<pubDate>Wed, 03 Oct 2007 00:14:44 +0000</pubDate>
		<guid>http://blogs.mathworks.com/pick/2007/09/24/tex-interpreter-in-x-tick-and-y-tick-labels/#comment-2625</guid>
		<description>Doug,
Thanks for seeking out an answer for me.  This issue has been bugging me for a long time.
Roy</description>
		<content:encoded><![CDATA[<p>Doug,<br />
Thanks for seeking out an answer for me.  This issue has been bugging me for a long time.<br />
Roy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug</title>
		<link>http://blogs.mathworks.com/pick/2007/09/24/tex-interpreter-in-x-tick-and-y-tick-labels/#comment-2462</link>
		<dc:creator>Doug</dc:creator>
		<pubDate>Fri, 28 Sep 2007 15:01:21 +0000</pubDate>
		<guid>http://blogs.mathworks.com/pick/2007/09/24/tex-interpreter-in-x-tick-and-y-tick-labels/#comment-2462</guid>
		<description>I went to the LaTeX guru here at The MathWorks.  He had this to say:

“When MATLAB saves a LaTeX-interpreted string to an .eps file, it embeds Postscript definition files for each Computer Modern font needed to display the string.  MATLAB does this because it does not know which Postscript fonts may be defined on a destination machine that may load the .eps file later.  

 

In Example 4 from Doug's video, MATLAB embeds font definitions for CMR10, CMR7, CMR10, CMR7, CMSY7, in that order, into the .eps file.  I think it is unnecessary for MATLAB to embed CMR10 and CMR7 twice -- this may be a bug.  Also, in some future release, we may want to find a way to integrate with psfrag-like apps more efficiently.”</description>
		<content:encoded><![CDATA[<p>I went to the LaTeX guru here at The MathWorks.  He had this to say:</p>
<p>“When MATLAB saves a LaTeX-interpreted string to an .eps file, it embeds Postscript definition files for each Computer Modern font needed to display the string.  MATLAB does this because it does not know which Postscript fonts may be defined on a destination machine that may load the .eps file later.  </p>
<p>In Example 4 from Doug&#8217;s video, MATLAB embeds font definitions for CMR10, CMR7, CMR10, CMR7, CMSY7, in that order, into the .eps file.  I think it is unnecessary for MATLAB to embed CMR10 and CMR7 twice &#8212; this may be a bug.  Also, in some future release, we may want to find a way to integrate with psfrag-like apps more efficiently.”</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roy Goodman</title>
		<link>http://blogs.mathworks.com/pick/2007/09/24/tex-interpreter-in-x-tick-and-y-tick-labels/#comment-2280</link>
		<dc:creator>Roy Goodman</dc:creator>
		<pubDate>Tue, 25 Sep 2007 00:31:26 +0000</pubDate>
		<guid>http://blogs.mathworks.com/pick/2007/09/24/tex-interpreter-in-x-tick-and-y-tick-labels/#comment-2280</guid>
		<description>As much as I want to use Matlab's built-in TeX interpreters, they tend to increase the file size (in postscript) to an astounding level, which then causes some scientific journals and the arxiv.org preprint server to reject the files as too big.  A workaround is to put plain text in my figures, and ten modify the .eps files with the LaTeX package psfragThis gives much smaller .eps files, but is very inconvenient.  Obviously I'd like to do everything  in Matlab, but at this point, that doesn't seem like it's feasible.</description>
		<content:encoded><![CDATA[<p>As much as I want to use Matlab&#8217;s built-in TeX interpreters, they tend to increase the file size (in postscript) to an astounding level, which then causes some scientific journals and the arxiv.org preprint server to reject the files as too big.  A workaround is to put plain text in my figures, and ten modify the .eps files with the LaTeX package psfragThis gives much smaller .eps files, but is very inconvenient.  Obviously I&#8217;d like to do everything  in Matlab, but at this point, that doesn&#8217;t seem like it&#8217;s feasible.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
