Write latex co des for below outputs /characters
Answers
Answered by
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
11
━━━━━━━━━━━━━━━━━━━━━━━━━━
Note : Do use \ before any character
━━━━━━━━━━━━━━━━━━━━━━━━━━
Similar questions