summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/alertmessage/README.md
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2015-08-04 20:55:37 +0000
committerKarl Berry <karl@freefriends.org>2015-08-04 20:55:37 +0000
commitea1ebcfabd54cb8eef0d9895d26067a1996dab29 (patch)
tree905fad6fab80fc1564d994cd26f9b4e5c316569f /Master/texmf-dist/doc/latex/alertmessage/README.md
parentbe90d9eaa00a1f75ec1bec27f978023f03c2d999 (diff)
alertmessage (4aug15)
git-svn-id: svn://tug.org/texlive/trunk@38042 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/alertmessage/README.md')
-rw-r--r--Master/texmf-dist/doc/latex/alertmessage/README.md14
1 files changed, 9 insertions, 5 deletions
diff --git a/Master/texmf-dist/doc/latex/alertmessage/README.md b/Master/texmf-dist/doc/latex/alertmessage/README.md
index 6a8328f0cbf..1303346268f 100644
--- a/Master/texmf-dist/doc/latex/alertmessage/README.md
+++ b/Master/texmf-dist/doc/latex/alertmessage/README.md
@@ -1,18 +1,17 @@
-# latex-alert-message
+# latex-alert-message - available on [CTAN](http://www.ctan.org/pkg/alertmessage)
Alert messages for LaTeX - Inspired by [Bootstrap alerts](http://www.w3schools.com/bootstrap/bootstrap_alerts.asp)
-![Example rendering](https://github.com/pidupuis/latex-alert-message/blob/master/panels.png)
+
+[![ - Example rendering](https://raw.githubusercontent.com/pidupuis/latex-alert-message/master/panels.png)](https://raw.githubusercontent.com/pidupuis/latex-alert-message/master/panels.png)
## Installation
#### Clean installation
-To install the package properly, download the [TDS archive](https://github.com/pidupuis/latex-alert-message/blob/master/alertmessage.tds.zip?raw=true).
+To install the package properly, download the [TDS archive](https://github.com/pidupuis/latex-alert-message/blob/master/alertmessage.tds.zip?raw=true). Then extract the archive into the texmf folder and install the package as following:
```bash
-# Extract the archive into the texmf folder
sudo unzip alertmessage.tds.zip -d "$(kpsewhich -var-value TEXMFLOCAL)"
-# Then update the package list
sudo texhash
```
@@ -52,4 +51,9 @@ If you want to create a TDS archive to share your modifications with your friend
If you want to deploy your modifications on the CTAN by yourself, please take a different package name.
+## Releases
+
+* [v1.1](https://github.com/pidupuis/latex-alert-message/releases/tag/v1.1) [2015-08-04]: Provides TDS archive to facilitate the installation process.
+* [v1.0](https://github.com/pidupuis/latex-alert-message/releases/tag/v1.0) [2015-08-02]: Provides macros for `information`, `warnings`, `errors` or `success` alerts.
+