Search found 5 matches

by ezrahn
Fri Jun 24, 2011 12:48 am
Forum: Math & Science
Topic: Representing Division Symbol
Replies: 1
Views: 1808

Representing Division Symbol

Hi all,


Is there a symbol or macro to represent division in the form of:
____
a) b

What's the Image symbol?

Thanks..
by ezrahn
Wed Jun 22, 2011 8:13 pm
Forum: Math & Science
Topic: Command like '\hfill' inside 'align' environment
Replies: 5
Views: 12204

Re: Command like '\hfill' inside 'align' environment

Thanks, LocalGhost! Appreciate your help..
by ezrahn
Wed Jun 22, 2011 2:33 am
Forum: Math & Science
Topic: Command like '\hfill' inside 'align' environment
Replies: 5
Views: 12204

Re: Command like '\hfill' inside 'align' environment

Now if there is anyway I can underline them, it would have been great :D

\begin{alignat*}{2}
&& 1234\\
\underline{ +&& 6 }
\end{alignat*}

seems to be invalid, and

\begin{alignat*}{2}
&& 1234\\
\underline{+}&&\underline{ 6 }
\end{alignat*}

renders fine, but the two underlines do not make 1 ...
by ezrahn
Wed Jun 22, 2011 12:06 am
Forum: Math & Science
Topic: Command like '\hfill' inside 'align' environment
Replies: 5
Views: 12204

Re: Command like '\hfill' inside 'align' environment

Works as expected. Thanks for your help.
by ezrahn
Tue Jun 21, 2011 1:51 am
Forum: Math & Science
Topic: Command like '\hfill' inside 'align' environment
Replies: 5
Views: 12204

Command like '\hfill' inside 'align' environment

Hi all,

I want to create simple multi-line equation for arithmetic worksheets, but it seemed to be quite tough to create.

I just want to create the following:

1234
+ 6
------
and I need to right-justify the numbers, while filling the space between the operator and the number. The \hfill command ...