mathematics - francois-rozet/sleek-template GitHub Wiki
Mathematics features of the sleek package.
-
\rbk,\sbkand\cbkare macros that draw respectively round, square and curly brackets around their argument.$$ \rbk{\frac{\pi}{2}} \quad \sbk{\frac{\pi}{2}} \quad \cbk{\frac{\pi}{2}} $$
-
\absand\normare respectively the absolute value and the norm of their argument.$$ \abs{\frac{\pi}{2}} \quad \norm{\frac{\pi}{2}} $$
-
\factis meant to display the factorial of its argument which means it adds an exclamation mark to it.$$ \fact{n} = \prod_{i = 1}^{n} i $$
-
\derivdraws a romand, typical to derivatives and integrals.$$ \frac{\deriv \bm{x}}{\deriv t} = \bm{v} $$