Skip to content

Commit 858c85c

Browse files
committed
releasing v2.1.0
2 parents b190001 + cd8bf39 commit 858c85c

27 files changed

+82
-237
lines changed

CHANGELOG.md

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

3+
## 2.1
4+
5+
### 2.1.0
6+
7+
* Added font support for XeLaTeX and LuaLaTeX. This means you need to install
8+
the fonts (refer to the install section of the wiki) in order to keep it working
9+
with these compilers.
10+
* Install script for unix systems.
11+
312
## 2.0
413

514
### 2.0.2-beta

Makefile

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.PHONY: all clean cleandist
1+
.PHONY: all clean cleandist linux-install mac-install release
22

33
all:
44
make -C source/ all
@@ -8,3 +8,12 @@ clean:
88

99
cleandist:
1010
make -C source/ cleandist
11+
12+
linux-install:
13+
sudo ./install/unix.sh
14+
15+
mac-install:
16+
sudo ./install/unix.sh
17+
18+
release:
19+
./makerelease ./release/

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,11 @@
11
# polytechnique-beamer
2+
23
Ce dossier contient la source du package pour les diaporamas à l'École polytechnique.
4+
5+
# Install
6+
7+
To install the package, you can run the corresponding script in `install/` or do a manual package install and put the files from `source/` and `fonts/` in the correct folders.
8+
9+
```sh
10+
sudo ./install/linux.sh
11+
```

fonts/DroidSerif/DroidSerif-Bold.ttf

47.7 KB
Binary file not shown.
44.6 KB
Binary file not shown.
39.5 KB
Binary file not shown.

fonts/DroidSerif/DroidSerif.ttf

42.6 KB
Binary file not shown.

fonts/Muli/Muli-Bold.ttf

91.6 KB
Binary file not shown.

fonts/Muli/Muli-BoldItalic.ttf

94.4 KB
Binary file not shown.

fonts/Muli/Muli-Italic.ttf

93.6 KB
Binary file not shown.

0 commit comments

Comments
 (0)