https://github.com/mathialo/signlines
LaTeX package for creating lines for signing names in an easy way
https://github.com/mathialo/signlines
Last synced: 4 months ago
JSON representation
LaTeX package for creating lines for signing names in an easy way
- Host: GitHub
- URL: https://github.com/mathialo/signlines
- Owner: mathialo
- Created: 2019-02-27T13:42:12.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-27T14:14:30.000Z (over 7 years ago)
- Last Synced: 2025-03-09T05:52:57.333Z (over 1 year ago)
- Language: TeX
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# signlines
LaTeX package for creating lines for signing names on e.g. contracts in an easy way
## Usage
Simply import the `signlines` package and use the `singleline` or `doubleline` command:
``` latex
...
\usepackage{signlines}
...
\begin{document}
...
\doubleline{Person 1}{Person 2}
...
\end{document}
```
## Installation
Running the `install_linux.sh` script found in this repo should make `signlines` globally available on your system:
```
$ git clone https://github.com/mathialo/signlines.git
$ cd signlines
$ sudo ./install_linux.sh
```
I have only tested this on linux-based systems, but it might work on OS X as well.