Search found 8 matches

by mabe83
Mon Oct 25, 2010 10:28 pm
Forum: Math & Science
Topic: amsmath: How to box an equation within an align environment?
Replies: 9
Views: 16590

Re: amsmath: How to box an equation within an align environm

Works perfectly :D
Thank you very much! 8-) 8-) 8-)
by mabe83
Mon Oct 25, 2010 7:32 pm
Forum: Math & Science
Topic: amsmath: How to box an equation within an align environment?
Replies: 9
Views: 16590

Re: amsmath: How to box an equation within an align environm

Really really great!!! That's exactly what I was looking for :D :D :D
Thank you so much!!!

The only one more thing that could be added is a link (or reference) to its origin. Any idea? :?: :roll:
by mabe83
Mon Oct 25, 2010 3:56 pm
Forum: Math & Science
Topic: amsmath: How to box an equation within an align environment?
Replies: 9
Views: 16590

amsmath: How to box an equation within an align environment?


In your example, they are typeset both in text and math mode and that is inconsistent.


Ah, ok, I see... Sounds more consequent. Thanks for advising me. 8-)


Should the formulae receive captions?


Yes, would be great. Additionally, the caption should be defined for "the listing" purpose ...
by mabe83
Mon Oct 25, 2010 11:19 am
Forum: Math & Science
Topic: amsmath: How to box an equation within an align environment?
Replies: 9
Views: 16590

amsmath: How to box an equation within an align environment?

Thank you very much! This package is really brilliant.

Since formulas become counted on the right side, is there any way to list all these formulas? I think on a "list of formulas". Currently I put a figure around, in order to capture it. May there is a better way for this purpose?


AS a side ...
by mabe83
Sun Oct 24, 2010 11:07 pm
Forum: Math & Science
Topic: amsmath: How to box an equation within an align environment?
Replies: 9
Views: 16590

amsmath: How to box an equation within an align environment?

Ok, I found a solution. May it's not the best, but it works!


\fbox{\begin{minipage}{0.5\textwidth}
\begin{align*}
\text{recall} &= \frac{TP}{TP+FN} \lbr
\text{precision} &= \frac{TP}{TP+FP} \lbr
\text{TP rate} &= \text{recall} \lbr
\text{FP rate} &= \frac{FP}{FP+TN} \lbr[1]
\end{align ...
by mabe83
Sun Oct 24, 2010 10:24 pm
Forum: Math & Science
Topic: amsmath: How to box an equation within an align environment?
Replies: 9
Views: 16590

amsmath: How to box an equation within an align environment?

Hi. Big problem here!
How can I box an equation within an align environment?
Using \boxed seem to have no effect?!

Here is my example:


\begin{align*}
\text{recall} &= \frac{TP}{TP+FN} \lbr
\text{precision} &= \frac{TP}{TP+FP} \lbr
\text{TP rate} &= \text{recall} \lbr
\text{FP rate} &= \frac{FP ...
by mabe83
Sat Oct 23, 2010 10:18 pm
Forum: Text Formatting
Topic: How to center itemize?
Replies: 2
Views: 25799

Re: How to center itemize?

Great job :) Works really good! amsmath is new to me. Thank you very very much!!!
by mabe83
Sat Oct 23, 2010 7:02 pm
Forum: Text Formatting
Topic: How to center itemize?
Replies: 2
Views: 25799

How to center itemize?

Hi!

I want to center an itemize block, related to the page. For example this one:

\begin{itemize}
\item[recall] = $TP/(TP+FN)$
\item[precision] = $TP/(TP+FP)$
\item[TP rate] = recall
\item[FP rate] = $FP/(FP+TN)$
\end{itemize}

Unfortunately, typical things like \center don't work. Moreover ...