Die Klasse `komacv` [`komacv`][komacv] basiert auf KOMA-Script und lehnt sich optisch an `moderncv` an. Das Erscheinungsbild des Lebenslaufs ist durch etliche Hilfsmakros anpassbar. Die Klasse ist gut dokumentiert. Beispiele zu den weiteren verfügbaren Stilen finden sich auch in der Dokumentation.
[komacv]: https://www.ctan.org/pkg/komacv?lang=de
![alt text][1]
    \documentclass[%
    xcolor=svgnames,%
    style=classic,% OR
    % style=casual,% OR
    % style=oldstyle,%
    ]{komacv}
    
    \pagestyle{scrheadings}
    \clearscrheadfoot
    \ifoot{CV~\firstname~\familyname}
    \ofoot{\pagemark/\totalpagemark}
    \renewcommand*{\familydefault}{\sfdefault}
    
    %    PERSONAL DATA
    \renewcommand*{\title}{CV}% PDF metadata
    \renewcommand*{\firstname}{Jane}
    \renewcommand*{\familyname}{Eyre}
    \renewcommand*{\acadtitle}{B.\,Ed.}
    \renewcommand*{\addressstreet}{Ferndean House}
    \renewcommand*{\addresscity}{Ferndean Village}
    \renewcommand*{\address}[2]{\addressstreet{#1}\addresscity{#2}}
    \renewcommand*{\mobile}{009-87654321}
    \renewcommand*{\phonenr}{001-23456789}
    \renewcommand*{\faxnr}{001-23456788}
    \renewcommand*{\email}{jeyre@ferndean.me.uk}
    \renewcommand*{\extrainfo}{Some extra info}
    % \renewcommand*{\cvquote}{\enquote{Convinced I grew that neither earth should perish, \\nor one of the souls it treasured.}} %p.373
    % \renewcommand\phonesymbol{Tel.~}
    
    %    PICTURE
    \photo[mframe]{3cm}{example-image-1x1}
    
    
    \begin{document}
    \raggedbottom
    
    \maketitle
    
    \section{Personal Information}
    \cvitem{Date of birth}{February 15, 1828}
    \cvitem{Nationality}{British}
    \cvitem{Civil Status}{Married, two children}
    
    \section{Education}
    \cventry{1835--1838}{Homeschooling}{}{Gateshead}{grades 1--3}{Teacher: Mr.~NN, under supervision of my aunt Ms. Reed.}
    \cventry{1838--1844}{Lowood School}{}{Lowood}{grades 3--8}{A charitable institution under the guidance of Mr.~Brocklehurst.}
    
    \section{Work}
     
    \subsection{Teaching}
    \cventry{1844--1846}{Teacher}{Lowood School}{Lowood}{}{Teaching all grades.}
    \cventry{1846--1847}{Governess}{}{Thornfield Hall, Thornfield near Millcote}{}{Governess of Mr.~Rochester's ward Adèle, 10~years old.}
    \cventry{1847}{Village teacher}{girl's school}{Moore village}{}{Teaching all village girls, mostly farmer's daughters, all grades.}
    \cventry{1849--1867}{Home schooling}{}{Ferndean}{}{Educating and teaching my children, a son and a daughter.}
    
     
    \subsection{Nursing}
    \cventry{1847\,ff.}{Nursing my physically impaired husband}{}{}{}{Very poor eyesight and one hand amputated due to a fire.}
    
    \subsection{Management}
    \cventry{1847\,ff.}{Management of the family estate}{}{}{}{Including the household at Ferndean and extensive property in England and on the continent.}
     
    \section{Languages}
    \cvitemwithcomment{English}{fluent}{mother tongue}
    \cvitemwithcomment{French}{fluent}{oral and written}
    \cvitemwithcomment{Hindustani}{bits of}{}
     
    \section{Computer Knowledges}
    \raggedright
    In my time I didn't have the opportunity to acquire computer knowledges but I am willing to learn the following programs and languages:
    
    \cvdoubleitem{accounting}{GnuCash}{picture editing}{gimp}
     
    \cvdoubleitem{office}{\LaTeX,\\LibreOffice}{languages}{lua, html}
     
    
    \newpage
    
    \section{All Elements}
    
    \subsection{cvitem}
    \cvitem{header}{cvitem text
      \begin{compactenum}
      \item compactenum item one
      \item compactenum item two
      \end{compactenum}
    }
    
    \subsection{cvdoubleitem}
    \cvdoubleitem{1st header}{1st text}{2nd header}{2nd text}
    
    \subsection{cvlistitem}
    \cvlistitem{cvlistitem item1}
    \cvlistitem{cvlistitem item2}
    
    \subsection{cvlistdoubleitem}
    \cvlistdoubleitem{item1}{item2}
    \cvlistdoubleitem{item3}{item4}
    
    \subsection{cventry}
    \cventry{years}{degree/job title}{e.\,g. institution/employer}{e.\,g. localization}{e.\,g. grade}{comment/job description}
    
    \subsection{cvitemwithcomment}
    \cvitemwithcomment{header}{text}{comment}
    
    \subsection{links}
    \link[link description]{link}
    
    \httplink[http link description]{url}
    
    \emaillink[e-mail link description]{e-mail address}
    
    \end{document}
    
    
  [1]: http://texwelt.de/wissen/upfiles/komacvExample.png