68.3 Curve.sty

A style file for resumes.

<..curve.4ht..>
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 % curve.4ht                             2014-07-12-22:36 %
 % Copyright (C) 2006--2009       Eitan M. Gurari         %
 <.TeX4ht copyright.>
   <.curve configurations.>
 \Hinput{curve}
 \endinput
 -_-_-

<..curve configurations..>
 \def\makeheaders@#1{%
   \setlength\leftheader@width{\header@scale\textwidth}%
   \setlength\rightheader@width{\textwidth - \leftheader@width}%
   \a:makeheaders
   \@leftheader  \b:makeheaders   \@rightheader  \c:makeheaders}
 \NewConfigure{makeheaders}{3}
 -_-_-

<..curve configurations..>+
 \renewcommand\subrubric[1]{%
   \@nextentry
   \noalign{\gdef\@nextentry{}}%
   \@subrubric{\a:subrubric#1\b:subrubric}\\*}
 \NewConfigure{subrubric}{2}
 -_-_-

<..curve configurations..>+
 \def\@@rubrichead#1{\@rubricfont\a:rubrichead
     #1\b:rubrichead\par\vspace\rubricspace}
 \renewcommand\maketitle{%
   \a:maketitle
   \begin{center}
     \c:maketitle{\@titlefont\@title}\d:maketitle
     \ifx\@subtitle\@undefined\else\\%
         \e:maketitle\@subtitlefont\@subtitle\f:maketitle
     \fi
   \end{center}
   \b:maketitle
   \vspace\titlespace}
 \NewConfigure{rubrichead}{2}
 \NewConfigure{maketitle}{6}
 -_-_-

<..curve configurations..>+
 \renewcommand\@entry[2][]{%
   \gdef\@nextentry{}\egroup
   \a:key\@key{#1}\b:key&\a:prefix\@prefix\b:prefix&#2\\}
 \renewcommand\@sentry[1][]{%
   \gdef\@nextentry{\\}\egroup
   \a:key\@key{#1}\b:key&\a:prefix\@prefix \b:prefix&}
 \renewcommand\entry{%
   \@nextentry
   \bgroup\gdef\@beforespace{-\subrubricbeforespace}%
   \@ifstar{\@sentry}{\@entry}}
 \NewConfigure{key}{2}
 \NewConfigure{prefix}{2}
 -_-_-