Skip to content
This repository was archived by the owner on Oct 16, 2024. It is now read-only.

Commit f741c9d

Browse files
committed
講義資料のログへのリンクを画像と差し替え.記述の間違いの修正.
1 parent 9ce8a0d commit f741c9d

31 files changed

+948
-178
lines changed

Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,14 @@ docs/slide/%.html: $(HTML_DEP) slide/%.md
3535
@pandoc slide/slide.yaml $(md) \
3636
--include-in-header=slide/slide.header \
3737
--to=revealjs --slide-level=2 \
38+
--template=lib/default.revealjs \
3839
--standalone \
3940
--output=$(html1) \
41+
-V history=false \
4042
-V revealjs-url=/lecture/lib/reveal.js-3.5.0 \
4143
-V theme=serif \
4244
-V slideNumber=true \
45+
-V width=1280 -V height=1024 \
4346
--mathjax \
4447
--smart
4548

@@ -56,7 +59,7 @@ docs/note/%.html: note/%.md
5659
$(eval html := $(addprefix docs/note/, $(addsuffix .html, $(note))))
5760

5861
@echo "pandoc: $(note) => $(html)"
59-
@pandoc note/note.yaml $(md) \
62+
@pandoc note/note.yaml lib/header.md $(md) lib/footer.md \
6063
--include-in-header=note/note.header \
6164
--standalone --to=html --output=$(html) \
6265
--smart

docs/image/lx02/test-a.png

147 KB
Loading

docs/image/lx02/test-b.png

148 KB
Loading

docs/image/lx02/test-c.png

162 KB
Loading

docs/image/lx02/test-d.png

224 KB
Loading

docs/image/lx02/test-e.png

224 KB
Loading

docs/image/lx02/test-f.png

180 KB
Loading

docs/image/lx02/test-g.png

241 KB
Loading

docs/image/lx02/test-h.png

197 KB
Loading

docs/image/lx02/test-i.png

314 KB
Loading

0 commit comments

Comments
 (0)