Difference between revisions of "Symbols"

From Wiki
Jump to navigation Jump to search
m (Category:Symbols and link to nav added)
(Fixed broken link to symbols-a4.pdf)
Line 46: Line 46:
 
===Which (free) font contains some symbol?===
 
===Which (free) font contains some symbol?===
  
* [http://dante.ctan.org/CTAN/info/symbols/comprehensive/symbols-a4.pdf comprehensive] list of symbols in TeX fonts
+
* [http://www.ctan.org/tex-archive/info/symbols/comprehensive/symbols-a4.pdf comprehensive] list of symbols in TeX fonts
 
* [http://homepage.mac.com/atl/tex/ Zapf Dingbats, Unicode and Apple symbols] and how to use them with ConTeXt (Adam's page)
 
* [http://homepage.mac.com/atl/tex/ Zapf Dingbats, Unicode and Apple symbols] and how to use them with ConTeXt (Adam's page)
 
* [http://www.unicode.org/charts/symbols.html Unicode slots] of symbols
 
* [http://www.unicode.org/charts/symbols.html Unicode slots] of symbols

Revision as of 10:10, 17 August 2009

< Visuals | Fonts >

< Navigational Symbols | Martin Vogel's Symbols >

Symbols are named graphical or typographic elements. They can be divided into symbol sets, which gives some namespace independence, as well. You can load the symbol definitions from a symb-bla file with:

\usesymbols[bla]

Given a symbol Snowman defined in a symbolset Weather Symbols, you could typeset the symbol with:

\setupsymbolset [Weather Symbols]
\symbol [Snowman]

Or, alternatively, you don't need to load the entire symbolset:

\symbol[Weather Symbols][Snowman]


You can override the existing symbols used at different levels in itemized lists by redefining the existing symbol numbers, with code like the following:

\usesymbols[mvs]
\definesymbol[1][{\symbol[martinvogel 2][PointingHand]}]
\definesymbol[2][{\symbol[martinvogel 2][CheckedBox]}]
\startitemize[packed]
\item item \item item
 \startitemize[packed]
 \item item \item item
 \stopitemize
\item item
\stopitemize

Which (free) font contains some symbol?

Predefined Symbol Sets

(Try \showsymbolset[some set]!)

  • eur : Adobe Euro (Serif|Sans|Mono), defines \texteuro (no sets)
  • jmn : Janusz M. Nowacki's navigational symbols (sets navigation 1-4)
  • mis : common bullets (no sets, but default definition for enumerations)
  • mvs : Martin Vogel's Symbols (sets astronomic, zodiac, europe, martinvogel 1-3; replaces LaTeX's marvosym)
  • nav : Hans Hagen's navigational symbols (sets navigation 1-3)
  • uni : Unicode symbols (including Zapf Dingbats, lots of sets...)
  • was: Roland Waldi's symbols (sets wasy general, music, astronomy, astrology, geometry, physics, apl; replaces LaTeX's wasysym)