stud

study spacejunk
Log | Files | Refs | LICENSE

commit 7c06f822c7b2960efd7815ecbd38add6a82aab90 (tree)
parent d680b5fddd3735d63cbd5eb049cac4d41d5bf7ed
Author: Motiejus Jakštys <motiejus@uber.com>
Date:   Sun, 28 Mar 2021 12:49:46 +0300

quicker presentation

Diffstat:
MIV/Makefile | 9+++++++--
MIV/slides-2021-03-29.txt | 4----
2 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/IV/Makefile b/IV/Makefile @@ -1,6 +1,11 @@ SOURCE ?= lithuania-latest.osm.pbf WHERE ?= name='Visinčia' OR name='Šalčia' OR name='Nemunas' +SLIDY_PATH= /usr/share/xml/docbook/stylesheet/docbook-xsl/slides/slidy +ifneq ($(wildcard $(SLIDY_PATH)/.*),) +SLIDY_ARGS = -V slidy-url=$(SLIDY_PATH) +endif + .PHONY: test test: tests.sql .faux.db ./db -f tests.sql @@ -23,8 +28,8 @@ clean-tables: slides-2021-03-29.pdf: slides-2021-03-29.txt pandoc -t beamer -i $< -o $@ -slides-2021-03-29.html: - pandoc -t slidy --self-contained $< -o $@ +slides-2021-03-29.html: slides-2021-03-29.txt + pandoc --verbose -t slidy --self-contained $< -o $@ $(SLIDY_ARGS) .faux_filter-rivers: .faux_import-osm ./db -v where="$(WHERE)" -f aggregate-rivers.sql diff --git a/IV/slides-2021-03-29.txt b/IV/slides-2021-03-29.txt @@ -48,8 +48,6 @@ Kombinavimo operatorius - Padinimo operatorius - Pritaikymas visoms Lietuvos upėms - -Table: programavimo etapai - # Progresas: programavimo analizės ir darbo rašymo etapai Užduotis Statusas @@ -59,8 +57,6 @@ Problemos aprašymas - Pasirinkto generalizacijos sprendimo apibūdinimas - Sukurtos implementacijos aptarimas - -Table: analizės ir darbo rašymo etapai - # Demonstracija # Klausimai