forked from osund/wlan-sheet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
wlan-sheet.tex
60 lines (49 loc) · 1.13 KB
/
wlan-sheet.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
\documentclass{article}
\usepackage[utf8]{inputenc}
\usepackage{fourier}
\usepackage{fontawesome}
\usepackage{float}
\usepackage[hidelinks]{hyperref}
\usepackage{qrcode}
\pagenumbering{gobble}
\newif\ifincludewebadmin
\newif\ifincludeinstruction
\newif\ifincludeauthtype
\input{i18n}
\input{wlan-config}
\input{languages}
\newcommand{\playurl}{https://play.google.com/store/apps/details?id=com.google.zxing.client.android}
\title{\Huge{\faWifi\,\trwificonf}}
\date{}
\author{}
\begin{document}
\maketitle
\begin{center}
\qrcode[height=3in]{WIFI:S:\ssid;T:\authtype;P:\password;;}
\ifincludeinstruction
\\
\vspace{.1in}
\begin{large}
\begin{itemize}
\item\faApple\,\textbf{iOS:} \triosdescr
\item\faAndroid\,\textbf{Android:} \trandroiddescr
\item\faDesktop\,\textbf{\trother:} \trotherdescr
\end{itemize}
\end{large}
\fi
\end{center}
\begin{table}[H]
\centering
\huge
\begin{tabular}{ll}
\textbf{SSID:} & \ssid \\
\textbf{\trpassword:} & \password \\
\ifincludeauthtype
\textbf{\trsecurity:} & \authtype
\fi
\end{tabular}
\end{table}
\ifincludewebadmin
\include{router-webadmin}
\fi
\end{document}