https://github.com/braniii/fontawesome

fontawesome 7 and 6 for LaTeX

https://github.com/braniii/fontawesome

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (12.2%) to scientific vocabulary

Keywords

fontawesome6 fontawesome7 latex-package
Last synced: 10 months ago · JSON representation

Repository

fontawesome 7 and 6 for LaTeX

Basic Info
  • Host: GitHub
  • Owner: braniii
  • License: lppl-1.3c
  • Language: TeX
  • Default Branch: main
  • Homepage:
  • Size: 9.86 MB
Statistics
  • Stars: 15
  • Watchers: 1
  • Forks: 5
  • Open Issues: 5
  • Releases: 3
Topics
fontawesome6 fontawesome7 latex-package
Created about 1 year ago · Last pushed 11 months ago
Metadata Files
Readme License

README.md

FontAwesome7 LaTeX Package

For using FontAwesome6, please see the fa6 branch

CTAN

FontAwesome7 is a LaTeX package that provides access to the Font Awesome 7 icon set. It enables you to easily include high-quality icons in your LaTeX documents, presentations, and posters.

Features

  • Access to hundreds of Font Awesome 7 icons
  • Supports both regular and solid styles
  • Easy-to-use commands for inserting icons
  • Works with PDFLaTeX, XeLaTeX, and LuaLaTeX
  • Compatible with all styles of Pro version (requires a paid license)

Installation

The package is available on CTAN. You can install it using your TeX distribution:

  • TeX Live:
    tlmgr install fontawesome7
  • MiKTeX:
    mpm --install fontawesome7

Alternatively, copy the package files to your local texmf tree like this. It should be noted, that this script should only be used if you know what you are doing! bash bash ./local_install.sh

Usage

Add the following to your document preamble:

latex \usepackage{fontawesome7} % or directly setting the global style \usepackage[style=solid|regular]{fontawesome7} % or with \faStyle{solid|regular}

Then, you can use the following commands to insert icons:

latex \faIcon{github} % or \faGithub

You can also specify styles:

latex \faIcon[regular]{address-book} \faCamera[solid]

Usage with Pro Version

To use the Pro version, ensure you have the Font Awesome Pro fonts installed and use XeLaTeX or LuaLaTeX. The commands remain the same, but you can access additional icons.

latex \usepackage[pro, style=solid|regular|light|thin|duotone-solid|duotone-regular|duotone-light|duotone-thin|sharp-solid|sharp-regular|sharp-light|sharp-thin|sharp-duotone-solid|sharp-duotone-regular|sharp-duotone-light|sharp-duotone-thin]{fontawesome7}

Then, use the same commands as above to insert icons. For duotone icons, you can set the secondary color:

latex % Remember to load xcolor % Set secondary color to green \faDuotoneSetSecondary{\color{green}}

Icon List

For a full list of available icons and their names, see the package documentation or the Font Awesome icon gallery. A cheatsheet for the \faIcon syntax can be found here and for the command syntax, e.g. faGithub here.

Example

```latex \documentclass{article} \usepackage{fontawesome7} \begin{document}

\faGithub \quad \fauser \quad \faAddressBook

\end{document} ```

Acknowledgments

Special thanks to Marcel Krüger for creating the original fontawesome5 package, which served as the foundation for this package.

Documentation

Comprehensive documentation is available in doc/fontawesome7.pdf.

License

This package is distributed under the LaTeX Project Public License (LPPL).


FontAwesome7 is not affiliated with or endorsed by Fonticons, Inc.

Owner

  • Name: Daniel Nagel
  • Login: braniii
  • Kind: user
  • Location: Freiburg, Germany

GitHub Events

Total
  • Create event: 5
  • Issues event: 21
  • Release event: 3
  • Watch event: 9
  • Delete event: 1
  • Issue comment event: 54
  • Push event: 12
  • Public event: 1
  • Pull request event: 5
  • Fork event: 4
Last Year
  • Create event: 5
  • Issues event: 21
  • Release event: 3
  • Watch event: 9
  • Delete event: 1
  • Issue comment event: 54
  • Push event: 12
  • Public event: 1
  • Pull request event: 5
  • Fork event: 4

Issues and Pull Requests

Last synced: about 1 year ago

All Time
  • Total issues: 10
  • Total pull requests: 1
  • Average time to close issues: 3 days
  • Average time to close pull requests: N/A
  • Total issue authors: 4
  • Total pull request authors: 1
  • Average comments per issue: 2.6
  • Average comments per pull request: 0.0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 10
  • Pull requests: 1
  • Average time to close issues: 3 days
  • Average time to close pull requests: N/A
  • Issue authors: 4
  • Pull request authors: 1
  • Average comments per issue: 2.6
  • Average comments per pull request: 0.0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • rafa4mat (6)
  • braniii (3)
  • kberry (1)
  • LLdaniel (1)
  • cpierquet (1)
Pull Request Authors
  • braniii (2)
  • gwosd (1)
  • LLdaniel (1)
Top Labels
Issue Labels
Pull Request Labels