Difference between revisions of "Command/determinelistcharacteristics"

From Wiki
Jump to navigation Jump to search
(Create reference page)
 
m (cleanup)
Line 1: Line 1:
<!-- please remove this and the following line if you have checked this page -->
 
{{Reference_Cleanup}}
 
 
{{Reference
 
{{Reference
 
|name=determinelistcharacteristics
 
|name=determinelistcharacteristics
Line 22: Line 20:
  
  
== Description ==  
+
== Description ==
<pre>[1]</pre> ... list name (not combined list name!)
+
# list name (not combined list name!)
<pre>[2]</pre> ... see setuplist
+
# see setuplist
  
 
== Example ==
 
== Example ==
 
Place the Subject list only if the Subject list is not empty.
 
Place the Subject list only if the Subject list is not empty.
<pre class="example">
+
<texcode>
 
\def\PlaceSubjectList%
 
\def\PlaceSubjectList%
 
   {\blank
 
   {\blank
 
   \determinelistcharacteristics[Subject]
 
   \determinelistcharacteristics[Subject]
 
   \doifmode{*list}{\placelist[Subject]}}
 
   \doifmode{*list}{\placelist[Subject]}}
</pre>
+
</texcode>
  
  

Revision as of 15:54, 11 April 2010

\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