Dear All in attached image how I can put a vertical line with derivative .Any command for this please?
Asked
Active
Viewed 5,253 times
1
1 Answers
4
Like this.
\documentclass{article}
\newcommand\rd{\mathrm d}
\begin{document}
\[
\left.\frac{\rd y}{\rd x}\right|_{x=0}
\]
\end{document}
Ian Thompson
- 43,767


\documentclass{...}and ending with\end{document}. – Holene Mar 06 '16 at 12:37