-
-
Notifications
You must be signed in to change notification settings - Fork 5
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
How to align Skills to the Left for Awesome-CV resume template #3
Comments
I don't want that indentation before Mobile dev, please let me know if the question is not clear |
did you ever figure this out? |
Hi, Please post your issue with details on Awesome-CV GitHub issues. Then, you can get help from people. This is a place to post personal questions. 😄 |
You need to add \raggedright to the command.
to -
|
Hey, I'm having a hard time aligning the skills to the left. I've been trying for a long time but I'm new to Latex, can you please help me out? :(
Issue (current state):
Desired:
This is the code for the /cvskills:
% Define an environment for cvskill
\newenvironment{cvskills}{
\begin{center}
\setlength\tabcolsep{1ex}
\setlength{\extrarowheight}{0pt}
\begin{tabular*}{\textwidth}{@{\extracolsep{\fill}} r L{\textwidth * \real{0.9}}}
}{
\end{tabular*}
\end{center}
}
% Define a line of cv information(skill)
% Usage: \cvskill{}{}
\newcommand*{\cvskill}[2]{
\skilltypestyle{#1} & \skillsetstyle{#2}
\
}
This is the code for the skills.tex file that I import as a section dir in resume.latex:
\cvsection{Skills}
\begin{cvskills}
\cvskill
{Languages:} % Category
{\small Go, Scala} % Skills
\cvskill
{Technologies:} % Category
{\small Kubernetes, AWS, Docker} % Skills
\end{cvskills}
Please help, it's urgent
The text was updated successfully, but these errors were encountered: