<div dir="ltr"><div class="gmail_default" style="font-size:x-small">How about this?<br><br><br>\documentclass{article}<br>\usepackage{amsmath,amssymb}<br><br>\begin{document}<br><br>\begin{alignat*}{2}<br>  M:=\{& & &\qquad\qquad\text{($M$ is defined as)}\\<br>         & x\in\mathbb{R}\mid & &\qquad\qquad\text{(all elements of the set<br>           $\mathbb{R}$ for which)}\\  <br>         & & \exp(x)>1\} &\qquad\qquad\text{($\exp(x)$ is greater than 1)}   <br>\end{alignat*}<br><br>\end{document}<br><br><br><br><br><br><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Apr 5, 2017 at 9:47 PM, Ulrike Fischer <span dir="ltr"><<a href="mailto:news3@nililand.de" target="_blank">news3@nililand.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">Am Wed, 5 Apr 2017 11:57:33 +0200 schrieb Susan Dittmar:<br>
<br>
> Hi folks,<br>
><br>
> I need your help for ideas how to typeset a series of mathematical<br>
> expressions I want to annotate.<br>
><br>
> I can't use the margin for that (it's a homework, the margin is reserved<br>
> for other people). I don't want to use footnotes or equation numbers and<br>
> references in the text below the expression series, as that forces the<br>
> reader's eyes to jump back and forth too often.<br>
><br>
> Below is what I came up with for now. I don't like it, because I can't<br>
> use TeX's ability to choose parentesis by contents for example, and<br>
> things become very unwieldy if for example I want to comment on one line<br>
> of an amsmath cases environment.<br>
><br>
> Any ideas welcome!<br>
<br>
</span>You could set a negative marginparsep and use \marginnote. Be aware<br>
that it needs two compilations and that it doesn't prevent one not<br>
to overwrite another:<br>
<br>
\documentclass[fleqn]{article}<br>
\usepackage{geometry,amsmath,<wbr>marginnote}<br>
\geometry{showframe,<wbr>marginparsep=-4cm,<wbr>marginparwidth=4cm}<br>
\begin{document}<br>
abc\marginpar{blub}<br>
<br>
\begin{align*}<br>
M:=&\{               \marginnote{(M is defined as set of)}\\<br>
   &x\in R|          \marginnote{(all elements $x$ of the set $R$<br>
for which)}\\<br>
  &\exp(x)>1\}       \marginnote{($\exp(x)$ is greater than 1)}<br>
\end{align*}<br>
<br>
\end{document}<br>
<span class="HOEnZb"><font color="#888888"><br>
<br>
--<br>
Ulrike Fischer<br>
<a href="http://www.troubleshooting-tex.de/" rel="noreferrer" target="_blank">http://www.troubleshooting-<wbr>tex.de/</a><br>
</font></span><div class="HOEnZb"><div class="h5"><br>
______________________________<wbr>_________________<br>
TeX FAQ: <a href="http://www.tex.ac.uk/faq" rel="noreferrer" target="_blank">http://www.tex.ac.uk/faq</a><br>
Mailing list archives: <a href="http://tug.org/pipermail/texhax/" rel="noreferrer" target="_blank">http://tug.org/pipermail/<wbr>texhax/</a><br>
More links: <a href="http://tug.org/begin.html" rel="noreferrer" target="_blank">http://tug.org/begin.html</a><br>
<br>
Automated subscription management: <a href="http://tug.org/mailman/listinfo/texhax" rel="noreferrer" target="_blank">http://tug.org/mailman/<wbr>listinfo/texhax</a><br>
Human mailing list managers: <a href="mailto:postmaster@tug.org">postmaster@tug.org</a><br>
<br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div>Krshnan</div></div></div>
</div>