How can I get this vertical line in LaTeX:
|
I dont see a command for it, and if I type | it becomes horizontal.
How can I get this vertical line in LaTeX:
|
I dont see a command for it, and if I type | it becomes horizontal.
With a suitable font encoding, you can simply type |
\documentclass{article}
\usepackage[T1]{fontenc}
\begin{document}
|
\end{document}