1
0
mirror of https://github.com/matze/mtheme.git synced 2024-06-28 07:40:52 +02:00
Commit Graph

58 Commits

Author SHA1 Message Date
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
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
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
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
Ross Churchley
a278f69d1c Remove duplicate fontspec call 2015-04-28 11:29:49 -07:00
Ross Churchley
086fb387d4 Move color and font theme selection to demo.tex
The `mtheme` is compatible with other colour themes and (technically) other font themes. Moving these declarations to the .tex file makes it easier for the user to use a custom colour theme or to compile the slides on a computer without Fira Sans.
2015-04-28 11:29:36 -07:00
Benedikt Kleinmeier
ef61b7197e Revised three options: usesmallcapitalsintitle, usesectionslide and nototalslides.
README.md:
- Added explanation for these three options.
beamerthemem:
- Renamed all three options:
  * usesmallcapitalsintitle -> nosmallcapitals
  * usesectionslide -> nosectionslide
  * nototalslides -> usetotalslideindicator
- Disabled all options by default. I.e., you have to enable them explicitly.
2015-04-25 19:44:14 +02:00
Benedikt Kleinmeier
d74c3c7b7b Add three options: usesmallcapitalsintitle, usesectionslide and nototalslides.
beamerfontthememetropolis.sty:
- Remove "series=\scshape" for frame titles.

beamerthemem.sty:
- Add three options:
  * usesmallcapitalsintitle: print frame titles in small capitals.
  * usesectionslide: introduce a new section by an own slide.
  * nototalslides: print "#current/#total" slides per default.
    Disable this behavior by setting this option
2015-04-24 10:20:02 +02:00
Benjamin Weiss
629c117f74 Fixes matze/mtheme/#31
I don’t like the manual linespacing fix. In my opinion
\textsc{\MakeLowercase{…}} should be replaced by \MakeUppercase{…} and
the fontsize adjusted accordingly.

2pt shift of the progress bar doesn’t make sense as I see it. I
therefore removed it.
2015-02-22 16:31:16 +01:00
Benjamin Weiss
cd8635b211 changed title graphics position 2015-02-20 23:12:23 +01:00
Marek Kubica
b93ae3b676 Added optional support for title graphics 2015-02-20 19:10:30 +01:00
Felipe Schneider
c750e4d400 make captions numbered 2015-02-09 06:53:11 -02:00
Matthias Vogelgesang
5b9d78019b Improve title progressbar look 2015-02-06 08:20:48 +01:00
Matthias Vogelgesang
552db0309a Fix #26: use common lowercase option convention 2015-02-06 08:08:46 +01:00
Johann Dahm
810b13b460 Cleaned up some syntax and added nooffset option.
Could resolve #17.
2015-01-29 17:18:55 -05:00
Johann Dahm
e0a8600ba2 Pass option 'blockbg' through to colortheme package.
Also, use beamer-specific DeclareOption and error if incorrect options
are passed.
2015-01-28 23:13:06 -05:00
Johann Dahm
9e24bba520 Use palette colors instead of hardcoded names. 2015-01-28 19:25:21 -05:00
Matthias Vogelgesang
181a0d6452 Use package option to \protect frame titles
Using \protect disables the MakeLowercase command which looks weird with titles
set in small caps. For all those who want to use \cite, \ref and co. can now use
the `protectframetitles` package option.
2015-01-20 08:38:36 +01:00
Matthias Vogelgesang
eee32d1665 Fix #15: rescale widths for large slide number 2015-01-18 16:46:16 +01:00
Matthias Vogelgesang
e16f4a9757 Fix #14: wrong vspace in titleprogressbar 2015-01-12 19:29:18 +01:00
Grégoire Jadi
7af2e860c0 * beamerthemem.sty(frametitle): \protect the frametitle inside MakeLowercase
Without the \protect, we cannot use \cite, \ref or similar stuff in frametitle.
2014-12-10 16:23:27 +01:00
Matthias Vogelgesang
298a1a64ac Use different color for forth line 2014-11-17 16:27:27 +01:00
Matthias Vogelgesang
edacbdc2c5 Uncomment \nointerlineskip to remove white top 2014-11-05 20:29:26 +01:00
Matthias Vogelgesang
514f95f8f6 Make section pages light
... and adapt width and height of progress bar.
2014-11-03 19:32:13 +01:00
Matthias Vogelgesang
b54b464c9e Fix broken titleprogressbar option
Accidentally removed the negative pull up of the progress bar.
2014-10-31 15:50:22 +01:00
Matthias Vogelgesang
c73088305c Add "disable thousands separator" pgf style 2014-10-31 10:56:02 +01:00
Matthias Vogelgesang
99e149a70c Adjust fifth bar color to dark blue 2014-10-31 10:31:13 +01:00
Matthias Vogelgesang
724ec6b544 Customize footnote
Footnotes are bad, but they become a bit more tolerable with lower contrast and
less indentation.
2014-10-29 17:12:14 +01:00
Matthias Vogelgesang
ea610ff77b Reduce frametitle skip 2014-10-28 17:30:25 +01:00
Matthias Vogelgesang
f4f209411d Fix #2: increase distance between title and line
This and 4fbada019c should help with arbitrarily long titles.
2014-10-28 14:26:46 +01:00
Matthias Vogelgesang
b3dededae0 Add spacing after frametitle
Without it, the content is offset vertically.
2014-10-28 14:08:16 +01:00
Matthias Vogelgesang
ccd2e0c261 Add command to fix top list spacing 2014-10-27 14:40:44 +01:00
Matthias Vogelgesang
4fbada019c Improve title size and spacing 2014-10-27 11:36:44 +01:00
Matthias Vogelgesang
121fcf7353 Improve page number size and location 2014-10-27 08:27:12 +01:00
Matthias Vogelgesang
29b07df7d6 Add custom pgfplot styles 2014-10-17 08:40:25 +02:00
Matthias Vogelgesang
20d6f41400 Fix indentation of itemized list 2014-10-09 16:50:42 +02:00
Matthias Vogelgesang
2032b5b719 Add default empty argument to \plain 2014-10-09 15:10:47 +02:00
Matthias Vogelgesang
58fb92ac7c Make title progress bar optional 2014-10-04 02:54:38 +02:00
Matthias Vogelgesang
4bd094304b Add experimental progressbar beneath title 2014-09-26 15:34:21 +02:00
Matthias Vogelgesang
9e4a9d6739 Start splitting font and color theme 2014-09-22 17:10:05 +02:00
Matthias Vogelgesang
3bacdfb1f6 Use bullet point instead of arrow 2014-09-21 09:03:05 +02:00
Matthias Vogelgesang
d4e241a089 Add dark background with image
The image is taken from

  http://commons.wikimedia.org/wiki/File:Blassenstein_Erlauftal_mit_Nebel_02_Panorama.JPG

By Uoaei1 (Own work) CC-BY-SA-3.0
(http://creativecommons.org/licenses/by-sa/3.0), via Wikimedia Commons.
2014-09-20 12:06:37 +02:00
Matthias Vogelgesang
da8aed8f94 Add copyright header 2014-09-19 22:57:09 +02:00