PandaScience / FortySecondsCV

A highly customizable and improved version of Carmine Spagnuolo's Twenty Seconds Curriculum Vitae.
BSD 3-Clause "New" or "Revised" License
215 stars 66 forks source link

Is there an environment for plain text? #42

Closed kuseler closed 1 year ago

kuseler commented 2 years ago

I added the following for a cover letter:


\begin{sidebar}
\begin{sidebarminipage}

        % optionally insert logo picture before profile
        \plotlogobefore

        % optionally insert profile picture
        \plotprofilepicture

        % optionally insert logo picture after profile
        \plotlogoafter

        \vspace{1ex}

        % name and job
        \nameandjob

        % personal information
        \vspace*{0.5em}
        \begin{icontable}[1.6]{1.7em}{0.4em}
            \personaldata
        \end{icontable}

        % user definitions\end{sidebarminipage}
\end{sidebarminipage}
\end{sidebar}

%  \newgeometry{
%   top=0.5in,
%   bottom=\topbottommargin,
%   right=\leftrightmargin,
%   left=\leftrightmargin
%  }

\cvsection{Lorem Ipsum}

{\LARGE dear ladies and gentlemen, \\

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, \\

consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.
}

\newpage

to the top of my cv as a cover letter, it isn't properly formatted:

grafik

Is there a fix or some advice on how to resolve these issues?

PandaScience commented 1 year ago

Hi and sorry for the late reply.

Well, this class was never meant to be used for cover letters, especially since the sidebar is a quite uncommon thing there. Personally, I prefer the clean style of the moderncv class for that purpose.

If you really want to enforce it, you could put your prose text in sth like a parbox:

\parbox{\linewidth}{
  \LARGE
  dear ladies and gentlemen, \\
  Lorem ipsum dolor sit amet... \\
  consetetur sadipscing elitr, ...sit amet.
}
kuseler commented 1 year ago

I thought it would be nice to have the cover letter be coherent with the rest of the template.