christopheradams / tufte-latex

Automatically exported from code.google.com/p/tufte-latex
0 stars 1 forks source link

Titleformat for Part #69

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Current heading format for parts is bold/roman, unchanged from standard Latex. 
Since Tufte's books don't have parts here is a suggestion for how it could 
look. For tufte-common.def:

\titleformat{\part}%
  [display]% shape
  {\begin{fullwidth}}% format applied to label+text
  {\itshape\Huge\hfill\thepart  }% label
  {0pt}% horizontal separation between label and title body
  {\Huge\rmfamily\itshape\hfill}% before the title body
  [\end{fullwidth}]% after the title body

Visual example attached:

Original issue reported on code.google.com by millib...@gmx.net on 23 Sep 2011 at 12:36

Attachments: