Skip to content

AnMnv/latex-skill-icons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Icon Skills package

.

Introduction

Welcome to the documentation for skillicons package, a LaTeX package designed to seamlessly integrate skill icons into your documents. With this package, you can easily enhance your documents by incorporating visually appealing skill indicators, perfect for resumes, CVs, or any document requiring skill representation.

Acknowledgements

The skill icons used to create a package are sourced from the repository https://github.com/tandpfun/skill-icons.

Setting

  1. Clone skillicons.sty file and skill-icons folder from https://github.com/tandpfun/skill-icons into your current directory where your main.tex file is.
  2. Paste \usepackage{skillicons} in the preamble (before \begin{document})
  3. You are ready to go!

Usage Example

\documentclass[11pt]{report}
\usepackage{skillicons}
\begin{document}
\begin{itemize}
\item[] \photosymbol{JavaScript} I’m proficient in JavaScript.
\item[] \photosymbol{Python-Dark} Python is one of my core skills.
\item[] \photosymbol{React-Light} I have experience working with React.
\item[] \photosymbol{Java-Dark} Java is one of my strong suits.
\item[] \photosymbol{NodeJS-Light} I’m proficient in Node.js development.
\item[] \photosymbol{Git} I’m adept at using Git for version control.
\item[] \photosymbol{MySQL-Dark} SQL is one of the databases languages.
\item[] \photosymbol{Rust} Rust is a language I’ve been learning and enjoying lately.
\end{itemize}
\end{document}

Result:

enter image description here enter image description here enter image description here enter image description here enter image description here enter image description here enter image description here enter image description here