Difference between revisions of "Command/usesymbols"

From Wiki
Jump to navigation Jump to search
(Create reference page)
 
m (remove manual syntax)
 
(19 intermediate revisions by 6 users not shown)
Line 1: Line 1:
<!-- please remove this and the following line if you have checked this page -->
 
{{Reference_Cleanup}}
 
 
{{Reference
 
{{Reference
 
|name=usesymbols
 
|name=usesymbols
Line 6: Line 4:
 
}}
 
}}
  
== [[Help:Reference|Syntax]] ==
+
== [[Help:Reference|Syntax]] (autogenerated) ==
<table cellspacing="4" cellpadding="2" class="cmd">
+
<syntax>usesymbols</syntax>
  <tr>
 
    <td colspan="2" class="cmd">\usesymbols<span class="first" >[...]</span></td>
 
  </tr>
 
  <tr valign="top" class="first">
 
    <td class="cmd">[...]</td>
 
    <td>name </td>
 
  </tr>
 
</table>
 
  
 +
== Description ==
 +
 +
The following four symbol fonts are available with ConTeXt:
 +
* [[Symbols/jmn|Navigational symbols by Janusz M. Nowack]] — {{cmd|usesymbols|[jmn]}}
 +
* [[Symbols/mvs|Martin Vogel symbols]] — {{cmd|usesymbols|[mvs]}}
 +
* [[Symbols/nav|ConTeXt navigation symbols]] — {{cmd|usesymbols|[nav]}}
 +
* [[Symbols/was|Roland Waldi's symbols]] — {{cmd|usesymbols|[was]}}
 +
* Creative Commons — {{cmd|usesymbols|[cc]}}, e.g. {{cmd|symbol|[cc][cc-by-sa-nc]}}
 +
 +
== Example ==
 +
 +
<context source="yes">
 +
\usesymbols[nav,cc]
 +
\setupalign[flushleft]
 +
 +
\startcolumns
 +
\section{cc}
 +
\showsymbolset[cc]
 +
\column
 +
\section{navigation 2}
 +
\showsymbolset[navigation 2]
 +
\stopcolumns
  
== Description ==
+
The default \type{nextpage} symbol: \symbol[nextpage]
  
 +
The \type{nextpage} symbol in \type{navigation 2}: \symbol[navigation 2][nextpage]
  
 +
(Setting \type{navigation 2} as the default set \setupsymbolset[navigation 2])
  
== Example ==
+
The new default \type{nextpage} symbol: \symbol[navigation 2][nextpage]
<!-- Please fill in an example if you can -->
+
</context>
  
 
== See also ==
 
== See also ==
<!-- something like [[cmd:goto|\goto]] -->
 
  
[[Category:Reference/en|usesymbols]]
+
* {{cmd|showsymbolset}} to inspect a symbol set, and for a list of all symbol sets in the abovementioned symbol files
 +
* {{cmd|symbol}} to use a symbol from a symbol set.
 +
 
 +
== Help from ConTeXt-Mailinglist/Forum ==
 +
All issues with:
 +
{{Forum|{{SUBPAGENAME}}}}
 +
 
 +
[[Category:Command/Symbols|usesymbols]]

Latest revision as of 11:52, 1 September 2021

\usesymbols

Syntax (autogenerated)

\usesymbols[...]
[...]file


Description

The following four symbol fonts are available with ConTeXt:

Example

\usesymbols[nav,cc]
\setupalign[flushleft]

\startcolumns
\section{cc}
\showsymbolset[cc]
\column
\section{navigation 2}
\showsymbolset[navigation 2]
\stopcolumns

The default \type{nextpage} symbol: \symbol[nextpage]

The \type{nextpage} symbol in \type{navigation 2}: \symbol[navigation 2][nextpage]

(Setting \type{navigation 2} as the default set \setupsymbolset[navigation 2])

The new default \type{nextpage} symbol: \symbol[navigation 2][nextpage]

See also

  • \showsymbolset to inspect a symbol set, and for a list of all symbol sets in the abovementioned symbol files
  • \symbol to use a symbol from a symbol set.

Help from ConTeXt-Mailinglist/Forum

All issues with: