-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathperception_for_design.tex
111 lines (82 loc) · 2.29 KB
/
perception_for_design.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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
\documentclass[letterpaper,10pt]{article}
%\documentclass[a3paper,twocolumn,10pt]{article}
\usepackage[bookmarks]{hyperref}
\usepackage[utf8]{inputenc}
\usepackage[english]{babel}
% sans serif
\renewcommand*{\familydefault}{\sfdefault}
% pictures!
\usepackage{graphicx}
% \begin{figure}[H][p]
% \centering
% \includegraphics[width=0.8\textwidth]{image.png}
% \caption{Awesome Image}
% \label{fig:awesome_image}
% \end{figure}
% math++
\usepackage{mathtools}
\usepackage{amsfonts}
% compact lists (compactitem, compactenum, compactdesc)
\usepackage{paralist}
% nicer tables
\usepackage{booktabs}
% layout
\usepackage{float}
% chemical equations
\usepackage{mhchem}
% text columns
\usepackage{multicol}
% dummy text
\usepackage{lipsum}
% frames around text
\usepackage{mdframed}
% section style
\usepackage{sectsty}
% margins
\usepackage[top=0.25in, bottom=0.25in, left=0.25in, right=0.25in]{geometry}
% per-section toc
\usepackage[tight,insection]{minitoc}
\mdfsetup{nobreak=false} %, rightline=false, leftline=false}
% style
\restylefloat{table}
\sectionfont{\rmfamily}
\subsectionfont{\rmfamily\centering}
%ceiling/floor. use \ceil*{stuff} to scale symbols
\DeclarePairedDelimiter\ceil{\lceil}{\rceil}
\DeclarePairedDelimiter\floor{\lfloor}{\rfloor}
\renewcommand\thesection{\Roman{section}}
\begin{document}
\begin{center}
\textbf{\huge
Summary of Colin Ware's ``Information Visualization: Perception for Design''
}
\\
{\Large Hugo Rivera, Spring 2015}
\end{center}
Notes taken for Visualization CSE 476 taught at the New Mexico Institute of Mining and Technology, Spring 2015.
Summarize chapters 1 to 11 and Appendix D.
\dosecttoc
\setlength{\mtcindent}{0pt}
\setcounter{tocdepth}{1}
\begin{multicols}{2}
\tableofcontents
\end{multicols}
\def\stctitle{}
\input{ch1.tex}
\input{ch2.tex}
\input{ch3.tex}
\input{ch4.tex}
\input{ch5.tex}
\input{ch6.tex}
\input{ch7.tex}
\input{ch8.tex}
\input{ch9.tex}
\input{ch10.tex}
\input{ch11.tex}
\begin{multicols}{2}
%\setcounter{section}{-1}
\input{appendix_d_guidelines.tex}
\end{multicols}
Licensed under CC BY-NC 3.0 US by Hugo O Rivera.
{\itstyle These notes are incomplete. Read more by getting Colin Ware's ``Information Visualization: Perception for Design''. Images borrowed for educational fair use.}
\end{document}