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 22
33## 2.2
44
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+
511### 2.2.0-beta
612
713* 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 () {
4949}
5050
5151makechangelog () {
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
5353 tag=$( git describe --tags --abbrev=0) ;
5454 git log --oneline " $tag " ..HEAD | sed ' s/^/# /' >> release/changelog
5555 vim -c ' set ft=gitcommit | set tw=80 | set cc=+1 | startinsert' release/changelog
Original file line number Diff line number Diff line change 11\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).]
33
44% =======================================================================
55% Declaration des options
382382\newcommand {\nologo }[1]{%
383383 \renewcommand {\includebeamerxlogo }{\color {white}\includegraphics [height=0.25\paperheight ,keepaspectratio]{beamerxlogo}}
384384}
385+ \newlength\logoheight
386+ \setlength\logoheight {.25\paperheight }
385387\nologo {}
386388\def\logo {}
387- \renewcommand {\logo }[1]{%
389+ \renewcommand {\logo }[2][ 1]{%
388390 \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 }
392396 \end {minipage }
393397 }%
394398}
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
3636
3737x integration of a company name : with ÉCOLE POLYTECHNIQUE - COMPANY - ...
3838o 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