Command/determinelistcharacteristics

From Wiki
< Command
Revision as of 02:14, 14 March 2012 by Jannis (talk | contribs) (Text replace - "Reference/en/" to "Command/")
Jump to navigation Jump to search

\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