Difference between revisions of "Presentations:felixgx301"
(Blanked the page) |
|||
Line 1: | Line 1: | ||
+ | [[Category:LaTeX]] | ||
+ | ====== GX 301-2 talk ====== | ||
+ | ===== Header ===== | ||
+ | |||
+ | <file> | ||
+ | \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} | ||
+ | </file> | ||
+ | |||
+ | ===== Example slide ===== | ||
+ | <file> | ||
+ | \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} | ||
+ | </file> | ||
+ | |||
+ | ===== Source ===== | ||
+ | The complete talk can be found here: ''/home/fuerst/Public/talks/gx301/'' |
Revision as of 15:14, 12 April 2018
GX 301-2 talk
Header
<file> \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} </file>
Example slide
<file> \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} </file>
Source
The complete talk can be found here: /home/fuerst/Public/talks/gx301/