Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
lhsoicher committed Feb 20, 2023
2 parents c2c0da0 + ff4777c commit a0f5928
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,13 @@ jobs:
matrix:
gap-branch:
- master
- stable-4.12
- stable-4.11
- stable-4.10
- stable-4.9

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: gap-actions/setup-gap@v2
with:
GAP_PKGS_TO_CLONE: "resclasses"
Expand All @@ -39,15 +40,15 @@ jobs:
- uses: gap-actions/build-pkg@v1
- uses: gap-actions/run-pkg-tests@v2
- uses: gap-actions/process-coverage@v2
- uses: codecov/codecov-action@v2
- uses: codecov/codecov-action@v3

# The documentation job
manual:
name: Build manuals
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: gap-actions/setup-gap@v2
with:
GAP_PKGS_TO_CLONE: "resclasses"
Expand All @@ -56,7 +57,8 @@ jobs:
with:
use-latex: 'true'
- name: 'Upload documentation'
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: manual
path: ./doc/manual.pdf
if-no-files-found: error
2 changes: 1 addition & 1 deletion PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ AcceptDate := "08/2006",
## for a Webpage with more detailed information about the package
## (not more than a few lines, less is ok):
## Please, use '<span class="pkgname">GAP</span>' and
## '<span class="pkgname">MyPKG</span>' for specifing package names.
## '<span class="pkgname">MyPKG</span>' for specifying package names.
##
AbstractHTML := "<span class=\"pkgname\">DESIGN</span> is a package for \
constructing, classifying, partitioning, and studying block designs.",
Expand Down
2 changes: 1 addition & 1 deletion doc/sls.tex
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
can be represented as a binary block design as follows. The point-set of
$D$ is taken to be the Cartesian square of $\{1,\ldots,n\}$, with $[x,y]$
representing the $[x,y]$-entry of $A$. The blocks of $D$ are in one-to-one
correspondance with the symbols of $A$, with the $i$-th block of $D$
correspondence with the symbols of $A$, with the $i$-th block of $D$
consisting of the ordered pairs $[x,y]$ such that the $i$-th symbol of
$A$ is contained in the $[x,y]$-entry of $A$. Given $D$, the semi-Latin
square $A$ can be recovered, up to the naming of its symbols.
Expand Down

0 comments on commit a0f5928

Please sign in to comment.