diff options
Diffstat (limited to 'samples')
-rw-r--r-- | samples/Caesar_BG-6-13-1.tex | 2 | ||||
-rw-r--r-- | samples/Makefile | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/samples/Caesar_BG-6-13-1.tex b/samples/Caesar_BG-6-13-1.tex index 8002aec..ff793a6 100644 --- a/samples/Caesar_BG-6-13-1.tex +++ b/samples/Caesar_BG-6-13-1.tex | |||
@@ -13,7 +13,7 @@ | |||
13 | delim=\hskip0.75em, | 13 | delim=\hskip0.75em, |
14 | ehook=.] | 14 | ehook=.] |
15 | 15 | ||
16 | \ekdfmtdiv{2}{}{.} | 16 | \EkdosisFormatDivision{2}{}{.} |
17 | 17 | ||
18 | \SetEkdosisAlignment{ | 18 | \SetEkdosisAlignment{ |
19 | tcols=3, | 19 | tcols=3, |
diff --git a/samples/Makefile b/samples/Makefile index 518ec87..49bb11b 100644 --- a/samples/Makefile +++ b/samples/Makefile | |||
@@ -13,7 +13,6 @@ define dosamples | |||
13 | $(CMP) --shell-escape $1 >/dev/null | 13 | $(CMP) --shell-escape $1 >/dev/null |
14 | endef | 14 | endef |
15 | 15 | ||
16 | |||
17 | all: | 16 | all: |
18 | cp ../ekdosis.{lua,sty} . | 17 | cp ../ekdosis.{lua,sty} . |
19 | $(foreach file,$(texsamples), $(call dosamples, $(file))) | 18 | $(foreach file,$(texsamples), $(call dosamples, $(file))) |
@@ -24,3 +23,5 @@ all: | |||
24 | rm -rf * | 23 | rm -rf * |
25 | cp -p -r .backup/* . | 24 | cp -p -r .backup/* . |
26 | rm -rf .backup | 25 | rm -rf .backup |
26 | |||
27 | .PHONY: all | ||