doc(example): add print with one and two password

This commit is contained in:
Mylloon 2024-05-11 14:56:20 +02:00
parent 1784816e99
commit 25ab3d2689
Signed by: Anri
GPG key ID: A82D63DFF8D1317F
4 changed files with 92 additions and 0 deletions

22
examples/one.tex Normal file
View file

@ -0,0 +1,22 @@
\documentclass[border]{wifi}
\begin{document}
Wi-Fi password
\vspace{1cm}
\def\ssid{YourSSID}
\def\code{ABCDEFGHIJKL123456}
\begin{tabular}{|c|c|}
\hline
SSID & \ssid \\
\hline
PASS & \insertspaces{\code} \\
\hline
\end{tabular}
\vspace{1cm}
\qrc{\code}{\ssid}
\end{document}