Skip to content

Commit b83a328

Browse files
committed
step version v0.2
1 parent f6c80a6 commit b83a328

File tree

5 files changed

+16
-6
lines changed

5 files changed

+16
-6
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@
44

55
### New
66

7+
### Changed
8+
9+
### Fixed
10+
11+
12+
## [v0.2]
13+
14+
### New
15+
716
- added experimental xbeamer theme
817
- `none` can be passed to the `titlegraphic` and `sectiongraphic` options to replace the graphics with a solid coloured area in the theme colour
918

@@ -21,5 +30,6 @@
2130

2231
------
2332

24-
[Unreleased]: https://github.com/samcarter/beamertheme-spectrum/compare/v0.1...HEAD
33+
[Unreleased]: https://github.com/samcarter/beamertheme-spectrum/compare/v0.2...HEAD
34+
[v0.2]: https://github.com/samcarter/beamertheme-spectrum/compare/v0.1...v0.2
2535
[v0.1]: https://github.com/samcarter/beamertheme-spectrum/compare/v0.0...v0.1

DOCUMENTATION.pdf

41.7 KB
Binary file not shown.

beamertheme-spectrum-doc.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
\url{https://github.com/samcarter/beamertheme-spectrum}\\
4545
\url{https://ctan.org/pkg/beamertheme-spectrum}
4646
}{samcarter}}
47-
\date{Version v0.1 \textendash{} 2025/05/15}
47+
\date{Version v0.2 \textendash{} 2025/05/26}
4848
\packagename{beamertheme-spectrum}
4949

5050
\begin{document}

beamerthemespectrum.sty

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
% See https://www.latex-project.org/lppl.txt
1313
%
1414
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
15-
\ProvidesPackage{beamerthemespectrum}[2025/05/15 version v0.1 Spectrum beamer theme]
15+
\ProvidesPackage{beamerthemespectrum}[2025/05/26 version v0.2 Spectrum beamer theme]
1616

1717
\mode<presentation>
1818

@@ -217,4 +217,4 @@
217217
}
218218

219219
\mode
220-
<all>
220+
<all>

xbeamerthemespectrum.sty

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
% See https://www.latex-project.org/lppl.txt
1313
%
1414
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
15-
\ProvidesPackage{xbeamerthemespectrum}[2025/05/15 version v0.1 Spectrum beamer theme]
15+
\ProvidesPackage{xbeamerthemespectrum}[2025/05/26 version v0.2 Spectrum beamer theme]
1616

1717
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
1818
%
@@ -187,4 +187,4 @@
187187
\vskip-\headsep
188188
\end{frame}
189189
}
190-
\ExplSyntaxOff
190+
\ExplSyntaxOff

0 commit comments

Comments
 (0)