изменение цвета в flushleft в deedy-resume

изменение цвета в flushleft в deedy-resume

введите описание изображения здесьЯ пытаюсь изменить цвет строк заголовков (например, имя и контактная информация в заголовке должны быть разного цвета для каждой строки заголовков). И, к сожалению, это не работает так, как я ожидал.

Во-первых, я работаю со следующим шаблоном: https://www.overleaf.com/articles/rishabh-cv-v3/chvmptzhvfnb

Как вы можете видеть на рисунке, 2 — это другой цвет, использующий \color, однако я не могу изменить цвет для 1.

Во-вторых, в файле .cls есть раздел, который касается «namesection», однако, поскольку это измененный шаблон, он не использует этот раздел.

В-третьих, я попробовал следующее:

- \textcolor{blue}{\textbf{some bold and colored text}}, который не работал в flushleft. - Я также пробовал \color{blue}внутри и снаружи flushleft - наконец я попробовал\leavevmode\color{red} text

Я считаю, что соответствующий раздел следующий:

\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}

Заранее благодарю за помощь.

решение1

Что ж, лучший способ получить то, что вам нужно, — это переопределить команду \namesection, например, так:

\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
}

С помощью этого переопределения вы можете добавить 7 параметров для \namesectionлайка

\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}

Пожалуйста, посмотрите, что я добавил ваш \flushleft, изменил шрифт для имени и размера шрифта, а также добавил один пример, показывающий, как изменить цвет печатаемых данных (обратите внимание на выделенный жирным шрифт, включенный в имя шрифта!):

\textcolor{red}{#3} 

и

\textcolor{blue}{#4}

Я также удалил правило закрытия заголовка...

Теперь вы можете с этим работать и изменять по своему усмотрению...

Пожалуйста, ознакомьтесь со следующим 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}

и его результат:

полученный pdf

Связанный контент