-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.tex
More file actions
executable file
·38 lines (28 loc) · 805 Bytes
/
main.tex
File metadata and controls
executable file
·38 lines (28 loc) · 805 Bytes
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
%import template
\input{./styles/template.tex}
% DocInfo
\newcommand{\SUBJECT}{}
\newcommand{\TITLE}{Cheat Sheet Web Engineering + Design 2}
\begin{document}
%import front page
% \input{./front.tex}
%do multicols
\begin{multicols*}{5}
\setlength{\columnseprule}{0.4pt}
\footnotesize
%import tableofcontents
% \input{./tableofcontents.tex}
\input{content/01-Node.tex}
\input{content/02-Express.tex}
\input{content/04-Responsive_Design.tex}
\input{content/03-Typescript.tex}
\input{content/06-Security.tex}
\input{content/07-Accessability.tex}
\input{content/08-Animation.tex}
\input{content/09-UX_Research.tex}
\input{content/10-Internationalization.tex}
\input{content/05-Testing.tex}
\input{content/11-Web_Dev_Ops.tex}
\end{multicols*}
% \input{./appendix.tex}
\end{document}