%\documentclass[german]{scrartcl} %\usepackage{german,textcomp,longtable} \documentclass[draft]{article} %\usepackage[T1]{fontenc} \usepackage{german,textcomp,longtable,array,ifthen} \addtolength{\textwidth}{1cm} \addtolength{\oddsidemargin}{-0.5cm} \addtolength{\evensidemargin}{-0.5cm} \makeatletter \newcommand{\tabitem}[2]{% \texttt{\symbol{`\\}#1} & \@nameuse{#1} & \bfseries\@nameuse{#1}& \itshape\@nameuse{#1} \ifthenelse{\equal{#2}{}} {} {& \texttt{\symbol{`\\}#2} & \@nameuse{#2} & \bfseries\@nameuse{#2} & \itshape\@nameuse{#2} \\} } \makeatother \begin{document} \noindent\begin{minipage}{0.47\linewidth} \section*{Symbols in textcomp} To use the symbols provided by the package \verb|textcomp| include this line: \begin{verbatim} \usepackage{textcomp} \end{verbatim} The symbols are used by calling them by their name. E.g. \textleaf: \verb|\textleaf|. In mathematics the package \verb|mathcomp| works. Then the prefix \verb|text| is replaced by \verb|tc|, for \emph{t}ext\emph{c}omp: \begin{verbatim} \usepackage{mathcomp} ... $\tcleaf$ \end{verbatim} \end{minipage}% \hfill% \begin{minipage}{0.47\linewidth} \section*{Symbole in textcomp} Die Symbole des Paketes \verb|textcomp| werden folgenderma"sen verwendet: \begin{verbatim} \usepackage{textcomp} \end{verbatim} Dann die Symbole mit ihren Namen aufrufen: Zum Beispiel f"ur \textleaf: \verb|\textleaf|. Im Mathematikmodus funktioniert das Paket mathcomp. Dann wird der Prefix \verb|text| durch \verb|tc| f"ur \emph{t}ext\emph{c}omp ersetzt: \begin{verbatim} \usepackage{mathcomp} ... $\tcleaf$ \end{verbatim} \end{minipage} \noindent\begin{tabular}{@{}l} 2000-08-28\\ Harald Harders\\ h.harders@tu-bs.de \end{tabular} \setlength{\LTleft}{0pt}% \setlength{\LTright}{0pt} \noindent \begin{longtable}{% @{}ll@{}l@{}l@{\extracolsep{\fill}}l!{\extracolsep{0pt}}l@{}l@{}l@{}} \multicolumn{4}{c}{\textbf{Symbol}} & \multicolumn{4}{c}{\textbf{Symbol}} \\ \hline \endhead % \tabitem{textcapitalcompwordmark}{textascendercompwordmark} \tabitem{textquotestraightbase}{textquotestraightdblbase} \tabitem{texttwelveudash}{textthreequartersemdash} \tabitem{textleftarrow}{textrightarrow} \tabitem{textblank}{textdollar} \tabitem{textquotesingle}{textasteriskcentered} \tabitem{textdblhyphen}{textfractionsolidus} \tabitem{textzerooldstyle}{textoneoldstyle} \tabitem{texttwooldstyle}{textthreeoldstyle} \tabitem{textfouroldstyle}{textfiveoldstyle} \tabitem{textsixoldstyle}{textsevenoldstyle} \tabitem{texteightoldstyle}{textnineoldstyle} \tabitem{textlangle}{textminus} \tabitem{textrangle}{textmho} \tabitem{textbigcircle}{textohm} \tabitem{textlbrackdbl}{textrbrackdbl} \tabitem{textuparrow}{textdownarrow} \tabitem{textasciigrave}{textborn} \tabitem{textdivorced}{textdied} \tabitem{textleaf}{textmarried} \tabitem{textmusicalnote}{texttildelow} \tabitem{textdblhyphenchar}{textasciibreve} \tabitem{textasciicaron}{textgravedbl} \tabitem{textacutedbl}{textdagger} \tabitem{textdaggerdbl}{textbardbl} \tabitem{textperthousand}{textbullet} \tabitem{textcelsius}{textdollaroldstyle} \tabitem{textcentoldstyle}{textflorin} \tabitem{textcolonmonetary}{textwon} \tabitem{textnaira}{textguarani} \tabitem{textpeso}{textlira} \tabitem{textrecipe}{textinterrobang} \tabitem{textinterrobangdown}{textdong} \tabitem{texttrademark}{textpertenthousand} \tabitem{textpilcrow}{textbaht} \tabitem{textnumero}{textdiscount} \tabitem{textestimated}{textopenbullet} \tabitem{textservicemark}{textlquill} \tabitem{textrquill}{textcent} \tabitem{textsterling}{textcurrency} \tabitem{textyen}{textbrokenbar} \tabitem{textsection}{textasciidieresis} \tabitem{textcopyright}{textordfeminine} \tabitem{textcopyleft}{textlnot} \tabitem{textcircledP}{textregistered} \tabitem{textasciimacron}{textdegree} \tabitem{textpm}{texttwosuperior} \tabitem{textthreesuperior}{textasciiacute} \tabitem{textmu}{textparagraph} \tabitem{textperiodcentered}{textreferencemark} \tabitem{textonesuperior}{textordmasculine} \tabitem{textsurd}{textonequarter} \tabitem{textonehalf}{textthreequarters} \tabitem{texteuro}{texttimes} \tabitem{textdiv}{} \end{longtable} \end{document}