Difference between revisions of "Command/fillinline"

From Wiki
Jump to navigation Jump to search
(Created page with "Documentation for \fillinline")
 
Line 13: Line 13:
 
</cd:variants>
 
</cd:variants>
 
<cd:description>A line on which the reader may fill in an answer.
 
<cd:description>A line on which the reader may fill in an answer.
</cd:description>
+
 
 +
Typically the fill-in line is its own paragraph, because it behaves a bit oddly: it pushes the actual fill-in field to the right of the line, and it does not work well in vertical mode (see example).</cd:description>
 
<cd:examples><cd:example title=""><context source="yes" text="This gives:">
 
<cd:examples><cd:example title=""><context source="yes" text="This gives:">
 +
\setuppapersize[A6,landscape]
 +
\setupfillinlines[color=blue]
 
\starttext
 
\starttext
\noindent
 
\fillinline[width=2cm]{name}
 
\fillinline[width=4cm]{address}\par
 
  
\noindent
+
separate pars:\par
\fillinline[width=2cm]{name}\crlf
+
\noindent\fillinline[width=2cm]{\it name}\par
\fillinline[width=4cm]{address}\par
+
\noindent\fillinline[width=4cm]{\it address}\par
 +
 
 +
two fields on one line:\crlf
 +
\fillinline[width=2cm]{\it name}
 +
\fillinline[width=4cm]{\it address}\par
 +
 
 +
two fields on two lines:\crlf
 +
\fillinline[width=2cm]{\it name}\crlf
 +
\fillinline[width=4cm]{\it address}\par
 +
 
 +
invisible in vertical mode:\par
 +
\fillinline[width=2cm]{\it name}\par
  
 
\stoptext
 
\stoptext

Revision as of 14:29, 16 November 2021


\fillinline

Summary

The command \fillinline creates fill-in lines.

Settings

\fillinline[...=...,...]
...=...,...inherits from \setupfillinlines

Description

A line on which the reader may fill in an answer.

Typically the fill-in line is its own paragraph, because it behaves a bit oddly: it pushes the actual fill-in field to the right of the line, and it does not work well in vertical mode (see example).

Examples

Example 1

\setuppapersize[A6,landscape]
\setupfillinlines[color=blue]
\starttext

separate pars:\par
\noindent\fillinline[width=2cm]{\it name}\par
\noindent\fillinline[width=4cm]{\it address}\par

two fields on one line:\crlf
\fillinline[width=2cm]{\it name}
\fillinline[width=4cm]{\it address}\par

two fields on two lines:\crlf
\fillinline[width=2cm]{\it name}\crlf
\fillinline[width=4cm]{\it address}\par

invisible in vertical mode:\par
\fillinline[width=2cm]{\it name}\par

\stoptext

This gives:

Notes

See also

Help from ConTeXt-Mailinglist/Forum

All issues with: