Difference between revisions of "Command/setupfillinlines"

From Wiki
Jump to navigation Jump to search
(Add See Also)
m
Line 11: Line 11:
 
   <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:dimension|dimension]] </td>
+
     <td>[[Command/value:dimension|dimension]] width of the line</td>
 
   </tr>
 
   </tr>
 
   <tr valign="top" class="first">
 
   <tr valign="top" class="first">
 
     <td class="cmd">[[Command/keyword:margin|margin]]</td>
 
     <td class="cmd">[[Command/keyword:margin|margin]]</td>
     <td>[[Command/value:dimension|dimension]] </td>
+
     <td>[[Command/value:dimension|dimension]] distance from right margin</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>[[Command/value:dimension|dimension]] extra distance to field label (there is already some by default)</td>
 
   </tr>
 
   </tr>
 
   <tr valign="top" class="first">
 
   <tr valign="top" class="first">
Line 31: Line 31:
 
</table>
 
</table>
  
 +
== Description ==
 +
Declare the default setup for {{cmd|fillinline}}.
  
== Description ==  
+
== Example ==
 +
<context source=yes>
 +
\setuppapersize[A7]
 +
\showframe
  
 +
(Default)
 +
\fillinline{Name:}
  
 +
(Margin 1cm, 2cm)
 +
\fillinline[margin=1cm]{Name:}
 +
\fillinline[margin=2cm]{Name:}
  
== Example ==
+
(Declare margin=0.5cm)
<!-- Please fill in an example if you can -->
+
\setupfillinlines[margin=0.5cm]
 +
 
 +
(Width 1cm, 2cm)
 +
\fillinline[width=1cm]{Name:}
 +
\fillinline[width=2cm]{Name:}
 +
 
 +
(Distance 0cm, 1cm, 2cm)
 +
\fillinline[distance=0cm]{Name:}
 +
\fillinline[distance=1cm]{Name:}
 +
\fillinline[distance=2cm]{Name:}
 +
 
 +
</context>
  
 
== See also ==
 
== See also ==
Line 49: Line 70:
 
{{Forum|{{SUBPAGENAME}}}}
 
{{Forum|{{SUBPAGENAME}}}}
  
[[Category:Commands|setupfillinlines]]
+
[[Category:Command/Rules|setupfillinlines]]

Revision as of 11:18, 22 May 2012

\setupfillinlines

Syntax

\setupfillinlines[...,...=...,...]
width dimension width of the line
margin dimension distance from right margin
distance dimension extra distance to field label (there is already some by default)
before command
after command

Description

Declare the default setup for \fillinline.

Example

\setuppapersize[A7]
\showframe

(Default)
\fillinline{Name:}

(Margin 1cm, 2cm)
\fillinline[margin=1cm]{Name:}
\fillinline[margin=2cm]{Name:}

(Declare margin=0.5cm)
\setupfillinlines[margin=0.5cm]

(Width 1cm, 2cm)
\fillinline[width=1cm]{Name:}
\fillinline[width=2cm]{Name:}

(Distance 0cm, 1cm, 2cm)
\fillinline[distance=0cm]{Name:}
\fillinline[distance=1cm]{Name:}
\fillinline[distance=2cm]{Name:}

See also

Help from ConTeXt-Mailinglist/Forum

All issues with: