Commit Graph

347 Commits

Author SHA1 Message Date
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
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