Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Project contents go to a new page #47

Open
ss26 opened this issue Jan 17, 2020 · 7 comments
Open

Project contents go to a new page #47

ss26 opened this issue Jan 17, 2020 · 7 comments

Comments

@ss26
Copy link

ss26 commented Jan 17, 2020

Hello. I am new to LaTeX so I don't understand this problem. This was already closed in #32 without any additional info. I hope to provide that here. This is the problem:

yaac-issue

This is my project section code:

\sectionTitle{Projects}{\faLaptop}

\begin{projects}

\project
{Object Tracking in an Unmanned Aerial Vehicle}{Sept 2019 - Present}
{\github{valarsundarlis/Object-Tracking-UAV}}
{Comparitive study of state-of-the-art object tracking algorithms used in unmanned aerial vehicles.}
{CNN}

\project
{Probe Calibration for Image-Guided Surgery}{May - July 2019}
{\github{valarsundarlis/Object-Tracking-UAV}}
{Used MATLAB to calibrate a probe tip and track the tip in real-time for image-guided surgery.}
{MATLAB}

\project
{Deploying ORB-SLAM in a Mobile Robot}{Sept 2018 - Present}
{\github{valarsundarlis/ORBSLAM}}
{Deploying monocular ORB-SLAM in a mobile robot using Raspberry Pi and Pi Camera V2. Part of SSN's Undergraduate Internally Funded Projects for 2018-2020.}
{ROS, OpenCV, Raspberry Pi}

\end{projects}

This is my cv.tex file:

\begin{document}

\makecvheader

\makecvfooter
	%{\textsc{\today}} % \selectlanguage{english}\today
	{\textsc{Sundar Sripada V S}}
	{}
	{\thepage}
\input{section_scolarite}				% Section scholarité
\input{section_experience_short}		% Section expérience
\input{section_competences}				% Section compétence
%\input{section_interets}				% Section intérêts
\input{section_projets}
\input{section_honors.tex}
%\input{section_references} 				% Section références


\end{document}

I tried to search for removing page break in latex and changing the yaac-another-awesome-cv.cls file, but in vain. I want the empty space in page 1 to be used up by the first project instead of completely wasting that space and starting project details from page 2. Please help.

@renautguiot
Copy link

Same issue here.
Tried to add \vspace in the tex file and in the template at several location, without success.
I used 2 scholarship sections before the projects to have a good looking page-break.

@sebinseban
Copy link

sebinseban commented Mar 22, 2022

Anyone found any solution? I am also facing the same issue in project tab.

@ss26
Copy link
Author

ss26 commented Mar 22, 2022

Anyone found any solution? I am also facing the same issue in project tab.

I simply wrote my sentences smaller and made each project fit compactly. It's not a perfect solution, but it worked for me.

@sebinseban
Copy link

Aah, if nothing works, I will try to use this method as the last resort.

@tuyenld
Copy link

tuyenld commented Feb 22, 2023

I have the same problem.

@tuyenld
Copy link

tuyenld commented Feb 22, 2023

Not sure if it is correct way to fix it, but adding \smallskip after \end{minipage} fix the problem.

\newcommand\project[5]{
  \begin{minipage}[t]{\dimexpr(\linewidth) - 1.5em}
    \textbf{\textsc{#1}} \hfill \textsc{#2}\smallskip\\
    % \if #3\\
    \if\relax\detokenize{#3}\relax
      % <EMPTY>% %https://tex.stackexchange.com/a/53091
    \else
      #3\\
    \fi
    #4\smallskip\\
   \footnotesize{\foreach \n in {#5}{\cvtag{\n}}}\\
  \end{minipage}
   \smallskip
  \\*
}

@lrodrin
Copy link

lrodrin commented Jun 20, 2023

Thanks, @tuyenld. Worked for me too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants