Difference between revisions of "Command/setupfillinrules"

From Wiki
Jump to navigation Jump to search
m (Text replace - "[[Category:Commands|" to "== ConTeXt-Forum == {{Forum|{{SUBPAGENAME}}}} [[Category:Commands|")
 
(7 intermediate revisions by 2 users not shown)
Line 4: Line 4:
 
}}
 
}}
  
== [[Help:Reference|Syntax]] ==
+
=== [[Help:Reference|Syntax]] (autogenerated) ==
 +
<syntax>setupfillinrules</syntax>
 +
 
 +
= [[Help:Reference|Syntax]] ==
 
<table cellspacing="4" cellpadding="2" class="cmd">
 
<table cellspacing="4" cellpadding="2" class="cmd">
 
   <tr>
 
   <tr>
Line 11: Line 14:
 
   <tr valign="top" class="first">
 
   <tr valign="top" class="first">
 
     <td class="cmd">[[Command/keyword:width|width]]</td>
 
     <td class="cmd">[[Command/keyword:width|width]]</td>
     <td>[[Command/value:fit|fit]] [[Command/value:broad|broad]] [[Command/value:dimension|dimension]] </td>
+
     <td>fit broad ''dimension'' : the width between the left margin and the start of the first rule. The field name is printed in this space.</td>
 
   </tr>
 
   </tr>
 
   <tr valign="top" class="first">
 
   <tr valign="top" class="first">
 
     <td class="cmd">[[Command/keyword:distance|distance]]</td>
 
     <td class="cmd">[[Command/keyword:distance|distance]]</td>
     <td>[[Command/value:dimension|dimension]] </td>
+
     <td>''dimension'' : distance between the end of the field name and the start of
 +
        the first rule </td>
 
   </tr>
 
   </tr>
 
   <tr valign="top" class="first">
 
   <tr valign="top" class="first">
 
     <td class="cmd">[[Command/keyword:before|before]]</td>
 
     <td class="cmd">[[Command/keyword:before|before]]</td>
     <td>[[Command/value:command|command]] </td>
+
     <td>''command'' : is placed before the rules object</td>
 
   </tr>
 
   </tr>
 
   <tr valign="top" class="first">
 
   <tr valign="top" class="first">
 
     <td class="cmd">[[Command/keyword:after|after]]</td>
 
     <td class="cmd">[[Command/keyword:after|after]]</td>
     <td>[[Command/value:command|command]] </td>
+
     <td>''command'' : is placed after the rules.</td>
 
   </tr>
 
   </tr>
 
   <tr valign="top" class="first">
 
   <tr valign="top" class="first">
 
     <td class="cmd">[[Command/keyword:style|style]]</td>
 
     <td class="cmd">[[Command/keyword:style|style]]</td>
     <td>[[Command/value:normal|normal]] [[Command/value:bold|bold]] [[Command/value:slanted|slanted]] [[Command/value:boldslanted|boldslanted]] [[Command/value:type|type]] [[Command/value:cap|cap]] [[Command/value:small...|small...]] [[Command/value:command|command]] </td>
+
     <td>[[Command/value:normal|normal]] [[Command/value:bold|bold]] [[Command/value:slanted|slanted]] [[Command/value:boldslanted|boldslanted]] [[Command/value:type|type]] [[Command/value:cap|cap]] [[Command/value:small...|small...]] [[Command/value:command|''command'']] </td>
 
   </tr>
 
   </tr>
 
   <tr valign="top" class="first">
 
   <tr valign="top" class="first">
 
     <td class="cmd">[[Command/keyword:n|n]]</td>
 
     <td class="cmd">[[Command/keyword:n|n]]</td>
     <td>[[Command/value:number|number]] </td>
+
     <td>''number'' : number of lines to draw, including the shorter first one</td>
 
   </tr>
 
   </tr>
 
   <tr valign="top" class="first">
 
   <tr valign="top" class="first">
Line 39: Line 43:
 
   <tr valign="top" class="first">
 
   <tr valign="top" class="first">
 
     <td class="cmd">[[Command/keyword:separator|separator]]</td>
 
     <td class="cmd">[[Command/keyword:separator|separator]]</td>
     <td>[[Command/value:text|text]] </td>
+
     <td>''text'' : separates the field name and start of the first rule</td>
 
   </tr>
 
   </tr>
 
</table>
 
</table>
Line 45: Line 49:
  
 
== Description ==  
 
== Description ==  
 
+
Specify default settings for {{cmd|fillinrules}}, which draws lines that an answer can be filled in on.
 
 
  
 
== Example ==
 
== Example ==
Line 52: Line 55:
  
 
== See also ==
 
== See also ==
<!-- something like [[cmd:goto|\goto]] -->
+
* {{cmd|setupfillinrules}}
 +
* {{cmd|fillinrules}}
 +
* {{cmd|setupfillinlines}}
 +
* {{cmd|fillinline}}
  
== ConTeXt-Forum ==
+
== Help from ConTeXt-Mailinglist/Forum ==
 +
All issues with:
 
{{Forum|{{SUBPAGENAME}}}}
 
{{Forum|{{SUBPAGENAME}}}}
  
[[Category:Commands|setupfillinrules]]
+
[[Category:Command/Rules|setupfillinrules]]

Latest revision as of 18:28, 19 November 2019

\setupfillinrules

= Syntax (autogenerated)

\setupfillinrules[...=...,...]
beforecommand
aftercommand
nnumber
interlinespacesmall medium big number
distancedimension
widthfit broad dimension
separatorcommand
stylestyle command
colorcolor


Syntax =

\setupfillinrules[...,...=...,...]
width fit broad dimension : the width between the left margin and the start of the first rule. The field name is printed in this space.
distance dimension : distance between the end of the field name and the start of the first rule
before command : is placed before the rules object
after command : is placed after the rules.
style normal bold slanted boldslanted type cap small... command
n number : number of lines to draw, including the shorter first one
interlinespace small medium big
separator text : separates the field name and start of the first rule


Description

Specify default settings for \fillinrules, which draws lines that an answer can be filled in on.

Example

See also

Help from ConTeXt-Mailinglist/Forum

All issues with: