Advertisement
pasto

esempio intestazioni memoir

May 7th, 2015
249
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Latex 0.61 KB | None | 0 0
  1. %%% CHAPTER'S STYLE
  2. \chapterstyle{bianchi}
  3. %\chapterstyle{ger}
  4. %\chapterstyle{madsen}
  5. %\chapterstyle{ell}
  6. %%% STYLE OF SECTIONS, SUBSECTIONS, AND SUBSUBSECTIONS
  7. \setsecheadstyle{\Large\bfseries\sffamily\raggedright}
  8. \setsubsecheadstyle{\large\bfseries\sffamily\raggedright}
  9. \setsubsubsecheadstyle{\bfseries\sffamily\raggedright}
  10.  
  11.  
  12. %%% STYLE OF PAGES NUMBERING
  13. %\pagestyle{companion}\nouppercaseheads
  14. %\pagestyle{headings}
  15. %\pagestyle{Ruled}
  16. \pagestyle{plain}
  17. \makepagestyle{plain}
  18. \makeevenfoot{plain}{\thepage}{}{}
  19. \makeoddfoot{plain}{}{}{\thepage}
  20. \makeevenhead{plain}{}{}{}
  21. \makeoddhead{plain}{}{}{}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement