Directory graphics/metapost/contrib/macros/wordcloud
wordcloud
This package (METAPOST, Lua, and LaTeX) allows you to draw wordclouds.
This package is in beta version, do not hesitate to report bugs, as well as requests for improvement. There is lots to do!
Github
To allow for easier feedback and bug reporting, this repository has a mirror repository on github: https://github.com/chupinmaxime/wordcloud
Installation
Wordcloud is on the ctan and can be installed via the package manager of your distribution https://www.ctan.org/pkg/wordcloud.
With TeX live under Linux or MacOS
To install wordcloud
with TeX live, you will have to create the directory texmf
directory in your home.
user $> mkdir ~/texmf
Then, you will have to place the .mp files in the ~/texmf/tex/metapost/wordcloud/
.
wordcloud
consists of 3 files:
wordcloud.mp
(METAPOST) that should be in~/texmf/metapost/wordcloud/
;wordcloud.tex
(LaTeX) that should be in~/texmf/tex/latex/wordcloud/
;wordcloud.lua
(Lua) that should be in~/texmf/scripts/wordcloud/
.
With MikTEX and Windows
These two systems are unknown to the author of Wordcloud, so we refer to their documentation to add local packages: http://docs.miktex.org/manual/localadditions.html
Dependencies
- metapost-colorbrewer
- latexmp
- luamplib
- xcolor
## Documentation
Contact
Maxime Chupin, notezik(at)gmail.com
Licenses
This projet is under LATEX Project Public License 1.3c.
Download the contents of this package in one zip archive (136.1k).
wordcloud – Drawing wordclouds with METAPOST and Lua
This METAPOST and LuaLaTeX package allows drawing wordclouds from a list of words and weights. The algorithm is implemented with METAPOST whereas Lua is used to parse LaTeX commands, to build the list of words and weights from a text file and to generate METAPOST code interpreted by luamplib.
Package | wordcloud |
Home page | https://plmlab.math.cnrs.fr/mchupin/wordcloud |
Bug tracker | https://github.com/chupinmaxime/wordcloud/issues |
Repository | https://github.com/chupinmaxime/wordcloud |
Version | 0.2 |
Licenses | Free Documentation License The LaTeX Project Public License 1.3c |
Maintainer | Maxime Chupin |
Contained in | TeX Live as wordcloud MiKTeX as wordcloud |
Topics | METAPOST use LuaTeX |