My 1st post in this forum:
The package europecv (for writing curricula vitae according to europass standard), available from http://www.ctan.org/tex-archive/help/Ca ... opecv.html, gives me headaches.
Maybe one of you can help me / put me in the right direction.
lets consider this minimal example:
Code: Select all
\documentclass[helvetica,openbib,totpages]{europecv}
\usepackage[T1]{fontenc}
\usepackage{graphicx}
\usepackage[a4paper,top=1.27cm,left=1cm,right=1cm,bottom=2cm]{geometry}
\usepackage[english]{babel}
\usepackage{bibentry}
\usepackage{paralist}
\ecvname{Surname, Name}
\ecvaddress{House number, street name, postcode, city, country}
\ecvtelephone[(Remove if not relevant)]{(Remove if not relevant)}
\ecvnationality{(Remove if not relevant)}
\ecvdateofbirth{(Remove if not relevant)}
\ecvgender{(Remove if not relevant)}
\begin{document}
\selectlanguage{english}
\begin{europecv}
\ecvpersonalinfo[5pt]
\ecvitem[15pt]{\large\textbf{Desired employment/ Occupational~field}}{\large\textbf{(Remove if not relevant)}}
\ecvitem{\large Social skills and competences}{
\begin{compactitem}[-]
\item superior LaTeX skills, if it were not for some little annoyances like the vertical gap, which has to disappear so that this list-item is aligned horizontaly with ``social skills and competences''
\item
\item
\end{compactitem}}
\ecvitem{\large some other skills that I have}{ this text gets aligned correctly
\begin{compactitem}[-]
\item same old \ldots
\item
\item
\end{compactitem}}
\end{europecv}
\end{document}
The part in question is the section "Social skills and competences". On the right side of the vertical ruler I want to use a compactlist - you know, I have so many different social skills

I tried compactlist (package paralist) in other LaTeX files and there is no gap between the first list-item and the preceeding paragraph, i.e. the way I want it. Only something in the europecv environment messes it up. I dont know what it is / whether there are other methods (I already tried various \setlength{\topsep}{0pt}, \setlength{\partopsep}{0pt} etc., they get overridden. But where?
Does anyone have a hint?! I would very much appreciate it.
Thanks for reading until this line at least, excluding all line skippers

cheers