I need to insert a text in a "code" style and I would like that some words blue and bold.
i did this:
Code: Select all
\begin{minipage}{0.8\textwidth}
{\scriptsize
\begin{ttfamily}
my text
my text
my {\bfseries \textcolor{blue}{blue text}}
my text
\end{ttfamily}
}
\end{minipage}
how can i solve it?
thankyou in advance
dk