Math & Science ⇒ Slanted division symbol
Slanted division symbol
Thanks.
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
Slanted division symbol
Code: Select all
\documentclass{article}
\begin{document}
\[ \left. \frac12 \middle/ \frac34 \right. \]
\end{document}
-
- Posts: 707
- Joined: Tue Mar 25, 2008 5:02 pm
Slanted division symbol
Code: Select all
\documentclass{article}
\begin{document}
\[ \left. \frac12 \right/ \left. \frac34 \right. \]
\end{document}
Slanted division symbol
\middle only requires eTeX; most current TeX distributions come with most formats built with an eTeX-based system.kaiserkarl13 wrote:phi's suggestion doesn't work without a package that defines \middle. Short of that, try...