<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: How to write multi-part definitions in LaTeX</title>
	<atom:link href="http://www.johndcook.com/blog/2009/09/14/latex-multi-part-definitions/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.johndcook.com/blog/2009/09/14/latex-multi-part-definitions/</link>
	<description>The blog of John D. Cook</description>
	<lastBuildDate>Sat, 11 Feb 2012 01:10:06 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Vivek</title>
		<link>http://www.johndcook.com/blog/2009/09/14/latex-multi-part-definitions/comment-page-1/#comment-108140</link>
		<dc:creator>Vivek</dc:creator>
		<pubDate>Sat, 15 Oct 2011 07:28:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.johndcook.com/blog/?p=3131#comment-108140</guid>
		<description>This article is really helpful to me.</description>
		<content:encoded><![CDATA[<p>This article is really helpful to me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ibrahim</title>
		<link>http://www.johndcook.com/blog/2009/09/14/latex-multi-part-definitions/comment-page-1/#comment-91249</link>
		<dc:creator>Ibrahim</dc:creator>
		<pubDate>Sun, 03 Jul 2011 10:34:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.johndcook.com/blog/?p=3131#comment-91249</guid>
		<description>How do I generate a numbered &quot;Definition&quot; environment that has multiple options in LaTeX? For example:

Definition 1.2 (Mathematics)
: is the study of patterns and structures.
: is the manipulation of numbers.</description>
		<content:encoded><![CDATA[<p>How do I generate a numbered &#8220;Definition&#8221; environment that has multiple options in LaTeX? For example:</p>
<p>Definition 1.2 (Mathematics)<br />
: is the study of patterns and structures.<br />
: is the manipulation of numbers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vita</title>
		<link>http://www.johndcook.com/blog/2009/09/14/latex-multi-part-definitions/comment-page-1/#comment-83815</link>
		<dc:creator>Vita</dc:creator>
		<pubDate>Tue, 24 May 2011 15:36:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.johndcook.com/blog/?p=3131#comment-83815</guid>
		<description>Lilian, you can use John&#039;s solution (i. e. defining a custom command) with cases as well ;-)</description>
		<content:encoded><![CDATA[<p>Lilian, you can use John&#8217;s solution (i. e. defining a custom command) with cases as well <img src='http://www.johndcook.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lilian</title>
		<link>http://www.johndcook.com/blog/2009/09/14/latex-multi-part-definitions/comment-page-1/#comment-71933</link>
		<dc:creator>Lilian</dc:creator>
		<pubDate>Fri, 18 Mar 2011 03:58:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.johndcook.com/blog/?p=3131#comment-71933</guid>
		<description>Hello, it is nice the amsmath contains several math functions, but for multi-part fuctions, I actually prefer John&#039;s solution. You have to type less than using &quot;case&quot;.</description>
		<content:encoded><![CDATA[<p>Hello, it is nice the amsmath contains several math functions, but for multi-part fuctions, I actually prefer John&#8217;s solution. You have to type less than using &#8220;case&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stefan</title>
		<link>http://www.johndcook.com/blog/2009/09/14/latex-multi-part-definitions/comment-page-1/#comment-25608</link>
		<dc:creator>Stefan</dc:creator>
		<pubDate>Thu, 08 Oct 2009 00:42:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.johndcook.com/blog/?p=3131#comment-25608</guid>
		<description>The cases environment will be a bit higher than the array environment, you could see if you would compare the examples above, because there&#039;s a fixed \arraystretch of 1.2 internally. It may be ok, but if you want to stretch it less or more according to the content here&#039;s a possibility, &lt;a href=&quot;http://texblog.net/latex-archive/maths/amsmath-cases/&quot; rel=&quot;nofollow&quot;&gt;amsmath: cases and \arraystretch&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>The cases environment will be a bit higher than the array environment, you could see if you would compare the examples above, because there&#8217;s a fixed \arraystretch of 1.2 internally. It may be ok, but if you want to stretch it less or more according to the content here&#8217;s a possibility, <a href="http://texblog.net/latex-archive/maths/amsmath-cases/" rel="nofollow">amsmath: cases and \arraystretch</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alasdair</title>
		<link>http://www.johndcook.com/blog/2009/09/14/latex-multi-part-definitions/comment-page-1/#comment-24513</link>
		<dc:creator>Alasdair</dc:creator>
		<pubDate>Tue, 15 Sep 2009 07:06:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.johndcook.com/blog/?p=3131#comment-24513</guid>
		<description>If you&#039;re using LaTeX for maths (which you are!) then you should automatically also use the amsmath package, which contains many many commands for different sorts of displayed equations, of which cases is one.   Not all of amsmath is part of standard LaTeX.</description>
		<content:encoded><![CDATA[<p>If you&#8217;re using LaTeX for maths (which you are!) then you should automatically also use the amsmath package, which contains many many commands for different sorts of displayed equations, of which cases is one.   Not all of amsmath is part of standard LaTeX.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Lemire</title>
		<link>http://www.johndcook.com/blog/2009/09/14/latex-multi-part-definitions/comment-page-1/#comment-24503</link>
		<dc:creator>Daniel Lemire</dc:creator>
		<pubDate>Mon, 14 Sep 2009 23:04:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.johndcook.com/blog/?p=3131#comment-24503</guid>
		<description>I also hacked something similar for a recent paper of mine. I also did not know about the cases environment, though I&#039;m  a long time LaTeX user.</description>
		<content:encoded><![CDATA[<p>I also hacked something similar for a recent paper of mine. I also did not know about the cases environment, though I&#8217;m  a long time LaTeX user.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://www.johndcook.com/blog/2009/09/14/latex-multi-part-definitions/comment-page-1/#comment-24500</link>
		<dc:creator>John</dc:creator>
		<pubDate>Mon, 14 Sep 2009 21:53:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.johndcook.com/blog/?p=3131#comment-24500</guid>
		<description>Thanks. I didn&#039;t know that. 

The &quot;cases&quot; environment wasn&#039;t part of LaTeX when I learned it, back before version 2e. Back in my day ... :)</description>
		<content:encoded><![CDATA[<p>Thanks. I didn&#8217;t know that. </p>
<p>The &#8220;cases&#8221; environment wasn&#8217;t part of LaTeX when I learned it, back before version 2e. Back in my day &#8230; <img src='http://www.johndcook.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gappy</title>
		<link>http://www.johndcook.com/blog/2009/09/14/latex-multi-part-definitions/comment-page-1/#comment-24499</link>
		<dc:creator>gappy</dc:creator>
		<pubDate>Mon, 14 Sep 2009 21:46:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.johndcook.com/blog/?p=3131#comment-24499</guid>
		<description>John,
This functionality is provided natively by LaTeX in the &quot;cases&quot; environment. It&#039;s described in the LaTeX Companion (sec. 8.4.1). 

Example:

&#124;x&#124; =
	\begin{cases}
		x  &amp; \text{if } x \geq 0 \\
		-x &amp; \text{if } x &lt; 0
	\end{cases}

(Editors note: To use the &quot;cases&quot; environment, add &lt;code&gt;\usepackage{amsmath}&lt;/code&gt; to the preamble. &#8212; JC)</description>
		<content:encoded><![CDATA[<p>John,<br />
This functionality is provided natively by LaTeX in the &#8220;cases&#8221; environment. It&#8217;s described in the LaTeX Companion (sec. 8.4.1). </p>
<p>Example:</p>
<p>|x| =<br />
	\begin{cases}<br />
		x  &amp; \text{if } x \geq 0 \\<br />
		-x &amp; \text{if } x &lt; 0<br />
	\end{cases}</p>
<p>(Editors note: To use the &#8220;cases&#8221; environment, add <code>\usepackage{amsmath}</code> to the preamble. &mdash; JC)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.344 seconds -->

