Commit Graph

514 Commits

Author SHA1 Message Date
Ross Churchley 6e7921273e Make structure the same as normal text 2015-06-10 10:56:13 -07:00
Ross Churchley 9f31f5b13c More intuitive progress bar declaration 2015-06-10 09:08:11 -07:00
Ross Churchley db8014c00b Set beamer colours for the progress bar 2015-06-10 08:59:49 -07:00
Ross Churchley 96394177cb Fix incorrect and missing colours 2015-06-10 08:32:27 -07:00
Ross Churchley ad3d2591fc Simplify colour theme for easy customization 2015-06-10 00:42:12 -07:00
Matthias Vogelgesang 0fefee0ca0 Merge pull request #63 from rchurchley/refactor
Reorganize and document package options
2015-06-08 08:09:39 +02:00
Matthias Vogelgesang f7656dbd7d Merge pull request #62 from ehahn/master
Use Fira fonts when compiling with Luatex
2015-06-08 08:08:53 +02:00
Erik Hahn 8fe6d5dcc8 Also mention Lualatex in the warning message 2015-06-07 01:34:41 +02:00
Ross Churchley e77fa67565 Reorganize and document package options 2015-06-06 12:32:40 -07:00
Erik Hahn a6772a0450 Use Fira fonts when compiling with Luatex 2015-06-06 20:55:18 +02:00
Matthias Vogelgesang 64e3701761 Merge pull request #61 from 0ip/patch-1
Fix footer readability
2015-06-06 20:36:24 +02:00
Robin Buse e34e3d6614 Fix footer readability
Light grey type on a white background poses issues regarding usability and readability, especially for older people or when using a bad quality projector.
Thus, I suggest using at least a darker variant of grey.
2015-06-06 18:07:06 +02:00
Matthias Vogelgesang 05fa08c37e Re-organize README 2015-06-02 08:32:29 +02:00
ChipmunkMath 99a5f6260e Added 'noslidenumbers' to "Package Options"
I added the 'noslidenumbers' option to the "Package Options" section with a
description of what it does.

Additionally, at the top of the "Package Options" I put how to call theme
options. When first working with mtheme, I struggled to find where to put the
package options, so I figured new users would find it helpful to have in the
ReadMe. It may be unnecessary since it's like every other Beamer theme in that
regard. Still, since it's a non-standard theme, I think it's good for a new user
to be told explicitly.
2015-06-02 08:18:47 +02:00
ChipmunkMath 8cc2b9c17f Added 'noslidenumbers' option
Added a 'noslidenumbers' option that leaves the slide number blank. The footer
is still left in place, just not populated with anything.
2015-06-02 08:13:55 +02:00
Matthias Vogelgesang a63f45b822 Merge pull request #58 from rchurchley/unlowercase
Remove MakeLowercase
2015-06-01 08:09:40 +02:00
Ross Churchley 5af89146a9 Update README with title formatting 2015-05-29 12:05:40 -07:00
Ross Churchley d8500a100f Replace nosmallcapitals option 2015-05-29 00:00:46 -07:00
Ross Churchley 6eb3f881f3 Add hook to allow users to lowercase small caps if desired 2015-05-28 16:50:58 -07:00
Ross Churchley eddf4016ec Remove MakeLowercase 2015-05-28 00:40:32 -07:00
Matthias Vogelgesang b89a5e1d94 Merge pull request #57 from rchurchley/pdflatex
Only load font theme when compiling with XeLaTeX
2015-05-27 08:14:32 +02:00
Ross Churchley 9d26b9be64 Only load font theme when compiling with XeLaTeX 2015-05-26 12:40:20 -07:00
Matthias Vogelgesang a54d7477a9 Merge pull request #56 from eddelbuettel/feature/installation
mention Launchpad PPA package for mtheme and Fira
2015-05-26 08:09:17 +02:00
Dirk Eddelbuettel 78274fec05 mention Launchpad PPA package for mtheme and Fira 2015-05-25 07:30:59 -05:00
Matthias Vogelgesang a9731e5d8b Update demo and README overview image 2015-05-21 12:11:02 +02:00
Matthias Vogelgesang 8dbd9149be Merge pull request #54 from rchurchley/master
Refactor progress bar and section page
2015-05-21 11:55:57 +02:00
Ross Churchley 9916dc5b29 Revert section page color, fix frametitle border 2015-05-21 02:03:56 -07:00
Ross Churchley 44a705195c Implement section page using the built-in beamer template 2015-05-21 00:48:33 -07:00
Ross Churchley ebcb4c9be4 Create common \progressbar command and simplify implementation with calc package. 2015-05-21 00:48:33 -07:00
Matthias Vogelgesang aa25c6df4e Merge pull request #50 from ronnychevalier/rc/add_missing_font_features
add missing font features
2015-05-20 08:22:56 +02:00
Matthias Vogelgesang 696d463abc Merge pull request #52 from eddelbuettel/feature/add-contrib
Add a simple contrib/ directory
2015-05-19 08:05:36 +02:00
Dirk Eddelbuettel 6dd155c4b9 add short note about contrib/ to README.md 2015-05-18 18:17:03 -05:00
Dirk Eddelbuettel 103c26d697 add contributed script to install Fira Font on Ubuntu 2015-05-18 18:15:25 -05:00
Dirk Eddelbuettel be90587e48 updated Dockerfile
- moved to contrib/ as it is not strictly needed at top-level
- standardized Dockerfile to what Docker recommends as best practices: each RUN
  command creates a new AUFS layer so it is best to pool commands
2015-05-18 18:13:26 -05:00
Ronny Chevalier 8a102618eb add missing font features
Italic and BoldItalic font were missing
2015-05-05 15:44:03 +02:00
Matthias Vogelgesang 032d69f3d2 Merge pull request #51 from ronnychevalier/rc/use_framenumber
use insertframenumber instead of insertpagenumber
2015-05-05 08:00:33 +02:00
Matthias Vogelgesang d939b3a91e Merge pull request #49 from ronnychevalier/rc/etoolbox
Revert "Remove unused etoolbox package"
2015-05-05 07:56:30 +02:00
Ronny Chevalier b2bad03526 use insertframenumber instead of insertpagenumber
If we are using \only<> or other macro like this, it will show the
wrong number of slides in the footer. insertframenumber use the actual
frame number and it is not incremented when using \only<>
2015-05-04 21:06:10 +02:00
Ronny Chevalier 6613f8cb59 Revert "Remove unused etoolbox package"
This reverts commit 736754ad5e.

etoolbox is needed for \AtBeginEnvironment
2015-05-04 20:50:31 +02:00
Matthias Vogelgesang 0107687402 Merge pull request #48 from rchurchley/master
Tidy title slide code
2015-04-30 08:01:14 +02:00
Ross Churchley 61b4fbc641 Fix bug causing extra space on empty \author 2015-04-29 17:14:39 -07:00
Ross Churchley 736754ad5e Remove unused etoolbox package 2015-04-29 16:56:04 -07:00
Ross Churchley b486ee92b6 Tidy up title page code
- improves readability with conditional indenting.
- makes code more version-control-friendly by putting each formatting command on its own line.
- factors duplicated styles out of \if@noSmallCapitals.
- documents beamer bug(?) causing \insertauthor to never be empty.
2015-04-29 16:55:07 -07:00
Ross Churchley 702a821d93 Put titlegraphic in 0pt vbox instead of -vspace 2015-04-29 16:48:34 -07:00
Ross Churchley 026123ab15 Surpress interline skip instead of negative vspace 2015-04-29 16:46:31 -07:00
Ross Churchley a474c4b5e4 Fix typo causing bug with empty \insertinstitute 2015-04-29 16:44:31 -07:00
Matthias Vogelgesang 026c647c85 Merge pull request #47 from rchurchley/master
Reduce dependencies to help new users
2015-04-29 22:57:43 +02:00
Ross Churchley cb1853cbeb Revert README 2015-04-29 12:12:36 -07:00
Ross Churchley aa3f99b2b0 Return font theme to beamerthemem.sty 2015-04-29 12:09:23 -07:00
Ross Churchley c6109e7320 Return colour theme declaration to style file 2015-04-28 23:26:51 -07:00