|
|
Welcome to the TeXnik web site Symbols |
![]() |
||||||||||||||
|
bow with an arrow |
C++ - Symbol | Checkboxes | circle with a letter in it | degree-Symbol | Diameter-Symbol | Euro-Symbol | Extensible Left/Rightarrow | Harpoon-Symbol | Hexagon-Symbol | Overbracket | Overwriting Symbols | Pentagon-Symbol | Promille-Symbol | Rotated Symbol | Space-Symbol | Symbols for Set of R,N,Q,C | Special Symbols | Tally Symbol | textcomp package | trademark-Symbol | Underbracket | Visible Space-Symbol | wasysym-package | xLeft/xRightarrow | YingYang-Symbol | The Comprehensive LaTeX Symbol List (>1 MByte!) Rotated symbolTo get a rotated iota:\def\rotiota{\rotatebox[origin=C]{180}{$\iota$}}
tally Symbol
Extensible Left/Rightarrow
Special Symbols
Checkboxes \usepackage{wasysym}
\newcommand\myYN{$\stackrel{\mathrm{Y}}{\Box}\qquad\stackrel{\mathrm{N}}{\Box}\quad$}
than you can use the command \myYN to create Yes-No ckeckboxes like the following one:
There are some more information about package wasysym
Another type of checkboxes: circle with text in it
Symbols for Set of R,N,Q,C \newcommand{\R}{{\sf R\hspace*{-0.9ex}\rule{0.15ex}%
{1.3ex}\hspace*{0.9ex}}}
\newcommand{\N}{{\sf N\hspace*{-1.0ex}\rule{0.15ex}%
{1.1ex}\hspace*{1.0ex}}}
\newcommand{\Q}{{\sf Q\hspace*{-1ex}\rule{0.15ex}%
{1.3ex}\hspace*{1.1ex}}}
\newcommand{\C}{{\sf C\hspace*{-0.9ex}\rule{0.15ex}%
{1.3ex}\hspace*{0.9ex}}}
to get the following Set-Symbols ![]() Using package dsfont is also possible. in Latex preamble \usepackage{dsfont} and than in the text $\mathds{R}$. You can also download a special font bmgrer. A view of the available symbols is possible. The installation manual is only in german.
A bow with an arrow
Remeber that the bow is an accents, so it can only used for single letters.
There are several possibilities to get an Eurosymbol:
use package textcomp and than \textperthousend or define your own sybol (from TeX-book): \newcommand{\promille}{%
\relax\ifmmode\promillezeichen
\else\leavevmode\(\mathsurround=0pt\promillezeichen\)\fi}
\newcommand{\promillezeichen}{%
\kern-.05em%
\raise.5ex\hbox{\the\scriptfont0 0}%
\kern-.15em/\kern-.15em%
\lower.25ex\hbox{\the\scriptfont0 00}}
in latex preamble \usepackage{textcomp}
in the text
\texttrademark
\textvisiblespacegives the spacesymbol . Remember that there must be a space
behind the command!
|
|||||||||||||||