<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

	<title>Comments on: Typesetting a formula</title>
	<link>http://ask.metafilter.com/45671/Typesetting-a-formula/</link>
	<description>Comments on Ask MetaFilter post Typesetting a formula</description>
	<pubDate>Thu, 31 Aug 2006 16:38:08 -0800</pubDate>
	<lastBuildDate>Thu, 31 Aug 2006 16:38:08 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: Typesetting a formula</title>
		<link>http://ask.metafilter.com/45671/Typesetting-a-formula</link>	
		<description>Where can I find typographic conventions for algebra?  Specifically... &lt;br /&gt;&lt;br /&gt; Here are two questions:&lt;br&gt;
&lt;br&gt;
(1) Say just hypothetically that the number of people now (n) at 0 hours is the sum of the number of people (n) 12 hours ago and twice the number of people 24 hours ago.  From what I can tell, I typeset the formula like this:&lt;br&gt;
&lt;br&gt;
  &lt;i&gt;n&lt;/i&gt; = &lt;i&gt;n&lt;/i&gt;&lt;sub&gt;12&lt;/sub&gt; + 2&lt;i&gt;n&lt;/i&gt;&lt;sub&gt;24&lt;/sub&gt;&lt;br&gt;
&lt;br&gt;
As you can see, the 2 multiplier is nonitalicized, I italicized n, but left the subscripts nonitalicized.  A book I have has them that way.  Is that right?&lt;br&gt;
&lt;br&gt;
(2) How do you handle a special category of number, for instance, the number of people (n) in the bathroom (b), say &lt;i&gt;n&lt;/i&gt;&lt;sub&gt;b&lt;/sub&gt;.  Would the number of people in the bathroom 24 hours ago be &lt;i&gt;n&lt;/i&gt;&lt;sub&gt;b24&lt;/sub&gt;?  Or should I invent a different variable, such as &lt;i&gt;b&lt;/i&gt;?</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2006:site.45671</guid>
		<pubDate>Thu, 31 Aug 2006 16:21:42 -0800</pubDate>
		<dc:creator>chef_boyardee</dc:creator>
		
			<category>algebra</category>
		
			<category>typography</category>
		
			<category>mathematics</category>
		
	</item> <item>
		<title>By: mr_roboto</title>
		<link>http://ask.metafilter.com/45671/Typesetting-a-formula#698181</link>	
		<description>Sub-subscripts, man. n_{b_24} in LaTeX.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.45671-698181</guid>
		<pubDate>Thu, 31 Aug 2006 16:38:08 -0800</pubDate>
		<dc:creator>mr_roboto</dc:creator>
	</item><item>
		<title>By: jellicle</title>
		<link>http://ask.metafilter.com/45671/Typesetting-a-formula#698188</link>	
		<description>Your italicizing and non-italicizing is fine.  However, I&apos;m not sure about your choice of variables.&lt;br&gt;
&lt;br&gt;
A subscript on a variable usually indicates that the subscripted variables bear some relation to each other.  For instance,&lt;br&gt;
&lt;br&gt;
t = time&lt;br&gt;
&lt;br&gt;
t&lt;sub&gt;event&lt;/sub&gt; = t&lt;sub&gt;end&lt;/sub&gt; - t&lt;sub&gt;start&lt;/sub&gt;&lt;br&gt;
&lt;br&gt;
Right?  All the t&apos;s could be times in seconds.  If you start measuring at 11 seconds, and end measuring at 42 seconds, the time of the event is 31 seconds, right?  I chose &quot;t&quot; as the variable for a reason, to be reminiscent of the word &quot;time&quot;.&lt;br&gt;
&lt;br&gt;
Or say:&lt;br&gt;
&lt;br&gt;
a = (v&lt;sub&gt;end&lt;/sub&gt; - v&lt;sub&gt;start&lt;/sub&gt;) / (t&lt;sub&gt;end&lt;/sub&gt; - t&lt;sub&gt;start&lt;/sub&gt;)&lt;br&gt;
&lt;br&gt;
Acceleration equals the change in velocity per the change in time.  Right?  I&apos;m intentionally choosing variable letters that have meaning, to relate the problem to a real-world situation.  Since I have two different velocities, I need subscripts to distinguish my &quot;v&quot;&apos;s from each other.&lt;br&gt;
&lt;br&gt;
For your example, the number of people in the bathroom 24 hours ago, 12 hours ago, and now, don&apos;t seem to have any real relation to each other. n&lt;sub&gt;12&lt;/sub&gt; and n&lt;sub&gt;24&lt;/sub&gt; are rather confusing.  Nor is it apparent *why* the number of people present now bears any mathematical relationship to the number of people present 12 or 24 hours ago.  Unless there&apos;s some good reason to use subscripts, you might do better to avoid them.&lt;br&gt;
&lt;br&gt;
On preview: it is legitimate to use multiple subscripts: n&lt;sub&gt;this&lt;sub&gt;is&lt;sub&gt;stupid&lt;sub&gt;but&lt;sub&gt;legal&lt;/sub&gt;&lt;/sub&gt;&lt;/sub&gt;&lt;/sub&gt;&lt;/sub&gt;&lt;br&gt;
&lt;br&gt;
But please don&apos;t.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.45671-698188</guid>
		<pubDate>Thu, 31 Aug 2006 16:46:13 -0800</pubDate>
		<dc:creator>jellicle</dc:creator>
	</item><item>
		<title>By: chrismear</title>
		<link>http://ask.metafilter.com/45671/Typesetting-a-formula#698196</link>	
		<description>I&apos;d be tempted to write this as if n was a formula:&lt;br&gt;
&lt;br&gt;
n(t)&lt;br&gt;
&lt;br&gt;
where t is the time ago in hours and 0 is now. So your first example would be:&lt;br&gt;
&lt;br&gt;
n(0) = n(12) + n(24)&lt;br&gt;
&lt;br&gt;
Then if you wanted to have number-of-people-in-the-bathroom-twenty-four-hours-ago, you could just have:&lt;br&gt;
&lt;br&gt;
n&lt;sub&gt;b&lt;/sub&gt;(24)</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.45671-698196</guid>
		<pubDate>Thu, 31 Aug 2006 16:55:07 -0800</pubDate>
		<dc:creator>chrismear</dc:creator>
	</item><item>
		<title>By: epimorph</title>
		<link>http://ask.metafilter.com/45671/Typesetting-a-formula#698227</link>	
		<description>In such formulas, typically all letters are italicized, even if they are in subscripts, while numbers are not.&lt;br&gt;
&lt;br&gt;
I&apos;d say it&apos;s OK to use &lt;i&gt;n&lt;/i&gt;&lt;sub&gt;24&lt;/sub&gt; for the number of people in bathroom 24.  But, if you only have one bathroom, and the number of people changes depending on the time, then I&apos;d use something like &lt;em&gt;b&lt;/em&gt;(12) for the number of people at time 12 and &lt;em&gt;b&lt;/em&gt;(13) for the number of people at time 13.  The notation &lt;em&gt;b&lt;/em&gt;(_) suggests that &lt;em&gt;b&lt;/em&gt; is a function, and it has some particular value for each time.&lt;br&gt;
&lt;br&gt;
If you&apos;re going to be typesetting more than just a couple of formulas here and there, you really want to use LaTeX, as mr_roboto mentioned.  If you do, then you just pick a standard math package, and then you don&apos;t have to worry about what&apos;s italicized and what&apos;s not - the program does that for you.&lt;br&gt;
&lt;br&gt;
Finally, if you want to see how mathematics articles are typeset, you can look at some preprints at the &lt;a href=&quot;http://arxiv.org/list/math.RA/recent&quot;&gt;ArXiv&lt;/a&gt;.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.45671-698227</guid>
		<pubDate>Thu, 31 Aug 2006 17:35:41 -0800</pubDate>
		<dc:creator>epimorph</dc:creator>
	</item><item>
		<title>By: sergeant sandwich</title>
		<link>http://ask.metafilter.com/45671/Typesetting-a-formula#698243</link>	
		<description>here&apos;s part of the &lt;a href=&quot;http://everything2.com/index.pl?node_id=1673338&quot;&gt;springer style guide&lt;/a&gt; for mathematical notation, and here&apos;s the &lt;a href=&quot;http://www.aip.org/pubservs/style/4thed/toc.html&quot;&gt;AIP style guide&lt;/a&gt; for physics journals.  they might help.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.45671-698243</guid>
		<pubDate>Thu, 31 Aug 2006 17:46:59 -0800</pubDate>
		<dc:creator>sergeant sandwich</dc:creator>
	</item><item>
		<title>By: grouse</title>
		<link>http://ask.metafilter.com/45671/Typesetting-a-formula#698524</link>	
		<description>NIST has a &lt;a href=&quot;http://physics.nist.gov/Pubs/SP811/&quot;&gt;style guide&lt;/a&gt; that I find very useful.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.45671-698524</guid>
		<pubDate>Fri, 01 Sep 2006 00:40:33 -0800</pubDate>
		<dc:creator>grouse</dc:creator>
	</item>
	</channel>
</rss>
