use currentcolor
for lántas text
now possible with inline svg!!!
This commit is contained in:
parent
cf0624a983
commit
998271e342
3 changed files with 3 additions and 10 deletions
2
Makefile
2
Makefile
|
@ -73,7 +73,7 @@ define pandoc
|
|||
@echo "[pandoc] $(subst $(TMPDIR)/,,$(subst $(BUILDDIR)/,,$@))"
|
||||
mkdir -p $(dir $@)
|
||||
mkdir -p $(basename $@)
|
||||
LAANTAS_SCRIPT="$(LAANTAS_SCRIPT)" LANG_COLOR="#325" \
|
||||
LAANTAS_SCRIPT="$(LAANTAS_SCRIPT)" LANG_COLOR="currentcolor" \
|
||||
DIRNAME="$(basename $@)" \
|
||||
FILENAME="$@" \
|
||||
pandoc -s --toc --toc-depth=2 --template $(TEMPLATEDIR)/$(1) -o $@ $< \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue