Difference between revisions of "Command/determinelistcharacteristics"

From Wiki
Jump to navigation Jump to search
m (Text replace - "[[Category:Commands|" to "== ConTeXt-Forum == {{Forum|{{SUBPAGENAME}}}} [[Category:Commands|")
m (Text replace - "ConTeXt-Forum " to "Help from ConTeXt-Forum ")
Line 41: Line 41:
 
<!-- something like [[cmd:goto|\goto]] -->
 
<!-- something like [[cmd:goto|\goto]] -->
  
== ConTeXt-Forum ==
+
== Help from ConTeXt-Forum ==
 
{{Forum|{{SUBPAGENAME}}}}
 
{{Forum|{{SUBPAGENAME}}}}
  
 
[[Category:Commands|determinelistcharacteristics]]
 
[[Category:Commands|determinelistcharacteristics]]

Revision as of 00:48, 15 March 2012

\determinelistcharacteristics

Syntax

\determinelistcharacteristics[...,...,...][...,...=...,...]
[...,...,...] name
[...,...=...,...] see \setuplist


Description

  1. list name (not combined list name!)
  2. see setuplist

Example

Place the Subject list only if the Subject list is not empty.

\def\PlaceSubjectList%
  {\blank
   \determinelistcharacteristics[Subject]
   \doifmode{*list}{\placelist[Subject]}}


Example

See also

Help from ConTeXt-Forum