Skip to content

add to the section on <mi> about units #78

add to the section on <mi> about units

add to the section on <mi> about units #78

Workflow file for this run

name: Build LaTeX document
on: [push]
jobs:
build_latex:
runs-on: ubuntu-latest
steps:
- name: Set up Git repository
uses: actions/checkout@v3
- name: Compile LaTeX document
uses: xu-cheng/latex-action@v2
with:
working_directory: src
root_file: latest.tex
continue_on_error: true
- name: Upload PDF file
uses: actions/upload-artifact@v3
with:
name: latest
path: ./src/latest.pdf
if: always()