File tree Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Original file line number Diff line number Diff line change @@ -5,3 +5,39 @@ Apache 2.0
5
5
6
6
## Course instance: 1 Week, hands on
7
7
![ 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
+
You can’t perform that action at this time.
0 commit comments