Difference between revisions of "Presentations:felixgx301"
Jump to navigation
Jump to search
| (One intermediate revision by the same user not shown) | |||
| Line 3: | Line 3: | ||
===== Header ===== | ===== Header ===== | ||
| + | <pre> | ||
| + | \documentclass{beamer} | ||
| + | \usetheme{Madrid} | ||
| − | + | \useinnertheme{circles} | |
| − | \ | + | \usecolortheme{dolphin} |
| − | \ | ||
| − | \ | + | \usepackage[utf8]{inputenc} % ggfs. anpassen -- Eingabekodierung |
| − | \ | + | \usepackage[T1]{fontenc} % Zeichensatzkodierung |
| + | \usepackage[english]{babel} % Sprache einstellen | ||
| + | \usepackage{ragged2e} % besserer Flattersatz | ||
| + | \usepackage{xspace} % intelligenter Abstand | ||
| − | + | \usepackage{tikz} % Plotting and alignment tools | |
| − | + | \usetikzlibrary{shadows} | |
| − | + | \usetikzlibrary{fadings} | |
| − | |||
| − | |||
| − | |||
| − | \usepackage{tikz} % Plotting and alignment tools | ||
| − | \usetikzlibrary{shadows} | ||
| − | \usetikzlibrary{fadings} | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| + | \usepackage{natbib} | ||
| + | \bibliographystyle{jwaabib} | ||
| + | \def\newblock{\hskip .11em plus .33em minus .07em} | ||
| + | </pre> | ||
===== Example slide ===== | ===== Example slide ===== | ||
| − | < | + | <pre> |
| − | \begin{frame} | + | \begin{frame} |
\frametitle{Time resolved spectroscopy} | \frametitle{Time resolved spectroscopy} | ||
| − | \begin{tikzpicture}[x=\columnwidth, y=0.6\textheight] | + | \begin{tikzpicture}[x=\columnwidth, y=0.6\textheight] |
| − | \path<1-> [use as bounding box] (0,0) rectangle(1,1); % define the coordinate system | + | \path<1-> [use as bounding box] (0,0) rectangle(1,1); % define the coordinate system |
| − | \node<1> at (0.5,0.5) {\includegraphics[width=0.78\columnwidth]{plots/all4speclc_2-10.pdf}}; %plot figure in the center | + | \node<1> at (0.5,0.5) {\includegraphics[width=0.78\columnwidth]{plots/all4speclc_2-10.pdf}}; %plot figure in the center |
| − | \node<2> at (0.5,0.5) {\includegraphics[width=0.78\columnwidth]{plots/all4speclc_zoom.pdf}}; | + | \node<2> at (0.5,0.5) {\includegraphics[width=0.78\columnwidth]{plots/all4speclc_zoom.pdf}}; |
| − | \node<3> at (0.5,0.5) {\includegraphics[width=0.80\columnwidth]{plots/all4speclc_nogslines.pdf}}; | + | \node<3> at (0.5,0.5) {\includegraphics[width=0.80\columnwidth]{plots/all4speclc_nogslines.pdf}}; |
| − | \node<4-8> at (0.5,0.5) {\includegraphics[width=0.80\columnwidth]{plots/all4speclc_normnogslines.pdf}}; | + | \node<4-8> at (0.5,0.5) {\includegraphics[width=0.80\columnwidth]{plots/all4speclc_normnogslines.pdf}}; |
| − | \draw<5-6> (-0.02,0.9) node [anchor=west, fill=black!05, text width=4.0cm,drop shadow, rounded corners] {Eqw. of \feka highest during part II} ; | + | \draw<5-6> (-0.02,0.9) node [anchor=west, fill=black!05, text width=4.0cm,drop shadow, rounded corners] {Eqw. of \feka highest during part II} ; |
| − | % text in a nice box | + | % text in a nice box |
| − | \draw<6> (-0.02,0.65) node [anchor=west, fill=black!05, text width=4.0cm,drop shadow, rounded corners] {Spectra change strongly with time.} ; | + | \draw<6> (-0.02,0.65) node [anchor=west, fill=black!05, text width=4.0cm,drop shadow, rounded corners] {Spectra change strongly with time.} ; |
| − | \draw<7-8> (-0.02,0.9) node [anchor=west, fill=black!05, text width=4.0cm,drop shadow, rounded corners] {Energy shift could be due to change in ionization.} ; | + | \draw<7-8> (-0.02,0.9) node [anchor=west, fill=black!05, text width=4.0cm,drop shadow, rounded corners] {Energy shift could be due to change in ionization.} ; |
| − | \draw<8> (-0.02,0.55) node [anchor=west, fill=black!05, text width=4.0cm,drop shadow, rounded corners] {Mixture of different states necessary to explain \fekb/\feka ratio (Fe\,VI--XIV).} ; | + | \draw<8> (-0.02,0.55) node [anchor=west, fill=black!05, text width=4.0cm,drop shadow, rounded corners] {Mixture of different states necessary to explain \fekb/\feka ratio (Fe\,VI--XIV).} ; |
| − | \node<9-> at (0.5,0.5) {\includegraphics[width=0.80\columnwidth]{plots/all4speclc_felineeqw.pdf}}; | + | \node<9-> at (0.5,0.5) {\includegraphics[width=0.80\columnwidth]{plots/all4speclc_felineeqw.pdf}}; |
| − | \draw<10-> (-0.02,0.9) node [anchor=west, fill=black!05, text width=4.0cm,drop shadow, rounded corners] {Gainshift also explains shifts!} ; | + | \draw<10-> (-0.02,0.9) node [anchor=west, fill=black!05, text width=4.0cm,drop shadow, rounded corners] {Gainshift also explains shifts!} ; |
| − | \draw<11> (-0.02,0.65) node [anchor=west, fill=black!05, text width=4.0cm,drop shadow, rounded corners] {Gainshift can be due to change of CTI.} ; | + | \draw<11> (-0.02,0.65) node [anchor=west, fill=black!05, text width=4.0cm,drop shadow, rounded corners] {Gainshift can be due to change of CTI.} ; |
\end{tikzpicture} | \end{tikzpicture} | ||
| − | \end{frame} | + | \end{frame} |
| − | </ | + | </pre> |
===== Source ===== | ===== Source ===== | ||
The complete talk can be found here: ''/home/fuerst/Public/talks/gx301/'' | The complete talk can be found here: ''/home/fuerst/Public/talks/gx301/'' | ||
Latest revision as of 16:15, 13 April 2018
GX 301-2 talk
Header
\documentclass{beamer}
\usetheme{Madrid}
\useinnertheme{circles}
\usecolortheme{dolphin}
\usepackage[utf8]{inputenc} % ggfs. anpassen -- Eingabekodierung
\usepackage[T1]{fontenc} % Zeichensatzkodierung
\usepackage[english]{babel} % Sprache einstellen
\usepackage{ragged2e} % besserer Flattersatz
\usepackage{xspace} % intelligenter Abstand
\usepackage{tikz} % Plotting and alignment tools
\usetikzlibrary{shadows}
\usetikzlibrary{fadings}
\usepackage{natbib}
\bibliographystyle{jwaabib}
\def\newblock{\hskip .11em plus .33em minus .07em}
Example slide
\begin{frame}
\frametitle{Time resolved spectroscopy}
\begin{tikzpicture}[x=\columnwidth, y=0.6\textheight]
\path<1-> [use as bounding box] (0,0) rectangle(1,1); % define the coordinate system
\node<1> at (0.5,0.5) {\includegraphics[width=0.78\columnwidth]{plots/all4speclc_2-10.pdf}}; %plot figure in the center
\node<2> at (0.5,0.5) {\includegraphics[width=0.78\columnwidth]{plots/all4speclc_zoom.pdf}};
\node<3> at (0.5,0.5) {\includegraphics[width=0.80\columnwidth]{plots/all4speclc_nogslines.pdf}};
\node<4-8> at (0.5,0.5) {\includegraphics[width=0.80\columnwidth]{plots/all4speclc_normnogslines.pdf}};
\draw<5-6> (-0.02,0.9) node [anchor=west, fill=black!05, text width=4.0cm,drop shadow, rounded corners] {Eqw. of \feka highest during part II} ;
% text in a nice box
\draw<6> (-0.02,0.65) node [anchor=west, fill=black!05, text width=4.0cm,drop shadow, rounded corners] {Spectra change strongly with time.} ;
\draw<7-8> (-0.02,0.9) node [anchor=west, fill=black!05, text width=4.0cm,drop shadow, rounded corners] {Energy shift could be due to change in ionization.} ;
\draw<8> (-0.02,0.55) node [anchor=west, fill=black!05, text width=4.0cm,drop shadow, rounded corners] {Mixture of different states necessary to explain \fekb/\feka ratio (Fe\,VI--XIV).} ;
\node<9-> at (0.5,0.5) {\includegraphics[width=0.80\columnwidth]{plots/all4speclc_felineeqw.pdf}};
\draw<10-> (-0.02,0.9) node [anchor=west, fill=black!05, text width=4.0cm,drop shadow, rounded corners] {Gainshift also explains shifts!} ;
\draw<11> (-0.02,0.65) node [anchor=west, fill=black!05, text width=4.0cm,drop shadow, rounded corners] {Gainshift can be due to change of CTI.} ;
\end{tikzpicture}
\end{frame}
Source
The complete talk can be found here: /home/fuerst/Public/talks/gx301/