Skip to content

Commit fa147de

Browse files
committed
README slide infos
1 parent 794a3fb commit fa147de

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

README.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,39 @@ Apache 2.0
55

66
## Course instance: 1 Week, hands on
77
![1 week](pics/course_week.png)
8+
9+
## Get the slides
10+
11+
The course is written in Markdown files.
12+
Pandoc is used to build the slides from that markdown.
13+
An augmented LaTeX template is used and contained in the repository.
14+
15+
16+
There are three ways to get the course slides.
17+
18+
### 1. Release
19+
20+
Download the lasted release in a packed container:
21+
https://github.com/OS-EDA/Course/releases
22+
23+
This is the recommended way.
24+
25+
### 2. Pre-build pdf slides
26+
27+
Download pre-build slides from the build directory.
28+
This option does not give much information about the consistency of the slide set.
29+
30+
If you just want to have a look around or look for a single slides this is the way to go.
31+
32+
### 3. Build the slides
33+
34+
#### Prerequisites
35+
* Tex Full installation including language english
36+
* Pandoc >= 3.4
37+
38+
#### Build
39+
40+
The shell script ```./generate_slides.sh``` builds the slides into the build folder.
41+
42+
A pre-build slideset resides in the build folder.
43+

0 commit comments

Comments
 (0)