<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.3" -->
<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: eqnarray vs. align</title>
	<link>http://texblog.net/latex-archive/maths/eqnarray-align-environment/</link>
	<description>Typography with TeX and LaTeX</description>
	<pubDate>Fri, 30 Jul 2010 13:18:31 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.3</generator>

	<item>
		<title>By: Stefan Kottwitz</title>
		<link>http://texblog.net/latex-archive/maths/eqnarray-align-environment/#comment-879</link>
		<dc:creator>Stefan Kottwitz</dc:creator> 
		<pubDate>Sat, 24 Jul 2010 09:03:28 +0000</pubDate>
		<guid>http://texblog.net/latex-archive/maths/eqnarray-align-environment/#comment-879</guid>
		<description>To place the equations on the left side for the whole document, use the option &lt;i&gt;fleqn&lt;/i&gt; for the document class or for the amsmath package.
Alternatively, to align equation arrays to the left or to the right side, you could use the flalign environment. Just use an additional column separator &#038; on the right respectively the left side.</description>
		<content:encoded><![CDATA[<p>To place the equations on the left side for the whole document, use the option <i>fleqn</i> for the document class or for the amsmath package.<br />
Alternatively, to align equation arrays to the left or to the right side, you could use the flalign environment. Just use an additional column separator &#038; on the right respectively the left side.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: athens</title>
		<link>http://texblog.net/latex-archive/maths/eqnarray-align-environment/#comment-878</link>
		<dc:creator>athens</dc:creator> 
		<pubDate>Sat, 24 Jul 2010 07:05:37 +0000</pubDate>
		<guid>http://texblog.net/latex-archive/maths/eqnarray-align-environment/#comment-878</guid>
		<description>how to move the equation to left-hand side or right-hand side?</description>
		<content:encoded><![CDATA[<p>how to move the equation to left-hand side or right-hand side?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Corinna</title>
		<link>http://texblog.net/latex-archive/maths/eqnarray-align-environment/#comment-866</link>
		<dc:creator>Corinna</dc:creator> 
		<pubDate>Wed, 30 Jun 2010 04:37:49 +0000</pubDate>
		<guid>http://texblog.net/latex-archive/maths/eqnarray-align-environment/#comment-866</guid>
		<description>I've been using align for years, however, the environment doesn't seem to be a part of {iopart, iopams} (for publication in AMS journals), while eqnarray works - so there actually are situations where you can't avoid using it. ...and yes, the spacing is ugly!</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been using align for years, however, the environment doesn&#8217;t seem to be a part of {iopart, iopams} (for publication in AMS journals), while eqnarray works - so there actually are situations where you can&#8217;t avoid using it. &#8230;and yes, the spacing is ugly!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alem</title>
		<link>http://texblog.net/latex-archive/maths/eqnarray-align-environment/#comment-858</link>
		<dc:creator>Alem</dc:creator> 
		<pubDate>Fri, 18 Jun 2010 08:42:17 +0000</pubDate>
		<guid>http://texblog.net/latex-archive/maths/eqnarray-align-environment/#comment-858</guid>
		<description>Thanks Stefan. This was what i had been looking for.It solved my problem!!!</description>
		<content:encoded><![CDATA[<p>Thanks Stefan. This was what i had been looking for.It solved my problem!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stefan Kottwitz</title>
		<link>http://texblog.net/latex-archive/maths/eqnarray-align-environment/#comment-855</link>
		<dc:creator>Stefan Kottwitz</dc:creator> 
		<pubDate>Fri, 11 Jun 2010 21:34:21 +0000</pubDate>
		<guid>http://texblog.net/latex-archive/maths/eqnarray-align-environment/#comment-855</guid>
		<description>Hi Alem,

using a KOMA class could help. They are much more customizable. Further they don't write out "Chapter" and they provide a very good package for headings and footers. The position of the page number looks also like you wished.
Test this small example:
&lt;pre lang="LaTeX"&gt;
\documentclass[a4paper,10pt]{scrbook}
\usepackage[automark]{scrpage2}
\pagestyle{scrheadings}
\usepackage[english]{babel}
\usepackage{blindtext}
\begin{document}
\Blinddocument
\end{document}          
&lt;/pre&gt;
The &lt;a href="http://tug.ctan.org/tex-archive/macros/latex/contrib/koma-script/scrguien.pdf" rel="nofollow"&gt;documentation&lt;/a&gt; will explain more, there's a whole chapter dedicated to headings.

Stefan</description>
		<content:encoded><![CDATA[<p>Hi Alem,</p>
<p>using a KOMA class could help. They are much more customizable. Further they don&#8217;t write out &#8220;Chapter&#8221; and they provide a very good package for headings and footers. The position of the page number looks also like you wished.<br />
Test this small example:</p>

<div class="wp_syntax"><div class="code"><pre class="latex"><span style="color: #800000; font-weight: normal;">\documentclass</span>[<span style="color: #2222D0; font-weight: normal;">a4paper,10pt</span>]{<span style="color: #2222D0; font-weight: normal;">scrbook</span>}
<span style="color: #800000; font-weight: normal;">\usepackage</span>[<span style="color: #2222D0; font-weight: normal;">automark</span>]{<span style="color: #2222D0; font-weight: normal;">scrpage2</span>}
<span style="color: #800000; font-weight: normal;">\pagestyle</span>{<span style="color: #2222D0; font-weight: normal;">scrheadings</span>}
<span style="color: #800000; font-weight: normal;">\usepackage</span>[<span style="color: #2222D0; font-weight: normal;">english</span>]{<span style="color: #2222D0; font-weight: normal;">babel</span>}
<span style="color: #800000; font-weight: normal;">\usepackage</span>{<span style="color: #2222D0; font-weight: normal;">blindtext</span>}
<span style="color: #800000; font-weight: normal;"><span style="color: #F00000; font-weight: normal;">\begin</span></span>{<span style="color: #2222D0; font-weight: normal;">document</span>}
<span style="color: #800000; font-weight: normal;">\Blinddocument</span>
<span style="color: #800000; font-weight: normal;"><span style="color: #F00000; font-weight: normal;">\end</span></span>{<span style="color: #2222D0; font-weight: normal;">document</span>}</pre></div></div>

<p>The <a href="http://tug.ctan.org/tex-archive/macros/latex/contrib/koma-script/scrguien.pdf" rel="nofollow">documentation</a> will explain more, there&#8217;s a whole chapter dedicated to headings.</p>
<p>Stefan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alem</title>
		<link>http://texblog.net/latex-archive/maths/eqnarray-align-environment/#comment-854</link>
		<dc:creator>Alem</dc:creator> 
		<pubDate>Thu, 10 Jun 2010 07:11:06 +0000</pubDate>
		<guid>http://texblog.net/latex-archive/maths/eqnarray-align-environment/#comment-854</guid>
		<description>Thank you Stefan. I have been advised not use this chapter thing. If i do, i have to make sure that the word chapter should not appear where the chapter is supposed to begin. I can suppress it using \chapter*{title}. The problem is then i need to have the chapter number before the title.

Yes you right, with this book or report document classes, the header from the chapter or mains section will disappear which is what i want. The problem with this is again, it puts the page number for that page at the center. I want the page number to be on the right.</description>
		<content:encoded><![CDATA[<p>Thank you Stefan. I have been advised not use this chapter thing. If i do, i have to make sure that the word chapter should not appear where the chapter is supposed to begin. I can suppress it using \chapter*{title}. The problem is then i need to have the chapter number before the title.</p>
<p>Yes you right, with this book or report document classes, the header from the chapter or mains section will disappear which is what i want. The problem with this is again, it puts the page number for that page at the center. I want the page number to be on the right.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stefan Kottwitz</title>
		<link>http://texblog.net/latex-archive/maths/eqnarray-align-environment/#comment-851</link>
		<dc:creator>Stefan Kottwitz</dc:creator> 
		<pubDate>Wed, 09 Jun 2010 19:30:13 +0000</pubDate>
		<guid>http://texblog.net/latex-archive/maths/eqnarray-align-environment/#comment-851</guid>
		<description>Hi Alem,

I recommend to use &lt;a href="http://ctan.org/pkg/fancyhdr" rel="nofollow"&gt;fancyhdr&lt;/a&gt; instead of fancyheadings, this is an early version. Since you are writing a thesis consider to use another class than article. The article class is appropriate for smaller documents. You could use report or book instead, there are even some dedicated thesis classes.
book and report provide chapters. chapter starting pages would have another style, numbered but without heading. That may be what you would like to achieve.
Have a look at the &lt;a href="http://tug.ctan.org/tex-archive/macros/latex/contrib/fancyhdr/fancyhdr.pdf" rel="nofollow"&gt;fancyhdr documentation&lt;/a&gt; for explanation and examples. If you still have questions just write them here.

Stefan</description>
		<content:encoded><![CDATA[<p>Hi Alem,</p>
<p>I recommend to use <a href="http://ctan.org/pkg/fancyhdr" rel="nofollow">fancyhdr</a> instead of fancyheadings, this is an early version. Since you are writing a thesis consider to use another class than article. The article class is appropriate for smaller documents. You could use report or book instead, there are even some dedicated thesis classes.<br />
book and report provide chapters. chapter starting pages would have another style, numbered but without heading. That may be what you would like to achieve.<br />
Have a look at the <a href="http://tug.ctan.org/tex-archive/macros/latex/contrib/fancyhdr/fancyhdr.pdf" rel="nofollow">fancyhdr documentation</a> for explanation and examples. If you still have questions just write them here.</p>
<p>Stefan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alem</title>
		<link>http://texblog.net/latex-archive/maths/eqnarray-align-environment/#comment-850</link>
		<dc:creator>Alem</dc:creator> 
		<pubDate>Wed, 09 Jun 2010 06:26:29 +0000</pubDate>
		<guid>http://texblog.net/latex-archive/maths/eqnarray-align-environment/#comment-850</guid>
		<description>Hi all,
I just have few questions on fancy headings should some one extends a helping hand. I am writing a thesis and want to use this fancy thing. Here is what i have so far:
\documentclass[reqno,12pt, twoside ]{article}
\usepackage{fancyheadings}
\renewcommand{\sectionmark}[1]{\markright{\thesection \ #1}{}}
\renewcommand{\subsectionmark}[1]{\markright{\thesubsection \ #1}{}}
\rhead{\leftmark\\\rightmark}
 \fancyhead[LE,RO]{\slshape \rightmark}
\fancyhead[LO,RE]{\slshape \leftmark}
 \fancyfoot[LE,RO]{\thepage}
My questions:1. I want to remove the heading for the main titles(sections) while keeping the page number as it used to be(left or right depending on...)
2. I want to have the section title on the left hand side of the (even numbered pages) and the subsection title on the right hand side of (odd pages).
Any help would be appreciated.</description>
		<content:encoded><![CDATA[<p>Hi all,<br />
I just have few questions on fancy headings should some one extends a helping hand. I am writing a thesis and want to use this fancy thing. Here is what i have so far:<br />
\documentclass[reqno,12pt, twoside ]{article}<br />
\usepackage{fancyheadings}<br />
\renewcommand{\sectionmark}[1]{\markright{\thesection \ #1}{}}<br />
\renewcommand{\subsectionmark}[1]{\markright{\thesubsection \ #1}{}}<br />
\rhead{\leftmark\\\rightmark}<br />
 \fancyhead[LE,RO]{\slshape \rightmark}<br />
\fancyhead[LO,RE]{\slshape \leftmark}<br />
 \fancyfoot[LE,RO]{\thepage}<br />
My questions:1. I want to remove the heading for the main titles(sections) while keeping the page number as it used to be(left or right depending on&#8230;)<br />
2. I want to have the section title on the left hand side of the (even numbered pages) and the subsection title on the right hand side of (odd pages).<br />
Any help would be appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stefan Kottwitz</title>
		<link>http://texblog.net/latex-archive/maths/eqnarray-align-environment/#comment-831</link>
		<dc:creator>Stefan Kottwitz</dc:creator> 
		<pubDate>Fri, 28 May 2010 17:31:17 +0000</pubDate>
		<guid>http://texblog.net/latex-archive/maths/eqnarray-align-environment/#comment-831</guid>
		<description>Hi Anna,

there's no problem in this code. This complete example is compilable without error and refers to both equations:
&lt;pre lang="LaTeX"&gt;
\documentclass[a4paper,10pt]{article}
\usepackage{amsmath}
\begin{document}
\begin{align}
a &#038;=b\label{eq1}\\
c &#038;=d\label{eq2}
\end{align}
See \eqref{eq1} and \eqref{eq2}. 
\end{document}
&lt;/pre&gt;
Try this one. Perhaps post a complete example here, like I did, that shows the error. Something else causes this problem, not visible in the piece of code here.

Stefan</description>
		<content:encoded><![CDATA[<p>Hi Anna,</p>
<p>there&#8217;s no problem in this code. This complete example is compilable without error and refers to both equations:</p>

<div class="wp_syntax"><div class="code"><pre class="latex"><span style="color: #800000; font-weight: normal;">\documentclass</span>[<span style="color: #2222D0; font-weight: normal;">a4paper,10pt</span>]{<span style="color: #2222D0; font-weight: normal;">article</span>}
<span style="color: #800000; font-weight: normal;">\usepackage</span>{<span style="color: #2222D0; font-weight: normal;">amsmath</span>}
<span style="color: #800000; font-weight: normal;"><span style="color: #F00000; font-weight: normal;">\begin</span></span>{<span style="color: #2222D0; font-weight: normal;">document</span>}
<span style="color: #800000; font-weight: normal;"><span style="color: #F00000; font-weight: normal;">\begin</span></span>{<span style="color: #2222D0; font-weight: normal;">align</span>}<span style="color: #00A000; font-weight: bold;">
a &amp;=b<span style="color: #800000; font-weight: normal;"><span style="color: #F00000; font-weight: normal;">\label</span></span>{<span style="color: #2222D0; font-weight: normal;">eq1</span>}\\
c &amp;=d<span style="color: #800000; font-weight: normal;"><span style="color: #F00000; font-weight: normal;">\label</span></span>{<span style="color: #2222D0; font-weight: normal;">eq2</span>}
</span><span style="color: #800000; font-weight: normal;"><span style="color: #F00000; font-weight: normal;">\end</span></span>{<span style="color: #2222D0; font-weight: normal;">align</span>}
See <span style="color: #800000; font-weight: normal;">\eqref</span>{<span style="color: #2222D0; font-weight: normal;">eq1</span>} and <span style="color: #800000; font-weight: normal;">\eqref</span>{<span style="color: #2222D0; font-weight: normal;">eq2</span>}. 
<span style="color: #800000; font-weight: normal;"><span style="color: #F00000; font-weight: normal;">\end</span></span>{<span style="color: #2222D0; font-weight: normal;">document</span>}</pre></div></div>

<p>Try this one. Perhaps post a complete example here, like I did, that shows the error. Something else causes this problem, not visible in the piece of code here.</p>
<p>Stefan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anna</title>
		<link>http://texblog.net/latex-archive/maths/eqnarray-align-environment/#comment-830</link>
		<dc:creator>Anna</dc:creator> 
		<pubDate>Fri, 28 May 2010 06:20:17 +0000</pubDate>
		<guid>http://texblog.net/latex-archive/maths/eqnarray-align-environment/#comment-830</guid>
		<description>I have a problem with align. I'd like to label each row with \label{} so that I can refer to the equations individually. I get an error message that multiple labels are not possible.
\begin{align}
a &#38;=b\label{eq1}\\
c &#38;=d\label{eq2}
\end{align}</description>
		<content:encoded><![CDATA[<p>I have a problem with align. I&#8217;d like to label each row with \label{} so that I can refer to the equations individually. I get an error message that multiple labels are not possible.<br />
\begin{align}<br />
a &amp;=b\label{eq1}\\<br />
c &amp;=d\label{eq2}<br />
\end{align}</p>
]]></content:encoded>
	</item>
</channel>
</rss>
