init(doc): readme
This commit is contained in:
parent
54eb439ca1
commit
1784816e99
1 changed files with 30 additions and 0 deletions
30
README.md
Normal file
30
README.md
Normal file
|
@ -0,0 +1,30 @@
|
|||
# Wi-Fi printer
|
||||
|
||||
## Usage
|
||||
|
||||
Put [`wifi.cls`](./wifi.cls) file along with your `.tex` file.
|
||||
|
||||
In your `.tex` file :
|
||||
|
||||
```latex
|
||||
\documentclass{wifi}
|
||||
```
|
||||
|
||||
Options available:
|
||||
|
||||
| Option | Meaning | default |
|
||||
| :------: | :--------------------- | --------- |
|
||||
| `size` | Font size | `45` |
|
||||
| `qrcode` | QR codes height | `7cm` |
|
||||
| `border` | Border around QR codes | No border |
|
||||
|
||||
Commands available:
|
||||
|
||||
| Command | Meaning |
|
||||
| :-----------------------: | :--------------------------------------- |
|
||||
| `\qrc{ssid}{password}` | Insert a QR code |
|
||||
| `\insertspaces{password}` | Insert a little space every 4 characters |
|
||||
|
||||
## [Exemples](./examples)
|
||||
|
||||
See [examples](./examples) of use.
|
Loading…
Reference in a new issue