deedy / Deedy-Resume

A one page , two asymmetric column resume template in XeTeX that caters to an undergraduate Computer Science student
Apache License 2.0
4.74k stars 1.25k forks source link

removing hanging indent in tightitemize #52

Open margarineHound opened 4 years ago

margarineHound commented 4 years ago

I want the bullet points for each position to line up with the position title and employer. I have modified the \tightitemize command as follows:

\newenvironment{tightitemize} % Defines the tightitemize environment which modifies the itemize environment to be more compact {\vspace{-\topsep}\begin{itemize} \leftmargin-25pt \itemsep0pt \parskip0pt \parsep0pt \itemindent-20pt \labelsep1pt \parindent0pt } {\end{itemize}\vspace{-\topsep}}

However, it seems that this is causing a hanging indent: ie. I want the second line of each bullet point to line up vertically with the first word in the first line, if not the bullet.

Rishabh CV_v3 - Online LaTeX Editor Overleaf - Mozilla Firefox 8_7_2019 01_02_38_LI_Moment

I have tried playing around with the values, and parameters, to no avail. I would appreciate any and all help. Thank you in advance.

jay8299 commented 3 years ago

I want the bullet points for each position to line up with the position title and employer. I have modified the \tightitemize command as follows:

\newenvironment{tightitemize} % Defines the tightitemize environment which modifies the itemize environment to be more compact {\vspace{-\topsep}\begin{itemize} \leftmargin-25pt \itemsep0pt \parskip0pt \parsep0pt \itemindent-20pt \labelsep1pt \parindent0pt } {\end{itemize}\vspace{-\topsep}}

However, it seems that this is causing a hanging indent: ie. I want the second line of each bullet point to line up vertically with the first word in the first line, if not the bullet.

Rishabh CV_v3 - Online LaTeX Editor Overleaf - Mozilla Firefox 8_7_2019 01_02_38_LI_Moment

I have tried playing around with the values, and parameters, to no avail. I would appreciate any and all help. Thank you in advance.

Instead of \itemindent-20pt use \leftmargini command

for more check this https://tex.stackexchange.com/questions/480957/move-item-right-or-left