Skip to content

Commit 5199c9e

Browse files
committed
convert master document to silm format
closes #1
1 parent d3ce428 commit 5199c9e

5 files changed

Lines changed: 33 additions & 43 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ install:
22
brew install sile
33
luarocks --lua-version 5.1 --tree lua_modules install resilient.sile
44
build:
5-
sile ddd-reference.sil
5+
sile -u inputters.silm ddd-reference.silm

ddd-reference.pdf

1.48 KB
Binary file not shown.

ddd-reference.sil

Lines changed: 0 additions & 42 deletions
This file was deleted.

ddd-reference.silm

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
masterfile: 1.0
2+
metadata:
3+
title: Domain-Driven Design Reference
4+
subtitle: Definitions and Pattern Summaries
5+
authors: Eric Evans
6+
url: https://github.com/ul/ddd-reference
7+
copyright: © 2015, Eric Evans.
8+
legal: |
9+
This work is licensed under the Creative Commons Attribution 4.0 International License.
10+
11+
To view a copy of this license, visit http://creativecommons.org/licenses/by/4.0/.
12+
book:
13+
enabled: true
14+
sile:
15+
packages:
16+
- fancytoc
17+
chapters:
18+
- frontmatter.sil
19+
- 00-acknowledgements.dj
20+
- 01-definitions.dj
21+
- 02-pattern-language-overview.sil
22+
- 03-putting-the-model-to-work.dj
23+
- 04-building-blocks-of-a-model-driven-design.dj
24+
- 05-supple-design.dj
25+
- 06-context-mapping-for-strategic-design.dj
26+
- 07-distillation-for-strategic-design.dj
27+
- 08-large-scale-structure-for-strategic-design.dj

frontmatter.sil

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
\set-counter[id=folio,value=4,display=roman]
2+
3+
\chapter[numbering=false, toc=false]{Contents}
4+
\noheaders
5+
\fancytableofcontents

0 commit comments

Comments
 (0)