> Hello,
>
> I fail to bold my word using alltt module
>
> \documentclass{article}
> \usepackage{alltt} % for normal formating inside verbat
> \begin{document}
>
> \begin{alltt}
> hello \textbf{hello}
> \end{alltt}
>
> \end{document}
>
> Any suggestions?
txfonts has bold ttfonts. If you just want set the tt font to be txtt,
just invoke :
\renewcommand{\ttdefault}{txtt}
Example :
\documentclass{article}
\usepackage{alltt}
\renewcommand{\ttdefault}{txtt}
\begin{document}
\begin{alltt}
hello \textbf{hello}
\end{alltt}
\end{document}
--
B.R
Original: http://newsgroups.derkeiler.com/Archive/Comp/comp.text.tex/2006-01/msg00179.html
>
> I fail to bold my word using alltt module
>
> \documentclass{article}
> \usepackage{alltt} % for normal formating inside verbat
> \begin{document}
>
> \begin{alltt}
> hello \textbf{hello}
> \end{alltt}
>
> \end{document}
>
> Any suggestions?
txfonts has bold ttfonts. If you just want set the tt font to be txtt,
just invoke :
\renewcommand{\ttdefault}{txtt}
Example :
\documentclass{article}
\usepackage{alltt}
\renewcommand{\ttdefault}{txtt}
\begin{document}
\begin{alltt}
hello \textbf{hello}
\end{alltt}
\end{document}
--
B.R
Original: http://newsgroups.derkeiler.com/Archive/Comp/comp.text.tex/2006-01/msg00179.html