From a5ae3453af00d8ec9eb8bf64151fc4c8bcb18021 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Fri, 29 Dec 2023 03:01:31 +0000 Subject: CTAN sync 202312290301 --- macros/latex/contrib/iexec/README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'macros/latex/contrib/iexec/README.md') 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. -- cgit v1.2.3