Guest User

Untitled

a guest
Oct 21st, 2014
287
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Latex 1.35 KB | None | 0 0
  1. \documentclass[twoside,openany]{book}
  2. \usepackage{lipsum}
  3. \usepackage[pagestyles]{titlesec}
  4.  
  5. \renewpagestyle{plain}{
  6.     \sethead[\firsttitlemarks\bfseries\ifnum\value{section}=0 \thechapter\else\thesection\fi][][]% even-left | even-center | even-right
  7.     {}{}{\bottitlemarks\bfseries\ifnum\value{section}=0 \thechapter\else\thesection\fi}% odd-left | odd-center | odd-right
  8.     \setfoot[\thepage][][]% even-left | even-center | even-right
  9.     {}{}{\thepage}% odd-left | odd-center | odd-right
  10.     \setheadrule{0.4pt}
  11. }
  12. \pagestyle{plain}
  13.  
  14. \begin{document}
  15.    
  16.     \tableofcontents
  17.    
  18.     \chapter{Header Test}
  19.     \section{Sec1}
  20.     \lipsum[1]
  21.     \section{Sec2}
  22.     \lipsum[3-4]
  23.     \section{Sec3}
  24.     \lipsum[5]
  25.     \section{Sec4}
  26.     \lipsum[7]
  27.     \chapter{New Chapter}
  28.     \section{Sec5}
  29.     \lipsum[2]
  30.     \section{Sec6}
  31.     \lipsum[6]
  32.     \section{Sec7}
  33.     \lipsum[8-9]
  34.     \section{Sec8}
  35.     \lipsum[10]
  36.     \chapter{GAH}
  37.     \lipsum[1-4]
  38.         \chapter{New Chapter AAAA}
  39.         \section{Sec5}
  40.         \lipsum[2]
  41.         \section{Sec6}
  42.         \lipsum[6]
  43.         \section{Sec7}
  44.         \lipsum[8-9]
  45.         \section{Sec8}
  46.         \lipsum[10]
  47.         \chapter{GAH1}
  48.             \section{Sec8}
  49.             \lipsum[10]
  50.             \lipsum[1-4]
  51.                 \lipsum[1-4]
  52.                     \lipsum[1-4]
  53.                         \lipsum[1-4]
  54.             \chapter{New CHAPTER AAAAA}
  55.             \section{Sec5}
  56.             \lipsum[2]
  57.             \section{Sec6}
  58.             \lipsum[6]
  59.             \section{Sec7}
  60.             \lipsum[8-9]
  61.             \section{Sec8}
  62.             \lipsum[10]
  63. \end{document}
Advertisement
Add Comment
Please, Sign In to add comment