-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathvideo-streaming-cheatsheet.tex
75 lines (61 loc) · 2.23 KB
/
video-streaming-cheatsheet.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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
\documentclass[10pt,a4paper,landscape]{article}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{multicol,multirow}
\usepackage{calc}
% \usepackage{ifthen}
\usepackage[a4paper,margin=0.35in]{geometry}
\usepackage[colorlinks=true,citecolor=blue,linkcolor=blue]{hyperref}
\usepackage{tikz}
\pagestyle{empty}
\makeatletter
\renewcommand{\section}{\@startsection{section}{1}{0mm}%
{-1ex plus -.5ex minus -.2ex}%
{0.5ex plus .2ex}%x
{\normalfont\large\bfseries}}
\renewcommand{\subsection}{\@startsection{subsection}{2}{0mm}%
{-1ex plus -.5ex minus -.2ex}%
{0.5ex plus .2ex}%
{\normalfont\normalsize\bfseries}}
\renewcommand{\subsubsection}{\@startsection{subsubsection}{3}{0mm}%
{-1ex plus -.5ex minus -.2ex}%
{1ex plus .2ex}%
{\normalfont\small\bfseries}}
\makeatother
\setcounter{secnumdepth}{0}
\setlength{\parindent}{0pt}
\setlength{\parskip}{0pt plus 0.5ex}
\hypersetup{
colorlinks=true,
linkcolor=blue,
filecolor=magenta,
urlcolor=cyan,
pdfauthor={Rob Brown},
pdftitle={Video Streaming Cheatsheet},
pdfsubject={A Cheatsheet of Terms used within the Video Streaming Industry},
pdfkeywords={Cheatsheet, VideoStreaming, streaming, vod, video-streaming},
}
% -----------------------------------------------------------------------
\begin{document}
\footnotesize
\begin{center}
\begin{tikzpicture}[remember picture, overlay]
\node [anchor=north east, inner sep=22pt] at (current page.north east)
{\includegraphics[height=40pt]{include/latest-qr.png}};
\end{tikzpicture}
\Large{\textbf{Video Streaming Cheatsheet - @@version@@}}
\end{center}
\begin{multicols}{4}
\setlength{\premulticols}{1pt}
\setlength{\postmulticols}{1pt}
\setlength{\multicolsep}{1pt}
\setlength{\columnsep}{2pt}
\input{include/terms_A-D.tex}
\input{include/terms_E-H.tex}
\input{include/terms_I-L.tex}
\input{include/terms_M-P.tex}
\input{include/terms_Q-T.tex}
\input{include/terms_U-Z.tex}
\input{include/about.tex}
\end{multicols}
\end{document}