doc(example): add print with one and two password
This commit is contained in:
parent
1784816e99
commit
25ab3d2689
4 changed files with 92 additions and 0 deletions
22
examples/one.tex
Normal file
22
examples/one.tex
Normal 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}
|
Loading…
Add table
Add a link
Reference in a new issue