moderncv
동일한 고용주와 함께 여러 직위에 대한 항목을 만들려면 어떻게 조정할 수 있는지 궁금합니다 .
나는 기본적으로 설명된 접근 방식 2를 모방하는 데 관심이 있습니다.여기가능하다면 클래식 테마를 사용하세요.
도움을 주시면 감사하겠습니다.
편집하다:
나는 실험을 해왔고 다음은 제안된 MWE 예입니다.
\documentclass[11pt,a4paper]{moderncv}
\moderncvtheme[blue]{classic}
\firstname{FirstName}
\familyname{LastName}
\begin{document}
\maketitle
\section{Recent Experience}
\cventry{Jan 2010 -- Current}
{Company}
{City}
{Country}
{}
{}
\cventry{Jan 2011 -- Current}
{Senior Position}
{}
{}
{}
{
Roles and responsibilities
}
\cventry{Jan 2010 -- Jan 2011}
{Associate Position}
{}
{}
{}
{
Roles and responsibilities
}
\end{document}
심미적인 개선이 필요하다는 점 참고해주세요.
답변1
내 의견에서 제안한 대로, 나는 날짜와 위치를 포함하여 직위를 쌓고 아래에 귀하의 책임을 자세히 설명하는 결합된 단락을 제공하고 싶습니다.
\documentclass{moderncv}
\moderncvtheme{classic}
\moderncvcolor{blue}
\firstname{John}
\familyname{Doe}
\begin{document}
\maketitle
\section{Recent Experience}
\cventry{2011--current}{Senior Position}{Company}{City}{}{}
\cventry{2010--2011} {Junior Position}{Company}{City}{}{%
\begin{itemize}
\item Responsibility 1
\item Responsibility 2
\end{itemize}
}
\end{document}
답변2
이제 이전 직위/벤트리에 대해 회사 이름과 위치를 비워 두어 동일한 회사 내에서 여러 역할을 추가할 수 있습니다.