# -*- coding: utf-8 -*- # name: \documentclass{beamer} # key: beamer # expand-env: ((yas-indent-line 'fixed)) # -- \documentclass[ hyperref={ colorlinks=true, citecolor=blue, filecolor=blue, linkcolor=blue, unicode=true, urlcolor=blue }, xcolor={table,svgnames}]{beamer} %\usepackage{pgfpages} %\pgfpagesuselayout{2 on 1}[a4paper,border shrink=5mm] % Inner theme + color: \useinnertheme{rounded} \usecolortheme{rose} % Outer theme + color: \usecolortheme{dolphin} \useoutertheme{infolines} \setbeamertemplate{headline}[default] \setbeamerfont{button}{size=\footnotesize} \usepackage{ifthen,ifluatex,ifxetex} \ifthenelse{\boolean{luatex}}{ \usepackage{fontspec} }{\ifthenelse{\boolean{xetex}}{ \usepackage{mathspec} }{ \usepackage[T1]{fontenc} \usepackage[utf8]{inputenc} } } \usepackage{amsmath} \usepackage{amssymb} \usepackage{pifont} % check marks (\ding{52}) and cross marks (\ding{56}) \usepackage{textcomp} % \texttimes \usepackage{wasysym} % \diameter \usepackage{graphicx} \usepackage{booktabs} \usepackage{colortbl} \usepackage{comment} \usepackage{standalone} \usepackage{subcaption} \usepackage{tabularx} \usepackage[load-configurations=abbreviations]{siunitx} \sisetup{ range-phrase = \ensuremath{\text{\,\textendash\,}}, range-units = brackets, separate-uncertainty, } \DeclareSIUnit\dollar{\\\$} \DeclareSIUnit\euro{€} \DeclareSIUnit\mK{\milli\kelvin} \DeclareSIUnit\mbar{\milli\bar} \DeclareSIUnit\micron{\micro\meter} \DeclareSIUnit\nW{\nano\watt} \usepackage{tikz} \usetikzlibrary{3d,arrows,backgrounds,calc,patterns,plotmarks} % https://tex.stackexchange.com/a/55849 answers: % How to reveal a tikzpicture step by step? \usetikzlibrary{overlay-beamer-styles} % known as aobs-tikz by texdoc \usepackage{pgfplots} \pgfplotsset{compat=newest} \def\axisdefaultwidth{57.5mm} \def\axisdefaultheight{40mm} \graphicspath{ {./floats/} } \newcommand{\cmark}{{\color{Green} \ding{52}}}% \newcommand{\omark}{{\color{Orange} \ding{43}}}% \newcommand{\xmark}{{\color{Red} \ding{56}}}% \newcommand{\Knudsen}{\mbox{\textit{Kn}}} \newcommand{\Nusselt}{\mbox{\textit{Nu}}} \newcommand{\Reynolds}{\mbox{\textit{Re}}} % https://tex.stackexchange.com/questions/29082/latex-beamer-applies-the-cancel-command-only-a-specified-slides \usepackage[thicklines]{cancel} \renewcommand\CancelColor{\color{Red}} \newcommand<>{\overlayxcancel}[1]{\alt#2{\xcancel{#1}\vphantom{#1}}{#1}} \title{${1:Closed Cycle Dilution Refrigerator}} \subtitle{${2:CCDR}} \author{Gerard Vermeulen \inst{1} \and Camille Noûs \inst{2}} \institute{\inst{1} Néel Institute (CNRS) \and \inst{2} Cogitamus Laboratory} \date[Grenoble, ${3:`(format-time-string "%Y-%m-%d")`}]{Grenoble, ${4:`(format-time-string "%Y-%m-%d")`}} \AtBeginSection[]{ \begin{frame}{Outline} \tableofcontents[currentsection,hideallsubsections] \end{frame}} \AtBeginSubsection[]{ \begin{frame}{Outline} \tableofcontents[ currentsection, sectionstyle=show/hide, subsectionstyle=show/shaded/hide] \end{frame}} \begin{document} \frame{\titlepage} $0 %\input{section-1} %\input{section-2} \end{document} %%% Local Variables: %%% TeX-master: t %%% compile-command: "latexmk -interaction=nonstopmode -lualatex -pvc -synctex=1 ${5:`(file-name-nondirectory (buffer-file-name))`}" %%% fill-column: 88 %%% mode: latex %%% End: