Search found 6 matches
- 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.
- 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.
- Fri Jul 22, 2011 3:49 pm
- Forum: Text Formatting
- Topic: Formatting with fractions
- Replies: 7
- Views: 5007
Formatting with fractions
Thank you for the help. I will give this code a try. Thank you all.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}
- 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.
- 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 ...
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 ...
- 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 ...
$\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 ...