1
0
mirror of https://github.com/matze/mtheme.git synced 2024-07-03 08:30:56 +02:00
Commit Graph

25 Commits

Author SHA1 Message Date
Benjamin Weiss
1b13cf3cd9 new frame title format implementation
As also suggested on
[stackexchange](http://tex.stackexchange.com/questions/112526/errors-wit
h-makeuppercase-and-beamers-insertsectionhead) the new implementation
patches `\sectionentry`, `\beamer@section` and `\beamer@@frametitle`
instead of expanding them.

In the process I also added three more hooks:

- `mthemesectiontitleformat`
- `mthemeframetitleformat`
- `mthemeplaintitleformat`

So the user can change the behavior of each element independently. As
default the new formats are dependent on `mthemetitleformat`.

For testing purposes I integrated @elliottd s frames from this PR #94

This should fix the `allowframebreaks` issue for real now.
2015-06-22 16:38:26 +02:00
Ross Churchley
15bcda7c37 Minor rearrangements and documentation 2015-06-21 22:24:49 -07:00
Ross Churchley
7ef38d77c5 Add frame title, progress bar to outer theme 2015-06-18 00:22:50 -07:00
Ross Churchley
961acd6d7b Add footline to outer theme 2015-06-18 00:22:03 -07:00
Ross Churchley
9efeb405fe Create outer theme 2015-06-18 00:21:21 -07:00
Ross Churchley
e38b6c97fd Move itemize, figures, footnotes to inner theme 2015-06-17 22:17:21 -07:00
Ross Churchley
ab8bc96b1a Move block environments to inner theme 2015-06-17 22:16:40 -07:00
Ross Churchley
8c21111afe Move section page, progress bar to inner theme 2015-06-17 22:15:04 -07:00
Ross Churchley
7afe2ae829 Move title page code to inner theme 2015-06-17 21:51:52 -07:00
Ross Churchley
b1132a096d Create inner theme 2015-06-17 18:55:51 -07:00
Ross Churchley
ca94ef79fc Split off and document pgfplots theme 2015-06-17 00:41:35 -07:00
Ross Churchley
8d08b4543d Update version numbering 2015-06-16 08:34:00 -07:00
Ross Churchley
be13ed4e47 Minor code readability changes 2015-06-16 08:34:00 -07:00
Ross Churchley
7a747b1dba Remove indexing commands
We currently do not include an index in the documentation PDF
2015-06-16 08:34:00 -07:00
Ross Churchley
da03ee8d2d Remove \RecordChanges
Changelog should wait until the first stable release
2015-06-16 08:34:00 -07:00
Ross Churchley
e182f5e8a4 Remove \CharacterTables
\CharacterTable checks against text encoding errors, which was more common when files were typically distributed over email. Now package distribution is done with better tools and modern packages can safely omit \CharacterTable.

http://tex.stackexchange.com/a/42604
2015-06-16 08:34:00 -07:00
Ross Churchley
7d240db4fc Streamline copyright declaration 2015-06-16 08:34:00 -07:00
Matthias Vogelgesang
f85fcee21a Fix #80: center section title with [t] option
Patch provided by @bgat.
2015-06-16 10:26:19 +02:00
Matthias Vogelgesang
eef5c0ecaf Merge pull request #79 from benjamin-weiss/block-environment-improvments
Added custom block definitions, closes #76
2015-06-16 09:36:53 +02:00
Benjamin Weiss
bfc164985f added custom block definitions 2015-06-15 20:11:46 +02:00
Benjamin Weiss
9007b0f1a6 merging fix 2015-06-15 13:44:06 +02:00
Benjamin Weiss
3be98be3c3 removed unnecessary empty lines after \begin{macrocode} 2015-06-14 23:06:45 +02:00
Benjamin Weiss
4afcf8632c gives @matze his name back 2015-06-14 22:33:07 +02:00
Benjamin Weiss
017854f072 dtx-ifycation 2015-06-14 20:11:54 +02:00
Benjamin Weiss
14590d2eee files moved and renamed 2015-06-14 20:10:26 +02:00