Commit Graph

427 Commits

Author SHA1 Message Date
arijitlaik 539f6f4adb update unzip filenames
the unzip command used filenames from the previous urls the new urls have different file names, this fixes the script
2016-08-11 04:44:11 +05:30
Matthias Vogelgesang 287b554d3d Clarify the Pandoc .standout situation 2016-08-05 15:46:59 +02:00
Matthias Vogelgesang 2805aa1583 Fix #216: use frametitle font for continuation 2016-07-20 12:37:24 +02:00
Matthias Vogelgesang ebf00c8a1b Fix #214: use ragged right for subtitle 2016-07-07 12:00:48 +02:00
Matthias Vogelgesang bd55d89a03 Merge pull request #213 from rchurchley/bugfixes
Bugfixes
2016-06-14 10:43:16 +02:00
Ross Churchley 79485c78ae Add to docs known issue about standout and Pandoc 2016-06-13 23:28:40 -07:00
Ross Churchley 6f76e317b0 Add to docs tip for standout frames with org-mode
Fix #203
2016-06-13 23:28:04 -07:00
Ross Churchley 41dc7a7212 Restore `make clean` functionality
80a513f3 escaped directory and file names to avoid removing unrelated directories due to spaces in path names. However, this breaks clean-cache (since the wildcard * should not be escaped) and clean-sty (since the spaces in $(PACKAGE_STY) actually do indicate different files). This change reverts the change to clean-sty and provides a workaround to clean-cache to avoid wildcards.
2016-06-13 19:55:11 -07:00
Ross Churchley 19dcbaba40 Use sectiontitleformat for subsection title
Fix #212
2016-06-13 19:42:38 -07:00
Matthias Vogelgesang 5107b2383e Fix #206: update Fira Sans font URLs 2016-04-20 09:02:31 +02:00
Matthias Vogelgesang 70fb078319 Add reference to @rchurcley's color theme 2016-04-03 19:25:34 +02:00
Matthias Vogelgesang fe9c932696 Merge pull request #204 from rchurchley/fixbreak
Fix empty second line in certain frametitles
2016-03-31 11:08:15 +02:00
Ross Churchley 8eb8c82d7e Fix empty second line in certain frametitles
Fix #202
2016-03-30 12:31:24 -07:00
Matthias Vogelgesang 73d94ddd81 Merge pull request #200 from wagermn/my-branch
Fix the "Overfull \hbox (0.4pt too wide)" bug when using progress bar.
2016-03-25 09:44:45 +01:00
Ermin Wang 3b08e613fe Fix the "Overfull \hbox (0.4pt too wide)" bug when using progress bar. 2016-03-25 00:47:06 +08:00
Matthias Vogelgesang 127b9aca65 Release version 1.1 2016-03-14 11:47:56 +01:00
Matthias Vogelgesang caa922644c Add NEWS file with changes
Eventually, this should be merged with the manual itself.
2016-03-14 11:45:43 +01:00
Matthias Vogelgesang 094fa5755e make: replace all filedate occurences 2016-03-14 11:26:04 +01:00
Matthias Vogelgesang 6ff1299c56 Fix a typo in the manual 2016-03-14 11:11:02 +01:00
Matthias Vogelgesang 806787012e Merge pull request #195 from rchurchley/documentation
Documentation updates
2016-03-14 11:06:06 +01:00
Ross Churchley 68249c9747 Remove unused driver code from sub-packages
As the theme's documentation is generated from `doc/metropolistheme.dtx` and not by running latex on the component sub-packages, this code is never actually executed. (Good thing, too, since it wouldn't compile; it is not possible to call `beamerthememetropolis` in a document with the `ltxdoc` class)
2016-03-10 23:35:51 -08:00
Ross Churchley 448f438c18 Note section, subsection slides can be consecutive
Fix #197
2016-03-10 23:24:40 -08:00
Matthias Vogelgesang fdf0aac8b6 Merge pull request #100 from benjamin-weiss/logo-redraw
upper part of logo redrawn by hand to get proper transparency
2016-03-10 08:36:58 +01:00
Matthias Vogelgesang 80a513f3fc Fix #196 partially: do not remove wrong dirs
This change escapes directory and file names to avoid removing unrelated
directories due to spaces in path names.
2016-03-09 17:34:53 +01:00
Benjamin Weiss 7bdb2003ed upper part of logo redrawn by hand to get proper transparency 2016-03-09 12:54:39 +01:00
Ross Churchley ffde17b63c Update date of packages modified for v1.1 2016-03-09 02:28:59 -08:00
Ross Churchley 19505fe82a Various documentation improvements 2016-03-09 02:28:59 -08:00
Ross Churchley 4c12fb79ee Remove link to Debian package (gives 404) 2016-03-09 02:28:59 -08:00
Ross Churchley 1d65da0777 Suggest Fira Book customization in some cases
Fix #75
2016-03-09 02:28:59 -08:00
Ross Churchley 48ee6d3336 Address notes font colour bug in documentation
Fix #191
2016-03-09 02:28:59 -08:00
Ross Churchley eeeac82b75 Fix titleformat options in documentation 2016-03-09 02:28:59 -08:00
Matthias Vogelgesang 5a61b4d2e0 Mention that Metropolis is on CTAN 2016-03-09 10:46:22 +01:00
Matthias Vogelgesang 3033dd3126 Merge pull request #194 from rchurchley/fix-empty-alertblock
Allow user to define empty (e.g.) alertblock background
2016-03-09 10:41:49 +01:00
Matthias Vogelgesang 6b70b210b5 Merge pull request #190 from rchurchley/subsection-page
Add support for subsections
2016-03-09 10:22:06 +01:00
Matthias Vogelgesang 820589f497 Merge pull request #189 from rchurchley/standout-slides
Use frame key for standout slides, move to inner theme
2016-03-09 10:18:56 +01:00
Ross Churchley 78b5a5bd4b Allow user to define empty alertblock background 2016-03-08 18:35:46 -08:00
Ross Churchley 774bd7b954 Add support for subsections
Fix #53
2016-03-04 23:39:45 -08:00
Ross Churchley cbffe39dcf Use frame key for standout slides, move to inner
Fix #11
2016-03-04 17:37:02 -08:00
Matthias Vogelgesang f921318fc0 Merge pull request #188 from rchurchley/fix-lualatex
Explicitly set italic, bold, and bolditalic fonts
2016-03-04 12:10:18 +01:00
Ross Churchley b47234ba14 Explicitly set italic, bold, and bolditalic fonts
Fix #187
2016-03-04 01:10:03 -08:00
Matthias Vogelgesang b5910b8f72 demo: deactivate title logo once again 2016-03-04 09:32:50 +01:00
Matthias Vogelgesang f31c772a8f Increase frametitle padding
Recent changes reduced it way more than it used to be, leading to a cramped
feeling especially with small caps titling.
2016-03-04 09:28:34 +01:00
Matthias Vogelgesang 612a947760 Merge pull request #186 from rchurchley/autoversion
Automatically get version, date for manual
2016-03-03 10:54:13 +01:00
Ross Churchley 309b6bad8c Automatically get version, date for manual
Fix #87
2016-03-03 01:05:51 -08:00
Matthias Vogelgesang 2b4b85dd93 Merge pull request #185 from rchurchley/section-page
Section page fixes
2016-03-03 09:03:41 +01:00
Ross Churchley 8894c7ea62 Adjust position of contents on section page
Fix #184 — Adjust spacing on section pages
2016-03-02 10:04:54 -08:00
Ross Churchley 3637e7ad60 Disable ugly justification in section pages
Fix #163 — Line breaks in section heading
2016-03-02 10:03:22 -08:00
Matthias Vogelgesang 45a1a83118 Merge pull request #183 from benjamin-weiss/new-frametitle-struts
new frame title struts – fixes #165
2016-03-02 09:38:20 +01:00
Matthias Vogelgesang 1cea72657b Merge pull request #182 from rchurchley/fix-blocks
Fix multi-line block titles
2016-03-02 09:37:45 +01:00
Ross Churchley cbfc756fce Revert changes to outer theme
This reverts the portion of the commit c48cc90a7b that applies to the outer theme, in order to prevent merge conflicts for #183
2016-02-28 14:34:58 -08:00