Possible Duplicate:
Changing the style of the first typeset line of a paragraph
Trying to find out how to emphasize the line of text automatically. The issue here is that I have no idea where the line would break.
Ideally it would be start paragraph with \sl and then insert \rm upon first line break.
For now I manually make something like \def\\{\break\rm} and inserting \\\ after a certain word in the beginning of paragraph, manually trying to choose minimal first line looseness.
Would be nice if parshape supported that, so we could make
\parshape=N [indent_1] [width_1] [modifier_1] [indent_2] etc...
Or if there would be something like "everyline", similar to everypar.
Does anybody have an idea?
\slor\rmin modern LaTeX documents! use\sffamily,\rmfamilyor better\textsf{...}and\textrm{...}instead. See http://tex.stackexchange.com/q/516/2975 for an explanation. – Martin Scharrer Apr 29 '11 at 14:26\newthoughton ~page 21 of the tufte-latex example book, or by using the\(sub)paragraph{}commands? – Brent.Longborough Apr 29 '11 at 14:55