summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/beamer/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/beamer/CHANGELOG.md')
-rw-r--r--Master/texmf-dist/doc/latex/beamer/CHANGELOG.md33
1 files changed, 27 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/latex/beamer/CHANGELOG.md b/Master/texmf-dist/doc/latex/beamer/CHANGELOG.md
index 5048678abf8..0683e90c845 100644
--- a/Master/texmf-dist/doc/latex/beamer/CHANGELOG.md
+++ b/Master/texmf-dist/doc/latex/beamer/CHANGELOG.md
@@ -8,6 +8,26 @@ a major and minor version only.
## [Unreleased]
+## [v3.70]
+
+### Added
+
+- making the aspect ratio available to the user via `\insertaspectratio`
+- adding `title`, `author`, `institute`, `date` and `titlegraphic` templates to make title page easier to customise
+
+### Changed
+
+- smoothbars outer theme: moved the shading between headline and frametitle a bit down to avoid the miniframe appearing clipped off in some pdf viewers
+- made top shading of Singapore theme transparent (see #782)
+- scale height of infolines headline with fontsize of `section in head/foot`
+- calculate the head/footheight at the start of each frame instead of only at the start of the document
+- making `\part` compatible with `\nameref`
+
+### Fixed
+
+- adding strut to the `frame number` and `page number` footlines to avoid jumping (see #840)
+- fixed bug in `inmargin` inner theme which would show the author indicator even if the author was empty
+
## [v3.69]
### Fixed
@@ -77,7 +97,7 @@ a major and minor version only.
- added `aspectratio=2013` class option setting the frames' aspect ratio to 20:13 (see #497)
- Remove redefinition of `\addtocontents` (see #698)
-- patched macros from the `pdfpages` package to automaticlly remove the frame background for the included pages
+- patched macros from the `pdfpages` package to automatically remove the frame background for the included pages
- transparent shadows for smoothbars outer theme (see #717)
- transparent shadows for smoothtree outer theme (see #720)
- added new beamer option "show only slides with notes", the old class option "notes=onlyslideswithnotes" now gives an obsolete warning like all the other note options (see #724)
@@ -97,7 +117,7 @@ a major and minor version only.
### Fixed
-- Removed superflous period in combination with the `firstsection` option (#674)
+- Removed superfluous period in combination with the `firstsection` option (#674)
- Behaviour of `\label` in article mode (#685)
- Problem with date position in infolines theme (#684)
@@ -113,7 +133,7 @@ a major and minor version only.
- `\beamer@bibiconwidth` already defined bug (see #652)
- shadowboxes and transparent overlays (see #654)
-- workaround for misaligment of biblatex with sidebar theme (see #645)
+- workaround for misalignment of biblatex with sidebar theme (see #645)
- bug with nonshadow rounded boxed (see #660)
## [v3.60]
@@ -143,7 +163,7 @@ a major and minor version only.
- re-introduced `\strut` after the frametitle (see #535)
- Promote bookmark level for index (see #554)
- clip `\insertslideintonotes` to show only visible area
-- using biblatex filehooks to make adjustments to the bibliography appearence (see #581)
+- using biblatex filehooks to make adjustments to the bibliography appearance (see #581)
### Fixed
@@ -171,7 +191,7 @@ a major and minor version only.
- Add missing commands with overlay specification (see #525)
- Replace fixed text width in `inmargin` theme (see #529)
-- Treatment of `+` and `.` overlay specifiations (see #538)
+- Treatment of `+` and `.` overlay specifications (see #538)
## [v3.55]
@@ -223,7 +243,8 @@ a major and minor version only.
- Support for `noxcolor` with `beamerarticle` (see #483)
- Treatment of mixed overlay/alert specifications
-[Unreleased]: https://github.com/josephwright/beamer/compare/v3.69...HEAD
+[Unreleased]: https://github.com/josephwright/beamer/compare/v3.70...HEAD
+[v3.70]: https://github.com/josephwright/beamer/compare/v3.69...v3.70
[v3.69]: https://github.com/josephwright/beamer/compare/v3.68...v3.69
[v3.68]: https://github.com/josephwright/beamer/compare/v3.67...v3.68
[v3.67]: https://github.com/josephwright/beamer/compare/v3.66...v3.67