Math, asked by sb93, 10 months ago

How to input 'arrow' symbol using tex code?​

Answers

Answered by Anonymous
1

Answer:

You can use something like A$\,\to\,$B or A\textrightarrow B (in text mode) from the textcomp package:

\documentclass{article}

\usepackage{textcomp}

\begin{document}

A$\,\to\,$B

A\textrightarrow B

\end{document}

Step-by-step explanation:

Similar questions