forked from jeffersonscientific/HPC_analytics
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathEARTH_Beamer_template.json
3 lines (3 loc) · 3.57 KB
/
EARTH_Beamer_template.json
1
2
3
{"header": "%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%\n% Stanford EARTH HPC Analytics template\n% v 1.0.0\n%\n% based (shamelessly() on:\n% Beamer Presentation\n% LaTeX Template\n% Version 1.0 (10/11/12)\n%\n% This template has been downloaded from:\n% http://www.LaTeXTemplates.com\n%\n% License:\n% CC BY-NC-SA 3.0 (http://creativecommons.org/licenses/by-nc-sa/3.0/)\n%\n%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%\n\n%----------------------------------------------------------------------------------------\n% PACKAGES AND THEMES\n%----------------------------------------------------------------------------------------\n\n\\documentclass{{beamer}}\n\n\\mode<presentation> {{\n\n% The Beamer class comes with a number of default slide themes\n% which change the colors and layouts of slides. Below this is a list\n% of all the themes, uncomment each in turn to see what they look like.\n\n%\\usetheme{{default}}\n%\\usetheme{{AnnArbor}}\n%\\usetheme{{Antibes}}\n%\\usetheme{{Bergen}}\n%\\usetheme{{Berkeley}}\n%\\usetheme{{Berlin}}\n%\\usetheme{{Boadilla}}\n%\\usetheme{{CambridgeUS}}\n%\\usetheme{{Copenhagen}}\n%\\usetheme{{Darmstadt}}\n%\\usetheme{{Dresden}}\n%\\usetheme{{Frankfurt}}\n%\\usetheme{{Goettingen}}\n%\\usetheme{{Hannover}}\n%\\usetheme{{Ilmenau}}\n%\\usetheme{{JuanLesPins}}\n%\\usetheme{{Luebeck}}\n\\usetheme{{Madrid}}\n%\\usetheme{{Malmoe}}\n%\\usetheme{{Marburg}}\n%\\usetheme{{Montpellier}}\n%\\usetheme{{PaloAlto}}\n%\\usetheme{{Pittsburgh}}\n%\\usetheme{{Rochester}}\n%\\usetheme{{Singapore}}\n%\\usetheme{{Szeged}}\n%\\usetheme{{Warsaw}}\n\n% As well as themes, the Beamer class has a number of color themes\n% for any slide theme. Uncomment each of these in turn to see how it\n% changes the colors of your current slide theme.\n\n%\\usecolortheme{{albatross}}\n%\\usecolortheme{{beaver}}\n%\\usecolortheme{{beetle}}\n%\\usecolortheme{{crane}}\n%\\usecolortheme{{dolphin}}\n%\\usecolortheme{{dove}}\n%\\usecolortheme{{fly}}\n%\\usecolortheme{{lily}}\n%\\usecolortheme{{orchid}}\n%\\usecolortheme{{rose}}\n%\\usecolortheme{{seagull}}\n%\\usecolortheme{{seahorse}}\n%\\usecolortheme{{whale}}\n%\\usecolortheme{{wolverine}}\n\n%\\setbeamertemplate{{footline}} % To remove the footer line in all slides uncomment this line\n%\\setbeamertemplate{{footline}}[page number] % To replace the footer line in all slides with a simple slide count uncomment this line\n\n%\\setbeamertemplate{{navigation symbols}}{{}} % To remove the navigation symbols from the bottom of all slides uncomment this line\n}}\n\n\\usepackage{{graphicx}} % Allows including images\n\\usepackage{{booktabs}} % Allows the use of \\toprule, \\midrule and \\bottomrule in tables\n\n",
"title": "%----------------------------------------------------------------------------------------\n% %TITLE PAGE\n%----------------------------------------------------------------------------------------\n\n\\title[{Short_title}]{{{Full_title}}} % The short title appears at the bottom of every slide, the full title is only on the title page\n\n\\author{{{author}}} % Your name\n\\institute[{institution_short}] % Your institution as it will appear on the bottom of every slide, may be shorthand to save space\n{{\n{institution} \\\\ % Your institution for the title page\n\\medskip\n\\textit{{{email}}} % Your email address\n}}\n\\date{{\\today}} % Date, can be changed to a custom date\n",
"figslide":"\\begin{{frame}}\n\\frametitle{{{fig_title}}}\n%Uncomment the code on this slide to include your own image from the same directory as the template .TeX file.\n\\begin{{figure}}\n\\includegraphics[width={width}\\linewidth]{{{fig_path}}}\n\\end{{figure}}\n\\end{{frame}}\n"}