beamerthemeFeather.sty 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. % This is the main beamer theme file of the Feather theme.
  2. % Copyright (c) 2014 by Lilyana Vaskova Vankova <lilqna.v@gmail.com>
  3. %
  4. % This program is free software: you can redistribute it and/or modify
  5. % it under the terms of the GNU General Public License as published by
  6. % the Free Software Foundation, either version 3 of the License, or
  7. % (at your option) any later version.
  8. %
  9. % This program is distributed in the hope that it will be useful,
  10. % but WITHOUT ANY WARRANTY; without even the implied warranty of
  11. % MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  12. % GNU General Public License for more details.
  13. %
  14. % You can find the GNU General Public License at <http://www.gnu.org/licenses/>.
  15. %----------------------------------------------------------------------------------------------------------------------------------
  16. \NeedsTeXFormat{LaTeX2e}
  17. \ProvidesPackage{beamerthemeFeather}[2014/04/08 v1.0.0 The Feather Beamer Theme]
  18. %----------------------------------------------------------------------------------------------------------------------------------
  19. % load required packages
  20. \RequirePackage{tikz}
  21. \RequirePackage{calc}
  22. %----------------------------------------------------------------------------------------------------------------------------------
  23. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  24. % Theme options and definitions
  25. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  26. %----------------------------------------------------------------------------------------------------------------------------------
  27. \DeclareOptionBeamer{progressstyle}{\PassOptionsToPackage{progressstyle=#1}{beamerouterthemeFeather}}
  28. \DeclareOptionBeamer{rotationcw}{\PassOptionsToPackage{rotationcw}{beamerouterthemeFeather}}
  29. \DeclareOptionBeamer{shownavsym}{\PassOptionsToPackage{shownavsym}{beamerouterthemeFeather}}
  30. \ProcessOptionsBeamer
  31. %----------------------------------------------------------------------------------------------------------------------------------
  32. %beamer specific options
  33. \mode<presentation> %refers to the first four modes (beamer, handout, second and trans). That is, to all modes except the article mode
  34. {
  35. \useinnertheme{Feather}
  36. \useoutertheme{Feather}
  37. \usecolortheme{Feather}
  38. }
  39. \mode<all>