Advertisement
Guest User

Untitled

a guest
Jul 27th, 2016
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. documentclass[10pt,final,hyphenatedtitles]{article}
  2.  
  3. usepackage[latin]{babel}
  4. usepackage{graphicx} % Demo for MWE
  5.  
  6. usepackage{flowfram}
  7. usepackage{lipsum}
  8. setlength{columnsep}{0.2cm}
  9. setlength{columnwidth}{dimexpr textwidth-2columnsep}
  10. setlength{columnwidth}{0.25columnwidth}
  11.  
  12. newstaticframe[1]{dimexpr 2columnwidth+columnsep}{0.28textheight}{0pt}{0.72textheight}[widecolumn]
  13.  
  14. newflowframe[1]{columnwidth}{0.70textheight}{0pt}{0pt}
  15. newflowframe[1]{columnwidth}{0.70textheight}{dimexpr columnwidth+columnsep}{0pt}
  16. newflowframe[1]{columnwidth}{textheight}{dimexpr 2columnwidth+2columnsep}{0pt}
  17. newflowframe[1]{columnwidth}{textheight}{dimexpr 3columnwidth+3columnsep}{0pt}
  18.  
  19. begin{document}
  20.  
  21. sloppy% default for multicols
  22. begin{staticcontents*}{widecolumn}
  23. lipsum[10]
  24. end{staticcontents*}
  25.  
  26. lipsum[1-2]
  27. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement