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

removing hanging indent in tightitemize #52

Open
margarineHound opened this issue Aug 7, 2019 · 1 comment
Open

removing hanging indent in tightitemize #52

margarineHound opened this issue Aug 7, 2019 · 1 comment

Comments

@margarineHound
Copy link

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
Copy link

jay8299 commented Feb 23, 2021

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

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

2 participants