File tree Expand file tree Collapse file tree 5 files changed +46
-25
lines changed Expand file tree Collapse file tree 5 files changed +46
-25
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## 2.1
4
4
5
+ ### 2.1.1
6
+
7
+ * Some corrections
8
+ * Windows install script
9
+
5
10
### 2.1.0
6
11
7
12
* Added font support for XeLaTeX and LuaLaTeX. This means you need to install
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change 305
305
\color {rouge485}\rmfamily\bfseries\large %
306
306
\insertblocktitle {}
307
307
308
- \color {xtextcolor }\sffamily\mdseries\normalsize %
308
+ \color {xemphcolor }\sffamily\mdseries\normalsize %
309
309
}
310
310
\setbeamertemplate {block end}{%
311
311
\end {minipage}\vspace *{1mm}
687
687
}
688
688
\setbeamertemplate {block begin}{%
689
689
\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 %
691
691
\pgfsetfillopacity {1}
692
692
\color {xalrtcolor}\rmfamily\bfseries\large %
693
693
\insertblocktitle {}
Original file line number Diff line number Diff line change 26
26
\lipsum [1]
27
27
\end {frame }
28
28
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
-
49
29
\begin {frame }{Testing blocks}
50
30
\begin {columns }[t,onlytextwidth]
51
31
\begin {column }{0.4\textwidth -1ex}
95
75
\end {enumerate }
96
76
\end {frame }
97
77
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
+
98
98
\end {document }
Original file line number Diff line number Diff line change @@ -18,6 +18,14 @@ x No xframe : directly frame
18
18
x Blocks
19
19
20
20
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 - ...
You can’t perform that action at this time.
0 commit comments