Search found 6 matches

by MathDoodler
Sat Jul 23, 2011 3:19 am
Forum: Text Formatting
Topic: Formatting with fractions
Replies: 7
Views: 5007

Re: Formatting with fractions

Hello thanks to you all for the help.I got the + sign to move down closer to the the \hline by using a \parbox. Thank you once again.
by MathDoodler
Fri Jul 22, 2011 11:29 pm
Forum: Text Formatting
Topic: Formatting with fractions
Replies: 7
Views: 5007

Re: Formatting with fractions

Yes the code worked great. Is there anyway to make the \hline move up a little closer to the + sign and the bottom fractions? If not that is ok because the code here is great. Thank you.
by MathDoodler
Fri Jul 22, 2011 3:49 pm
Forum: Text Formatting
Topic: Formatting with fractions
Replies: 7
Views: 5007

Formatting with fractions

shadgrind wrote:I would use a table, like this:

Code: Select all

\begin{tabular}{cc}
  {} & $\frac{a}{t}$\\[4pt]
   + & $\frac{a}{t}$\\[4pt]
  \hline
\end{tabular}
Thank you for the help. I will give this code a try. Thank you all.
by MathDoodler
Fri Jul 22, 2011 1:15 am
Forum: Text Formatting
Topic: Formatting with fractions
Replies: 7
Views: 5007

Re: Formatting with fractions

I solved it by playing around with my code. Just had to add a few spaces.
by MathDoodler
Thu Jul 21, 2011 11:39 pm
Forum: Text Formatting
Topic: Formatting with fractions
Replies: 7
Views: 5007

Formatting with fractions

Hi,

welcome to the board!
For me it's not clear what you try to achieve. If the + shall be left, use it at the beginning of the expression. And it's not clear if you mean vertical or horizontal centering. Perhaps attach a hand drawing of that expression here, and we show you how to code that ...
by MathDoodler
Thu Jul 21, 2011 10:56 pm
Forum: Text Formatting
Topic: Formatting with fractions
Replies: 7
Views: 5007

Formatting with fractions

Hello, I am new to the forums and to latex. I am trying to do something like I created below

$\stackrel{ \;\;\;\frac{a}{t}}{\stackrel{+\frac{a}{t}}{ \line(1,0){50}}}

What I am trying to do is place the + sign to the left and just have the fraction centered. Thank you and please let me know if this ...