Isn't that a very simple typo in the manual?
\documentclass{article}
\usepackage{textcomp}
\begin{document}
A\textcompwordmark B
\textcapitalcompwordmark C
\textascendercompwordmark D
\end{document}
Note the extra *comp*
On 03/28/2016 01:03 AM, Vincent Belaïche wrote:
Le 28/03/2016 00:09, Karl Berry a écrit :
\textascenderwordmark and \textcapitalwordmark, which are by default
undefined in LaTeX.
(Also \textascendercompwordmark.)
They're defined by the T1 and TS1 encodings. Grep the LaTeX sources.
This does not compile with MikTeX:
--8<----8<----8<----8<----8<-- begin -->8---->8---->8---->8---->8----
\documentclass{article}
\usepackage[T1]{fontenc}
\begin{document}
A\textcompwordmark B
\textcapitalwordmark C
\textascenderwordmark D
\end{document}
--8<----8<----8<----8<----8<-- end -->8---->8---->8---->8---->8----
It won't compile either if I replace `T1' by `TS1', or by `T1,TS1'.
It will compile however if I comment out the two last lines (those with
\textcapital... and \textascender...)
[...]
VBR,
Vincent