https://github.com/ctrlcctrlv/sile-strike
Strikethrough command for SILE
https://github.com/ctrlcctrlv/sile-strike
Last synced: 11 months ago
JSON representation
Strikethrough command for SILE
- Host: GitHub
- URL: https://github.com/ctrlcctrlv/sile-strike
- Owner: ctrlcctrlv
- License: apache-2.0
- Created: 2020-07-22T21:57:54.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-08-23T10:59:31.000Z (almost 4 years ago)
- Last Synced: 2025-06-24T09:15:38.100Z (12 months ago)
- Language: Lua
- Size: 33.2 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Strikethrough for SILE
A simple package which adds a strikethrough command, `\strike`.

```tex
\begin[papersize=50mm x 30mm]{document}
\script[src=packages/strike]
\noindent \strike{I am the}\strike[height=0.5zw]{ Eggman}
\noindent \strike[n=double]{They are the Eggmen}
\noindent \strike[n=triple]{I am the walrus}
\noindent Goo goo g'joob
\end{document}
```