Difference between revisions of "Command/determinelistcharacteristics"

From Wiki
Jump to navigation Jump to search
m (Text replace - "Reference/en|" to "Commands|")
m (Text replace - "Reference/en/" to "Command/")
Line 15: Line 15:
 
   <tr valign="top" class="second">
 
   <tr valign="top" class="second">
 
     <td class="cmd">[...,...=...,...]</td>
 
     <td class="cmd">[...,...=...,...]</td>
     <td>see [[Reference/en/setuplist|\setuplist]] </td>
+
     <td>see [[Command/setuplist|\setuplist]] </td>
 
   </tr>
 
   </tr>
 
</table>
 
</table>

Revision as of 02:14, 14 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