Commit Graph

476 Commits

Author SHA1 Message Date
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
Ross Churchley a3621a9cea Update README 2015-04-28 11:57:00 -07:00
Ross Churchley 425c5f0f0f Update PDF 2015-04-28 11:44:17 -07:00
Ross Churchley 6b656640c2 Fix verbatim spacing 2015-04-28 11:44:00 -07:00
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