Skip to content

Commit

Permalink
releasing v2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
w2ak committed Jan 12, 2017
2 parents 636d649 + ef3d7ca commit 45f741c
Show file tree
Hide file tree
Showing 5 changed files with 46 additions and 25 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## 2.1

### 2.1.1

* Some corrections
* Windows install script

### 2.1.0

* Added font support for XeLaTeX and LuaLaTeX. This means you need to install
Expand Down
8 changes: 8 additions & 0 deletions install/windows.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
@ECHO OFF
FOR /F %%i IN ('kpsewhich -var-value TEXMFLOCAL') DO SET TEXMFLOCAL=%%i
SET PACKAGEFOLDER=%TEXMFLOCAL%/tex/latex/beamerx
SET FONTSFOLDER=%TEXMFLOCAL%/fonts
XCOPY "source" "%PACKAGEFOLDER%" /S /I /R /Y
XCOPY "fonts" "%FONTSFOLDER%" /S /I /R /Y
texhash
PAUSE
4 changes: 2 additions & 2 deletions source/beamerx.sty
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@
\color{rouge485}\rmfamily\bfseries\large%
\insertblocktitle{}

\color{xtextcolor}\sffamily\mdseries\normalsize%
\color{xemphcolor}\sffamily\mdseries\normalsize%
}
\setbeamertemplate{block end}{%
\end{minipage}\vspace*{1mm}
Expand Down Expand Up @@ -687,7 +687,7 @@
}
\setbeamertemplate{block begin}{%
\pgfsetfillopacity{0.3}
\begin{adjustbox}{minipage={\textwidth-2\fboxsep},margin=\fboxsep,bgcolor=xbgcolor}\color{xemphcolor}
\begin{adjustbox}{minipage={\textwidth-2\fboxsep},margin=\fboxsep,bgcolor=xbgcolor}\color{xemphcolor}\flushleft%
\pgfsetfillopacity{1}
\color{xalrtcolor}\rmfamily\bfseries\large%
\insertblocktitle{}
Expand Down
40 changes: 20 additions & 20 deletions source/minimal.tex
Original file line number Diff line number Diff line change
Expand Up @@ -26,26 +26,6 @@
\lipsum[1]
\end{frame}

\begin{picframe}[lightbw]{light}{About cats}
\begin{columns}[t,onlytextwidth]
\begin{column}{0.25\textwidth}
\begin{block}{Domestic}
Cats have been domesticated for 4000 years.
\end{block}
\begin{block}{Speed}
Cats can travel at speeds of up to 30km per hour.
\end{block}
\end{column}
\begin{column}{0.25\textwidth}
\begin{block}{Groups}
While not well known, the collective nouns used for cats and kittens are a clowder of cats and a kindle of kittens.
\end{block}
\end{column}
\begin{column}{0.5\textwidth-1ex}
\end{column}
\end{columns}
\end{picframe}

\begin{frame}{Testing blocks}
\begin{columns}[t,onlytextwidth]
\begin{column}{0.4\textwidth-1ex}
Expand Down Expand Up @@ -95,4 +75,24 @@
\end{enumerate}
\end{frame}

\begin{picframe}[lightbw]{light}{About cats}
\begin{columns}[t,onlytextwidth]
\begin{column}{0.25\textwidth}
\begin{block}{Domestic}
Cats have been domesticated for 4000 years.
\end{block}
\begin{block}{Speed}
Cats can travel at speeds of up to 30km per hour.
\end{block}
\end{column}
\begin{column}{0.25\textwidth}
\begin{block}{Groups}
While not well known, the collective nouns used for cats and kittens are a clowder of cats and a kindle of kittens.
\end{block}
\end{column}
\begin{column}{0.5\textwidth-1ex}
\end{column}
\end{columns}
\end{picframe}

\end{document}
14 changes: 11 additions & 3 deletions todo.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,14 @@ x No xframe : directly frame
x Blocks

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

0 comments on commit 45f741c

Please sign in to comment.