Skip to content

Commit 45f741c

Browse files
committed
releasing v2.1.1
2 parents 636d649 + ef3d7ca commit 45f741c

File tree

5 files changed

+46
-25
lines changed

5 files changed

+46
-25
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
## 2.1
44

5+
### 2.1.1
6+
7+
* Some corrections
8+
* Windows install script
9+
510
### 2.1.0
611

712
* Added font support for XeLaTeX and LuaLaTeX. This means you need to install

install/windows.bat

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
@ECHO OFF
2+
FOR /F %%i IN ('kpsewhich -var-value TEXMFLOCAL') DO SET TEXMFLOCAL=%%i
3+
SET PACKAGEFOLDER=%TEXMFLOCAL%/tex/latex/beamerx
4+
SET FONTSFOLDER=%TEXMFLOCAL%/fonts
5+
XCOPY "source" "%PACKAGEFOLDER%" /S /I /R /Y
6+
XCOPY "fonts" "%FONTSFOLDER%" /S /I /R /Y
7+
texhash
8+
PAUSE

source/beamerx.sty

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@
305305
\color{rouge485}\rmfamily\bfseries\large%
306306
\insertblocktitle{}
307307

308-
\color{xtextcolor}\sffamily\mdseries\normalsize%
308+
\color{xemphcolor}\sffamily\mdseries\normalsize%
309309
}
310310
\setbeamertemplate{block end}{%
311311
\end{minipage}\vspace*{1mm}
@@ -687,7 +687,7 @@
687687
}
688688
\setbeamertemplate{block begin}{%
689689
\pgfsetfillopacity{0.3}
690-
\begin{adjustbox}{minipage={\textwidth-2\fboxsep},margin=\fboxsep,bgcolor=xbgcolor}\color{xemphcolor}
690+
\begin{adjustbox}{minipage={\textwidth-2\fboxsep},margin=\fboxsep,bgcolor=xbgcolor}\color{xemphcolor}\flushleft%
691691
\pgfsetfillopacity{1}
692692
\color{xalrtcolor}\rmfamily\bfseries\large%
693693
\insertblocktitle{}

source/minimal.tex

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -26,26 +26,6 @@
2626
\lipsum[1]
2727
\end{frame}
2828

29-
\begin{picframe}[lightbw]{light}{About cats}
30-
\begin{columns}[t,onlytextwidth]
31-
\begin{column}{0.25\textwidth}
32-
\begin{block}{Domestic}
33-
Cats have been domesticated for 4000 years.
34-
\end{block}
35-
\begin{block}{Speed}
36-
Cats can travel at speeds of up to 30km per hour.
37-
\end{block}
38-
\end{column}
39-
\begin{column}{0.25\textwidth}
40-
\begin{block}{Groups}
41-
While not well known, the collective nouns used for cats and kittens are a clowder of cats and a kindle of kittens.
42-
\end{block}
43-
\end{column}
44-
\begin{column}{0.5\textwidth-1ex}
45-
\end{column}
46-
\end{columns}
47-
\end{picframe}
48-
4929
\begin{frame}{Testing blocks}
5030
\begin{columns}[t,onlytextwidth]
5131
\begin{column}{0.4\textwidth-1ex}
@@ -95,4 +75,24 @@
9575
\end{enumerate}
9676
\end{frame}
9777

78+
\begin{picframe}[lightbw]{light}{About cats}
79+
\begin{columns}[t,onlytextwidth]
80+
\begin{column}{0.25\textwidth}
81+
\begin{block}{Domestic}
82+
Cats have been domesticated for 4000 years.
83+
\end{block}
84+
\begin{block}{Speed}
85+
Cats can travel at speeds of up to 30km per hour.
86+
\end{block}
87+
\end{column}
88+
\begin{column}{0.25\textwidth}
89+
\begin{block}{Groups}
90+
While not well known, the collective nouns used for cats and kittens are a clowder of cats and a kindle of kittens.
91+
\end{block}
92+
\end{column}
93+
\begin{column}{0.5\textwidth-1ex}
94+
\end{column}
95+
\end{columns}
96+
\end{picframe}
97+
9898
\end{document}

todo.txt

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,14 @@ x No xframe : directly frame
1818
x Blocks
1919

2020
x makerelease script
21-
- lighter release archive (remove exemple.tex and unnecessary pictures)
22-
- install scripts (step by step)
23-
- add font support for lualatex/linux first (we'll see then for other distribs)
21+
x lighter release archive (remove exemple.tex and unnecessary pictures)
22+
x install scripts (step by step)
23+
x add font support for lualatex/linux first (we'll see then for other distribs)
24+
- default color theme
25+
the user can choose a default color theme, and it defines the \section and
26+
\subsection commands
27+
if the user doesn't choose, the \section and \subsection commands remain unchanged
28+
x install script for windows
29+
- test font support on windows
30+
- integration of another logo : stack with horizontal logo of the school
31+
- integration of a company name : with ÉCOLE POLYTECHNIQUE - COMPANY - ...

0 commit comments

Comments
 (0)