repeat
ShowableShowable functions can be customized with show
rules.
Showable functions can be customized with
show
rules.Repeats content to fill a line.
This can be useful when implementing a custom index, reference, or outline.
Space may be inserted between the instances of the body parameter, so be sure to include negative space if you need the instances to overlap.
Example
Sign on the dotted line: #repeat[.]
#set text(10pt)
#v(8pt, weak: true)
#align(right)[
Berlin, the 22nd of December, 2022
]

ParametersParameters are the inputs to a function. They are specified in parentheses after the function name.
Parameters are the inputs to a function. They are specified in parentheses after the function name.
repeat()
body
The content to repeat.