File tree Expand file tree Collapse file tree 4 files changed +20
-6
lines changed Expand file tree Collapse file tree 4 files changed +20
-6
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## 2.2
4
4
5
+ ### 2.2.1
6
+
7
+ * corrected bug due to empty subtitle
8
+ * added a few ideas
9
+ * changed implementation of the second logo
10
+
5
11
### 2.2.0-beta
6
12
7
13
* Possibility to add the image (logo and name) of another company
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ compareversions () {
49
49
}
50
50
51
51
makechangelog () {
52
- echo -e " \n# Enter here the informations about changes in your program in version %s." " $newv " > release/changelog
52
+ printf " \n# Enter here the informations about changes in your program in version %s.\n " " $newv " > release/changelog
53
53
tag=$( git describe --tags --abbrev=0) ;
54
54
git log --oneline " $tag " ..HEAD | sed ' s/^/# /' >> release/changelog
55
55
vim -c ' set ft=gitcommit | set tw=80 | set cc=+1 | startinsert' release/changelog
Original file line number Diff line number Diff line change 1
1
\NeedsTeXFormat {LaTeX2e}
2
- \ProvidesPackage {beamerx}[2017/01/19 v2.2.0-beta , standard scientific slideshows layout for Ecole polytechnique (Palaiseau,France).]
2
+ \ProvidesPackage {beamerx}[2017/01/26 v2.2.1 , standard scientific slideshows layout for Ecole polytechnique (Palaiseau,France).]
3
3
4
4
% =======================================================================
5
5
% Declaration des options
382
382
\newcommand {\nologo }[1]{%
383
383
\renewcommand {\includebeamerxlogo }{\color {white}\includegraphics [height=0.25\paperheight ,keepaspectratio]{beamerxlogo}}
384
384
}
385
+ \newlength\logoheight
386
+ \setlength\logoheight {.25\paperheight }
385
387
\nologo {}
386
388
\def\logo {}
387
- \renewcommand {\logo }[1]{%
389
+ \renewcommand {\logo }[2][ 1]{%
388
390
\renewcommand {\includebeamerxlogo }{%
389
- \begin {minipage }{0.18377693\paperheight }\color {white}\centering %
390
- \includegraphics [width=\textwidth ,keepaspectratio]{beamerxlogo}\\ [0.01250\paperwidth ]
391
- \includegraphics [width=\textwidth ,keepaspectratio]{#1}
391
+ \begin {minipage }{.25\paperwidth }\flushleft %
392
+ \includegraphics [height=.25\paperheight ,keepaspectratio]{beamerxlogo}\\ [0.01250\paperwidth ]
393
+ \setlength\logoheight {#1\logoheight }%
394
+ \includegraphics [height=\logoheight ,keepaspectratio]{#2}
395
+ \setlength\logoheight {.25\paperheight }
392
396
\end {minipage }
393
397
}%
394
398
}
Original file line number Diff line number Diff line change @@ -36,3 +36,7 @@ x integration of another logo : stack with horizontal logo of the school
36
36
37
37
x integration of a company name : with ÉCOLE POLYTECHNIQUE - COMPANY - ...
38
38
o aspectratio=43 version
39
+ o thank you frame ?
40
+ o study more the colors in picframes
41
+ o switch to beamer theme ?
42
+ o switch to class ?
You can’t perform that action at this time.
0 commit comments