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

How to add new roles #52

Closed
butterboy265 opened this issue Jan 7, 2023 · 7 comments
Closed

How to add new roles #52

butterboy265 opened this issue Jan 7, 2023 · 7 comments

Comments

@butterboy265
Copy link

I want to add a new role to my existing work place (i.e Engineer from 2016-2023, Program Manager from 2023-Present) how would I do that?

@dhanushm360
Copy link

Hi, did you find out how to do this?

@edoardottt
Copy link

follow. I admit it would be useful

@butterboy265
Copy link
Author

I was able to figure it out (I just created my own function in order to do so). I'll paste it here:

\newcommand{\resumeNewRole}[2]{
\vspace{-2pt}\item
\begin{tabular*}{0.97\textwidth}[t]{l@{\extracolsep{\fill}}r}
\textit{\small#1} & \textit{\small #2} \
\end{tabular*}\vspace{-7pt}
}

Just add this in the "custom commands" section, it works perfectly

@edoardottt
Copy link

thanks @butterboy265, appreciated!

@erdembilgin
Copy link

Hi @butterboy265, thanks for the info!

I just have a small question. I want to remove the bullet point that comes in front of my second role. Otherwise it looks like this;
Ekran Resmi 2024-01-04 18 54 50

I wanted to keep the bullet points only in front of the company names. How can I do that?

@franktsai127
Copy link

@erdembilgin you can try this, update your resumeNewRole :

\newcommand{\resumeNewRole}[2]{%
\vspace{-2pt}
\noindent
\begin{tabular*}{0.97\textwidth}[t]{@{}l@{\extracolsep{\fill}}r@{}}
\textit{\small#1} & \textit{\small #2} \\
\end{tabular*}%
\vspace{-7pt}
}

@sb2nov
Copy link
Owner

sb2nov commented May 19, 2024

Other option is just uncommenting https://github.com/sb2nov/resume/blob/master/sourabh_bajaj_resume.tex#L128...L133 should just work for you.

@sb2nov sb2nov closed this as completed May 19, 2024
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

6 participants