Skip to content

specify that German DL Syntax is used for axioms #174

specify that German DL Syntax is used for axioms

specify that German DL Syntax is used for axioms #174

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:
root_file: paper.tex
- name: Upload PDF file
uses: actions/upload-artifact@v3
with:
name: PDF
path: paper.pdf