Difference between revisions of "Command/determinelistcharacteristics"

From Wiki
Jump to navigation Jump to search
(Create reference page)
 
 
(11 intermediate revisions by 2 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=determinelistcharacteristics
 
|name=determinelistcharacteristics
 
|attributes=
 
|attributes=
 
}}
 
}}
 +
 +
== [[Help:Reference|Syntax]] (autogenerated) ==
 +
<syntax>determinelistcharacteristics</syntax>
  
 
== [[Help:Reference|Syntax]] ==
 
== [[Help:Reference|Syntax]] ==
Line 17: Line 18:
 
   <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>
  
  
== 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>
  
  
Line 41: Line 42:
  
 
== See also ==
 
== See also ==
<!-- something like [[cmd:goto|\goto]] -->
+
<!-- something like {{cmd|goto}} -->
 +
 
 +
== Help from ConTeXt-Mailinglist/Forum ==
 +
All issues with:
 +
{{Forum|{{SUBPAGENAME}}}}
  
[[Category:Reference/en|determinelistcharacteristics]]
+
[[Category:Command/Lists|determinelistcharacteristics]]

Latest revision as of 16:54, 12 November 2019

\determinelistcharacteristics

Syntax (autogenerated)

\determinelistcharacteristics[...,...][...=...,...]
[...,...]list
...=...,...inherits from \setuplist


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-Mailinglist/Forum

All issues with: