Manuel Vonthron - <manuel DOT vonthron AT acadis DOT org>
Version 1.0 - 2011
- Copy (or link) the eccehomo-cv folder in your LaTeX distribution directory
executinglocate xkeyval.styshould give you a hint - Update the TeX index with
texhash. You may need to be root.
-
\usepackage[en]{eccehomo-cv} -
\author{} -
\printmargin{} -
\headline{} -
\lastupdated{} -
sectionenvironment -
\subsection -
\place{} -
\position{} -
\item{}
This is a work in progress. Only french-english combination is supported at this time. More info soon.
There are two ways of providing translated content. For now, each command only accept one of them:
- Optional language argument:
\subsection[en]{This is a subsection}
\subsection[fr]{Ceci est une sous-section}- Localized content array:
\begin{section}{en={This is a section},
fr={Ceci est une section}}
\end{section}