All Projects → gutenberg → latex-awesomebox

gutenberg / latex-awesomebox

Licence: WTFPL license
A package to draw attention boxes in your documents, illustrated with FontAwesome icons (Mirror)

Programming Languages

TeX
3793 projects
Makefile
30231 projects

Projects that are alternatives of or similar to latex-awesomebox

chicio.github.io
👻 Fabrizio Duroni (me 😄) personal website. Created using GatsbyJS, Styled Components, Storybook, Typescript, tsParticles, GitHub pages, Github Actions, Upptime.
Stars: ✭ 20 (-39.39%)
Mutual labels:  fontawesome
create-fomantic-icons
Generate the icon.overrides and icon.html.eco files for Fomantic-UI (or Semantic-UI)
Stars: ✭ 21 (-36.36%)
Mutual labels:  fontawesome
fontIconPicker
A lightweight iconpicker for use with jQuery
Stars: ✭ 30 (-9.09%)
Mutual labels:  fontawesome
TU-Delft-Unofficial-Report-Template
A LaTeX report/thesis template that aims to simplify and improve the (Xe)LaTeX template provided by the TU Delft. Ready-to-go with its rewritten class file and redesigned cover page.
Stars: ✭ 35 (+6.06%)
Mutual labels:  xelatex
asciidocnet
AsciiDoc Processor for .NET
Stars: ✭ 33 (+0%)
Mutual labels:  asciidoc
xelatex-mgr
Klasa XeLaTeXa do pracy mgr (adaptacja klasy wzmgr T. Przechlewskiego)
Stars: ✭ 14 (-57.58%)
Mutual labels:  xelatex
travis-ci-latex-pdf
Overview of different methods to build LaTeX with GitHub Actions or Travis-CI (idea by @jackolney but completely rewritten by @PHPirates and contributors).
Stars: ✭ 113 (+242.42%)
Mutual labels:  xelatex
xelatex-cv-roald
XeLaTeX CV template
Stars: ✭ 34 (+3.03%)
Mutual labels:  xelatex
xduugtp
西安电子科技大学本科生毕业论文(设计)开题报告LaTeX模板
Stars: ✭ 26 (-21.21%)
Mutual labels:  xelatex
xdupgtp
西安电子科技大学研究生学位论文开题报告表XeLaTeX模板
Stars: ✭ 22 (-33.33%)
Mutual labels:  xelatex
fa-svelte
Font Awesome 5 for svelte.js
Stars: ✭ 72 (+118.18%)
Mutual labels:  fontawesome
Template-Informe
Template de informe en LaTeX para tareas y trabajos
Stars: ✭ 90 (+172.73%)
Mutual labels:  xelatex
fa5pro-downloader
A tool that allows you to download Font Awesome 5 Pro for free
Stars: ✭ 34 (+3.03%)
Mutual labels:  fontawesome
docs
ownCloud Documentation (v2)
Stars: ✭ 50 (+51.52%)
Mutual labels:  asciidoc
eclipse-asciidoctor-editor
An eclipse editor for asciidoctor files
Stars: ✭ 45 (+36.36%)
Mutual labels:  asciidoc
hexo-renderer-asciidoc
Asciidoc renderer plugin for Hexo
Stars: ✭ 16 (-51.52%)
Mutual labels:  asciidoc
asciidoctor-htmlbook
Asciidoctor HTMLBook is an Asciidoctor backend for converting AsciiDoc documents to HTMLBook documents.
Stars: ✭ 31 (-6.06%)
Mutual labels:  asciidoc
ecommerce-template
This is a simple and easy to integrate e-commerce design template based on Bootstrap 5.
Stars: ✭ 34 (+3.03%)
Mutual labels:  fontawesome
mup
A markup previewer
Stars: ✭ 38 (+15.15%)
Mutual labels:  asciidoc
jupyter-greek-latex
🖊️ Export Jupyter Notebooks to (Xe)LaTeX with Greek Support
Stars: ✭ 12 (-63.64%)
Mutual labels:  xelatex

Awesome Boxes

Awesome Boxes is all about drawing admonition blocks around text to inform or alert your readers about something particular. The specific aim of this package is to use FontAwesome 5 icons to ease the illustration of these blocks.

The idea of admonition blocks comes from the ones you can easily do with AsciiDoc.

For more details, please refer to the awesomebox.pdf document.

Support using Liberapay Support using Paypal

If you like my work, you can help me a lot by giving me some tip, either through Liberapay or Paypal. Thank you very much!

Requirements

The following LaTeX packages are required (they should be already included in your LaTeX distribution):

  • array
  • fontawesome5
  • ifthen
  • xcolor
  • xparse

Installation

Download the awesomebox.sty file and put it in the same folder of the document your are composing.

For system wide installation, please refer to the documentation of your LaTeX distribution.

Compatibility

This repository also hosts the package awesomebox-compat, which depends on the fontawesome package, instead of fontawesome5. Apart from that, it has the exact same features set.

This can be useful for you if you want to use it with an old LaTeX distribution, which does not embed fontawesome5 yet (like Overleaf system). To use it, download the file awesomebox-compat.sty in this repository, put it near your tex files and just replace your \usepackage{awesomebox} instruction by \usepackage{awesomebox-compat}.

Be aware that icon names changes between FontAwesome and FontAwesome5 and thus using the compatibility package may break your current files. FontAwesome also requires you to use XeLaTeX or LuaTeX: you cannot use PDFLaTeX with the compatibility package.

Contribution

See CONTRIBUTING file.

License

Awesome Box is released under the WTFPL. A copy of this license is distributed in this package.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].