¿Cómo elimino el espacio antes de la primera línea de texto en cada viñeta?
\documentclass[papel de carta,11pt]{artículo} \usepackage{latexsym} \usepackage[vacío]{página completa} \usepackage{títulosec} \usepackage{marvosym} \usepackage[nombres de uso,nombresdvips]{color} \usepaquete{textualmente} \usepackage{enumitem} \usepackage[pdftex]{hiperref} \usepackage{fancyhdr} \usepackage{gráficox} \usepackage{palatino} \usepackage{última página} \pagestyle{elegante} \fancyhf{} % borrar todos los campos de encabezado y pie de página \fancyfoot{} \renewcommand{\headrulewidth}{0pt} \renewcommand{\footrulewidth}{0pt} \cfoot{{\fontfamily{ppl}\selectfont\footnotesize{Página \thepage \hspace{1pt} de \pageref{LastPage}}}} \urlstyle{mismo} \raggedbottom \raggedright \setlength{\tabcolsep}{0in} % Formato de secciones \titleformat{\sección}{ \vspace{-4pt}\scshape\raggedright\grande }{}{0em}{}[\color{azul}\titlerule \vspace{-5pt}] %---------------------------------- % Comandos personalizados \newcommand{\resumeItem}[2]{ \elemento\pequeño{ \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} y #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}} %------------------------------------------- %%%%%% CV COMIENZA AQUÍ %%%%%%%%%%%%%%%%%%%%%%%%%%%%% \begin{documento} %----------TÍTULO----------------- \begin{tabular*}{\textwidth}{l@{\extracolsep{\fill}}r} {\fontfamily{qag}\selectfont{\textcolor{azul}{\Large \textbf{Mousumi Das}}}} & \includegraphics[ancho=5cm, alto=2cm]{logocd (3).png} \\ \end{tabular*} Morrisville, Carolina del Norte, EE.UU. %--------HABILIDADES EN PROGRAMACIÓN------------ \section {\textcolor{azul}{\fontfamily{qag}\selectfont\Large{\textbf{Resumen de calificaciones}}}} \resumeSubHeadingListInicio \resumeSubItem{}{ {Programador estadístico con más de 6 años de experiencia en entornos CRO apoyando a clientes biofarmacéuticos.} } \resumeSubItem{}{ {Amplia experiencia en la producción de Tablas, Figuras, Listados (TFL) de seguridad y eficacia según plan de análisis estadístico (SAP) y simulacros.} } \resumeSubHeadingListEnd \vespacio{-8px}
Respuesta1
Tu código es muy complejo. Para el problema en cuestión, simplemente definí un SubHeadingList
entorno personalizado, basado itemize
en los parámetros relevantes.
No relacionado: hyperref
debe cargarse como último paquete, con muy pocas excepciones (la más notable cleveref
). Cargar xcolor
en lugar de eso color
. La usenames
opción está obsoleta, ya que es la predeterminada desde hace bastantes años. No es necesario cargar palatino para el pie de página ya que se carga para todo el 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}