Skip to content

Commit

Permalink
use xelatex and try some inline html escapes
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisfenner committed Dec 3, 2023
1 parent 2f9e9ba commit b636b89
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
3 changes: 3 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ runs:
id: date
- run: >
pandoc
--pdf-engine=xelatex
--embed-resources
--standalone
--template=eisvogel.latex
Expand Down Expand Up @@ -95,6 +96,7 @@ runs:
MERMAID_FILTER_FORMAT: "pdf"
- run: >
pandoc
--pdf-engine=xelatex
--embed-resources
--standalone
--template=eisvogel.latex
Expand Down Expand Up @@ -126,6 +128,7 @@ runs:
MERMAID_FILTER_FORMAT: "pdf"
- run: >
pandoc
--pdf-engine=xelatex
--embed-resources
--standalone
--filter=/resources/filters/info.py
Expand Down
9 changes: 7 additions & 2 deletions sample3.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,14 +178,19 @@ This section contains an HTML Table.
</thead>
<tbody>
<tr>
<td>CEIL(x)</td>
<td>&LeftCeiling;x&RightCeiling;</td>
<td>the smallest integer not less than x</td>
</tr>
<tr>
<td><strong>FLOOR(</strong>x<strong>)</strong></td>
<td><strong>&LeftFloor;</strong>x<strong>&RightFloor;</strong></td>
<td>the largest integer not greater than x</td>
</tr>
<tr>
<td>A &coloneq; B</td>
<td>assignment of the results of the expression on the right (B) to the
parameter on the left</td>
</tr>
<tr>
<td>A = B</td>
<td>equivalence (A is the same as B)</td>
</tr>
Expand Down

0 comments on commit b636b89

Please sign in to comment.