posquit0 / Awesome-CV

:page_facing_up: Awesome CV is LaTeX template for your outstanding job application
LaTeX Project Public License v1.3c
23.12k stars 4.79k forks source link

Adding a new section to Resume #10

Closed thezelus closed 8 years ago

thezelus commented 8 years ago

Hi @posquit0

Thanks for this awesome template. I am trying to add a new section to the example resume you have provided but I am running into issues with font styling.

Say for example I want to add a Summary section before Education which basically has either few sentences or itemized list with 3-4 entries, how can I do that? I tried creating a new cvsection

\cvsection{Summary}
\begin{cventries}
 \cventry
  {
      \begin{cvitems}
        \item {blahblah}
        \item {blahblah}
      \end{cvitems}
  }
\end{cventries}

But no luck.

\cvparagraph doesn't work either.

--------------------EDIT-------------------- I tried this and the font styling issue seems to be resolved but now there are 3 empty lines below the section title.

\cvsection{Summary}
\begin{cventries}
 \cventry
 {}
 {}
 {}
 {}
 {
      \begin{cvitems}
        \item {blahblah}
        \item {blahblah}
      \end{cvitems}
 }
\end{cventries}
posquit0 commented 8 years ago

Hi friend,

I thought it's a feature needed, so I applied your opinion on Awesome CV. You can use like below:

\cvsection{Summary}
\begin{cvparagraph}
...
BlahBlah~
...
\end{cvparagraph}

P.S) I changed original 'cvparagraph' to 'lettersection' because it is just a section's title of the cover letter.

Happy New Year!

jayeshkv commented 8 years ago

@posquit0 : when i uncomment the summary section, it overlaps with the education section screenshot from 2016-02-08 17-54-03 kindly let me know if i am doing anything wrong. And also spacing of the summary seems a bit odd.

dmjio commented 4 years ago

@posquit0 this is still broken for me.

\cvsection{Summary}                                                                                                                                    

%-------------------------------------------------------------------------------                                                                       
%       CONTENT                                                                                                                                        
%-------------------------------------------------------------------------------                                                                       
\begin{cvparagraph}                                                                                                                                    

Current Site Reliability Engineer at start-up company Kasa. 7+ years experience specializing in the backend development, infrastructure automation, an\
d computer hacking/security. Super nerd who loves Vim, Linux and OS X and enjoys to customize all of the development environment. Interested in devisi\
ng a better problem-solving method for challenging tasks, and learning new technologies and tools if the need arises.                                  

\end{cvparagraph} 

fails with

Package hyperref Warning: Rerun to get /PageLabels entry.

Runaway argument?
{
! Paragraph ended before \paragraphstyle was complete.
<to be read again> 
                   \par 
l.61 

?