Thanks in advance,
Sem.
Here are a couple of options:
This\textvisiblespace has\textvisiblespace spaces.
This\rlap{/}{b}has\rlap{/}{b}spaces,\rlap{/}{b}too.
Note that the \verb* command and the verbatim* environment automatically
show spaces (as \textvisiblespace).
-- Scott
\usepackage{textcomp}
...
\textblank
Notice that only few fonts, e.g. Computer Modern,
actually provide this symbol. Most of the popular
fonts from the non-TeX-world have no \textblank.
Walter
Sem.
The Comprehensive LaTeX Symbol List contains a section that shows how to
put a bar over a letter and also provides some explanation of the \rlap
and \llap TeX primitives. The list is available from CTAN
(http://www.ctan.org).
-- Scott
\documentclass[12pt]{article}
\def\tblank{\makebox[0pt][l]{%
\raisebox{1.1\height}{%
\vphantom{b}\rule{.2em}{0.75pt}}}b%
}
\begin{document}
\tblank{}lank \Huge\tblank{}lank
\end{document}
Herbert
\newcommand{\myblank}{\hbox{$\bar {\rm{\bf{b}}}$}}
A\myblank B
If you want you could make it a different color.
--
Julian V. Noble
Professor Emeritus of Physics
j...@lessspamformother.virginia.edu
^^^^^^^^^^^^^^^^^^
http://galileo.phys.virginia.edu/~jvn/
"God is not willing to do everything, and thereby take away our free wiil
and that share of glory that rightfully belongs to ourselves."
-- N. Machiavelli, "The Prince".