3.21 latex.ltx

  3.21.1 obeylines
  3.21.2 Tabbing, Tabular and Array Environments
  3.21.3 to be placed

3.21.1 obeylines

<..obeylines confg..>
 \Configure{obeylines}
    {} {} {\hbox{\HCode{<br>}}}
-_-_-

Typically, \obeylines appears in a separate line before the content. The following option is introduced to avoid an extra leading empty line.

<..delayed obeylines confg..>
 \Configure{obeylines}
    {\def\Line:Break{\def\Line:Break{\hbox{\HCode{<br>}}}}} {}
    {\Line:Break}
-_-_-

3.21.2 Tabbing, Tabular and Array Environments

<..PICT dot tabbing..>
 \:CheckOption{pic-tabbing’} \if:Option
   \edef\:temp{\LikeRef{<.tabbing tag.>.}}%
   \def\:tempa{.}\ifx \:temp\:tempa
       \ConfigureEnv{tabbing}{\Picture*{}}{\EndPicture}{}{}
   \fi
 \fi
-_-_-

3.21.3 to be placed

<..32 picmath th4,latex..>
 \Configure{[]}
   {\PicDisplay$$\everymath{}\everydisplay{}}
   {$$\EndPicDisplay}
 \Configure{()}{\PicMath$}{$\EndPicMath}
-_-_-