Alinhe todo o texto no marcador

Alinhe todo o texto no marcador

Como removo o espaçamento antes da primeira linha de texto em cada marcador?

     \documentclass[papel timbrado,11pt]{artigo}

\usepackage{latexsym}
\usepackage[vazio]{página inteira}
\usepackage{titlesec}
\usepackage{marvosym}
\usepackage[nomes de usuário,nomesdvips]{cor}
\usepackage{literalmente}
\usepackage{enumitem}
\usepackage[pdftex]{hiperref}
\usepackage{fancyhdr}
\usepackage{gráficox}
\usepackage{palatino}
\usepackage{última página}

\pagestyle{chique}
\fancyhf{} % limpa todos os campos de cabeçalho e rodapé
\fancyfoot{}
\renewcommand{\headrulewidth}{0pt}
\renewcommand{\footrulewidth}{0pt}


\cfoot{{\fontfamily{ppl}\selectfont\footnotesize{Página \thepage \hspace{1pt} de \pageref{ÚltimaPágina}}}}

\urlstyle{mesmo}

\raggedbottom
\raggedright
\setlength{\tabcolsep}{0in}

% Formatação de seções
\titleformat{\seção}{
  \vspace{-4pt}\scshape\raggedright\large
}{}{0em}{}[\color{azul}\titlerule \vspace{-5pt}]

%-------------------------
% Comandos personalizados
\newcommand{\resumeItem}[2]{
  \item\pequeno{
    \textbf{#1}{ #2 \vespaço{-2pt}}
  }
}

\newcommand{\resumeSubheading}[4]{
    \setlength{\itemident}{-1em}\vspace{-1pt}\item[]
    \begin{tabular*}{0,97\textwidth}{l@{\extracolsep{\fill}}r}
      \textbf{#1} e #2 \\
      \textit{\small#3} & \textit{\small #4} \\
    \end{tabular*}\vspace{-5pt}
}

\newcommand{\resumeSubItem}[2]{\resumeItem{#1}{#2}\vspace{-4pt}}

\renewcommand{\labelitemii}{$\circ$}

\newcommand{\resumeSubHeadingListStart}{\begin{itemize}[leftmargin=*]}
\newcommand{\resumeSubHeadingListEnd}{\end{itemize}}
\newcommand{\resumeItemListStart}{\begin{itemize}}
\newcommand{\resumeItemListEnd}{\end{itemize}\vspace{-5pt}}

%----------------------------------------------------------
%%%%%% O CV COMEÇA AQUI %%%%%%%%%%%%%%%%%%%%%%%%%%


\begin{documento}

%----------CABEÇALHO-----------------
\begin{tabular*}{\textwidth}{l@{\extracolsep{\fill}}r}
  {\fontfamily{qag}\selectfont{\textcolor{azul}{\Large \textbf{Mousumi Das}}}} & \includegraphics[largura=5cm, altura=2cm]{logocd (3).png} \\
\end{tabular*}
Morrisville, Carolina do Norte


%-------HABILIDADES DE PROGRAMAÇÃO-----------
\section {\textcolor{blue}{\fontfamily{qag}\selectfont\Large{\textbf{Resumo de qualificação}}}}
 \resumeSubHeadingListStart
 \resumeSubItem{}{
     {Programador estatístico com mais de 6 anos de experiência em ambientes CRO apoiando clientes biofarmacêuticos.}
     }
 \resumeSubItem{}{
     {Extensa experiência na produção de tabelas, figuras e listagens (TFL) de segurança e eficácia de acordo com o plano de análise estatística (SAP) e modelos simulados.}
    }
 \resumeSubHeadingListEnd
\vespaço{-8px}

Responder1

Seu código é muito complexo. Para o problema em questão, simplesmente defini um SubHeadingListambiente customizado, baseado itemizenos parâmetros relevantes.

Não relacionado: hyperrefdeve ser carregado como o último pacote, com poucas exceções (principalmente cleveref). Carregue xcolorentão color. A usenamesopção está obsoleta, pois é o padrão há alguns anos. Não é necessário carregar o palatino para o rodapé, pois ele é carregado para todo o documento.

 \documentclass[letterpaper,11pt]{article}
\usepackage{latexsym}
\usepackage[empty]{fullpage}
\usepackage{titlesec}
\usepackage{marvosym}
\usepackage[dvipsnames]{xcolor}
\usepackage{verbatim}
\usepackage{enumitem}
\usepackage{fancyhdr}
\usepackage{graphicx}
\usepackage{palatino}
\usepackage{lastpage}
\usepackage[pdftex]{hyperref}

\pagestyle{fancy}
\fancyhf{} % clear all header and footer fields
\fancyfoot{}
\renewcommand{\headrulewidth}{0pt}
\renewcommand{\footrulewidth}{0pt}

\cfoot{{\footnotesize{Page \thepage \hspace{1pt} of \pageref{LastPage}}}}


\urlstyle{same}

\raggedbottom
\raggedright
\setlength{\tabcolsep}{0in}

% Sections formatting
\titleformat{\section}{
  \vspace{-4pt}\scshape\raggedright\large
}{}{0em}{}[\color{blue}\titlerule \vspace{-5pt}]

%-------------------------
% Custom commands
\newcommand{\resumeItem}[2]{
  \item\small{
    \textbf{#1}{ #2 \vspace{-2pt}}
  }
}

\newcommand{\resumeSubheading}[4]{
    \setlength{\itemindent}{-1em}\vspace{-1pt}\item[]
    \begin{tabular*}{0.97\textwidth}{l@{\extracolsep{\fill}}r}
      \textbf{#1} & #2 \\
      \textit{\small#3} & \textit{\small #4} \\
    \end{tabular*}\vspace{-5pt}
}

\newcommand{\resumeSubItem}[2]{\resumeItem{#1}{#2}\vspace{-4pt}}

\renewcommand{\labelitemii}{$\circ$}

\newcommand{\resumeSubHeadingListStart}{\begin{itemize}[leftmargin=*]}
\newcommand{\resumeSubHeadingListEnd}{\end{itemize}}
\newcommand{\resumeItemListStart}{\begin{itemize}}
\newcommand{\resumeItemListEnd}{\end{itemize}\vspace{-5pt}}

%-------------------------------------------

\newlist{SubHeadingList}{itemize}{1}
\setlist[SubHeadingList]{label =\textbullet, wide=0pt, leftmargin=*, after=\vspace{-5pt}}
%%%%%% CV STARTS HERE %%%%%%%%%%%%%%%%%%%%%%%%%%%%


\begin{document}

%----------HEADING-----------------
\begin{tabular*}{\textwidth}{l@{\extracolsep{\fill}}r}
  {\fontfamily{qag}\selectfont{\textcolor{blue}{\Large \textbf{Mousumi Das}}}} & \includegraphics[width=4cm]{pepe-le-pew2} \\
\end{tabular*}
Morrisville, NC


%--------PROGRAMMING SKILLS------------
\section {\textcolor{blue}{\fontfamily{qag}\selectfont\Large{\textbf{Qualification Summary}}}}
 \begin{SubHeadingList}
\item Statistical Programmer with 6+ years of experience in CRO environments supporting biopharmaceutical clients.

 \item
     Extensive experience producing safety and efficacy Tables, Figures, Listings (TFL) as per statistical analysis plan (SAP) and mock shells.

 \end{SubHeadingList}
\vspace{-8px}

\end{document} 

insira a descrição da imagem aqui

informação relacionada