Commit Graph

211 Commits

Author SHA1 Message Date
Ross Churchley 709462fb8b Make figure example colortheme-independent 2015-04-28 11:30:34 -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
Ross Churchley dc62825743 Remove demo slide dependency on `minted`
Although syntax highlighting is nice, `minted` is a nonessential dependency that greatly complicates compilation for new users. Since using the `mtheme` does not require you to install Pygments or use `--shell-escape`, the demo slides should not either.
2015-04-28 11:00:04 -07:00
Matthias Vogelgesang e4b48b1dce Merge pull request #45 from Schwefelsaeure/master
Add three options: usesmallcapitalsintitle, usesectionslide and nototals...
2015-04-27 08:15:41 +02: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
Matthias Vogelgesang 9f55268717 Merge pull request #43 from awalterschulze/master
fixed build.sh permission
2015-04-21 16:41:15 +02:00
Walter Schulze 31dd92b641 fixed build.sh permission 2015-04-21 16:15:49 +02:00
Matthias Vogelgesang 6eb4cea56d Merge pull request #42 from awalterschulze/master
better error handling
2015-04-21 16:08:17 +02:00
Walter Schulze 6f6a831cf7 better error handling 2015-04-21 16:03:34 +02:00
Matthias Vogelgesang e8c09fa7ed Add Docker-related Make targets
Contributed by Walter Schulze (@awalterschulze). Thanks!
2015-04-20 16:56:37 +02:00
Matthias Vogelgesang e2c90b8586 Merge pull request #41 from jdahm/blockcolors
Add bg color to alerted and example blocks.
2015-04-18 11:13:00 +02:00
Johann Dahm d615693dfd Fix block background colors and increase contrast. 2015-04-17 18:53:20 -04:00
Johann Dahm 9044d47303 Add bg color to alerted and example blocks.
Addresses #38. Please test.
2015-04-17 09:54:00 -04:00
Matthias Vogelgesang bf3494fb26 Fix #40: clean untracked directories as well 2015-04-17 09:10:24 +02:00
Matthias Vogelgesang 629971f0fc Fix #39: list pygmentize and Fira Sans Mono 2015-04-17 09:08:11 +02:00
Matthias Vogelgesang 3e65ac742e Merge pull request #37 from jdahm/blockbg-fix
Setup parent primary palette before blocks.
2015-04-06 10:30:49 +02:00
Johann Dahm 4e2d9868a8 Setup parent primary palette before blocks.
Fixes #36.
2015-04-05 16:15:51 -04:00
Matthias Vogelgesang 32ce88465a Merge pull request #32 from benjamin-weiss/master
Title graphics / section title line break
2015-02-22 18:33:13 +01: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
Matthias Vogelgesang c718907540 Merge pull request #30 from Leonidas-from-XIV/feature/titlegraphic
Added optional support for title graphics
2015-02-20 19:38:14 +01:00
Marek Kubica b93ae3b676 Added optional support for title graphics 2015-02-20 19:10:30 +01:00
Matthias Vogelgesang bc4efd4b78 Merge pull request #27 from dudektria/master
Make captions numbered
2015-02-09 11:58:29 +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
Matthias Vogelgesang f3b3e95666 Merge pull request #25 from jdahm/offset
Fix #17 and clean up syntax
2015-01-30 08:02:24 +01:00
Johann Dahm f8a53c9ff9 Updated readme. 2015-01-29 19:04:25 -05:00
Johann Dahm 810b13b460 Cleaned up some syntax and added nooffset option.
Could resolve #17.
2015-01-29 17:18:55 -05:00
Matthias Vogelgesang 1469af008c Merge pull request #21 from jdahm/generalcolors
Use palette colors instead of hardcoded names
2015-01-29 22:42:38 +01:00
Johann Dahm a58c8e4502 Updated README for 'blockbg' option. 2015-01-28 23:26:34 -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 92a068fe32 Added 'blockbg' option to metropolis color theme.
Still inaccessible from theme.
2015-01-28 20:25:01 -05:00
Johann Dahm b48bb94bc6 Merge branch 'generalcolors' of github.com:jdahm/mtheme into generalcolors 2015-01-28 19:27:03 -05:00
Johann Dahm 05f877788c Added *.fls to .gitignore. 2015-01-28 19:25:21 -05:00
Johann Dahm dabd171261 Added block colors. 2015-01-28 19:25:21 -05:00
Johann Dahm 9e24bba520 Use palette colors instead of hardcoded names. 2015-01-28 19:25:21 -05:00
Matthias Vogelgesang 01943d093c Merge pull request #23 from kdungs/master
Simple fix to ensure colour of footnote mark matches the surrounding environment.
2015-01-23 13:52:00 +01:00
Kevin Dungs b409ce8e2b Simple fix to ensure colour of footnote mark matches the surrounding
environment.
2015-01-23 13:43:32 +01:00
Matthias Vogelgesang b277052f12 Merge pull request #22 from jdahm/latexmkrc
Added latexmkrc file.
2015-01-23 08:02:29 +01:00
Johann Dahm d25dbe2ac8 Added latexmkrc file. 2015-01-22 21:09:56 -05:00
Johann Dahm c0a88c8e1d Added *.fls to .gitignore. 2015-01-22 20:48:31 -05:00
Johann Dahm 20a76b05f7 Added block colors. 2015-01-22 20:41:41 -05:00
Johann Dahm be7f8b0553 Use palette colors instead of hardcoded names. 2015-01-22 20:39:09 -05:00
Matthias Vogelgesang d256050ae2 Update demo 2015-01-20 08:40:41 +01: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 30a8dcd9ad Decrease frame title font size once again ;-) 2015-01-20 08:36:45 +01:00
Matthias Vogelgesang eee32d1665 Fix #15: rescale widths for large slide number 2015-01-18 16:46:16 +01:00