summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/medstarbeamer/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/medstarbeamer/README.txt')
-rw-r--r--Master/texmf-dist/doc/latex/medstarbeamer/README.txt44
1 files changed, 7 insertions, 37 deletions
diff --git a/Master/texmf-dist/doc/latex/medstarbeamer/README.txt b/Master/texmf-dist/doc/latex/medstarbeamer/README.txt
index 1f5cc244ed6..7077e337176 100644
--- a/Master/texmf-dist/doc/latex/medstarbeamer/README.txt
+++ b/Master/texmf-dist/doc/latex/medstarbeamer/README.txt
@@ -1,44 +1,14 @@
%%%%%%%%% MedStar Beamer Template %%%%%%%%%
%%%%%%%% Written By: Anagha Kumar %%%%%
%%%%%%%% License: lppl1.3 %%%%%%%%%%%%%%%%
+%%%%%%%% Version: 2015-11-12 %%%%%%%%%%%%%%%%
% I wrote a beamer template for MedStar Health presentations. %%
-%% I've included sample presentations using both .tex files and .rnw files%%
-%% The document class is obviously compatible with both %%
-%% The advantage of the .rnw file is that it can be used with knitr such that you can weave your R code with your presentation %%
+%% An example of how the slides would look is provided in example.tex %%%%%%%%
-\NeedsTeXFormat{LaTeX2e}
-\ProvidesClass{medstarbeamer}
-\LoadClassWithOptions{beamer}
-\RequirePackage{anysize}
-\RequirePackage{hyperref}
-\RequirePackage{graphicx}
-\RequirePackage{pgf}
-\RequirePackage{xcolor}
-\RequirePackage{booktabs}
-\RequirePackage{soul}
-\RequirePackage{background}
-\RequirePackage{cancel}
-\RequirePackage{amsmath}
-\RequirePackage{enumerate}
+%%% I generated a separate style file (MedStarColors) %%% The user should download it as well as the .cls file
+%%%% % This is a helpful website: http://www.r-bloggers.com/create-your-own-beamer-template/
+% More information on colors available here: https://en.wikibooks.org/wiki/LaTeX/Presentations
-
-\usetheme{CambridgeUS} % for an extensive list of themes, this is a useful website: http://deic.uab.es/~iblanes/beamer_gallery/index_by_theme.html %
-\definecolor{citrine}{rgb}{0.89, 0.82, 0.04}
-\definecolor{coolblack}{rgb}{0.0, 0.18, 0.39}
-
-\usecolortheme{lily}
-\setbeamercolor{frametitle}{fg=white, bg=coolblack}
-\setbeamercolor{title}{fg=coolblack}
-\setbeamercolor{subtitle}{fg=coolblack}
-\setbeamercolor{palette primary}{fg=white, bg=coolblack} % controls the foreground and background colors for the strip at the bottom right
-\setbeamercolor{palette secondary}{fg=white, bg=coolblack} % controls the foreground and background colors for the bottom left strip and the second strip at the top
-\setbeamercolor{palette tertiary}{fg=black, bg=citrine} %controls the foreground and background colors for the middle strip at the bottom and the top strip
-\useoutertheme{miniframes}
-\setbeamercolor{item}{fg=coolblack} %customizing the colors for the inner theme
-\logo{\includegraphics[ height=1cm, width=2cm]{medstarlogo}} %the size of the logo to be included in every frame
-
-\setbeamercovered{dynamic} %overlays appear faintly
-\setbeamertemplate{navigation symbols}{} % since I dislike the navigation symbols
-\setbeamertemplate{caption}[numbered] % since beamer does not number captions without setting this
-\setbeamercolor{caption}{fg=coolblack} \ No newline at end of file
+%%% The beamer themes info lines and mini frames were useful resources to work off of though others can also be used %%%
+%%% The two files (MedStarColors) and medstarbeamer.cls contain helpful comments to guide the user %%%