An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Strikethrough for SILE

A simple package which adds a strikethrough command, `\strike`.

![](https://raw.githubusercontent.com/ctrlcctrlv/sile-strike/master/examples/strike.png)

```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}
```