Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ runs:
--metadata=titlepage-rule-height:0
--metadata=colorlinks:true
--metadata=contact:[email protected]
--from=markdown+implicit_figures+grid_tables+table_captions-citations-markdown_in_html_blocks
--from=markdown+implicit_figures+grid_tables+table_captions-markdown_in_html_blocks
--to=pdf
${{ inputs.input-md }}
--output=${{ inputs.output-pdf }}
Expand Down Expand Up @@ -119,7 +119,7 @@ runs:
--metadata=titlepage-rule-height:0
--metadata=colorlinks:true
--metadata=contact:[email protected]
--from=markdown+implicit_figures+grid_tables+table_captions-citations-markdown_in_html_blocks
--from=markdown+implicit_figures+grid_tables+table_captions-markdown_in_html_blocks
--to=latex
${{ inputs.input-md }}
--output=${{ inputs.output-tex }}
Expand All @@ -140,7 +140,7 @@ runs:
--lua-filter=parse-html.lua
--resource-path=.:/resources
--data-dir=/resources
--from=markdown+implicit_figures+grid_tables+table_captions-citations-markdown_in_html_blocks
--from=markdown+implicit_figures+grid_tables+table_captions-markdown_in_html_blocks
--reference-doc=/resources/templates/tcg_template.docx
--to=docx
${{ inputs.input-md }}
Expand Down
8 changes: 8 additions & 0 deletions sample1.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,14 @@ Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu
fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in
culpa qui officia deserunt mollit anim id est laborum.

An inline bit of math is here: $00 01 02 03 04_{16}$

Here is an equation:

$$a^n + b^n = c^n$$ {#eq:FermatsLastTheorem}

As @eq:FermatsLastTheorem demonstrates, math is hard.

## Figures

### Computer
Expand Down