cambiando de color en color a la izquierda en deedy-resume

cambiando de color en color a la izquierda en deedy-resume

ingrese la descripción de la imagen aquíEstoy intentando cambiar el color de las líneas de los títulos (por ejemplo, el nombre y la información de contacto en el título deben tener un color diferente para cada línea de los títulos). Y desafortunadamente no funciona como esperaba.

En primer lugar, estoy trabajando con la siguiente plantilla: https://www.overleaf.com/articles/rishabh-cv-v3/chvmptzhvfnb

Como puede ver en la imagen, 2 es de un color diferente, usando \color, sin embargo, no puedo cambiar el color de 1.

En segundo lugar, en el archivo .cls, hay una sección que trata sobre la "sección de nombre", sin embargo, como se trata de una plantilla modificada, no hace uso de esa sección.

En tercer lugar, he probado lo siguiente:

- \textcolor{blue}{\textbf{some bold and colored text}}, que no funcionó en flushleft. -También lo intenté \color{blue}por dentro y por fuera flushleft -Finalmente lo intenté\leavevmode\color{red} text

Creo que el apartado pertinente es el siguiente:

\documentclass[letterpaper]{deedy-resume} 
\usepackage{fixltx2e}
\usepackage{hyperref}
\usepackage{color}
\usepackage[document]{ragged2e}

\begin{document}

%----------------------------------------------------------------------------------------
%   TITLE SECTION
%----------------------------------------------------------------------------------------

\begin{flushleft}
\Huge \textbf{RISHABH URVESH SHAH}\\*
\begin{small}

\vspace{-7mm}
\textbf{\urlstyle{same}{\footnotesize \\ \url{http://aqes.cee.illinois.edu} | \url{hiwater.org}} | \href{mailto:[email protected]}{\underline} [email protected] | +1 (217)-819-6377 
}
\end{small}
\end{flushleft}

De forma anticipada, muchas gracias por su ayuda.

Respuesta1

Bueno, la mejor manera de conseguir lo que quieres es redefinir comando \namesection, por ejemplo así:

\renewcommand{\namesection}[7]{ % Defines the command for the main heading
\flushleft 
{
\fontsize{40pt}{60pt} % Font size
\fontspec[Path = fonts/lato/]{Lato-Lig}\selectfont #1 % First name font
\fontspec[Path = fonts/lato/]{Lato-Lig}\selectfont #2 % Last name font
\\[5pt] % Whitespace between the name and contact information
}
\flushleft 
{ % Center the contact information
\color{headings} % Use the headings color
\fontspec[Path = fonts/raleway/]{Raleway-Bold}\fontsize{11pt}{14pt}\selectfont \textcolor{red}{#3} 
\fontspec[Path = fonts/raleway/]{Raleway-Medium}\fontsize{11pt}{14pt}\selectfont \textcolor{blue}{#4} \\
\fontspec[Path = fonts/raleway/]{Raleway-Bold}\fontsize{11pt}{14pt}\selectfont #5
\fontspec[Path = fonts/raleway/]{Raleway-Medium}\fontsize{11pt}{14pt}\selectfont #6 \\
{\footnotesize #7} \\
} % Contact information font
%\noindent\makebox[\linewidth]{\color{headings}\rule{\paperwidth}{0.4pt}} % Horizontal rule
%\vspace{-5pt} % Reduce whitespace after the rule slightly
}

Con esta redefinición puedes agregar 7 parámetros para \namesectiondarle me gusta.

\namesection{RISHABH}{URVESH SHAH}%
{Work Address:}{4140 NCEL MC-250, 205 N Mathews Ave, Urbana IL 61801, USA}
{Home Address:}{107 E Springfield Ave, Apt. 217, Champaign IL 61820, USA}
{{\urlstyle{same}\url{http://aqes.cee.illinois.edu} | \url{hiwater.org}} | \href{mailto:[email protected]}{[email protected]} | +1 (217)-819-6377}

Por favor, vea que agregué su nombre \flushleft, cambié la fuente para el nombre y el tamaño de fuente y agregué un ejemplo que muestra cómo cambiar el color de los datos impresos (¡vea la fuente en negrita incluida en el nombre de la fuente!):

\textcolor{red}{#3} 

y

\textcolor{blue}{#4}

También eliminé la regla de cierre del título...

Ahora puedes trabajar con eso y cambiarlo a lo que necesites...

Por favor consulte el siguiente MWE

\documentclass[letterpaper]{deedy-resume} 
%\usepackage{fixltx2e}

\usepackage{xcolor}
\usepackage[document]{ragged2e}
\usepackage{hyperref}

\renewcommand{\namesection}[7]{ % Defines the command for the main heading
\flushleft 
{
\fontsize{40pt}{60pt} % Font size
\fontspec[Path = fonts/lato/]{Lato-Lig}\selectfont #1 % First name font
\fontspec[Path = fonts/lato/]{Lato-Lig}\selectfont #2 % Last name font
\\[5pt] % Whitespace between the name and contact information
}
\flushleft 
{ % Center the contact information
\color{headings} % Use the headings color
\fontspec[Path = fonts/raleway/]{Raleway-Bold}\fontsize{11pt}{14pt}\selectfont \textcolor{red}{#3} 
\fontspec[Path = fonts/raleway/]{Raleway-Medium}\fontsize{11pt}{14pt}\selectfont \textcolor{blue}{#4} \\
\fontspec[Path = fonts/raleway/]{Raleway-Bold}\fontsize{11pt}{14pt}\selectfont #5
\fontspec[Path = fonts/raleway/]{Raleway-Medium}\fontsize{11pt}{14pt}\selectfont #6 \\
{\footnotesize #7} \\
} % Contact information font
%\noindent\makebox[\linewidth]{\color{headings}\rule{\paperwidth}{0.4pt}} % Horizontal rule
\vspace{-5pt} % Reduce whitespace after the rule slightly
}


\begin{document}

%----------------------------------------------------------------------------------------
%   TITLE SECTION
%----------------------------------------------------------------------------------------

\namesection{RISHABH}{URVESH SHAH}%
{Work Address:}{4140 NCEL MC-250, 205 N Mathews Ave, Urbana IL 61801, USA}
{Home Address:}{107 E Springfield Ave, Apt. 217, Champaign IL 61820, USA}
{{\urlstyle{same}\url{http://aqes.cee.illinois.edu} | \url{hiwater.org}} | \href{mailto:[email protected]}{[email protected]} | +1 (217)-819-6377}

%----------------------------------------------------------------------------------------
%   LEFT COLUMN
%----------------------------------------------------------------------------------------

\begin{minipage}[t]{0.29\textwidth} 

\section{Education} 

\subsection{University of Illinois}
\subsection{at Urbana-Champaign}

\descript{M.S. Civil and Environmental Engineering}
\location{Expected Aug 2015 | GPA: 3.91}

\sectionspace 

\subsection{Gujarat Technological}
\subsection{University}

\descript{B.E. Environmental Engineering}
\location{June 2013 | GPA: 8.67/10.00}

\sectionspace 

\sectionspace 

\section{Coursework}

\subsection{Graduate}

Air Quality Engineering \\
Air Quality Modeling \\
Atmospheric Meteorology \\
Aerosol Sampling and Analysis \\
Environmental Transport Modeling \\
Water Chemistry


\sectionspace 

\subsection{Undergraduate}


Wastewater Treatment Process Design \\
Environmental Impact Assessment \\
Environmental Legislation and Audit \\
Occupational Health and Safety \\
Waste Management \\
Project Management \\
Fundaments of Automobile Engineering \\
Conventional Power Engineering \\

\sectionspace 

\section{Skills}

\subsection{Computer}
Aerosol Instrument Manager \textbullet{} LabVIEW \textbullet{} MATLAB \textbullet{} AERMOD \textbullet{} Engineering Equation Solver \textbullet{}
\\ WRPLOT View \textbullet{} MINEQL+ \textbullet{} ALOHA \textbullet{} MARPLOT

\sectionspace

\subsection{Certificates}
\textbullet{}Energy and Sustainability Engineering | Jan 2015| University of Illinois, Urbana-Champaign
\textbullet{}Certified LabVIEW Associate Developer (CLAD) | Jan 2015 | National Instruments
\sectionspace 

\end{minipage} 
\hfill
%
%----------------------------------------------------------------------------------------
%   RIGHT COLUMN
%----------------------------------------------------------------------------------------
%
\begin{minipage}[t]{0.66\textwidth} 

\section{Experience}

\runsubsection{Graduate Research Assistant} |\descript{\small Dept. of Civil and Environmental Engineering, University of Illinois at Urbana-Champaign}

\location{Expected May 2014 – Aug 2015 | Urbana, IL}
\vspace{\topsep} 
\begin{tightitemize}
\item Advised by Dr. Mark J. Rood and Dr. Tami C. Bond.\\
\item Conducting laboratory experiments to characterize the optical properties and cloud condensation nuclei (CCN) activity of biomass-burning aerosol in tandem with atmospherically relevant tracer gas, ozone. Extensive use of aerosol sampling and measurement equipment.\\
\item Research funded by the US Department of Energy. 
\end{tightitemize}

\sectionspace 

\runsubsection{Graduate Teaching Assistant} |\descript{\small Dept. of Natural Resources and Environmental Sciences, University of Illinois at Urbana-Champaign}

\location{Jan 2014 – May 2014 | Urbana, IL}
\begin{tightitemize}
\item Assistant to Dr. Bethany B. Cutts.\\
\item Tasks included leading weekly discussion sessions, weekly course planning, holding office hours and grading assignments. Worked under Dr. Bethany Cutts.
\end{tightitemize}

\sectionspace 

\runsubsection{Vocational Trainee} |\descript{\small Environmental Control Unit, Gujarat Narmada-Valley Fertilizers Pvt. Ltd. (GNFC)}

\location{June 2012 | Bharuch, Gujarat, India}
\begin{tightitemize}
\item Stationed at the Nitro-Effluent and Common Effluent Treatment Plant (NETP and CETP) for treating combined effluent streams from various chemical manufacturing units of GNFC.
\end{tightitemize}

\sectionspace 

\section{Project Experience}

\descript{Automotive air pollution and its control by catalytic converters}

\location{Fall 2013 | Independent Study | University of Illinois}
A study of the formation of air pollutants in an internal combustion engine, role and limitations of catalytic converters in controlling emissions
\sectionspace 

\descript{Modeling of increase in SO\textsubscript{2} concentrations due to proposed erection of stacks}

\location{Fall 2013 | Coursework Project | University of Illinois}
Modeling ambient SO\textsubscript{2} emissions around proposed site of stack erection using AERMOD, Breeze 3D Analyst and WRPLOT ViewTM software. 

\sectionspace 

\descript{Mitigation response following a cyclohexane spill}

\location{Fall 2013 | Coursework Project | University of Illinois}
Modeling the behaviour of a hypothetical cyclohexane spill using computer software, viz. ALOHA, MARPLOT and CAMEO Chemicals and to develop an emergency response plan to be followed in such scenario.

\sectionspace 

\section{Presentations} 

\textbullet{}\location{\color{darkgray} Poster: "Hygroscopicity and CCN Activity of Biomass-burning aerosol"}
{\footnotesize Mar 2015 | US Department of Energy: Atmospheric System Research Meeting | Vienna VA\\}
\textbullet{}\location{\color{darkgray} Poster: "Measuring CCN activity of Organic Carbon with Ammonia Aging"}
{\footnotesize Apr 2014 | Environmental Engineering and Science Symposium | Champaign IL}
\sectionspace 

\end{minipage}

\end{document}

y su resultado:

pdf resultante

información relacionada