Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anmnv/latex-skill-icons
Skill icons in LaTeX
https://github.com/anmnv/latex-skill-icons
icons latex latex-package skill skills
Last synced: 3 months ago
JSON representation
Skill icons in LaTeX
- Host: GitHub
- URL: https://github.com/anmnv/latex-skill-icons
- Owner: AnMnv
- License: mit
- Created: 2024-05-12T17:16:29.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-14T13:48:25.000Z (8 months ago)
- Last Synced: 2024-09-29T04:41:47.848Z (3 months ago)
- Topics: icons, latex, latex-package, skill, skills
- Language: PostScript
- Homepage: https://www.ctan.org/pkg/skillicons
- Size: 3.43 MB
- Stars: 13
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# `Icon Skills package`
.
[![](https://img.shields.io/static/v1?label=&message=https://github.com/AnMnv/latex-skill-icons&color=red)](https://github.com/AnMnv/latex-skill-icons)
[![](https://img.shields.io/static/v1?label=&message=https://github.com/AnMnv/latex-skill-icons&color=red)](https://github.com/AnMnv/latex-skill-icons)
## 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](https://github.com/tandpfun/skill-icons).## Setting
1. Clone `skillicons.sty` file and `skill-icons` folder from [https://github.com/tandpfun/skill-icons](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
```latex
\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][3]][1]
[![enter image description here][4]][1]
[![enter image description here][5]][1]
[![enter image description here][6]][1]
[![enter image description here][7]][1]
[![enter image description here][8]][1]
[![enter image description here][9]][1]
[![enter image description here][10]][1][1]: https://raw.githubusercontent.com/AnMnv/AnMnv.github.io/master/eBook.pdf
[2]: https://github.com/AnMnv/eBook/blob/main/images/eBook-01.png[3]: https://i.imgur.com/xlqeFLH.png
[4]: https://i.imgur.com/AHP8dkK.png
[5]: https://i.imgur.com/oqQggz2.png
[6]: https://i.imgur.com/8kEzLZz.png
[7]: https://i.imgur.com/Tsjo0Ez.png
[8]: https://i.imgur.com/TF6v5JP.png
[9]: https://i.imgur.com/nMFYPEh.png
[10]: https://i.imgur.com/mdAhKtY.png