Change the Math Script Command

  • Thread starter Thread starter Astrum
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 2K views
Astrum
Messages
269
Reaction score
5
I know that you can use two ## to use inline text, but I'm not sure how to use the display mode, instead of having to write "[tex][/itex]" every time, which drives me insane.<br /> <br /> Is there some other command that I'm inaware of? Or is there simply no script to use display without writing out the big clunk "[tex]"? <br /> <br /> If there isn't currently a command, it should be implemented.[/tex][/tex]
 
Physics news on Phys.org
Code:
##\displaystyle ...##
gives "large" formulas without line breaks.

This is a double fraction: ##\displaystyle \frac{\frac{a}{b}}{\frac{c}{d}}##. And this is text after the formula.
 
Thanks, I only tried the single $ command XD , should've tried the $$