Putting Brackets around fractions LATEX

  • Context: LaTeX 
  • Thread starter Thread starter NoobixCube
  • Start date Start date
  • Tags Tags
    Fractions Latex
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 56K views
NoobixCube
Messages
154
Reaction score
0
I can't seem to make the brackets cover the full fraction when stating a differential, namely

\begin{equation}
(\frac{df}{dt})
\end{equation}

Any tips?
 
Physics news on Phys.org
Thanks loads!
By the by, what do you mean by macros?
 
All of those things preceded by a backslash in LaTeX are macros. LaTeX, unfortunately, is a macro language rather than a functional or procedural language. The term 'macro' goes back to the earliest days of computer programming. Some languages (e.g. C and C++) still provide a macro processing capability (#define in C/C++).
 
Awesome thanks :)