Math, asked by Mister360, 12 hours ago

Write latex co des for below outputs /characters

\boxed {\begin {array}{c}\hookrightarrow \\ \Omega \\ \boldsymbol {\alpha} \\ \phi \\ \rho \\ \Pi \\ \leftrightharpoons  \end {array}}

Answers

Answered by nancy359
5

\documentclass[11pt,table,a4paper]{article}

\usepackage{array,ragged2e}

\usepackage[scaled]{uarial}

\usepackage[T1]{fontenc}

\begin{document}

\begin{minipage}{0.3\linewidth}

\def\verbatim@font{\normalfont\ua1}

This is my sample text for checking % character. I found whereever there is % character it is treated as comment and nothing gets printed after this. How can i fix this pblm. I m using verb still getting same pblm. pls help me how can i fix this pblm.

\end{minipage}

\end{document}

Attachments:
Answered by saanvigrover2007
11

 \:  \:  \:   \large{\boxed{\begin{array}{c|c}\boxed {\bf {command}} & \boxed {\bf {output}} \\  \text{\hookrightarrow} &\hookrightarrow \\ \sf Omega &\Omega \\  \text{\alpha}&\alpha \\  \text{\phi} &\phi \\ \text{\rho} &\rho\\ \text{\Pi} & \Pi \\  \text{\leftrightharpoons} &  \: \leftrightharpoons \end {array}}}

━━━━━━━━━━━━━━━━━━━━━━━━━━

Note : Do use \ before any character

━━━━━━━━━━━━━━━━━━━━━━━━━━

 \sf  \color{azure}\fcolorbox{pink}{black}{  \:    \:  \:  \:  \:  \:  \:  \:  \: \:  \:  \:   \:  \:  \: \:  \:  \:  \:  \:  \:  \:  \:  \:  \:  \: @Saanvigrover2007 \:  \:  \:  \:  \:  \:  \:  \:  \:   \:    \:  \:  \:  \:  \:  \:  \:  \:  \: \: \:  \:}

Similar questions