|
| 1 | +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
| 2 | +%%%%%%%%% Select one of the options, and comment the rest of them |
| 3 | + |
| 4 | +%%%%%%%%%% Option 1: to compile with pdflatex : parameter "t" - to align to the top |
| 5 | +\documentclass[professionalfonts,t]{beamer} |
| 6 | +%sans font? |
| 7 | + |
| 8 | +%%%%%%%%%% Option 3: to create handout for print |
| 9 | +%\documentclass[t,handout]{beamer} |
| 10 | +%\usepackage{pgfpages} % to put several slides on one page |
| 11 | +%\pgfpagesuselayout{2 on 1}[a4paper, border shrink=5mm] % 2 slides on 1 page |
| 12 | +%\pgfpagesuselayout{4 on 1}[a4paper,landscape, border shrink=5mm] % 4 slides on 1 page, and landscaped |
| 13 | + |
| 14 | + |
| 15 | +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
| 16 | +%%%%%%%%%%%%%% Select the Theme %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
| 17 | +\usetheme{Dresden} % OK |
| 18 | +%\usetheme{Berlin} |
| 19 | +%\usetheme{Bergen} % NO |
| 20 | +%\usetheme{Boadilla} % NO |
| 21 | +%\usetheme{Copenhagen} % NO |
| 22 | +%\usetheme{Hannover} % NO |
| 23 | +%\usetheme{Luebeck} % NO |
| 24 | +%\usetheme{Marburg} % NO |
| 25 | +%\usetheme{Pittsburgh} % NO |
| 26 | +%\usetheme{default} |
| 27 | +%\usetheme{Singapore} % OK |
| 28 | +%\usetheme{boxes} |
| 29 | +%\usecolortheme{structure} |
| 30 | +%\usecolortheme{rose} |
| 31 | +%\usecolortheme{beaver} |
| 32 | + |
| 33 | + |
| 34 | +\definecolor{mymaroon}{cmyk}{0.0, 1.0, 1.0, 0.498} |
| 35 | +\definecolor{myblue}{cmyk}{1.0, 1, 0, 0.5} |
| 36 | +\definecolor{mygreen}{cmyk}{100, 0, 100, 50} |
| 37 | +\setbeamercolor*{palette secondary}{use=structure,fg=white,bg=myblue} |
| 38 | +\setbeamercolor*{palette tertiary}{use=structure,fg=white,bg=mymaroon} |
| 39 | + |
| 40 | +%\usepackage{beamerthemesplit} % |
| 41 | +\beamertemplateballitem % fancy bullets and numbering |
| 42 | + |
| 43 | +\setbeamertemplate{navigation symbols}{} % suppress navigation symbols |
| 44 | +\addtobeamertemplate{frametitle}{}{% |
| 45 | + \logo{../images/IIT_logo} |
| 46 | + \iffalse |
| 47 | + |
| 48 | + \begin{tikzpicture}[remember picture,overlay] |
| 49 | + \node[anchor=center, yshift=-13pt, xshift=-5pt] at (current page.north) |
| 50 | + {\includegraphics[height=1.1cm]{../images/Argonne_cmyk_black-eps-converted-to}\hspace{10cm}}; |
| 51 | + |
| 52 | + \node[anchor=north east, yshift=3pt, xshift=0pt] at (current page.north east) |
| 53 | + {\includegraphics[height=0.7cm]{../images/IIT_Logo_blk}}; |
| 54 | + \end{tikzpicture} |
| 55 | + |
| 56 | + \fi |
| 57 | +} |
| 58 | +% other possibilities to include LOGO. it puts it in RLC |
| 59 | + |
| 60 | +% |
| 61 | +%\pgfdeclareimage[width=1cm]{logo}{../images/IIT_Logo} |
| 62 | +%\logo{\pgfuseimage{logo}} |
| 63 | + |
| 64 | + |
| 65 | +% load additional packages |
| 66 | + |
| 67 | +\usepackage{xcolor} |
| 68 | +\usepackage{graphicx} |
| 69 | +\usepackage{amsmath} |
| 70 | +\usepackage{amssymb} |
| 71 | +\usepackage{amsthm} |
| 72 | +\usepackage{graphicx} |
| 73 | +\usepackage{url} |
| 74 | +\usepackage{color} |
| 75 | +\usepackage{booktabs} % Allows the use of \toprule, \midrule and \bottomrule in tables |
| 76 | +\usepackage{pifont}% http://ctan.org/pkg/pifont |
| 77 | +\usepackage{epstopdf} |
| 78 | +\usepackage[export]{adjustbox} |
| 79 | +\usepackage{tikz} |
| 80 | +\usetikzlibrary{shapes.misc} |
| 81 | +\usetikzlibrary{shapes,arrows,decorations.markings,shadows,positioning} |
| 82 | + |
| 83 | +% Your Abbreviations |
| 84 | +\newcommand\bE{{\mathbb{E}}} |
| 85 | +\newcommand\bR{{\mathbb{R}}} |
| 86 | +\newcommand\bH{{\mathbf{H}}} |
| 87 | +% End abbreviations |
| 88 | + |
| 89 | +\newcommand\Wider[2][3em]{% |
| 90 | + \makebox[\linewidth][c]{% |
| 91 | + \begin{minipage}{\dimexpr\textwidth+#1\relax} |
| 92 | + \raggedright#2 |
| 93 | + \end{minipage}% |
| 94 | + }%\textbf{} |
| 95 | +} |
| 96 | + |
| 97 | +%%%%%%%%%%%%%%%%%%%%% to edit the main text below |
| 98 | +%NOTES ON SOME TECHNICS |
| 99 | +%%%% Box %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
| 100 | +%{\fbox{ \parbox[t]{10cm}{ SOME TEXT }}} |
| 101 | + |
| 102 | +%%% include a picture. The file should be with extention EPS, e.g. FILENAME.EPS |
| 103 | +%\begin{figure}[h] |
| 104 | +%\centering |
| 105 | +%\includegraphics[width=.7\linewidth]{FILENAME} |
| 106 | +%\caption{{\footnotesize PUT_CAPTION }} |
| 107 | +%\end{figure} |
| 108 | + |
| 109 | +%\subtitle{} |
| 110 | +%\institute[ANL/IIT]{Argonne National Laboratory\\Illinois Institute of Technology} |
| 111 | + |
| 112 | +\title[PBG plots]{Study of space charge dominated beams at the AWA rf photoinjector} |
| 113 | +\author[N.Neveu]{{\Large Nicole Neveu}} |
| 114 | +\institute[ANL, IIT] % (optional, but mostly needed) |
| 115 | +{ Illinois Institute of Technology \\ |
| 116 | + Argonne National Laboratory \\ |
| 117 | + |
| 118 | +} |
| 119 | +% - Use the \inst command only if there are several affiliations. |
| 120 | +% - Keep it simple, no one is interested in your street address. |
| 121 | +\date{ \today \\ |
| 122 | +\includegraphics[width=3cm,keepaspectratio]{../images/Argonne_cmyk_black}% |
| 123 | +\hfill \hfill \hfill% |
| 124 | +\includegraphics[width=4cm,keepaspectratio]{../images/IIT_Logo_blk-eps-converted-to}% |
| 125 | +} |
| 126 | + |
| 127 | +%\date[IIT, April 2009]{ |
| 128 | +% Space Charge 2017 \\ Oc 18, 2009 } |
| 129 | + |
| 130 | + |
| 131 | + |
| 132 | +\begin{document} |
| 133 | + |
| 134 | + |
| 135 | + |
| 136 | +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
| 137 | +\begin{frame} |
| 138 | + %\vspace{-0.5em} |
| 139 | + \frametitle{3D Simulation} |
| 140 | + %\vspace{-0.5em} |
| 141 | + \centering |
| 142 | + \includegraphics[width=0.415\textheight]{./3D/DYAG1}% |
| 143 | + \includegraphics[width=0.415\textheight]{./3D/DYAG2} |
| 144 | + \includegraphics[width=0.415\textheight]{./3D/DYAG3}\\ |
| 145 | + \vspace{1.5em} |
| 146 | + \includegraphics[width=0.415\textheight]{./3D/DYAG7} |
| 147 | + \includegraphics[width=0.415\textheight]{./3D/DYAG5} |
| 148 | + \includegraphics[width=0.415\textheight]{./3D/DYAG6} |
| 149 | +\end{frame} |
| 150 | + |
| 151 | + |
| 152 | +\begin{frame} |
| 153 | + \frametitle{3D Simulation} |
| 154 | + \centering |
| 155 | + \includegraphics[width=0.415\textheight]{./3D/DYAG8} |
| 156 | + \includegraphics[width=0.415\textheight]{./3D/DYAG9} |
| 157 | + \includegraphics[width=0.415\textheight]{./3D/PYG01}\\% |
| 158 | + \vspace{1.5em} |
| 159 | + \includegraphics[width=0.415\textheight]{./3D/PYG02} |
| 160 | + \includegraphics[width=0.415\textheight]{./3D/PYG03} |
| 161 | + \includegraphics[width=0.415\textheight]{./3D/PYG04}% |
| 162 | + |
| 163 | +\end{frame} |
| 164 | +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
| 165 | +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
| 166 | +\begin{frame} |
| 167 | + %\vspace{-0.5em} |
| 168 | + \frametitle{2D Simulation} |
| 169 | + %\vspace{-0.5em} |
| 170 | + \centering |
| 171 | + \includegraphics[width=0.415\textheight]{./2D/DYAG1}% |
| 172 | + \includegraphics[width=0.415\textheight]{./2D/DYAG2} |
| 173 | + \includegraphics[width=0.415\textheight]{./2D/DYAG3}\\ |
| 174 | + \vspace{1.5em} |
| 175 | + \includegraphics[width=0.415\textheight]{./2D/DYAG7} |
| 176 | + \includegraphics[width=0.415\textheight]{./2D/DYAG5} |
| 177 | + \includegraphics[width=0.415\textheight]{./2D/DYAG6} |
| 178 | +\end{frame} |
| 179 | + |
| 180 | + |
| 181 | +\begin{frame} |
| 182 | + \frametitle{2D Simulation} |
| 183 | + \centering |
| 184 | + \includegraphics[width=0.415\textheight]{./2D/DYAG8} |
| 185 | + \includegraphics[width=0.415\textheight]{./2D/DYAG9} |
| 186 | + \includegraphics[width=0.415\textheight]{./2D/PYG01}\\% |
| 187 | + \vspace{1.5em} |
| 188 | + \includegraphics[width=0.415\textheight]{./2D/PYG02} |
| 189 | + \includegraphics[width=0.415\textheight]{./2D/PYG03} |
| 190 | + \includegraphics[width=0.415\textheight]{./2D/PYG04}% |
| 191 | + |
| 192 | +\end{frame} |
| 193 | + |
| 194 | +\end{document} |
| 195 | + |
| 196 | + |
| 197 | + |
| 198 | + |
| 199 | + |
| 200 | + |
| 201 | + |
| 202 | + |
| 203 | + |
| 204 | + |
| 205 | + |
| 206 | + |
| 207 | + |
| 208 | + |
| 209 | + |
0 commit comments