Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GHA latex installation #498

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
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
8 changes: 8 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,16 @@ jobs:
- '25.3'
# runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
# https://github.com/xu-cheng/texlive-action/issues/6#issuecomment-1004561244
container:
image: ghcr.io/xu-cheng/texlive-full:latest
continue-on-error: ${{ matrix.emacs_version == 'snapshot' }}
steps:
# Below run commands are to install some basic utils in the texlive
# docker container.
- run: |
export USER="gha" # USER needs to be set for purcell/setup-emacs@master to work
apk add git make
- uses: actions/checkout@v2
- uses: purcell/setup-emacs@master
with:
Expand Down
2 changes: 1 addition & 1 deletion test/site/content-org/all-posts.org
Original file line number Diff line number Diff line change
Expand Up @@ -3521,7 +3521,7 @@ spacing:
\[a\;b\]
\[a\:b\]
\[a\!b\]
** Equations exported to SVG (dvisvgm) :dvisvgm:dont_export_during_make_test:
** Equations exported to SVG (dvisvgm) :dvisvgm:
:PROPERTIES:
:EXPORT_FILE_NAME: equations-exported-to-svg
:EXPORT_OPTIONS: tex:dvisvgm
Expand Down
2 changes: 1 addition & 1 deletion test/site/content/posts/equations-exported-to-svg.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
+++
title = "Equations exported to SVG (dvisvgm)"
description = "Exporting <span class=\"latex\">L<sup>a</sup>T<sub>e</sub>X</span> equations as SVG images."
tags = ["equations", "dvisvgm", "dont-export-during-make-test"]
tags = ["equations", "dvisvgm"]
draft = false
+++

Expand Down