|
1 |
| -% generated by Docutils <http://docutils.sourceforge.net/> |
2 |
| -\documentclass[letterpaper,landscape,english,9pt]{report} |
3 |
| -\usepackage[landscape,margin=0.5cm]{geometry} |
4 |
| - |
5 |
| -\usepackage{fixltx2e} % LaTeX patches, \textsubscript |
6 |
| -\usepackage{cmap} % fix search and cut-and-paste in PDF |
7 |
| -\usepackage[T1]{fontenc} |
8 |
| -\usepackage[utf8]{inputenc} |
9 |
| -\usepackage{ifthen} |
10 |
| -\usepackage{babel} |
11 |
| -\usepackage{color} |
12 |
| -\usepackage{float} % float configuration |
13 |
| -\floatplacement{figure}{H} % place figures here definitely |
14 |
| - |
15 |
| - |
16 |
| -\usepackage{multicol} |
17 |
| -%\setlength{\columnseprule}{1pt} % for visible divider |
18 |
| -\setlength{\columnsep}{1cm} |
19 |
| - |
20 |
| -\usepackage{graphicx} |
21 |
| -\graphicspath{ |
22 |
| - {../pics/} |
23 |
| -} |
24 |
| - |
25 |
| -%%% Custom LaTeX preamble |
26 |
| -% PDF Standard Fonts |
27 |
| -\usepackage{mathptmx} % Times |
28 |
| -\usepackage[scaled=.90]{helvet} |
29 |
| -\usepackage{courier} |
30 |
| - |
31 |
| -\usepackage{flowfram} |
32 |
| -%\usepackage{booktabs} % for rules in tables |
33 |
| -\usepackage{tabularx} % for column-width tables |
34 |
| -\usepackage[table]{xcolor} % color control |
35 |
| - |
36 |
| -%\usepackage[colorlinks]{hyperref} |
37 |
| - |
38 |
| -\usepackage{enumitem} % useful for control of listings |
39 |
| -\usepackage[compact,raggedright]{titlesec} |
40 |
| -\usepackage{comment} |
41 |
| - |
42 |
| -\newcommand{\epigraph}[3]{\textit{#1}\linebreak \vspace{-1.5em} \begin{flushright}\hspace{5em}\ --\ #2\linebreak\small{#3} \end{flushright}} |
43 |
| - |
44 |
| -\pagestyle{empty} |
45 |
| -\parindent=0pt |
46 |
| - |
47 |
| -% Attempts to change bg color of *section headings |
48 |
| -%\definecolor{secbgcol}{rgb}{0.9, 0.85, 0.85} |
49 |
| -%\titleformat{\section} |
50 |
| -%{\color{red}\normalfont\Large\bfseries}{\ndsection}{1em}{} |
51 |
| -%\titleformat{\subsection} |
52 |
| -%{\color{red}\normalfont\large\bfseries}{\begin{flushright}\hfill\thesubsection |
53 |
| -% \end{flushright}}{1em}{} |
54 |
| -% |
55 |
| -%\usepackage{pstricks} |
56 |
| - |
57 |
| -% To create tables within multicols |
58 |
| -\makeatletter |
59 |
| -\newenvironment{ndtable} |
60 |
| - {\def\@captype{table}} |
61 |
| - {} |
62 |
| - |
63 |
| - |
64 |
| -\newcommand{\ndheading}[3]{% |
65 |
| -\vspace{0.5em} |
66 |
| -\begin{ndtable}% |
67 |
| -\rowcolors[\hline]{1}{#2}{} \arrayrulecolor{#3} |
68 |
| -\begin{tabularx}{\columnwidth}{>{\centering\arraybackslash}X}\vspace{-.5em}\normalfont\large\bfseries |
69 |
| - #1\vspace{0.05em}\\\end{tabularx} |
70 |
| -\end{ndtable} |
71 |
| -\vspace{-.5em} |
72 |
| -} |
73 |
| - |
74 |
| -\definecolor{secfgcol}{RGB}{102, 153, 0} |
75 |
| -\definecolor{secbgcol}{RGB}{216, 255, 137} |
76 |
| -\definecolor{projfgcol}{RGB}{6, 83, 215} |
77 |
| -\definecolor{projbgcol}{RGB}{255, 255, 205} |
78 |
| - |
79 |
| -%\definecolor{secfgcol}{RGB}{6, 83, 215} |
80 |
| -%\definecolor{secbgcol}{RGB}{241, 248, 255} |
81 |
| -%\definecolor{projfgcol}{RGB}{6, 83, 215} |
82 |
| -%\definecolor{projbgcol}{RGB}{241, 248, 255} |
83 |
| - |
84 |
| -\newcommand{\ndsection}[1]{\ndheading{#1}{secbgcol}{secfgcol}} |
85 |
| -\newcommand{\ndsubsection}[1]{\ndheading{#1}{secbgcol}{secfgcol}} |
86 |
| - |
87 |
| -%\newcommand{\ndproject}[2]{\ndheading{\noindent#1\newline{\small\url{#2}}}{secbgcol}{secfgcol}} |
88 |
| - |
89 |
| -\newcolumntype{V}{>{\arraybackslash} m{.2\linewidth} } |
90 |
| -\newcolumntype{C}{>{\arraybackslash} m{.7\linewidth} } |
91 |
| -\newcommand{\ndproject}[6]{% |
92 |
| -\vspace{0.5em} |
93 |
| -\begin{ndtable}% |
94 |
| -\rowcolors[]{1}{projbgcol}{} \arrayrulecolor{projbgcol} |
95 |
| -\begin{tabularx}{\columnwidth}{CV}\vspace{-.5em}\normalfont\large\bfseries |
96 |
| - #1 \newline {\small\url{#2}} & |
97 |
| - \vspace{#5}\hspace{#6}\includegraphics[width=#4\columnwidth]{../pics/#3}\vspace{-0.5em}\end{tabularx} |
98 |
| -\end{ndtable} |
99 |
| -\vspace{-.5em} |
100 |
| -} |
101 |
| - |
102 |
| -\newcommand{\ndcite}[1]{{\small #1}} |
103 |
| -%%% User specified packages and stylesheets |
104 |
| - |
105 |
| -%%% Fallback definitions for Docutils-specific commands |
106 |
| - |
107 |
| -% admonition (specially marked topic) |
108 |
| -\providecommand{\DUadmonition}[2][class-arg]{% |
109 |
| - % try \DUadmonition#1{#2}: |
110 |
| - \ifcsname DUadmonition#1\endcsname% |
111 |
| - \csname DUadmonition#1\endcsname{#2}% |
112 |
| - \else |
113 |
| - \begin{center} |
114 |
| - \fbox{\parbox{0.9\textwidth}{#2}} |
115 |
| - \end{center} |
116 |
| - \fi |
117 |
| -} |
118 |
| - |
119 |
| -% title for topics, admonitions and sidebar |
120 |
| -\providecommand*{\DUtitle}[2][class-arg]{% |
121 |
| - % call \DUtitle#1{#2} if it exists: |
122 |
| - \ifcsname DUtitle#1\endcsname% |
123 |
| - \csname DUtitle#1\endcsname{#2}% |
124 |
| - \else |
125 |
| - \smallskip\noindent\textbf{#2}\smallskip% |
126 |
| - \fi |
127 |
| -} |
| 1 | +\include{common-handout} |
128 | 2 |
|
129 |
| -% hyperlinks: |
130 |
| -\ifthenelse{\isundefined{\hypersetup}}{ |
131 |
| - \usepackage[unicode,colorlinks=true,linkcolor=blue,urlcolor=blue]{hyperref} |
132 |
| - \urlstyle{same} % normal text font (alternatives: tt, rm, sf) |
133 |
| -}{} |
134 | 3 | \hypersetup{
|
135 | 4 | pdftitle={Python in NeuroImaging},
|
136 | 5 | }
|
|
0 commit comments