Advertisement
Guest User

Untitled

a guest
Dec 20th, 2014
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. documentclass{article}
  2. usepackage[DIV9]{typearea}
  3. usepackage{lipsum}
  4.  
  5. usepackage{letltxmacro}
  6. makeatletter
  7. LetLtxMacro{ltx@subsection}{subsection}
  8. renewcommand{subsection}[2][]{ltx@subsection[#1]{protectparbox{4in}{#2}}}
  9. makeatother
  10.  
  11. begin{document}
  12. section{Heading}
  13. subsection{Very very very very very very long subheading with no single line wider than 4 inches}
  14. lipsum
  15. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement