Skip to content

add proof for 5.4.24.c, formatting and minor fixes #31

add proof for 5.4.24.c, formatting and minor fixes

add proof for 5.4.24.c, formatting and minor fixes #31

Workflow file for this run

name: Build LaTeX document
on: [push, pull_request]
jobs:
build_latex:
runs-on: ubuntu-latest
steps:
- name: Set up Git repository
uses: actions/checkout@v4
- name: Compile LaTeX document
uses: xu-cheng/latex-action@v3
with:
working_directory: src
root_file: Epp.tex
latexmk_shell_escape: true