need the fraction dV/dT in the text line like normal text

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I would like to put the fraction dV/dT into a document like text. I tried
equaiton editor but the writing was too big to fit like "normal" text and
when I made it smaller teh equation box would go below the text. How can I
put the fraction in the document with or withou equation editor (prefferably
without)so it will look like normal text.
 
One possibility would be to make to text box word wrap in the auto
shape and create an empty line with tabs and spaces up to the dV
followed by a carriage return. Then start the sentence text at the left
of the second line. At the position of the fraction make a divide line
using chr(150) or chr(151)*. Continue the sentence to the right edge of
the text box and place a carriage return there. Doing a similar thing
in the third line as in the first, the denominator of the fraction can
be typed and followed by a carriage return. The remaining part of the
paragraph can take over from there. Since the paragraph will look a bit
open, the paragraph line spacing can be adjusted at "Format",
"Line Spacing."

* Using the number pad for entering the numbers while the alt key is
pressed.
 
Back
Top