From b636b894080598fed188784a3d1d1649ec1c1e4b Mon Sep 17 00:00:00 2001 From: Chris Fenner Date: Sun, 3 Dec 2023 13:49:01 -0800 Subject: [PATCH] use xelatex and try some inline html escapes --- action.yml | 3 +++ sample3.md | 9 +++++++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 3f2e170..427e6d0 100644 --- a/action.yml +++ b/action.yml @@ -65,6 +65,7 @@ runs: id: date - run: > pandoc + --pdf-engine=xelatex --embed-resources --standalone --template=eisvogel.latex @@ -95,6 +96,7 @@ runs: MERMAID_FILTER_FORMAT: "pdf" - run: > pandoc + --pdf-engine=xelatex --embed-resources --standalone --template=eisvogel.latex @@ -126,6 +128,7 @@ runs: MERMAID_FILTER_FORMAT: "pdf" - run: > pandoc + --pdf-engine=xelatex --embed-resources --standalone --filter=/resources/filters/info.py diff --git a/sample3.md b/sample3.md index 73d29de..0da8264 100644 --- a/sample3.md +++ b/sample3.md @@ -178,14 +178,19 @@ This section contains an HTML Table. -CEIL(x) +⌈x⌉ the smallest integer not less than x -FLOOR(x) +x the largest integer not greater than x +A ≔ B +assignment of the results of the expression on the right (B) to the +parameter on the left + + A = B equivalence (A is the same as B)