summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/iexec/README.md
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2023-12-29 03:01:31 +0000
committerNorbert Preining <norbert@preining.info>2023-12-29 03:01:31 +0000
commita5ae3453af00d8ec9eb8bf64151fc4c8bcb18021 (patch)
tree49722f55b01f8ce69a0cd1c783383e40bdb53473 /macros/latex/contrib/iexec/README.md
parent8806b2d6c55426cb0ba19311d2acf7c4f522a291 (diff)
CTAN sync 202312290301
Diffstat (limited to 'macros/latex/contrib/iexec/README.md')
-rw-r--r--macros/latex/contrib/iexec/README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/macros/latex/contrib/iexec/README.md b/macros/latex/contrib/iexec/README.md
index 93f1afce39..f1c96a5dc1 100644
--- a/macros/latex/contrib/iexec/README.md
+++ b/macros/latex/contrib/iexec/README.md
@@ -12,13 +12,14 @@ and then use in the preamble:
```tex
\documentclass{article}
-\usepackage{iexec}
+\usepackage[unskip]{iexec}
\begin{document}
-Today is \iexec{date +\%e-\%b-\%Y | tr -d '\\n'}.
+Today is \iexec{date +\%e-\%b-\%Y}.
\end{document}
```
-Otherwise, you can download [`iexec.sty`](https://raw.githubusercontent.com/yegor256/iexec/gh-pages/iexec/iexec.sty) and add to your project.
+Otherwise, you can download
+[`iexec.sty`](https://yegor256.github.io/iexec/iexec.sty) and add to your project.
The full example and all commands are available in the
[`iexec.pdf`](https://ftp.agdsn.de/pub/mirrors/latex/dante/macros/latex/contrib/iexec/iexec.pdf) file.