Difference between revisions of "Command/setupinitial"

From Wiki
Jump to navigation Jump to search
Line 24: Line 24:
 
     <cd:parameter name="before">
 
     <cd:parameter name="before">
 
       <cd:paramdoc>for example, to insert 2 big space before placement of the initial,
 
       <cd:paramdoc>for example, to insert 2 big space before placement of the initial,
<tt>before={\blank[2*big]}]</tt></cd:paramdoc>
+
<code>before={\blank[2*big]}]</code></cd:paramdoc>
 
       <cd:constant type="cd:command"></cd:constant>
 
       <cd:constant type="cd:command"></cd:constant>
 
     </cd:parameter>
 
     </cd:parameter>
Line 42: Line 42:
 
     </cd:parameter>
 
     </cd:parameter>
 
     <cd:parameter name="style">
 
     <cd:parameter name="style">
       <cd:paramdoc>style of the initial, for example <tt>style=\tex{bfd}</tt> for large bold</cd:paramdoc>
+
       <cd:paramdoc>style of the initial, for example <code>style=\tex{bfd}</code> for large bold</cd:paramdoc>
 
       <cd:constant type="cd:style"></cd:constant>
 
       <cd:constant type="cd:style"></cd:constant>
 
       <cd:constant type="cd:command"></cd:constant>
 
       <cd:constant type="cd:command"></cd:constant>
 
     </cd:parameter>
 
     </cd:parameter>
 
     <cd:parameter name="color">
 
     <cd:parameter name="color">
       <cd:paramdoc>color, for example <tt>color=darkred</tt></cd:paramdoc>
+
       <cd:paramdoc>color, for example <code>color=darkred</code></cd:paramdoc>
 
       <cd:constant type="cd:color"></cd:constant>
 
       <cd:constant type="cd:color"></cd:constant>
 
     </cd:parameter>
 
     </cd:parameter>
 
     <cd:parameter name="font">
 
     <cd:parameter name="font">
       <cd:paramdoc>font specification, for example <tt>font=Bold at 32pt</tt></cd:paramdoc>
+
       <cd:paramdoc>font specification, for example <code>font=Bold at 32pt</code></cd:paramdoc>
 
       <cd:constant type="cd:font"></cd:constant>
 
       <cd:constant type="cd:font"></cd:constant>
 
     </cd:parameter>
 
     </cd:parameter>
Line 59: Line 59:
 
     </cd:parameter>
 
     </cd:parameter>
 
     <cd:parameter name="location">
 
     <cd:parameter name="location">
       <cd:paramdoc></cd:paramdoc>
+
       <cd:paramdoc>default is <code>text</code>, but initial can be placed in the margin with <code>location=margin</code></cd:paramdoc>
 
       <cd:constant type="margin"></cd:constant>
 
       <cd:constant type="margin"></cd:constant>
 
       <cd:constant default="yes" type="text"></cd:constant>
 
       <cd:constant default="yes" type="text"></cd:constant>

Revision as of 17:02, 12 December 2020


\setupinitial

Summary

The command \setupinitial is used for providing a decorative or ornate first letter to prose at the start of chapters, sections, and so forth.


Settings

\setupinitial[...,...][...=...,...]
[...,...]name
nnumber
mnumber
beforecommand
distancedimension
hoffsetdimension
voffsetline dimension
stylestyle command
colorcolor
fontfont
texttext
locationmargin text
methodfirst last auto none

OptionExplanation
n
the number of lines in the paragraph that the initial should occupy. It defaults to 3. Another description can be "line where footline of dropcapital"
m
number of letters to capitalize
before
for example, to insert 2 big space before placement of the initial, before={\blank[2*big]}]
distance
"offsets the following text" or "distance to the following text"
hoffset
shift the initial horizontally, on the "left" (positive value) or on the right (negative value)
voffset
shift the initial vertically, down (positive value) or up (negative value). Value 0pt gives a "top" alignment.
style
style of the initial, for example style=\tex{bfd} for large bold
color
color, for example color=darkred
font
font specification, for example font=Bold at 32pt
location
default is text, but initial can be placed in the margin with location=margin

Description

Examples

Notes

See also

Help from ConTeXt-Mailinglist/Forum

All issues with: