Compare commits
2 Commits
cd1601abe0
...
ac73606c99
Author | SHA1 | Date | |
---|---|---|---|
|
ac73606c99 | ||
|
e811c3a78a |
|
@ -1,5 +1,9 @@
|
||||||
## Changes
|
## Changes
|
||||||
|
|
||||||
|
```{=context}
|
||||||
|
\parindent=0pt
|
||||||
|
```
|
||||||
|
|
||||||
### 2022/11/11: Version 1.0
|
### 2022/11/11: Version 1.0
|
||||||
|
|
||||||
### 2023/02/20: Version 1.0.1
|
### 2023/02/20: Version 1.0.1
|
||||||
|
@ -13,3 +17,5 @@ Fixed some minor issues in version numbers and in the manual.
|
||||||
### 2024/04/13: Version 1.1
|
### 2024/04/13: Version 1.1
|
||||||
|
|
||||||
Various fixes in the documentation and new convenience macro `\crfnm@declareType`.
|
Various fixes in the documentation and new convenience macro `\crfnm@declareType`.
|
||||||
|
|
||||||
|
The test suite now uses _lualatex_.
|
||||||
|
|
|
@ -4,10 +4,10 @@ ALL=main-test.tex data-common.tex data-reledmac.tex config-formats.tex config-cr
|
||||||
|
|
||||||
define MAKE_BOXES_LIST
|
define MAKE_BOXES_LIST
|
||||||
sed -i 's/%\\tracingoutput/\\tracingoutput/' $<
|
sed -i 's/%\\tracingoutput/\\tracingoutput/' $<
|
||||||
-xelatex main-test.tex
|
-lualatex main-test.tex
|
||||||
sed -i 's/^\\tracingoutput/%\\tracingoutput/' $<
|
sed -i 's/^\\tracingoutput/%\\tracingoutput/' $<
|
||||||
full_boxes_list="$$(grep -E '^\.+\\TU' main-test.log)"; \
|
full_boxes_list="$$(grep -E '^\.+\\TU' main-test.log)"; \
|
||||||
i_test_result_end="$$(( $$(grep -Fn '....\TU/lmr/m/sc/10 Capitulus' <<< "$$full_boxes_list" | head -n 1 | cut -d ':' -f 1) - 1))"; \
|
i_test_result_end="$$(( $$(grep -Fn '....\TU/lmr/m/sc/10 C' <<< "$$full_boxes_list" | head -n 1 | cut -d ':' -f 1) - 1))"; \
|
||||||
sed -n 1,$${i_test_result_end}p <<< "$$full_boxes_list" > $@
|
sed -n 1,$${i_test_result_end}p <<< "$$full_boxes_list" > $@
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
@ -15,12 +15,12 @@ clean:
|
||||||
-rm main-test.{aux,log,1,2,fdb_latexmk,fls,xdv,tuc}
|
-rm main-test.{aux,log,1,2,fdb_latexmk,fls,xdv,tuc}
|
||||||
|
|
||||||
test: clean $(ALL)
|
test: clean $(ALL)
|
||||||
latexmk -xelatex main-test.tex
|
latexmk -lualatex main-test.tex
|
||||||
|
|
||||||
log: $(ALL)
|
log: $(ALL)
|
||||||
sed -i 's/%\\tracingcommands/\\tracingcommands/' $<
|
sed -i 's/%\\tracingcommands/\\tracingcommands/' $<
|
||||||
sed -i 's/%\\tracingmacros/\\tracingmacros/' $<
|
sed -i 's/%\\tracingmacros/\\tracingmacros/' $<
|
||||||
-xelatex main-test.tex
|
-lualatex main-test.tex
|
||||||
sed -i 's/^\\tracingcommands/%\\tracingcommands/' $<
|
sed -i 's/^\\tracingcommands/%\\tracingcommands/' $<
|
||||||
sed -i 's/^\\tracingmacros/%\\tracingmacros/' $<
|
sed -i 's/^\\tracingmacros/%\\tracingmacros/' $<
|
||||||
|
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user