TeX/everypar
< TeX
Jump to navigation
Jump to search
Synopsis[edit]
\everypar={<tex-code>}
Description[edit]
\everypar is a parameter that contains TeX code. The contents <tex-code> are placed at the beginning of each horizontal list that starts a paragraph, but after the hbox inserted by \parindent. I.e. the horizontal list will look like this: \hbox{\hskip\parindent}<tex-code>.