PDF generation for printing Wi-Fi codes
Go to file
2024-05-11 15:02:50 +02:00
examples doc(example): add print with one and two password 2024-05-11 14:56:20 +02:00
.gitignore doc(example): add print with one and two password 2024-05-11 14:56:20 +02:00
README.md doc(fix): qrc parameter 2024-05-11 15:02:50 +02:00
wifi.cls init: add class 2024-05-11 14:54:05 +02:00

Wi-Fi printer

Usage

Put wifi.cls file along with your .tex file.

In your .tex file :

\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{password}{ssid} Insert a QR code
\insertspaces{password} Insert a little space every 4 characters

Examples

See examples of use.

one.tex two.tex