forked from jeffersonscientific/HPC_analytics
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
new modifications from remote development. includes adding some tex c…
…omponents; maybe report(s) in hpc_lib.
- Loading branch information
Showing
5 changed files
with
418 additions
and
2,160 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,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"} |