Skip to content

Commit 0af0f48

Browse files
Get rid of pandoc-include
1 parent a6d145f commit 0af0f48

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+40
-142
lines changed

Makefile

+8-7
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,14 @@ define COMMON_PARAMS
22
-f markdown+implicit_figures+backtick_code_blocks \
33
--number-sections \
44
--toc \
5-
-s \
6-
-S \
7-
--filter pandoc-include \
5+
--smart \
6+
--standalone \
7+
--normalize \
88
--filter pandoc-crossref \
99
--filter pandoc-citeproc \
1010
--bibliography references.bib \
11-
--csl style/iso690-author-date-cs.csl
11+
--csl style/iso690-author-date-cs.csl \
12+
parts/metadata.yaml
1213
endef
1314

1415
html:
@@ -20,7 +21,7 @@ html:
2021
--css http://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic \
2122
--css media/css/bootstrap.css \
2223
$(COMMON_PARAMS) \
23-
text.md
24+
parts/*.md
2425

2526
pdf:
2627
pandoc --latex-engine=xelatex \
@@ -35,7 +36,7 @@ pdf:
3536
-V papersize=a4paper \
3637
-V documentclass:report \
3738
$(COMMON_PARAMS) \
38-
text.md
39+
staging/*.md parts/*.md
3940

4041
excerpt:
4142
pandoc --latex-engine=xelatex \
@@ -49,7 +50,7 @@ excerpt:
4950
-V papersize=a4paper \
5051
-V documentclass:report \
5152
$(COMMON_PARAMS) \
52-
excerpt.md
53+
parts/*.md
5354

5455
clean:
5556
rm -f text.html text.pdf excerpt.pdf

excerpt.md

-64
This file was deleted.

out-takes/definitions.md

+9

parts/public_procurement_domain.md renamed to parts/1.04_public_procurement_domain.md

+5-5

parts/sparql.md renamed to parts/3.02_sparql.md

+1-1

parts/metadata.yaml

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
title: Matchmaking of bidders and public contracts using linked open data
3+
author: Jindřich Mynarz
4+
institute: Department of Information and Knowledge Engineering, University of Economics
5+
date: 2017
6+
keywords:
7+
- matchmaking
8+
- recommender systems
9+
- case-based reasoning
10+
- linked data
11+
- open data
12+
- public procurement
13+
link-citations: true
14+
---

text.md

-65
This file was deleted.

0 commit comments

Comments
 (0)