Skip to content

Commit 469d6ec

Browse files
authored
Merge branch 'main' into main-2
2 parents 23bd2a9 + 5a5295d commit 469d6ec

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

96 files changed

+38016
-12633
lines changed

.github/workflows/check.yml

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,21 +18,26 @@ jobs:
1818
matrix:
1919
cfg:
2020
- { name: 'Linux', os: 'ubuntu-22.04' }
21-
- { name: 'MacOS', os: 'macos-12' }
21+
- { name: 'MacOS', os: 'macos-13' }
2222

2323
steps:
2424
- name: checkout
25-
uses: actions/checkout@v2
25+
uses: actions/checkout@v4
2626

2727
- name: install GNU tools
28-
if: matrix.cfg.os == 'macos-12'
28+
if: matrix.cfg.os == 'macos-13'
2929
run: |
3030
brew install gnu-sed
3131
echo "/usr/local/opt/gnu-sed/libexec/gnubin" >> ${GITHUB_PATH}
3232
3333
- name: check-source.sh
3434
run: ../tools/check-source.sh
3535

36+
- name: update brew
37+
if: matrix.cfg.os == 'macos-13'
38+
run: |
39+
brew update
40+
3641
- name: update-apt-cache
3742
if: matrix.cfg.os == 'ubuntu-22.04'
3843
run: sudo apt-get update
@@ -41,24 +46,29 @@ jobs:
4146
if: matrix.cfg.os == 'ubuntu-22.04'
4247
run: sudo apt-get install latexmk texlive-latex-recommended texlive-latex-extra texlive-fonts-recommended lmodern
4348

44-
- name: install (MacOS, Part 1/2)
45-
if: matrix.cfg.os == 'macos-12'
49+
- name: install (MacOS)
50+
if: matrix.cfg.os == 'macos-13'
4651
run: |
4752
brew install basictex
4853
eval "$(/usr/libexec/path_helper)"
4954
echo "PATH=${PATH}" >> ${GITHUB_ENV}
5055
sudo tlmgr update --self
5156
sudo tlmgr install latexmk isodate substr relsize ulem fixme rsfs extract layouts enumitem l3packages l3kernel imakeidx splitindex xstring
5257
53-
- name: make
58+
- name: make (Linux)
59+
if: matrix.cfg.os == 'ubuntu-22.04'
5460
run: make quiet
5561

62+
- name: make (MacOS)
63+
if: matrix.cfg.os == 'macos-13'
64+
run: make full
65+
5666
- name: check-output.sh
5767
run: ../tools/check-output.sh
5868

5969
- name: upload PDF
6070
if: matrix.cfg.os == 'ubuntu-22.04'
61-
uses: actions/upload-artifact@v2
71+
uses: actions/upload-artifact@v4
6272
with:
6373
name: draft-snapshot
6474
path: source/std.pdf

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Getting Started on Arch Linux
4848

4949
Install the following packages:
5050

51-
pacman -S texlive-latexextra
51+
pacman -S make texlive-latexextra texlive-binextra texlive-plaingeneric texlive-fontsrecommended
5252

5353
-----------------------------
5454
Getting Started on Microsoft Windows

papers/n4929.html

Lines changed: 1017 additions & 0 deletions
Large diffs are not rendered by default.

papers/n4929.md

Lines changed: 868 additions & 0 deletions
Large diffs are not rendered by default.

papers/n4945.html

Lines changed: 635 additions & 0 deletions
Large diffs are not rendered by default.

papers/n4945.md

Lines changed: 488 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)