From e2dc712239b344b1a2ee90c56e99162b7cda9a8f Mon Sep 17 00:00:00 2001 From: utensil Date: Fri, 26 Apr 2024 21:04:04 +0800 Subject: [PATCH] Use teatimeguest/setup-texlive-action@v3 --- .github/workflows/gh-pages.yml | 16 ++++++---------- trees/uts-0002.tree | 2 +- 2 files changed, 7 insertions(+), 11 deletions(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 00f0504..b47cad7 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -39,16 +39,12 @@ jobs: bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)" echo "$(brew --prefix)/bin" >> $GITHUB_PATH - - name: Install TinyTeX via Quarto - uses: quarto-dev/quarto-actions/setup@v2 - with: - version: 1.4.553 - tinytex: true - - name: Find TinyTex - run: | - echo `which tlmgr` - echo `which pdflatex` - echo `which latex` + - name: Setup TeX Live + uses: teatimeguest/setup-texlive-action@v3 + # with: + # packages: scheme-basic + - name: Check `tlmgr` version + run: tlmgr --version - name: Setup Pages id: pages uses: actions/configure-pages@v5 diff --git a/trees/uts-0002.tree b/trees/uts-0002.tree index a1ba3a3..0d75a05 100644 --- a/trees/uts-0002.tree +++ b/trees/uts-0002.tree @@ -10,7 +10,7 @@ \def\my-tex[body]{ \tex{ -\usepackage{tikz, tikz-cd, mathtools, amsmath, amssymb, stmaryrd} +% \usepackage{tikz, tikz-cd, mathtools, amsmath, amssymb, stmaryrd} }{\body} }