Skip to content

Add skeletton to support USTUTT thesis template generation (#297) #24

Add skeletton to support USTUTT thesis template generation (#297)

Add skeletton to support USTUTT thesis template generation (#297) #24

name: Check ieee-journal-a4-pdflatex-bibtex-2024-true
on:
push:
branches:
- main
paths-ignore:
- '.editorconfig'
- '.eslintignore'
- '.gitpod.dockerfile'
- '.gitpod.yml'
- '.gitattributes'
- '.gitignore'
- '.markdownlint.yml'
- 'CHANGELOG.md'
- 'CONTRIBUTING.md'
- 'generate-texlivefile.sh'
- 'LICENSE'
- 'README.md'
- 'setup-do.sh'
- 'user-data.sh'
- 'docs/**'
- '.vscode/**'
pull_request:
branches:
- main
paths-ignore:
- '.editorconfig'
- '.eslintignore'
- '.gitpod.dockerfile'
- '.gitpod.yml'
- '.gitattributes'
- '.gitignore'
- '.markdownlint.yml'
- 'CHANGELOG.md'
- 'CONTRIBUTING.md'
- 'generate-texlivefile.sh'
- 'LICENSE'
- 'README.md'
- 'setup-do.sh'
- 'user-data.sh'
- 'docs/**'
- '.vscode/**'
merge_group:
concurrency:
group: "${{ github.workflow }}-${{ github.head_ref || github.ref }}"
cancel-in-progress: true
jobs:
check:
name: Check ieee-journal-a4-pdflatex-bibtex-2024-true
runs-on: ubuntu-latest
steps:
- name: Set up Git repository
uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20'
- name: Update npm
run: |
npm i -g npm@latest
npm i npm@latest
- run: npm install
- run: mkdir /tmp/out
- name: Summary table heading
run: |
TABLE='| documentclass | latexcompiler | bibtextool | texlive | lang | font | listing | enquote | tweakouterquote | todo | example | howtotext | link |'
echo "TABLE=${TABLE}\n| -- | -- | -- | -- | -- | --| -- | -- | -- | -- | -- | -- | -- |" >> $GITHUB_ENV
- run: mkdir var_e2f7
- run: echo CURRENT_VARIANT='ieee_pdflatex_bibtex_2024_en_default_listings_csquotes_babel_pdfcomment_true_true' >> $GITHUB_ENV
- run: echo CURRENT_VARIANT_SHORT='var_e2f7' >> $GITHUB_ENV
- run: echo CURRENT_VARIANT_TABLE_ROW='| ieee | pdflatex | bibtex | 2024 | en | default | listings | csquotes | babel | pdfcomment | true | true |' >> $GITHUB_ENV
- name: Create var_e2f7
run: npx yo@v4.3.1 $GITHUB_WORKSPACE --documentclass=ieee --ieeevariant=journal --papersize=a4 --latexcompiler=pdflatex --bibtextool=bibtex --overleaf=false --texlive=2024 --docker=no --lang=en --font=default --listings=listings --enquotes=csquotes --tweakouterquote=babel --todo=pdfcomment --examples=true --howtotext=true
working-directory: '${{ github.workspace }}/var_e2f7'
- name: Install TeX Live
uses: zauguin/install-texlive@v3
with:
package_file: '${{ github.workspace }}/var_e2f7/Texlivefile'
- name: latexmk var_e2f7
run: latexmk paper.tex
working-directory: '${{ github.workspace }}/var_e2f7'
- id: var_e2f7_u
uses: actions/upload-artifact@v4
with:
name: ${{ env.CURRENT_VARIANT }}
path: ${{ env.CURRENT_VARIANT_SHORT }}
- run: echo "TABLE=${TABLE}\n| ieee | pdflatex | bibtex | 2024 | en | default | listings | csquotes | babel | pdfcomment | true | true | [link](${{ steps.var_e2f7_u.outputs.artifact-url }}) |" >> $GITHUB_ENV
- run: mkdir var_46ab
- run: echo CURRENT_VARIANT='ieee_pdflatex_bibtex_2024_en_default_listings_csquotes_babel_none_true_true' >> $GITHUB_ENV
- run: echo CURRENT_VARIANT_SHORT='var_46ab' >> $GITHUB_ENV
- run: echo CURRENT_VARIANT_TABLE_ROW='| ieee | pdflatex | bibtex | 2024 | en | default | listings | csquotes | babel | none | true | true |' >> $GITHUB_ENV
- name: Create var_46ab
run: npx yo@v4.3.1 $GITHUB_WORKSPACE --documentclass=ieee --ieeevariant=journal --papersize=a4 --latexcompiler=pdflatex --bibtextool=bibtex --overleaf=false --texlive=2024 --docker=no --lang=en --font=default --listings=listings --enquotes=csquotes --tweakouterquote=babel --todo=none --examples=true --howtotext=true
working-directory: '${{ github.workspace }}/var_46ab'
- name: Install TeX Live
uses: zauguin/install-texlive@v3
with:
package_file: '${{ github.workspace }}/var_46ab/Texlivefile'
- name: latexmk var_46ab
run: latexmk paper.tex
working-directory: '${{ github.workspace }}/var_46ab'
- id: var_46ab_u
uses: actions/upload-artifact@v4
with:
name: ${{ env.CURRENT_VARIANT }}
path: ${{ env.CURRENT_VARIANT_SHORT }}
- run: echo "TABLE=${TABLE}\n| ieee | pdflatex | bibtex | 2024 | en | default | listings | csquotes | babel | none | true | true | [link](${{ steps.var_46ab_u.outputs.artifact-url }}) |" >> $GITHUB_ENV
- run: mkdir var_15ec
- run: echo CURRENT_VARIANT='ieee_pdflatex_bibtex_2024_en_default_listings_csquotes_outerquote_pdfcomment_true_true' >> $GITHUB_ENV
- run: echo CURRENT_VARIANT_SHORT='var_15ec' >> $GITHUB_ENV
- run: echo CURRENT_VARIANT_TABLE_ROW='| ieee | pdflatex | bibtex | 2024 | en | default | listings | csquotes | outerquote | pdfcomment | true | true |' >> $GITHUB_ENV
- name: Create var_15ec
run: npx yo@v4.3.1 $GITHUB_WORKSPACE --documentclass=ieee --ieeevariant=journal --papersize=a4 --latexcompiler=pdflatex --bibtextool=bibtex --overleaf=false --texlive=2024 --docker=no --lang=en --font=default --listings=listings --enquotes=csquotes --tweakouterquote=outerquote --todo=pdfcomment --examples=true --howtotext=true
working-directory: '${{ github.workspace }}/var_15ec'
- name: Install TeX Live
uses: zauguin/install-texlive@v3
with:
package_file: '${{ github.workspace }}/var_15ec/Texlivefile'
- name: latexmk var_15ec
run: latexmk paper.tex
working-directory: '${{ github.workspace }}/var_15ec'
- id: var_15ec_u
uses: actions/upload-artifact@v4
with:
name: ${{ env.CURRENT_VARIANT }}
path: ${{ env.CURRENT_VARIANT_SHORT }}
- run: echo "TABLE=${TABLE}\n| ieee | pdflatex | bibtex | 2024 | en | default | listings | csquotes | outerquote | pdfcomment | true | true | [link](${{ steps.var_15ec_u.outputs.artifact-url }}) |" >> $GITHUB_ENV
- run: mkdir var_a0c7
- run: echo CURRENT_VARIANT='ieee_pdflatex_bibtex_2024_en_default_listings_csquotes_outerquote_none_true_true' >> $GITHUB_ENV
- run: echo CURRENT_VARIANT_SHORT='var_a0c7' >> $GITHUB_ENV
- run: echo CURRENT_VARIANT_TABLE_ROW='| ieee | pdflatex | bibtex | 2024 | en | default | listings | csquotes | outerquote | none | true | true |' >> $GITHUB_ENV
- name: Create var_a0c7
run: npx yo@v4.3.1 $GITHUB_WORKSPACE --documentclass=ieee --ieeevariant=journal --papersize=a4 --latexcompiler=pdflatex --bibtextool=bibtex --overleaf=false --texlive=2024 --docker=no --lang=en --font=default --listings=listings --enquotes=csquotes --tweakouterquote=outerquote --todo=none --examples=true --howtotext=true
working-directory: '${{ github.workspace }}/var_a0c7'
- name: Install TeX Live
uses: zauguin/install-texlive@v3
with:
package_file: '${{ github.workspace }}/var_a0c7/Texlivefile'
- name: latexmk var_a0c7
run: latexmk paper.tex
working-directory: '${{ github.workspace }}/var_a0c7'
- id: var_a0c7_u
uses: actions/upload-artifact@v4
with:
name: ${{ env.CURRENT_VARIANT }}
path: ${{ env.CURRENT_VARIANT_SHORT }}
- run: echo "TABLE=${TABLE}\n| ieee | pdflatex | bibtex | 2024 | en | default | listings | csquotes | outerquote | none | true | true | [link](${{ steps.var_a0c7_u.outputs.artifact-url }}) |" >> $GITHUB_ENV
- run: mkdir var_c88f
- run: echo CURRENT_VARIANT='ieee_pdflatex_bibtex_2024_en_default_listings_plainlatex_babel_pdfcomment_true_true' >> $GITHUB_ENV
- run: echo CURRENT_VARIANT_SHORT='var_c88f' >> $GITHUB_ENV
- run: echo CURRENT_VARIANT_TABLE_ROW='| ieee | pdflatex | bibtex | 2024 | en | default | listings | plainlatex | babel | pdfcomment | true | true |' >> $GITHUB_ENV
- name: Create var_c88f
run: npx yo@v4.3.1 $GITHUB_WORKSPACE --documentclass=ieee --ieeevariant=journal --papersize=a4 --latexcompiler=pdflatex --bibtextool=bibtex --overleaf=false --texlive=2024 --docker=no --lang=en --font=default --listings=listings --enquotes=plainlatex --tweakouterquote=babel --todo=pdfcomment --examples=true --howtotext=true
working-directory: '${{ github.workspace }}/var_c88f'
- name: Install TeX Live
uses: zauguin/install-texlive@v3
with:
package_file: '${{ github.workspace }}/var_c88f/Texlivefile'
- name: latexmk var_c88f
run: latexmk paper.tex
working-directory: '${{ github.workspace }}/var_c88f'
- id: var_c88f_u
uses: actions/upload-artifact@v4
with:
name: ${{ env.CURRENT_VARIANT }}
path: ${{ env.CURRENT_VARIANT_SHORT }}
- run: echo "TABLE=${TABLE}\n| ieee | pdflatex | bibtex | 2024 | en | default | listings | plainlatex | babel | pdfcomment | true | true | [link](${{ steps.var_c88f_u.outputs.artifact-url }}) |" >> $GITHUB_ENV
- run: mkdir var_69ca
- run: echo CURRENT_VARIANT='ieee_pdflatex_bibtex_2024_en_default_listings_plainlatex_babel_none_true_true' >> $GITHUB_ENV
- run: echo CURRENT_VARIANT_SHORT='var_69ca' >> $GITHUB_ENV
- run: echo CURRENT_VARIANT_TABLE_ROW='| ieee | pdflatex | bibtex | 2024 | en | default | listings | plainlatex | babel | none | true | true |' >> $GITHUB_ENV
- name: Create var_69ca
run: npx yo@v4.3.1 $GITHUB_WORKSPACE --documentclass=ieee --ieeevariant=journal --papersize=a4 --latexcompiler=pdflatex --bibtextool=bibtex --overleaf=false --texlive=2024 --docker=no --lang=en --font=default --listings=listings --enquotes=plainlatex --tweakouterquote=babel --todo=none --examples=true --howtotext=true
working-directory: '${{ github.workspace }}/var_69ca'
- name: Install TeX Live
uses: zauguin/install-texlive@v3
with:
package_file: '${{ github.workspace }}/var_69ca/Texlivefile'
- name: latexmk var_69ca
run: latexmk paper.tex
working-directory: '${{ github.workspace }}/var_69ca'
- id: var_69ca_u
uses: actions/upload-artifact@v4
with:
name: ${{ env.CURRENT_VARIANT }}
path: ${{ env.CURRENT_VARIANT_SHORT }}
- run: echo "TABLE=${TABLE}\n| ieee | pdflatex | bibtex | 2024 | en | default | listings | plainlatex | babel | none | true | true | [link](${{ steps.var_69ca_u.outputs.artifact-url }}) |" >> $GITHUB_ENV
- run: mkdir var_3c24
- run: echo CURRENT_VARIANT='ieee_pdflatex_bibtex_2024_en_default_listings_plainlatex_outerquote_pdfcomment_true_true' >> $GITHUB_ENV
- run: echo CURRENT_VARIANT_SHORT='var_3c24' >> $GITHUB_ENV
- run: echo CURRENT_VARIANT_TABLE_ROW='| ieee | pdflatex | bibtex | 2024 | en | default | listings | plainlatex | outerquote | pdfcomment | true | true |' >> $GITHUB_ENV
- name: Create var_3c24
run: npx yo@v4.3.1 $GITHUB_WORKSPACE --documentclass=ieee --ieeevariant=journal --papersize=a4 --latexcompiler=pdflatex --bibtextool=bibtex --overleaf=false --texlive=2024 --docker=no --lang=en --font=default --listings=listings --enquotes=plainlatex --tweakouterquote=outerquote --todo=pdfcomment --examples=true --howtotext=true
working-directory: '${{ github.workspace }}/var_3c24'
- name: Install TeX Live
uses: zauguin/install-texlive@v3
with:
package_file: '${{ github.workspace }}/var_3c24/Texlivefile'
- name: latexmk var_3c24
run: latexmk paper.tex
working-directory: '${{ github.workspace }}/var_3c24'
- id: var_3c24_u
uses: actions/upload-artifact@v4
with:
name: ${{ env.CURRENT_VARIANT }}
path: ${{ env.CURRENT_VARIANT_SHORT }}
- run: echo "TABLE=${TABLE}\n| ieee | pdflatex | bibtex | 2024 | en | default | listings | plainlatex | outerquote | pdfcomment | true | true | [link](${{ steps.var_3c24_u.outputs.artifact-url }}) |" >> $GITHUB_ENV
- run: mkdir var_5d94
- run: echo CURRENT_VARIANT='ieee_pdflatex_bibtex_2024_en_default_listings_plainlatex_outerquote_none_true_true' >> $GITHUB_ENV
- run: echo CURRENT_VARIANT_SHORT='var_5d94' >> $GITHUB_ENV
- run: echo CURRENT_VARIANT_TABLE_ROW='| ieee | pdflatex | bibtex | 2024 | en | default | listings | plainlatex | outerquote | none | true | true |' >> $GITHUB_ENV
- name: Create var_5d94
run: npx yo@v4.3.1 $GITHUB_WORKSPACE --documentclass=ieee --ieeevariant=journal --papersize=a4 --latexcompiler=pdflatex --bibtextool=bibtex --overleaf=false --texlive=2024 --docker=no --lang=en --font=default --listings=listings --enquotes=plainlatex --tweakouterquote=outerquote --todo=none --examples=true --howtotext=true
working-directory: '${{ github.workspace }}/var_5d94'
- name: Install TeX Live
uses: zauguin/install-texlive@v3
with:
package_file: '${{ github.workspace }}/var_5d94/Texlivefile'
- name: latexmk var_5d94
run: latexmk paper.tex
working-directory: '${{ github.workspace }}/var_5d94'
- id: var_5d94_u
uses: actions/upload-artifact@v4
with:
name: ${{ env.CURRENT_VARIANT }}
path: ${{ env.CURRENT_VARIANT_SHORT }}
- run: echo "TABLE=${TABLE}\n| ieee | pdflatex | bibtex | 2024 | en | default | listings | plainlatex | outerquote | none | true | true | [link](${{ steps.var_5d94_u.outputs.artifact-url }}) |" >> $GITHUB_ENV
- run: mkdir var_bb83
- run: echo CURRENT_VARIANT='ieee_pdflatex_bibtex_2024_en_default_minted_csquotes_babel_pdfcomment_true_true' >> $GITHUB_ENV
- run: echo CURRENT_VARIANT_SHORT='var_bb83' >> $GITHUB_ENV
- run: echo CURRENT_VARIANT_TABLE_ROW='| ieee | pdflatex | bibtex | 2024 | en | default | minted | csquotes | babel | pdfcomment | true | true |' >> $GITHUB_ENV
- name: Create var_bb83
run: npx yo@v4.3.1 $GITHUB_WORKSPACE --documentclass=ieee --ieeevariant=journal --papersize=a4 --latexcompiler=pdflatex --bibtextool=bibtex --overleaf=false --texlive=2024 --docker=no --lang=en --font=default --listings=minted --enquotes=csquotes --tweakouterquote=babel --todo=pdfcomment --examples=true --howtotext=true
working-directory: '${{ github.workspace }}/var_bb83'
- name: Install TeX Live
uses: zauguin/install-texlive@v3
with:
package_file: '${{ github.workspace }}/var_bb83/Texlivefile'
- name: latexmk var_bb83
run: latexmk paper.tex
working-directory: '${{ github.workspace }}/var_bb83'
- id: var_bb83_u
uses: actions/upload-artifact@v4
with:
name: ${{ env.CURRENT_VARIANT }}
path: ${{ env.CURRENT_VARIANT_SHORT }}
- run: echo "TABLE=${TABLE}\n| ieee | pdflatex | bibtex | 2024 | en | default | minted | csquotes | babel | pdfcomment | true | true | [link](${{ steps.var_bb83_u.outputs.artifact-url }}) |" >> $GITHUB_ENV
- run: mkdir var_84f6
- run: echo CURRENT_VARIANT='ieee_pdflatex_bibtex_2024_en_default_minted_csquotes_babel_none_true_true' >> $GITHUB_ENV
- run: echo CURRENT_VARIANT_SHORT='var_84f6' >> $GITHUB_ENV
- run: echo CURRENT_VARIANT_TABLE_ROW='| ieee | pdflatex | bibtex | 2024 | en | default | minted | csquotes | babel | none | true | true |' >> $GITHUB_ENV
- name: Create var_84f6
run: npx yo@v4.3.1 $GITHUB_WORKSPACE --documentclass=ieee --ieeevariant=journal --papersize=a4 --latexcompiler=pdflatex --bibtextool=bibtex --overleaf=false --texlive=2024 --docker=no --lang=en --font=default --listings=minted --enquotes=csquotes --tweakouterquote=babel --todo=none --examples=true --howtotext=true
working-directory: '${{ github.workspace }}/var_84f6'
- name: Install TeX Live
uses: zauguin/install-texlive@v3
with:
package_file: '${{ github.workspace }}/var_84f6/Texlivefile'
- name: latexmk var_84f6
run: latexmk paper.tex
working-directory: '${{ github.workspace }}/var_84f6'
- id: var_84f6_u
uses: actions/upload-artifact@v4
with:
name: ${{ env.CURRENT_VARIANT }}
path: ${{ env.CURRENT_VARIANT_SHORT }}
- run: echo "TABLE=${TABLE}\n| ieee | pdflatex | bibtex | 2024 | en | default | minted | csquotes | babel | none | true | true | [link](${{ steps.var_84f6_u.outputs.artifact-url }}) |" >> $GITHUB_ENV
- run: mkdir var_191f
- run: echo CURRENT_VARIANT='ieee_pdflatex_bibtex_2024_en_default_minted_csquotes_outerquote_pdfcomment_true_true' >> $GITHUB_ENV
- run: echo CURRENT_VARIANT_SHORT='var_191f' >> $GITHUB_ENV
- run: echo CURRENT_VARIANT_TABLE_ROW='| ieee | pdflatex | bibtex | 2024 | en | default | minted | csquotes | outerquote | pdfcomment | true | true |' >> $GITHUB_ENV
- name: Create var_191f
run: npx yo@v4.3.1 $GITHUB_WORKSPACE --documentclass=ieee --ieeevariant=journal --papersize=a4 --latexcompiler=pdflatex --bibtextool=bibtex --overleaf=false --texlive=2024 --docker=no --lang=en --font=default --listings=minted --enquotes=csquotes --tweakouterquote=outerquote --todo=pdfcomment --examples=true --howtotext=true
working-directory: '${{ github.workspace }}/var_191f'
- name: Install TeX Live
uses: zauguin/install-texlive@v3
with:
package_file: '${{ github.workspace }}/var_191f/Texlivefile'
- name: latexmk var_191f
run: latexmk paper.tex
working-directory: '${{ github.workspace }}/var_191f'
- id: var_191f_u
uses: actions/upload-artifact@v4
with:
name: ${{ env.CURRENT_VARIANT }}
path: ${{ env.CURRENT_VARIANT_SHORT }}
- run: echo "TABLE=${TABLE}\n| ieee | pdflatex | bibtex | 2024 | en | default | minted | csquotes | outerquote | pdfcomment | true | true | [link](${{ steps.var_191f_u.outputs.artifact-url }}) |" >> $GITHUB_ENV
- run: mkdir var_ea4a
- run: echo CURRENT_VARIANT='ieee_pdflatex_bibtex_2024_en_default_minted_csquotes_outerquote_none_true_true' >> $GITHUB_ENV
- run: echo CURRENT_VARIANT_SHORT='var_ea4a' >> $GITHUB_ENV
- run: echo CURRENT_VARIANT_TABLE_ROW='| ieee | pdflatex | bibtex | 2024 | en | default | minted | csquotes | outerquote | none | true | true |' >> $GITHUB_ENV
- name: Create var_ea4a
run: npx yo@v4.3.1 $GITHUB_WORKSPACE --documentclass=ieee --ieeevariant=journal --papersize=a4 --latexcompiler=pdflatex --bibtextool=bibtex --overleaf=false --texlive=2024 --docker=no --lang=en --font=default --listings=minted --enquotes=csquotes --tweakouterquote=outerquote --todo=none --examples=true --howtotext=true
working-directory: '${{ github.workspace }}/var_ea4a'
- name: Install TeX Live
uses: zauguin/install-texlive@v3
with:
package_file: '${{ github.workspace }}/var_ea4a/Texlivefile'
- name: latexmk var_ea4a
run: latexmk paper.tex
working-directory: '${{ github.workspace }}/var_ea4a'
- id: var_ea4a_u
uses: actions/upload-artifact@v4
with:
name: ${{ env.CURRENT_VARIANT }}
path: ${{ env.CURRENT_VARIANT_SHORT }}
- run: echo "TABLE=${TABLE}\n| ieee | pdflatex | bibtex | 2024 | en | default | minted | csquotes | outerquote | none | true | true | [link](${{ steps.var_ea4a_u.outputs.artifact-url }}) |" >> $GITHUB_ENV
- run: mkdir var_4624
- run: echo CURRENT_VARIANT='ieee_pdflatex_bibtex_2024_en_default_minted_plainlatex_babel_pdfcomment_true_true' >> $GITHUB_ENV
- run: echo CURRENT_VARIANT_SHORT='var_4624' >> $GITHUB_ENV
- run: echo CURRENT_VARIANT_TABLE_ROW='| ieee | pdflatex | bibtex | 2024 | en | default | minted | plainlatex | babel | pdfcomment | true | true |' >> $GITHUB_ENV
- name: Create var_4624
run: npx yo@v4.3.1 $GITHUB_WORKSPACE --documentclass=ieee --ieeevariant=journal --papersize=a4 --latexcompiler=pdflatex --bibtextool=bibtex --overleaf=false --texlive=2024 --docker=no --lang=en --font=default --listings=minted --enquotes=plainlatex --tweakouterquote=babel --todo=pdfcomment --examples=true --howtotext=true
working-directory: '${{ github.workspace }}/var_4624'
- name: Install TeX Live
uses: zauguin/install-texlive@v3
with:
package_file: '${{ github.workspace }}/var_4624/Texlivefile'
- name: latexmk var_4624
run: latexmk paper.tex
working-directory: '${{ github.workspace }}/var_4624'
- id: var_4624_u
uses: actions/upload-artifact@v4
with:
name: ${{ env.CURRENT_VARIANT }}
path: ${{ env.CURRENT_VARIANT_SHORT }}
- run: echo "TABLE=${TABLE}\n| ieee | pdflatex | bibtex | 2024 | en | default | minted | plainlatex | babel | pdfcomment | true | true | [link](${{ steps.var_4624_u.outputs.artifact-url }}) |" >> $GITHUB_ENV
- run: mkdir var_6105
- run: echo CURRENT_VARIANT='ieee_pdflatex_bibtex_2024_en_default_minted_plainlatex_babel_none_true_true' >> $GITHUB_ENV
- run: echo CURRENT_VARIANT_SHORT='var_6105' >> $GITHUB_ENV
- run: echo CURRENT_VARIANT_TABLE_ROW='| ieee | pdflatex | bibtex | 2024 | en | default | minted | plainlatex | babel | none | true | true |' >> $GITHUB_ENV
- name: Create var_6105
run: npx yo@v4.3.1 $GITHUB_WORKSPACE --documentclass=ieee --ieeevariant=journal --papersize=a4 --latexcompiler=pdflatex --bibtextool=bibtex --overleaf=false --texlive=2024 --docker=no --lang=en --font=default --listings=minted --enquotes=plainlatex --tweakouterquote=babel --todo=none --examples=true --howtotext=true
working-directory: '${{ github.workspace }}/var_6105'
- name: Install TeX Live
uses: zauguin/install-texlive@v3
with:
package_file: '${{ github.workspace }}/var_6105/Texlivefile'
- name: latexmk var_6105
run: latexmk paper.tex
working-directory: '${{ github.workspace }}/var_6105'
- id: var_6105_u
uses: actions/upload-artifact@v4
with:
name: ${{ env.CURRENT_VARIANT }}
path: ${{ env.CURRENT_VARIANT_SHORT }}
- run: echo "TABLE=${TABLE}\n| ieee | pdflatex | bibtex | 2024 | en | default | minted | plainlatex | babel | none | true | true | [link](${{ steps.var_6105_u.outputs.artifact-url }}) |" >> $GITHUB_ENV
- run: mkdir var_9b6c
- run: echo CURRENT_VARIANT='ieee_pdflatex_bibtex_2024_en_default_minted_plainlatex_outerquote_pdfcomment_true_true' >> $GITHUB_ENV
- run: echo CURRENT_VARIANT_SHORT='var_9b6c' >> $GITHUB_ENV
- run: echo CURRENT_VARIANT_TABLE_ROW='| ieee | pdflatex | bibtex | 2024 | en | default | minted | plainlatex | outerquote | pdfcomment | true | true |' >> $GITHUB_ENV
- name: Create var_9b6c
run: npx yo@v4.3.1 $GITHUB_WORKSPACE --documentclass=ieee --ieeevariant=journal --papersize=a4 --latexcompiler=pdflatex --bibtextool=bibtex --overleaf=false --texlive=2024 --docker=no --lang=en --font=default --listings=minted --enquotes=plainlatex --tweakouterquote=outerquote --todo=pdfcomment --examples=true --howtotext=true
working-directory: '${{ github.workspace }}/var_9b6c'
- name: Install TeX Live
uses: zauguin/install-texlive@v3
with:
package_file: '${{ github.workspace }}/var_9b6c/Texlivefile'
- name: latexmk var_9b6c
run: latexmk paper.tex
working-directory: '${{ github.workspace }}/var_9b6c'
- id: var_9b6c_u
uses: actions/upload-artifact@v4
with:
name: ${{ env.CURRENT_VARIANT }}
path: ${{ env.CURRENT_VARIANT_SHORT }}
- run: echo "TABLE=${TABLE}\n| ieee | pdflatex | bibtex | 2024 | en | default | minted | plainlatex | outerquote | pdfcomment | true | true | [link](${{ steps.var_9b6c_u.outputs.artifact-url }}) |" >> $GITHUB_ENV
- run: mkdir var_36b3
- run: echo CURRENT_VARIANT='ieee_pdflatex_bibtex_2024_en_default_minted_plainlatex_outerquote_none_true_true' >> $GITHUB_ENV
- run: echo CURRENT_VARIANT_SHORT='var_36b3' >> $GITHUB_ENV
- run: echo CURRENT_VARIANT_TABLE_ROW='| ieee | pdflatex | bibtex | 2024 | en | default | minted | plainlatex | outerquote | none | true | true |' >> $GITHUB_ENV
- name: Create var_36b3
run: npx yo@v4.3.1 $GITHUB_WORKSPACE --documentclass=ieee --ieeevariant=journal --papersize=a4 --latexcompiler=pdflatex --bibtextool=bibtex --overleaf=false --texlive=2024 --docker=no --lang=en --font=default --listings=minted --enquotes=plainlatex --tweakouterquote=outerquote --todo=none --examples=true --howtotext=true
working-directory: '${{ github.workspace }}/var_36b3'
- name: Install TeX Live
uses: zauguin/install-texlive@v3
with:
package_file: '${{ github.workspace }}/var_36b3/Texlivefile'
- name: latexmk var_36b3
run: latexmk paper.tex
working-directory: '${{ github.workspace }}/var_36b3'
- id: var_36b3_u
uses: actions/upload-artifact@v4
with:
name: ${{ env.CURRENT_VARIANT }}
path: ${{ env.CURRENT_VARIANT_SHORT }}
- run: echo "TABLE=${TABLE}\n| ieee | pdflatex | bibtex | 2024 | en | default | minted | plainlatex | outerquote | none | true | true | [link](${{ steps.var_36b3_u.outputs.artifact-url }}) |" >> $GITHUB_ENV
- run: mkdir var_43e8
- run: echo CURRENT_VARIANT='ieee_pdflatex_bibtex_2024_de_default_listings_csquotes_babel_pdfcomment_true_true' >> $GITHUB_ENV
- run: echo CURRENT_VARIANT_SHORT='var_43e8' >> $GITHUB_ENV
- run: echo CURRENT_VARIANT_TABLE_ROW='| ieee | pdflatex | bibtex | 2024 | de | default | listings | csquotes | babel | pdfcomment | true | true |' >> $GITHUB_ENV
- name: Create var_43e8
run: npx yo@v4.3.1 $GITHUB_WORKSPACE --documentclass=ieee --ieeevariant=journal --papersize=a4 --latexcompiler=pdflatex --bibtextool=bibtex --overleaf=false --texlive=2024 --docker=no --lang=de --font=default --listings=listings --enquotes=csquotes --tweakouterquote=babel --todo=pdfcomment --examples=true --howtotext=true
working-directory: '${{ github.workspace }}/var_43e8'
- name: Install TeX Live
uses: zauguin/install-texlive@v3
with:
package_file: '${{ github.workspace }}/var_43e8/Texlivefile'
- name: latexmk var_43e8
run: latexmk paper.tex
working-directory: '${{ github.workspace }}/var_43e8'
- id: var_43e8_u
uses: actions/upload-artifact@v4
with:
name: ${{ env.CURRENT_VARIANT }}
path: ${{ env.CURRENT_VARIANT_SHORT }}
- run: echo "TABLE=${TABLE}\n| ieee | pdflatex | bibtex | 2024 | de | default | listings | csquotes | babel | pdfcomment | true | true | [link](${{ steps.var_43e8_u.outputs.artifact-url }}) |" >> $GITHUB_ENV
- run: mkdir var_ffad
- run: echo CURRENT_VARIANT='ieee_pdflatex_bibtex_2024_de_default_listings_csquotes_babel_none_true_true' >> $GITHUB_ENV
- run: echo CURRENT_VARIANT_SHORT='var_ffad' >> $GITHUB_ENV
- run: echo CURRENT_VARIANT_TABLE_ROW='| ieee | pdflatex | bibtex | 2024 | de | default | listings | csquotes | babel | none | true | true |' >> $GITHUB_ENV
- name: Create var_ffad
run: npx yo@v4.3.1 $GITHUB_WORKSPACE --documentclass=ieee --ieeevariant=journal --papersize=a4 --latexcompiler=pdflatex --bibtextool=bibtex --overleaf=false --texlive=2024 --docker=no --lang=de --font=default --listings=listings --enquotes=csquotes --tweakouterquote=babel --todo=none --examples=true --howtotext=true
working-directory: '${{ github.workspace }}/var_ffad'
- name: Install TeX Live
uses: zauguin/install-texlive@v3
with:
package_file: '${{ github.workspace }}/var_ffad/Texlivefile'
- name: latexmk var_ffad
run: latexmk paper.tex
working-directory: '${{ github.workspace }}/var_ffad'
- id: var_ffad_u
uses: actions/upload-artifact@v4
with:
name: ${{ env.CURRENT_VARIANT }}
path: ${{ env.CURRENT_VARIANT_SHORT }}
- run: echo "TABLE=${TABLE}\n| ieee | pdflatex | bibtex | 2024 | de | default | listings | csquotes | babel | none | true | true | [link](${{ steps.var_ffad_u.outputs.artifact-url }}) |" >> $GITHUB_ENV
- run: mkdir var_8b4e
- run: echo CURRENT_VARIANT='ieee_pdflatex_bibtex_2024_de_default_listings_csquotes_outerquote_pdfcomment_true_true' >> $GITHUB_ENV
- run: echo CURRENT_VARIANT_SHORT='var_8b4e' >> $GITHUB_ENV
- run: echo CURRENT_VARIANT_TABLE_ROW='| ieee | pdflatex | bibtex | 2024 | de | default | listings | csquotes | outerquote | pdfcomment | true | true |' >> $GITHUB_ENV
- name: Create var_8b4e
run: npx yo@v4.3.1 $GITHUB_WORKSPACE --documentclass=ieee --ieeevariant=journal --papersize=a4 --latexcompiler=pdflatex --bibtextool=bibtex --overleaf=false --texlive=2024 --docker=no --lang=de --font=default --listings=listings --enquotes=csquotes --tweakouterquote=outerquote --todo=pdfcomment --examples=true --howtotext=true
working-directory: '${{ github.workspace }}/var_8b4e'
- name: Install TeX Live
uses: zauguin/install-texlive@v3
with:
package_file: '${{ github.workspace }}/var_8b4e/Texlivefile'
- name: latexmk var_8b4e
run: latexmk paper.tex
working-directory: '${{ github.workspace }}/var_8b4e'
- id: var_8b4e_u
uses: actions/upload-artifact@v4
with:
name: ${{ env.CURRENT_VARIANT }}
path: ${{ env.CURRENT_VARIANT_SHORT }}
- run: echo "TABLE=${TABLE}\n| ieee | pdflatex | bibtex | 2024 | de | default | listings | csquotes | outerquote | pdfcomment | true | true | [link](${{ steps.var_8b4e_u.outputs.artifact-url }}) |" >> $GITHUB_ENV
- run: mkdir var_cb94
- run: echo CURRENT_VARIANT='ieee_pdflatex_bibtex_2024_de_default_listings_csquotes_outerquote_none_true_true' >> $GITHUB_ENV
- run: echo CURRENT_VARIANT_SHORT='var_cb94' >> $GITHUB_ENV
- run: echo CURRENT_VARIANT_TABLE_ROW='| ieee | pdflatex | bibtex | 2024 | de | default | listings | csquotes | outerquote | none | true | true |' >> $GITHUB_ENV
- name: Create var_cb94
run: npx yo@v4.3.1 $GITHUB_WORKSPACE --documentclass=ieee --ieeevariant=journal --papersize=a4 --latexcompiler=pdflatex --bibtextool=bibtex --overleaf=false --texlive=2024 --docker=no --lang=de --font=default --listings=listings --enquotes=csquotes --tweakouterquote=outerquote --todo=none --examples=true --howtotext=true
working-directory: '${{ github.workspace }}/var_cb94'
- name: Install TeX Live
uses: zauguin/install-texlive@v3
with:
package_file: '${{ github.workspace }}/var_cb94/Texlivefile'
- name: latexmk var_cb94
run: latexmk paper.tex
working-directory: '${{ github.workspace }}/var_cb94'
- id: var_cb94_u
uses: actions/upload-artifact@v4
with:
name: ${{ env.CURRENT_VARIANT }}
path: ${{ env.CURRENT_VARIANT_SHORT }}
- run: echo "TABLE=${TABLE}\n| ieee | pdflatex | bibtex | 2024 | de | default | listings | csquotes | outerquote | none | true | true | [link](${{ steps.var_cb94_u.outputs.artifact-url }}) |" >> $GITHUB_ENV
- run: mkdir var_8db3
- run: echo CURRENT_VARIANT='ieee_pdflatex_bibtex_2024_de_default_listings_plainlatex_babel_pdfcomment_true_true' >> $GITHUB_ENV
- run: echo CURRENT_VARIANT_SHORT='var_8db3' >> $GITHUB_ENV
- run: echo CURRENT_VARIANT_TABLE_ROW='| ieee | pdflatex | bibtex | 2024 | de | default | listings | plainlatex | babel | pdfcomment | true | true |' >> $GITHUB_ENV
- name: Create var_8db3
run: npx yo@v4.3.1 $GITHUB_WORKSPACE --documentclass=ieee --ieeevariant=journal --papersize=a4 --latexcompiler=pdflatex --bibtextool=bibtex --overleaf=false --texlive=2024 --docker=no --lang=de --font=default --listings=listings --enquotes=plainlatex --tweakouterquote=babel --todo=pdfcomment --examples=true --howtotext=true
working-directory: '${{ github.workspace }}/var_8db3'
- name: Install TeX Live
uses: zauguin/install-texlive@v3
with:
package_file: '${{ github.workspace }}/var_8db3/Texlivefile'
- name: latexmk var_8db3
run: latexmk paper.tex
working-directory: '${{ github.workspace }}/var_8db3'
- id: var_8db3_u
uses: actions/upload-artifact@v4
with:
name: ${{ env.CURRENT_VARIANT }}
path: ${{ env.CURRENT_VARIANT_SHORT }}
- run: echo "TABLE=${TABLE}\n| ieee | pdflatex | bibtex | 2024 | de | default | listings | plainlatex | babel | pdfcomment | true | true | [link](${{ steps.var_8db3_u.outputs.artifact-url }}) |" >> $GITHUB_ENV
- run: mkdir var_075b
- run: echo CURRENT_VARIANT='ieee_pdflatex_bibtex_2024_de_default_listings_plainlatex_babel_none_true_true' >> $GITHUB_ENV
- run: echo CURRENT_VARIANT_SHORT='var_075b' >> $GITHUB_ENV
- run: echo CURRENT_VARIANT_TABLE_ROW='| ieee | pdflatex | bibtex | 2024 | de | default | listings | plainlatex | babel | none | true | true |' >> $GITHUB_ENV
- name: Create var_075b
run: npx yo@v4.3.1 $GITHUB_WORKSPACE --documentclass=ieee --ieeevariant=journal --papersize=a4 --latexcompiler=pdflatex --bibtextool=bibtex --overleaf=false --texlive=2024 --docker=no --lang=de --font=default --listings=listings --enquotes=plainlatex --tweakouterquote=babel --todo=none --examples=true --howtotext=true
working-directory: '${{ github.workspace }}/var_075b'
- name: Install TeX Live
uses: zauguin/install-texlive@v3
with:
package_file: '${{ github.workspace }}/var_075b/Texlivefile'
- name: latexmk var_075b
run: latexmk paper.tex
working-directory: '${{ github.workspace }}/var_075b'
- id: var_075b_u
uses: actions/upload-artifact@v4
with:
name: ${{ env.CURRENT_VARIANT }}
path: ${{ env.CURRENT_VARIANT_SHORT }}
- run: echo "TABLE=${TABLE}\n| ieee | pdflatex | bibtex | 2024 | de | default | listings | plainlatex | babel | none | true | true | [link](${{ steps.var_075b_u.outputs.artifact-url }}) |" >> $GITHUB_ENV
- run: mkdir var_2923
- run: echo CURRENT_VARIANT='ieee_pdflatex_bibtex_2024_de_default_listings_plainlatex_outerquote_pdfcomment_true_true' >> $GITHUB_ENV
- run: echo CURRENT_VARIANT_SHORT='var_2923' >> $GITHUB_ENV
- run: echo CURRENT_VARIANT_TABLE_ROW='| ieee | pdflatex | bibtex | 2024 | de | default | listings | plainlatex | outerquote | pdfcomment | true | true |' >> $GITHUB_ENV
- name: Create var_2923
run: npx yo@v4.3.1 $GITHUB_WORKSPACE --documentclass=ieee --ieeevariant=journal --papersize=a4 --latexcompiler=pdflatex --bibtextool=bibtex --overleaf=false --texlive=2024 --docker=no --lang=de --font=default --listings=listings --enquotes=plainlatex --tweakouterquote=outerquote --todo=pdfcomment --examples=true --howtotext=true
working-directory: '${{ github.workspace }}/var_2923'
- name: Install TeX Live
uses: zauguin/install-texlive@v3
with:
package_file: '${{ github.workspace }}/var_2923/Texlivefile'
- name: latexmk var_2923
run: latexmk paper.tex
working-directory: '${{ github.workspace }}/var_2923'
- id: var_2923_u
uses: actions/upload-artifact@v4
with:
name: ${{ env.CURRENT_VARIANT }}
path: ${{ env.CURRENT_VARIANT_SHORT }}
- run: echo "TABLE=${TABLE}\n| ieee | pdflatex | bibtex | 2024 | de | default | listings | plainlatex | outerquote | pdfcomment | true | true | [link](${{ steps.var_2923_u.outputs.artifact-url }}) |" >> $GITHUB_ENV
- run: mkdir var_ebfb
- run: echo CURRENT_VARIANT='ieee_pdflatex_bibtex_2024_de_default_listings_plainlatex_outerquote_none_true_true' >> $GITHUB_ENV
- run: echo CURRENT_VARIANT_SHORT='var_ebfb' >> $GITHUB_ENV
- run: echo CURRENT_VARIANT_TABLE_ROW='| ieee | pdflatex | bibtex | 2024 | de | default | listings | plainlatex | outerquote | none | true | true |' >> $GITHUB_ENV
- name: Create var_ebfb
run: npx yo@v4.3.1 $GITHUB_WORKSPACE --documentclass=ieee --ieeevariant=journal --papersize=a4 --latexcompiler=pdflatex --bibtextool=bibtex --overleaf=false --texlive=2024 --docker=no --lang=de --font=default --listings=listings --enquotes=plainlatex --tweakouterquote=outerquote --todo=none --examples=true --howtotext=true
working-directory: '${{ github.workspace }}/var_ebfb'
- name: Install TeX Live
uses: zauguin/install-texlive@v3
with:
package_file: '${{ github.workspace }}/var_ebfb/Texlivefile'
- name: latexmk var_ebfb
run: latexmk paper.tex
working-directory: '${{ github.workspace }}/var_ebfb'
- id: var_ebfb_u
uses: actions/upload-artifact@v4
with:
name: ${{ env.CURRENT_VARIANT }}
path: ${{ env.CURRENT_VARIANT_SHORT }}
- run: echo "TABLE=${TABLE}\n| ieee | pdflatex | bibtex | 2024 | de | default | listings | plainlatex | outerquote | none | true | true | [link](${{ steps.var_ebfb_u.outputs.artifact-url }}) |" >> $GITHUB_ENV
- run: mkdir var_159c
- run: echo CURRENT_VARIANT='ieee_pdflatex_bibtex_2024_de_default_minted_csquotes_babel_pdfcomment_true_true' >> $GITHUB_ENV
- run: echo CURRENT_VARIANT_SHORT='var_159c' >> $GITHUB_ENV
- run: echo CURRENT_VARIANT_TABLE_ROW='| ieee | pdflatex | bibtex | 2024 | de | default | minted | csquotes | babel | pdfcomment | true | true |' >> $GITHUB_ENV
- name: Create var_159c
run: npx yo@v4.3.1 $GITHUB_WORKSPACE --documentclass=ieee --ieeevariant=journal --papersize=a4 --latexcompiler=pdflatex --bibtextool=bibtex --overleaf=false --texlive=2024 --docker=no --lang=de --font=default --listings=minted --enquotes=csquotes --tweakouterquote=babel --todo=pdfcomment --examples=true --howtotext=true
working-directory: '${{ github.workspace }}/var_159c'
- name: Install TeX Live
uses: zauguin/install-texlive@v3
with:
package_file: '${{ github.workspace }}/var_159c/Texlivefile'
- name: latexmk var_159c
run: latexmk paper.tex
working-directory: '${{ github.workspace }}/var_159c'
- id: var_159c_u
uses: actions/upload-artifact@v4
with:
name: ${{ env.CURRENT_VARIANT }}
path: ${{ env.CURRENT_VARIANT_SHORT }}
- run: echo "TABLE=${TABLE}\n| ieee | pdflatex | bibtex | 2024 | de | default | minted | csquotes | babel | pdfcomment | true | true | [link](${{ steps.var_159c_u.outputs.artifact-url }}) |" >> $GITHUB_ENV
- run: mkdir var_36e4
- run: echo CURRENT_VARIANT='ieee_pdflatex_bibtex_2024_de_default_minted_csquotes_babel_none_true_true' >> $GITHUB_ENV
- run: echo CURRENT_VARIANT_SHORT='var_36e4' >> $GITHUB_ENV
- run: echo CURRENT_VARIANT_TABLE_ROW='| ieee | pdflatex | bibtex | 2024 | de | default | minted | csquotes | babel | none | true | true |' >> $GITHUB_ENV
- name: Create var_36e4
run: npx yo@v4.3.1 $GITHUB_WORKSPACE --documentclass=ieee --ieeevariant=journal --papersize=a4 --latexcompiler=pdflatex --bibtextool=bibtex --overleaf=false --texlive=2024 --docker=no --lang=de --font=default --listings=minted --enquotes=csquotes --tweakouterquote=babel --todo=none --examples=true --howtotext=true
working-directory: '${{ github.workspace }}/var_36e4'
- name: Install TeX Live
uses: zauguin/install-texlive@v3
with:
package_file: '${{ github.workspace }}/var_36e4/Texlivefile'
- name: latexmk var_36e4
run: latexmk paper.tex
working-directory: '${{ github.workspace }}/var_36e4'
- id: var_36e4_u
uses: actions/upload-artifact@v4
with:
name: ${{ env.CURRENT_VARIANT }}
path: ${{ env.CURRENT_VARIANT_SHORT }}
- run: echo "TABLE=${TABLE}\n| ieee | pdflatex | bibtex | 2024 | de | default | minted | csquotes | babel | none | true | true | [link](${{ steps.var_36e4_u.outputs.artifact-url }}) |" >> $GITHUB_ENV
- run: mkdir var_c935
- run: echo CURRENT_VARIANT='ieee_pdflatex_bibtex_2024_de_default_minted_csquotes_outerquote_pdfcomment_true_true' >> $GITHUB_ENV
- run: echo CURRENT_VARIANT_SHORT='var_c935' >> $GITHUB_ENV
- run: echo CURRENT_VARIANT_TABLE_ROW='| ieee | pdflatex | bibtex | 2024 | de | default | minted | csquotes | outerquote | pdfcomment | true | true |' >> $GITHUB_ENV
- name: Create var_c935
run: npx yo@v4.3.1 $GITHUB_WORKSPACE --documentclass=ieee --ieeevariant=journal --papersize=a4 --latexcompiler=pdflatex --bibtextool=bibtex --overleaf=false --texlive=2024 --docker=no --lang=de --font=default --listings=minted --enquotes=csquotes --tweakouterquote=outerquote --todo=pdfcomment --examples=true --howtotext=true
working-directory: '${{ github.workspace }}/var_c935'
- name: Install TeX Live
uses: zauguin/install-texlive@v3
with:
package_file: '${{ github.workspace }}/var_c935/Texlivefile'
- name: latexmk var_c935
run: latexmk paper.tex
working-directory: '${{ github.workspace }}/var_c935'
- id: var_c935_u
uses: actions/upload-artifact@v4
with:
name: ${{ env.CURRENT_VARIANT }}
path: ${{ env.CURRENT_VARIANT_SHORT }}
- run: echo "TABLE=${TABLE}\n| ieee | pdflatex | bibtex | 2024 | de | default | minted | csquotes | outerquote | pdfcomment | true | true | [link](${{ steps.var_c935_u.outputs.artifact-url }}) |" >> $GITHUB_ENV
- run: mkdir var_90cc
- run: echo CURRENT_VARIANT='ieee_pdflatex_bibtex_2024_de_default_minted_csquotes_outerquote_none_true_true' >> $GITHUB_ENV
- run: echo CURRENT_VARIANT_SHORT='var_90cc' >> $GITHUB_ENV
- run: echo CURRENT_VARIANT_TABLE_ROW='| ieee | pdflatex | bibtex | 2024 | de | default | minted | csquotes | outerquote | none | true | true |' >> $GITHUB_ENV
- name: Create var_90cc
run: npx yo@v4.3.1 $GITHUB_WORKSPACE --documentclass=ieee --ieeevariant=journal --papersize=a4 --latexcompiler=pdflatex --bibtextool=bibtex --overleaf=false --texlive=2024 --docker=no --lang=de --font=default --listings=minted --enquotes=csquotes --tweakouterquote=outerquote --todo=none --examples=true --howtotext=true
working-directory: '${{ github.workspace }}/var_90cc'
- name: Install TeX Live
uses: zauguin/install-texlive@v3
with:
package_file: '${{ github.workspace }}/var_90cc/Texlivefile'
- name: latexmk var_90cc
run: latexmk paper.tex
working-directory: '${{ github.workspace }}/var_90cc'
- id: var_90cc_u
uses: actions/upload-artifact@v4
with:
name: ${{ env.CURRENT_VARIANT }}
path: ${{ env.CURRENT_VARIANT_SHORT }}
- run: echo "TABLE=${TABLE}\n| ieee | pdflatex | bibtex | 2024 | de | default | minted | csquotes | outerquote | none | true | true | [link](${{ steps.var_90cc_u.outputs.artifact-url }}) |" >> $GITHUB_ENV
- run: mkdir var_6683
- run: echo CURRENT_VARIANT='ieee_pdflatex_bibtex_2024_de_default_minted_plainlatex_babel_pdfcomment_true_true' >> $GITHUB_ENV
- run: echo CURRENT_VARIANT_SHORT='var_6683' >> $GITHUB_ENV
- run: echo CURRENT_VARIANT_TABLE_ROW='| ieee | pdflatex | bibtex | 2024 | de | default | minted | plainlatex | babel | pdfcomment | true | true |' >> $GITHUB_ENV
- name: Create var_6683
run: npx yo@v4.3.1 $GITHUB_WORKSPACE --documentclass=ieee --ieeevariant=journal --papersize=a4 --latexcompiler=pdflatex --bibtextool=bibtex --overleaf=false --texlive=2024 --docker=no --lang=de --font=default --listings=minted --enquotes=plainlatex --tweakouterquote=babel --todo=pdfcomment --examples=true --howtotext=true
working-directory: '${{ github.workspace }}/var_6683'
- name: Install TeX Live
uses: zauguin/install-texlive@v3
with:
package_file: '${{ github.workspace }}/var_6683/Texlivefile'
- name: latexmk var_6683
run: latexmk paper.tex
working-directory: '${{ github.workspace }}/var_6683'
- id: var_6683_u
uses: actions/upload-artifact@v4
with:
name: ${{ env.CURRENT_VARIANT }}
path: ${{ env.CURRENT_VARIANT_SHORT }}
- run: echo "TABLE=${TABLE}\n| ieee | pdflatex | bibtex | 2024 | de | default | minted | plainlatex | babel | pdfcomment | true | true | [link](${{ steps.var_6683_u.outputs.artifact-url }}) |" >> $GITHUB_ENV
- run: mkdir var_e610
- run: echo CURRENT_VARIANT='ieee_pdflatex_bibtex_2024_de_default_minted_plainlatex_babel_none_true_true' >> $GITHUB_ENV
- run: echo CURRENT_VARIANT_SHORT='var_e610' >> $GITHUB_ENV
- run: echo CURRENT_VARIANT_TABLE_ROW='| ieee | pdflatex | bibtex | 2024 | de | default | minted | plainlatex | babel | none | true | true |' >> $GITHUB_ENV
- name: Create var_e610
run: npx yo@v4.3.1 $GITHUB_WORKSPACE --documentclass=ieee --ieeevariant=journal --papersize=a4 --latexcompiler=pdflatex --bibtextool=bibtex --overleaf=false --texlive=2024 --docker=no --lang=de --font=default --listings=minted --enquotes=plainlatex --tweakouterquote=babel --todo=none --examples=true --howtotext=true
working-directory: '${{ github.workspace }}/var_e610'
- name: Install TeX Live
uses: zauguin/install-texlive@v3
with:
package_file: '${{ github.workspace }}/var_e610/Texlivefile'
- name: latexmk var_e610
run: latexmk paper.tex
working-directory: '${{ github.workspace }}/var_e610'
- id: var_e610_u
uses: actions/upload-artifact@v4
with:
name: ${{ env.CURRENT_VARIANT }}
path: ${{ env.CURRENT_VARIANT_SHORT }}
- run: echo "TABLE=${TABLE}\n| ieee | pdflatex | bibtex | 2024 | de | default | minted | plainlatex | babel | none | true | true | [link](${{ steps.var_e610_u.outputs.artifact-url }}) |" >> $GITHUB_ENV
- run: mkdir var_1903
- run: echo CURRENT_VARIANT='ieee_pdflatex_bibtex_2024_de_default_minted_plainlatex_outerquote_pdfcomment_true_true' >> $GITHUB_ENV
- run: echo CURRENT_VARIANT_SHORT='var_1903' >> $GITHUB_ENV
- run: echo CURRENT_VARIANT_TABLE_ROW='| ieee | pdflatex | bibtex | 2024 | de | default | minted | plainlatex | outerquote | pdfcomment | true | true |' >> $GITHUB_ENV
- name: Create var_1903
run: npx yo@v4.3.1 $GITHUB_WORKSPACE --documentclass=ieee --ieeevariant=journal --papersize=a4 --latexcompiler=pdflatex --bibtextool=bibtex --overleaf=false --texlive=2024 --docker=no --lang=de --font=default --listings=minted --enquotes=plainlatex --tweakouterquote=outerquote --todo=pdfcomment --examples=true --howtotext=true
working-directory: '${{ github.workspace }}/var_1903'
- name: Install TeX Live
uses: zauguin/install-texlive@v3
with:
package_file: '${{ github.workspace }}/var_1903/Texlivefile'
- name: latexmk var_1903
run: latexmk paper.tex
working-directory: '${{ github.workspace }}/var_1903'
- id: var_1903_u
uses: actions/upload-artifact@v4
with:
name: ${{ env.CURRENT_VARIANT }}
path: ${{ env.CURRENT_VARIANT_SHORT }}
- run: echo "TABLE=${TABLE}\n| ieee | pdflatex | bibtex | 2024 | de | default | minted | plainlatex | outerquote | pdfcomment | true | true | [link](${{ steps.var_1903_u.outputs.artifact-url }}) |" >> $GITHUB_ENV
- run: mkdir var_93c6
- run: echo CURRENT_VARIANT='ieee_pdflatex_bibtex_2024_de_default_minted_plainlatex_outerquote_none_true_true' >> $GITHUB_ENV
- run: echo CURRENT_VARIANT_SHORT='var_93c6' >> $GITHUB_ENV
- run: echo CURRENT_VARIANT_TABLE_ROW='| ieee | pdflatex | bibtex | 2024 | de | default | minted | plainlatex | outerquote | none | true | true |' >> $GITHUB_ENV
- name: Create var_93c6
run: npx yo@v4.3.1 $GITHUB_WORKSPACE --documentclass=ieee --ieeevariant=journal --papersize=a4 --latexcompiler=pdflatex --bibtextool=bibtex --overleaf=false --texlive=2024 --docker=no --lang=de --font=default --listings=minted --enquotes=plainlatex --tweakouterquote=outerquote --todo=none --examples=true --howtotext=true
working-directory: '${{ github.workspace }}/var_93c6'
- name: Install TeX Live
uses: zauguin/install-texlive@v3
with:
package_file: '${{ github.workspace }}/var_93c6/Texlivefile'
- name: latexmk var_93c6
run: latexmk paper.tex
working-directory: '${{ github.workspace }}/var_93c6'
- id: var_93c6_u
uses: actions/upload-artifact@v4
with:
name: ${{ env.CURRENT_VARIANT }}
path: ${{ env.CURRENT_VARIANT_SHORT }}
- run: echo "TABLE=${TABLE}\n| ieee | pdflatex | bibtex | 2024 | de | default | minted | plainlatex | outerquote | none | true | true | [link](${{ steps.var_93c6_u.outputs.artifact-url }}) |" >> $GITHUB_ENV
- run: mkdir var_3ad0
- run: echo CURRENT_VARIANT='ieee_pdflatex_bibtex_2024_en_default_listings_csquotes_babel_pdfcomment_true_false' >> $GITHUB_ENV
- run: echo CURRENT_VARIANT_SHORT='var_3ad0' >> $GITHUB_ENV
- run: echo CURRENT_VARIANT_TABLE_ROW='| ieee | pdflatex | bibtex | 2024 | en | default | listings | csquotes | babel | pdfcomment | true | false |' >> $GITHUB_ENV
- name: Create var_3ad0
run: npx yo@v4.3.1 $GITHUB_WORKSPACE --documentclass=ieee --ieeevariant=journal --papersize=a4 --latexcompiler=pdflatex --bibtextool=bibtex --overleaf=false --texlive=2024 --docker=no --lang=en --font=default --listings=listings --enquotes=csquotes --tweakouterquote=babel --todo=pdfcomment --examples=true --howtotext=false
working-directory: '${{ github.workspace }}/var_3ad0'
- name: Install TeX Live
uses: zauguin/install-texlive@v3
with:
package_file: '${{ github.workspace }}/var_3ad0/Texlivefile'
- name: latexmk var_3ad0
run: latexmk paper.tex
working-directory: '${{ github.workspace }}/var_3ad0'
- id: var_3ad0_u
uses: actions/upload-artifact@v4
with:
name: ${{ env.CURRENT_VARIANT }}
path: ${{ env.CURRENT_VARIANT_SHORT }}
- run: echo "TABLE=${TABLE}\n| ieee | pdflatex | bibtex | 2024 | en | default | listings | csquotes | babel | pdfcomment | true | false | [link](${{ steps.var_3ad0_u.outputs.artifact-url }}) |" >> $GITHUB_ENV
- run: mkdir var_e4a3
- run: echo CURRENT_VARIANT='ieee_pdflatex_bibtex_2024_en_default_listings_csquotes_babel_none_true_false' >> $GITHUB_ENV
- run: echo CURRENT_VARIANT_SHORT='var_e4a3' >> $GITHUB_ENV
- run: echo CURRENT_VARIANT_TABLE_ROW='| ieee | pdflatex | bibtex | 2024 | en | default | listings | csquotes | babel | none | true | false |' >> $GITHUB_ENV
- name: Create var_e4a3
run: npx yo@v4.3.1 $GITHUB_WORKSPACE --documentclass=ieee --ieeevariant=journal --papersize=a4 --latexcompiler=pdflatex --bibtextool=bibtex --overleaf=false --texlive=2024 --docker=no --lang=en --font=default --listings=listings --enquotes=csquotes --tweakouterquote=babel --todo=none --examples=true --howtotext=false
working-directory: '${{ github.workspace }}/var_e4a3'
- name: Install TeX Live
uses: zauguin/install-texlive@v3
with:
package_file: '${{ github.workspace }}/var_e4a3/Texlivefile'
- name: latexmk var_e4a3
run: latexmk paper.tex
working-directory: '${{ github.workspace }}/var_e4a3'
- id: var_e4a3_u
uses: actions/upload-artifact@v4
with:
name: ${{ env.CURRENT_VARIANT }}
path: ${{ env.CURRENT_VARIANT_SHORT }}
- run: echo "TABLE=${TABLE}\n| ieee | pdflatex | bibtex | 2024 | en | default | listings | csquotes | babel | none | true | false | [link](${{ steps.var_e4a3_u.outputs.artifact-url }}) |" >> $GITHUB_ENV
- run: mkdir var_bdbd
- run: echo CURRENT_VARIANT='ieee_pdflatex_bibtex_2024_en_default_listings_csquotes_outerquote_pdfcomment_true_false' >> $GITHUB_ENV
- run: echo CURRENT_VARIANT_SHORT='var_bdbd' >> $GITHUB_ENV
- run: echo CURRENT_VARIANT_TABLE_ROW='| ieee | pdflatex | bibtex | 2024 | en | default | listings | csquotes | outerquote | pdfcomment | true | false |' >> $GITHUB_ENV
- name: Create var_bdbd
run: npx yo@v4.3.1 $GITHUB_WORKSPACE --documentclass=ieee --ieeevariant=journal --papersize=a4 --latexcompiler=pdflatex --bibtextool=bibtex --overleaf=false --texlive=2024 --docker=no --lang=en --font=default --listings=listings --enquotes=csquotes --tweakouterquote=outerquote --todo=pdfcomment --examples=true --howtotext=false
working-directory: '${{ github.workspace }}/var_bdbd'
- name: Install TeX Live
uses: zauguin/install-texlive@v3
with:
package_file: '${{ github.workspace }}/var_bdbd/Texlivefile'
- name: latexmk var_bdbd
run: latexmk paper.tex
working-directory: '${{ github.workspace }}/var_bdbd'
- id: var_bdbd_u
uses: actions/upload-artifact@v4
with:
name: ${{ env.CURRENT_VARIANT }}
path: ${{ env.CURRENT_VARIANT_SHORT }}
- run: echo "TABLE=${TABLE}\n| ieee | pdflatex | bibtex | 2024 | en | default | listings | csquotes | outerquote | pdfcomment | true | false | [link](${{ steps.var_bdbd_u.outputs.artifact-url }}) |" >> $GITHUB_ENV
- run: mkdir var_350f
- run: echo CURRENT_VARIANT='ieee_pdflatex_bibtex_2024_en_default_listings_csquotes_outerquote_none_true_false' >> $GITHUB_ENV
- run: echo CURRENT_VARIANT_SHORT='var_350f' >> $GITHUB_ENV
- run: echo CURRENT_VARIANT_TABLE_ROW='| ieee | pdflatex | bibtex | 2024 | en | default | listings | csquotes | outerquote | none | true | false |' >> $GITHUB_ENV
- name: Create var_350f
run: npx yo@v4.3.1 $GITHUB_WORKSPACE --documentclass=ieee --ieeevariant=journal --papersize=a4 --latexcompiler=pdflatex --bibtextool=bibtex --overleaf=false --texlive=2024 --docker=no --lang=en --font=default --listings=listings --enquotes=csquotes --tweakouterquote=outerquote --todo=none --examples=true --howtotext=false
working-directory: '${{ github.workspace }}/var_350f'
- name: Install TeX Live
uses: zauguin/install-texlive@v3
with:
package_file: '${{ github.workspace }}/var_350f/Texlivefile'
- name: latexmk var_350f
run: latexmk paper.tex
working-directory: '${{ github.workspace }}/var_350f'
- id: var_350f_u
uses: actions/upload-artifact@v4
with:
name: ${{ env.CURRENT_VARIANT }}
path: ${{ env.CURRENT_VARIANT_SHORT }}
- run: echo "TABLE=${TABLE}\n| ieee | pdflatex | bibtex | 2024 | en | default | listings | csquotes | outerquote | none | true | false | [link](${{ steps.var_350f_u.outputs.artifact-url }}) |" >> $GITHUB_ENV
- run: mkdir var_93d7
- run: echo CURRENT_VARIANT='ieee_pdflatex_bibtex_2024_en_default_listings_plainlatex_babel_pdfcomment_true_false' >> $GITHUB_ENV
- run: echo CURRENT_VARIANT_SHORT='var_93d7' >> $GITHUB_ENV
- run: echo CURRENT_VARIANT_TABLE_ROW='| ieee | pdflatex | bibtex | 2024 | en | default | listings | plainlatex | babel | pdfcomment | true | false |' >> $GITHUB_ENV
- name: Create var_93d7
run: npx yo@v4.3.1 $GITHUB_WORKSPACE --documentclass=ieee --ieeevariant=journal --papersize=a4 --latexcompiler=pdflatex --bibtextool=bibtex --overleaf=false --texlive=2024 --docker=no --lang=en --font=default --listings=listings --enquotes=plainlatex --tweakouterquote=babel --todo=pdfcomment --examples=true --howtotext=false
working-directory: '${{ github.workspace }}/var_93d7'
- name: Install TeX Live
uses: zauguin/install-texlive@v3
with:
package_file: '${{ github.workspace }}/var_93d7/Texlivefile'
- name: latexmk var_93d7
run: latexmk paper.tex
working-directory: '${{ github.workspace }}/var_93d7'
- id: var_93d7_u
uses: actions/upload-artifact@v4
with:
name: ${{ env.CURRENT_VARIANT }}
path: ${{ env.CURRENT_VARIANT_SHORT }}
- run: echo "TABLE=${TABLE}\n| ieee | pdflatex | bibtex | 2024 | en | default | listings | plainlatex | babel | pdfcomment | true | false | [link](${{ steps.var_93d7_u.outputs.artifact-url }}) |" >> $GITHUB_ENV
- run: mkdir var_e856
- run: echo CURRENT_VARIANT='ieee_pdflatex_bibtex_2024_en_default_listings_plainlatex_babel_none_true_false' >> $GITHUB_ENV
- run: echo CURRENT_VARIANT_SHORT='var_e856' >> $GITHUB_ENV
- run: echo CURRENT_VARIANT_TABLE_ROW='| ieee | pdflatex | bibtex | 2024 | en | default | listings | plainlatex | babel | none | true | false |' >> $GITHUB_ENV
- name: Create var_e856
run: npx yo@v4.3.1 $GITHUB_WORKSPACE --documentclass=ieee --ieeevariant=journal --papersize=a4 --latexcompiler=pdflatex --bibtextool=bibtex --overleaf=false --texlive=2024 --docker=no --lang=en --font=default --listings=listings --enquotes=plainlatex --tweakouterquote=babel --todo=none --examples=true --howtotext=false
working-directory: '${{ github.workspace }}/var_e856'
- name: Install TeX Live
uses: zauguin/install-texlive@v3
with:
package_file: '${{ github.workspace }}/var_e856/Texlivefile'
- name: latexmk var_e856
run: latexmk paper.tex
working-directory: '${{ github.workspace }}/var_e856'
- id: var_e856_u
uses: actions/upload-artifact@v4
with:
name: ${{ env.CURRENT_VARIANT }}
path: ${{ env.CURRENT_VARIANT_SHORT }}
- run: echo "TABLE=${TABLE}\n| ieee | pdflatex | bibtex | 2024 | en | default | listings | plainlatex | babel | none | true | false | [link](${{ steps.var_e856_u.outputs.artifact-url }}) |" >> $GITHUB_ENV
- run: mkdir var_6f96
- run: echo CURRENT_VARIANT='ieee_pdflatex_bibtex_2024_en_default_listings_plainlatex_outerquote_pdfcomment_true_false' >> $GITHUB_ENV
- run: echo CURRENT_VARIANT_SHORT='var_6f96' >> $GITHUB_ENV
- run: echo CURRENT_VARIANT_TABLE_ROW='| ieee | pdflatex | bibtex | 2024 | en | default | listings | plainlatex | outerquote | pdfcomment | true | false |' >> $GITHUB_ENV
- name: Create var_6f96
run: npx yo@v4.3.1 $GITHUB_WORKSPACE --documentclass=ieee --ieeevariant=journal --papersize=a4 --latexcompiler=pdflatex --bibtextool=bibtex --overleaf=false --texlive=2024 --docker=no --lang=en --font=default --listings=listings --enquotes=plainlatex --tweakouterquote=outerquote --todo=pdfcomment --examples=true --howtotext=false
working-directory: '${{ github.workspace }}/var_6f96'
- name: Install TeX Live
uses: zauguin/install-texlive@v3
with:
package_file: '${{ github.workspace }}/var_6f96/Texlivefile'
- name: latexmk var_6f96
run: latexmk paper.tex
working-directory: '${{ github.workspace }}/var_6f96'
- id: var_6f96_u
uses: actions/upload-artifact@v4
with:
name: ${{ env.CURRENT_VARIANT }}
path: ${{ env.CURRENT_VARIANT_SHORT }}
- run: echo "TABLE=${TABLE}\n| ieee | pdflatex | bibtex | 2024 | en | default | listings | plainlatex | outerquote | pdfcomment | true | false | [link](${{ steps.var_6f96_u.outputs.artifact-url }}) |" >> $GITHUB_ENV
- run: mkdir var_35b4
- run: echo CURRENT_VARIANT='ieee_pdflatex_bibtex_2024_en_default_listings_plainlatex_outerquote_none_true_false' >> $GITHUB_ENV
- run: echo CURRENT_VARIANT_SHORT='var_35b4' >> $GITHUB_ENV
- run: echo CURRENT_VARIANT_TABLE_ROW='| ieee | pdflatex | bibtex | 2024 | en | default | listings | plainlatex | outerquote | none | true | false |' >> $GITHUB_ENV
- name: Create var_35b4
run: npx yo@v4.3.1 $GITHUB_WORKSPACE --documentclass=ieee --ieeevariant=journal --papersize=a4 --latexcompiler=pdflatex --bibtextool=bibtex --overleaf=false --texlive=2024 --docker=no --lang=en --font=default --listings=listings --enquotes=plainlatex --tweakouterquote=outerquote --todo=none --examples=true --howtotext=false
working-directory: '${{ github.workspace }}/var_35b4'
- name: Install TeX Live
uses: zauguin/install-texlive@v3
with:
package_file: '${{ github.workspace }}/var_35b4/Texlivefile'
- name: latexmk var_35b4
run: latexmk paper.tex
working-directory: '${{ github.workspace }}/var_35b4'
- id: var_35b4_u
uses: actions/upload-artifact@v4
with:
name: ${{ env.CURRENT_VARIANT }}
path: ${{ env.CURRENT_VARIANT_SHORT }}
- run: echo "TABLE=${TABLE}\n| ieee | pdflatex | bibtex | 2024 | en | default | listings | plainlatex | outerquote | none | true | false | [link](${{ steps.var_35b4_u.outputs.artifact-url }}) |" >> $GITHUB_ENV
- run: mkdir var_b16b
- run: echo CURRENT_VARIANT='ieee_pdflatex_bibtex_2024_en_default_minted_csquotes_babel_pdfcomment_true_false' >> $GITHUB_ENV
- run: echo CURRENT_VARIANT_SHORT='var_b16b' >> $GITHUB_ENV
- run: echo CURRENT_VARIANT_TABLE_ROW='| ieee | pdflatex | bibtex | 2024 | en | default | minted | csquotes | babel | pdfcomment | true | false |' >> $GITHUB_ENV
- name: Create var_b16b
run: npx yo@v4.3.1 $GITHUB_WORKSPACE --documentclass=ieee --ieeevariant=journal --papersize=a4 --latexcompiler=pdflatex --bibtextool=bibtex --overleaf=false --texlive=2024 --docker=no --lang=en --font=default --listings=minted --enquotes=csquotes --tweakouterquote=babel --todo=pdfcomment --examples=true --howtotext=false
working-directory: '${{ github.workspace }}/var_b16b'
- name: Install TeX Live
uses: zauguin/install-texlive@v3
with:
package_file: '${{ github.workspace }}/var_b16b/Texlivefile'
- name: latexmk var_b16b
run: latexmk paper.tex
working-directory: '${{ github.workspace }}/var_b16b'
- id: var_b16b_u
uses: actions/upload-artifact@v4
with:
name: ${{ env.CURRENT_VARIANT }}
path: ${{ env.CURRENT_VARIANT_SHORT }}
- run: echo "TABLE=${TABLE}\n| ieee | pdflatex | bibtex | 2024 | en | default | minted | csquotes | babel | pdfcomment | true | false | [link](${{ steps.var_b16b_u.outputs.artifact-url }}) |" >> $GITHUB_ENV
- run: mkdir var_8c2e
- run: echo CURRENT_VARIANT='ieee_pdflatex_bibtex_2024_en_default_minted_csquotes_babel_none_true_false' >> $GITHUB_ENV
- run: echo CURRENT_VARIANT_SHORT='var_8c2e' >> $GITHUB_ENV
- run: echo CURRENT_VARIANT_TABLE_ROW='| ieee | pdflatex | bibtex | 2024 | en | default | minted | csquotes | babel | none | true | false |' >> $GITHUB_ENV
- name: Create var_8c2e
run: npx yo@v4.3.1 $GITHUB_WORKSPACE --documentclass=ieee --ieeevariant=journal --papersize=a4 --latexcompiler=pdflatex --bibtextool=bibtex --overleaf=false --texlive=2024 --docker=no --lang=en --font=default --listings=minted --enquotes=csquotes --tweakouterquote=babel --todo=none --examples=true --howtotext=false
working-directory: '${{ github.workspace }}/var_8c2e'
- name: Install TeX Live
uses: zauguin/install-texlive@v3
with:
package_file: '${{ github.workspace }}/var_8c2e/Texlivefile'
- name: latexmk var_8c2e
run: latexmk paper.tex
working-directory: '${{ github.workspace }}/var_8c2e'
- id: var_8c2e_u
uses: actions/upload-artifact@v4
with:
name: ${{ env.CURRENT_VARIANT }}
path: ${{ env.CURRENT_VARIANT_SHORT }}
- run: echo "TABLE=${TABLE}\n| ieee | pdflatex | bibtex | 2024 | en | default | minted | csquotes | babel | none | true | false | [link](${{ steps.var_8c2e_u.outputs.artifact-url }}) |" >> $GITHUB_ENV
- run: mkdir var_9a07
- run: echo CURRENT_VARIANT='ieee_pdflatex_bibtex_2024_en_default_minted_csquotes_outerquote_pdfcomment_true_false' >> $GITHUB_ENV
- run: echo CURRENT_VARIANT_SHORT='var_9a07' >> $GITHUB_ENV
- run: echo CURRENT_VARIANT_TABLE_ROW='| ieee | pdflatex | bibtex | 2024 | en | default | minted | csquotes | outerquote | pdfcomment | true | false |' >> $GITHUB_ENV
- name: Create var_9a07
run: npx yo@v4.3.1 $GITHUB_WORKSPACE --documentclass=ieee --ieeevariant=journal --papersize=a4 --latexcompiler=pdflatex --bibtextool=bibtex --overleaf=false --texlive=2024 --docker=no --lang=en --font=default --listings=minted --enquotes=csquotes --tweakouterquote=outerquote --todo=pdfcomment --examples=true --howtotext=false
working-directory: '${{ github.workspace }}/var_9a07'
- name: Install TeX Live
uses: zauguin/install-texlive@v3
with:
package_file: '${{ github.workspace }}/var_9a07/Texlivefile'
- name: latexmk var_9a07
run: latexmk paper.tex
working-directory: '${{ github.workspace }}/var_9a07'
- id: var_9a07_u
uses: actions/upload-artifact@v4
with:
name: ${{ env.CURRENT_VARIANT }}
path: ${{ env.CURRENT_VARIANT_SHORT }}
- run: echo "TABLE=${TABLE}\n| ieee | pdflatex | bibtex | 2024 | en | default | minted | csquotes | outerquote | pdfcomment | true | false | [link](${{ steps.var_9a07_u.outputs.artifact-url }}) |" >> $GITHUB_ENV
- run: mkdir var_ee9e
- run: echo CURRENT_VARIANT='ieee_pdflatex_bibtex_2024_en_default_minted_csquotes_outerquote_none_true_false' >> $GITHUB_ENV
- run: echo CURRENT_VARIANT_SHORT='var_ee9e' >> $GITHUB_ENV
- run: echo CURRENT_VARIANT_TABLE_ROW='| ieee | pdflatex | bibtex | 2024 | en | default | minted | csquotes | outerquote | none | true | false |' >> $GITHUB_ENV
- name: Create var_ee9e
run: npx yo@v4.3.1 $GITHUB_WORKSPACE --documentclass=ieee --ieeevariant=journal --papersize=a4 --latexcompiler=pdflatex --bibtextool=bibtex --overleaf=false --texlive=2024 --docker=no --lang=en --font=default --listings=minted --enquotes=csquotes --tweakouterquote=outerquote --todo=none --examples=true --howtotext=false
working-directory: '${{ github.workspace }}/var_ee9e'
- name: Install TeX Live
uses: zauguin/install-texlive@v3
with:
package_file: '${{ github.workspace }}/var_ee9e/Texlivefile'
- name: latexmk var_ee9e
run: latexmk paper.tex
working-directory: '${{ github.workspace }}/var_ee9e'
- id: var_ee9e_u
uses: actions/upload-artifact@v4
with:
name: ${{ env.CURRENT_VARIANT }}
path: ${{ env.CURRENT_VARIANT_SHORT }}
- run: echo "TABLE=${TABLE}\n| ieee | pdflatex | bibtex | 2024 | en | default | minted | csquotes | outerquote | none | true | false | [link](${{ steps.var_ee9e_u.outputs.artifact-url }}) |" >> $GITHUB_ENV
- run: mkdir var_9c5c
- run: echo CURRENT_VARIANT='ieee_pdflatex_bibtex_2024_en_default_minted_plainlatex_babel_pdfcomment_true_false' >> $GITHUB_ENV
- run: echo CURRENT_VARIANT_SHORT='var_9c5c' >> $GITHUB_ENV
- run: echo CURRENT_VARIANT_TABLE_ROW='| ieee | pdflatex | bibtex | 2024 | en | default | minted | plainlatex | babel | pdfcomment | true | false |' >> $GITHUB_ENV
- name: Create var_9c5c
run: npx yo@v4.3.1 $GITHUB_WORKSPACE --documentclass=ieee --ieeevariant=journal --papersize=a4 --latexcompiler=pdflatex --bibtextool=bibtex --overleaf=false --texlive=2024 --docker=no --lang=en --font=default --listings=minted --enquotes=plainlatex --tweakouterquote=babel --todo=pdfcomment --examples=true --howtotext=false
working-directory: '${{ github.workspace }}/var_9c5c'
- name: Install TeX Live
uses: zauguin/install-texlive@v3
with:
package_file: '${{ github.workspace }}/var_9c5c/Texlivefile'
- name: latexmk var_9c5c
run: latexmk paper.tex
working-directory: '${{ github.workspace }}/var_9c5c'
- id: var_9c5c_u
uses: actions/upload-artifact@v4
with:
name: ${{ env.CURRENT_VARIANT }}
path: ${{ env.CURRENT_VARIANT_SHORT }}
- run: echo "TABLE=${TABLE}\n| ieee | pdflatex | bibtex | 2024 | en | default | minted | plainlatex | babel | pdfcomment | true | false | [link](${{ steps.var_9c5c_u.outputs.artifact-url }}) |" >> $GITHUB_ENV
- run: mkdir var_e573
- run: echo CURRENT_VARIANT='ieee_pdflatex_bibtex_2024_en_default_minted_plainlatex_babel_none_true_false' >> $GITHUB_ENV
- run: echo CURRENT_VARIANT_SHORT='var_e573' >> $GITHUB_ENV
- run: echo CURRENT_VARIANT_TABLE_ROW='| ieee | pdflatex | bibtex | 2024 | en | default | minted | plainlatex | babel | none | true | false |' >> $GITHUB_ENV
- name: Create var_e573
run: npx yo@v4.3.1 $GITHUB_WORKSPACE --documentclass=ieee --ieeevariant=journal --papersize=a4 --latexcompiler=pdflatex --bibtextool=bibtex --overleaf=false --texlive=2024 --docker=no --lang=en --font=default --listings=minted --enquotes=plainlatex --tweakouterquote=babel --todo=none --examples=true --howtotext=false
working-directory: '${{ github.workspace }}/var_e573'
- name: Install TeX Live
uses: zauguin/install-texlive@v3
with:
package_file: '${{ github.workspace }}/var_e573/Texlivefile'
- name: latexmk var_e573
run: latexmk paper.tex
working-directory: '${{ github.workspace }}/var_e573'
- id: var_e573_u
uses: actions/upload-artifact@v4
with:
name: ${{ env.CURRENT_VARIANT }}
path: ${{ env.CURRENT_VARIANT_SHORT }}
- run: echo "TABLE=${TABLE}\n| ieee | pdflatex | bibtex | 2024 | en | default | minted | plainlatex | babel | none | true | false | [link](${{ steps.var_e573_u.outputs.artifact-url }}) |" >> $GITHUB_ENV
- run: mkdir var_9064
- run: echo CURRENT_VARIANT='ieee_pdflatex_bibtex_2024_en_default_minted_plainlatex_outerquote_pdfcomment_true_false' >> $GITHUB_ENV
- run: echo CURRENT_VARIANT_SHORT='var_9064' >> $GITHUB_ENV
- run: echo CURRENT_VARIANT_TABLE_ROW='| ieee | pdflatex | bibtex | 2024 | en | default | minted | plainlatex | outerquote | pdfcomment | true | false |' >> $GITHUB_ENV
- name: Create var_9064
run: npx yo@v4.3.1 $GITHUB_WORKSPACE --documentclass=ieee --ieeevariant=journal --papersize=a4 --latexcompiler=pdflatex --bibtextool=bibtex --overleaf=false --texlive=2024 --docker=no --lang=en --font=default --listings=minted --enquotes=plainlatex --tweakouterquote=outerquote --todo=pdfcomment --examples=true --howtotext=false
working-directory: '${{ github.workspace }}/var_9064'
- name: Install TeX Live
uses: zauguin/install-texlive@v3
with:
package_file: '${{ github.workspace }}/var_9064/Texlivefile'
- name: latexmk var_9064
run: latexmk paper.tex
working-directory: '${{ github.workspace }}/var_9064'
- id: var_9064_u
uses: actions/upload-artifact@v4
with:
name: ${{ env.CURRENT_VARIANT }}
path: ${{ env.CURRENT_VARIANT_SHORT }}
- run: echo "TABLE=${TABLE}\n| ieee | pdflatex | bibtex | 2024 | en | default | minted | plainlatex | outerquote | pdfcomment | true | false | [link](${{ steps.var_9064_u.outputs.artifact-url }}) |" >> $GITHUB_ENV
- run: mkdir var_45f7
- run: echo CURRENT_VARIANT='ieee_pdflatex_bibtex_2024_en_default_minted_plainlatex_outerquote_none_true_false' >> $GITHUB_ENV
- run: echo CURRENT_VARIANT_SHORT='var_45f7' >> $GITHUB_ENV
- run: echo CURRENT_VARIANT_TABLE_ROW='| ieee | pdflatex | bibtex | 2024 | en | default | minted | plainlatex | outerquote | none | true | false |' >> $GITHUB_ENV
- name: Create var_45f7
run: npx yo@v4.3.1 $GITHUB_WORKSPACE --documentclass=ieee --ieeevariant=journal --papersize=a4 --latexcompiler=pdflatex --bibtextool=bibtex --overleaf=false --texlive=2024 --docker=no --lang=en --font=default --listings=minted --enquotes=plainlatex --tweakouterquote=outerquote --todo=none --examples=true --howtotext=false
working-directory: '${{ github.workspace }}/var_45f7'
- name: Install TeX Live
uses: zauguin/install-texlive@v3
with:
package_file: '${{ github.workspace }}/var_45f7/Texlivefile'
- name: latexmk var_45f7
run: latexmk paper.tex
working-directory: '${{ github.workspace }}/var_45f7'
- id: var_45f7_u
uses: actions/upload-artifact@v4
with:
name: ${{ env.CURRENT_VARIANT }}
path: ${{ env.CURRENT_VARIANT_SHORT }}
- run: echo "TABLE=${TABLE}\n| ieee | pdflatex | bibtex | 2024 | en | default | minted | plainlatex | outerquote | none | true | false | [link](${{ steps.var_45f7_u.outputs.artifact-url }}) |" >> $GITHUB_ENV
- run: mkdir var_5e6f
- run: echo CURRENT_VARIANT='ieee_pdflatex_bibtex_2024_de_default_listings_csquotes_babel_pdfcomment_true_false' >> $GITHUB_ENV
- run: echo CURRENT_VARIANT_SHORT='var_5e6f' >> $GITHUB_ENV
- run: echo CURRENT_VARIANT_TABLE_ROW='| ieee | pdflatex | bibtex | 2024 | de | default | listings | csquotes | babel | pdfcomment | true | false |' >> $GITHUB_ENV
- name: Create var_5e6f
run: npx yo@v4.3.1 $GITHUB_WORKSPACE --documentclass=ieee --ieeevariant=journal --papersize=a4 --latexcompiler=pdflatex --bibtextool=bibtex --overleaf=false --texlive=2024 --docker=no --lang=de --font=default --listings=listings --enquotes=csquotes --tweakouterquote=babel --todo=pdfcomment --examples=true --howtotext=false
working-directory: '${{ github.workspace }}/var_5e6f'
- name: Install TeX Live
uses: zauguin/install-texlive@v3
with:
package_file: '${{ github.workspace }}/var_5e6f/Texlivefile'
- name: latexmk var_5e6f
run: latexmk paper.tex
working-directory: '${{ github.workspace }}/var_5e6f'
- id: var_5e6f_u
uses: actions/upload-artifact@v4
with:
name: ${{ env.CURRENT_VARIANT }}
path: ${{ env.CURRENT_VARIANT_SHORT }}
- run: echo "TABLE=${TABLE}\n| ieee | pdflatex | bibtex | 2024 | de | default | listings | csquotes | babel | pdfcomment | true | false | [link](${{ steps.var_5e6f_u.outputs.artifact-url }}) |" >> $GITHUB_ENV
- run: mkdir var_53e3
- run: echo CURRENT_VARIANT='ieee_pdflatex_bibtex_2024_de_default_listings_csquotes_babel_none_true_false' >> $GITHUB_ENV
- run: echo CURRENT_VARIANT_SHORT='var_53e3' >> $GITHUB_ENV
- run: echo CURRENT_VARIANT_TABLE_ROW='| ieee | pdflatex | bibtex | 2024 | de | default | listings | csquotes | babel | none | true | false |' >> $GITHUB_ENV
- name: Create var_53e3
run: npx yo@v4.3.1 $GITHUB_WORKSPACE --documentclass=ieee --ieeevariant=journal --papersize=a4 --latexcompiler=pdflatex --bibtextool=bibtex --overleaf=false --texlive=2024 --docker=no --lang=de --font=default --listings=listings --enquotes=csquotes --tweakouterquote=babel --todo=none --examples=true --howtotext=false
working-directory: '${{ github.workspace }}/var_53e3'
- name: Install TeX Live
uses: zauguin/install-texlive@v3
with:
package_file: '${{ github.workspace }}/var_53e3/Texlivefile'
- name: latexmk var_53e3
run: latexmk paper.tex
working-directory: '${{ github.workspace }}/var_53e3'
- id: var_53e3_u
uses: actions/upload-artifact@v4
with:
name: ${{ env.CURRENT_VARIANT }}
path: ${{ env.CURRENT_VARIANT_SHORT }}
- run: echo "TABLE=${TABLE}\n| ieee | pdflatex | bibtex | 2024 | de | default | listings | csquotes | babel | none | true | false | [link](${{ steps.var_53e3_u.outputs.artifact-url }}) |" >> $GITHUB_ENV
- run: mkdir var_fb04
- run: echo CURRENT_VARIANT='ieee_pdflatex_bibtex_2024_de_default_listings_csquotes_outerquote_pdfcomment_true_false' >> $GITHUB_ENV
- run: echo CURRENT_VARIANT_SHORT='var_fb04' >> $GITHUB_ENV
- run: echo CURRENT_VARIANT_TABLE_ROW='| ieee | pdflatex | bibtex | 2024 | de | default | listings | csquotes | outerquote | pdfcomment | true | false |' >> $GITHUB_ENV
- name: Create var_fb04
run: npx yo@v4.3.1 $GITHUB_WORKSPACE --documentclass=ieee --ieeevariant=journal --papersize=a4 --latexcompiler=pdflatex --bibtextool=bibtex --overleaf=false --texlive=2024 --docker=no --lang=de --font=default --listings=listings --enquotes=csquotes --tweakouterquote=outerquote --todo=pdfcomment --examples=true --howtotext=false
working-directory: '${{ github.workspace }}/var_fb04'
- name: Install TeX Live
uses: zauguin/install-texlive@v3
with:
package_file: '${{ github.workspace }}/var_fb04/Texlivefile'
- name: latexmk var_fb04
run: latexmk paper.tex
working-directory: '${{ github.workspace }}/var_fb04'
- id: var_fb04_u
uses: actions/upload-artifact@v4
with:
name: ${{ env.CURRENT_VARIANT }}
path: ${{ env.CURRENT_VARIANT_SHORT }}
- run: echo "TABLE=${TABLE}\n| ieee | pdflatex | bibtex | 2024 | de | default | listings | csquotes | outerquote | pdfcomment | true | false | [link](${{ steps.var_fb04_u.outputs.artifact-url }}) |" >> $GITHUB_ENV
- run: mkdir var_31cc
- run: echo CURRENT_VARIANT='ieee_pdflatex_bibtex_2024_de_default_listings_csquotes_outerquote_none_true_false' >> $GITHUB_ENV
- run: echo CURRENT_VARIANT_SHORT='var_31cc' >> $GITHUB_ENV
- run: echo CURRENT_VARIANT_TABLE_ROW='| ieee | pdflatex | bibtex | 2024 | de | default | listings | csquotes | outerquote | none | true | false |' >> $GITHUB_ENV
- name: Create var_31cc
run: npx yo@v4.3.1 $GITHUB_WORKSPACE --documentclass=ieee --ieeevariant=journal --papersize=a4 --latexcompiler=pdflatex --bibtextool=bibtex --overleaf=false --texlive=2024 --docker=no --lang=de --font=default --listings=listings --enquotes=csquotes --tweakouterquote=outerquote --todo=none --examples=true --howtotext=false
working-directory: '${{ github.workspace }}/var_31cc'
- name: Install TeX Live
uses: zauguin/install-texlive@v3
with:
package_file: '${{ github.workspace }}/var_31cc/Texlivefile'
- name: latexmk var_31cc
run: latexmk paper.tex
working-directory: '${{ github.workspace }}/var_31cc'
- id: var_31cc_u
uses: actions/upload-artifact@v4
with:
name: ${{ env.CURRENT_VARIANT }}
path: ${{ env.CURRENT_VARIANT_SHORT }}
- run: echo "TABLE=${TABLE}\n| ieee | pdflatex | bibtex | 2024 | de | default | listings | csquotes | outerquote | none | true | false | [link](${{ steps.var_31cc_u.outputs.artifact-url }}) |" >> $GITHUB_ENV
- run: mkdir var_09c3
- run: echo CURRENT_VARIANT='ieee_pdflatex_bibtex_2024_de_default_listings_plainlatex_babel_pdfcomment_true_false' >> $GITHUB_ENV
- run: echo CURRENT_VARIANT_SHORT='var_09c3' >> $GITHUB_ENV
- run: echo CURRENT_VARIANT_TABLE_ROW='| ieee | pdflatex | bibtex | 2024 | de | default | listings | plainlatex | babel | pdfcomment | true | false |' >> $GITHUB_ENV
- name: Create var_09c3
run: npx yo@v4.3.1 $GITHUB_WORKSPACE --documentclass=ieee --ieeevariant=journal --papersize=a4 --latexcompiler=pdflatex --bibtextool=bibtex --overleaf=false --texlive=2024 --docker=no --lang=de --font=default --listings=listings --enquotes=plainlatex --tweakouterquote=babel --todo=pdfcomment --examples=true --howtotext=false
working-directory: '${{ github.workspace }}/var_09c3'
- name: Install TeX Live
uses: zauguin/install-texlive@v3
with:
package_file: '${{ github.workspace }}/var_09c3/Texlivefile'
- name: latexmk var_09c3
run: latexmk paper.tex
working-directory: '${{ github.workspace }}/var_09c3'
- id: var_09c3_u
uses: actions/upload-artifact@v4
with:
name: ${{ env.CURRENT_VARIANT }}
path: ${{ env.CURRENT_VARIANT_SHORT }}
- run: echo "TABLE=${TABLE}\n| ieee | pdflatex | bibtex | 2024 | de | default | listings | plainlatex | babel | pdfcomment | true | false | [link](${{ steps.var_09c3_u.outputs.artifact-url }}) |" >> $GITHUB_ENV
- run: mkdir var_5979
- run: echo CURRENT_VARIANT='ieee_pdflatex_bibtex_2024_de_default_listings_plainlatex_babel_none_true_false' >> $GITHUB_ENV
- run: echo CURRENT_VARIANT_SHORT='var_5979' >> $GITHUB_ENV
- run: echo CURRENT_VARIANT_TABLE_ROW='| ieee | pdflatex | bibtex | 2024 | de | default | listings | plainlatex | babel | none | true | false |' >> $GITHUB_ENV
- name: Create var_5979
run: npx yo@v4.3.1 $GITHUB_WORKSPACE --documentclass=ieee --ieeevariant=journal --papersize=a4 --latexcompiler=pdflatex --bibtextool=bibtex --overleaf=false --texlive=2024 --docker=no --lang=de --font=default --listings=listings --enquotes=plainlatex --tweakouterquote=babel --todo=none --examples=true --howtotext=false
working-directory: '${{ github.workspace }}/var_5979'
- name: Install TeX Live
uses: zauguin/install-texlive@v3
with:
package_file: '${{ github.workspace }}/var_5979/Texlivefile'
- name: latexmk var_5979
run: latexmk paper.tex
working-directory: '${{ github.workspace }}/var_5979'
- id: var_5979_u
uses: actions/upload-artifact@v4
with:
name: ${{ env.CURRENT_VARIANT }}
path: ${{ env.CURRENT_VARIANT_SHORT }}
- run: echo "TABLE=${TABLE}\n| ieee | pdflatex | bibtex | 2024 | de | default | listings | plainlatex | babel | none | true | false | [link](${{ steps.var_5979_u.outputs.artifact-url }}) |" >> $GITHUB_ENV
- run: mkdir var_9b75
- run: echo CURRENT_VARIANT='ieee_pdflatex_bibtex_2024_de_default_listings_plainlatex_outerquote_pdfcomment_true_false' >> $GITHUB_ENV
- run: echo CURRENT_VARIANT_SHORT='var_9b75' >> $GITHUB_ENV
- run: echo CURRENT_VARIANT_TABLE_ROW='| ieee | pdflatex | bibtex | 2024 | de | default | listings | plainlatex | outerquote | pdfcomment | true | false |' >> $GITHUB_ENV
- name: Create var_9b75
run: npx yo@v4.3.1 $GITHUB_WORKSPACE --documentclass=ieee --ieeevariant=journal --papersize=a4 --latexcompiler=pdflatex --bibtextool=bibtex --overleaf=false --texlive=2024 --docker=no --lang=de --font=default --listings=listings --enquotes=plainlatex --tweakouterquote=outerquote --todo=pdfcomment --examples=true --howtotext=false
working-directory: '${{ github.workspace }}/var_9b75'
- name: Install TeX Live
uses: zauguin/install-texlive@v3
with:
package_file: '${{ github.workspace }}/var_9b75/Texlivefile'
- name: latexmk var_9b75
run: latexmk paper.tex
working-directory: '${{ github.workspace }}/var_9b75'
- id: var_9b75_u
uses: actions/upload-artifact@v4
with:
name: ${{ env.CURRENT_VARIANT }}
path: ${{ env.CURRENT_VARIANT_SHORT }}
- run: echo "TABLE=${TABLE}\n| ieee | pdflatex | bibtex | 2024 | de | default | listings | plainlatex | outerquote | pdfcomment | true | false | [link](${{ steps.var_9b75_u.outputs.artifact-url }}) |" >> $GITHUB_ENV
- run: mkdir var_43e0
- run: echo CURRENT_VARIANT='ieee_pdflatex_bibtex_2024_de_default_listings_plainlatex_outerquote_none_true_false' >> $GITHUB_ENV
- run: echo CURRENT_VARIANT_SHORT='var_43e0' >> $GITHUB_ENV
- run: echo CURRENT_VARIANT_TABLE_ROW='| ieee | pdflatex | bibtex | 2024 | de | default | listings | plainlatex | outerquote | none | true | false |' >> $GITHUB_ENV
- name: Create var_43e0
run: npx yo@v4.3.1 $GITHUB_WORKSPACE --documentclass=ieee --ieeevariant=journal --papersize=a4 --latexcompiler=pdflatex --bibtextool=bibtex --overleaf=false --texlive=2024 --docker=no --lang=de --font=default --listings=listings --enquotes=plainlatex --tweakouterquote=outerquote --todo=none --examples=true --howtotext=false
working-directory: '${{ github.workspace }}/var_43e0'
- name: Install TeX Live
uses: zauguin/install-texlive@v3
with:
package_file: '${{ github.workspace }}/var_43e0/Texlivefile'
- name: latexmk var_43e0
run: latexmk paper.tex
working-directory: '${{ github.workspace }}/var_43e0'
- id: var_43e0_u
uses: actions/upload-artifact@v4
with:
name: ${{ env.CURRENT_VARIANT }}
path: ${{ env.CURRENT_VARIANT_SHORT }}
- run: echo "TABLE=${TABLE}\n| ieee | pdflatex | bibtex | 2024 | de | default | listings | plainlatex | outerquote | none | true | false | [link](${{ steps.var_43e0_u.outputs.artifact-url }}) |" >> $GITHUB_ENV
- run: mkdir var_914d
- run: echo CURRENT_VARIANT='ieee_pdflatex_bibtex_2024_de_default_minted_csquotes_babel_pdfcomment_true_false' >> $GITHUB_ENV
- run: echo CURRENT_VARIANT_SHORT='var_914d' >> $GITHUB_ENV
- run: echo CURRENT_VARIANT_TABLE_ROW='| ieee | pdflatex | bibtex | 2024 | de | default | minted | csquotes | babel | pdfcomment | true | false |' >> $GITHUB_ENV
- name: Create var_914d
run: npx yo@v4.3.1 $GITHUB_WORKSPACE --documentclass=ieee --ieeevariant=journal --papersize=a4 --latexcompiler=pdflatex --bibtextool=bibtex --overleaf=false --texlive=2024 --docker=no --lang=de --font=default --listings=minted --enquotes=csquotes --tweakouterquote=babel --todo=pdfcomment --examples=true --howtotext=false
working-directory: '${{ github.workspace }}/var_914d'
- name: Install TeX Live
uses: zauguin/install-texlive@v3
with:
package_file: '${{ github.workspace }}/var_914d/Texlivefile'
- name: latexmk var_914d
run: latexmk paper.tex
working-directory: '${{ github.workspace }}/var_914d'
- id: var_914d_u
uses: actions/upload-artifact@v4
with:
name: ${{ env.CURRENT_VARIANT }}
path: ${{ env.CURRENT_VARIANT_SHORT }}
- run: echo "TABLE=${TABLE}\n| ieee | pdflatex | bibtex | 2024 | de | default | minted | csquotes | babel | pdfcomment | true | false | [link](${{ steps.var_914d_u.outputs.artifact-url }}) |" >> $GITHUB_ENV
- run: mkdir var_4d62
- run: echo CURRENT_VARIANT='ieee_pdflatex_bibtex_2024_de_default_minted_csquotes_babel_none_true_false' >> $GITHUB_ENV
- run: echo CURRENT_VARIANT_SHORT='var_4d62' >> $GITHUB_ENV
- run: echo CURRENT_VARIANT_TABLE_ROW='| ieee | pdflatex | bibtex | 2024 | de | default | minted | csquotes | babel | none | true | false |' >> $GITHUB_ENV
- name: Create var_4d62
run: npx yo@v4.3.1 $GITHUB_WORKSPACE --documentclass=ieee --ieeevariant=journal --papersize=a4 --latexcompiler=pdflatex --bibtextool=bibtex --overleaf=false --texlive=2024 --docker=no --lang=de --font=default --listings=minted --enquotes=csquotes --tweakouterquote=babel --todo=none --examples=true --howtotext=false
working-directory: '${{ github.workspace }}/var_4d62'
- name: Install TeX Live
uses: zauguin/install-texlive@v3
with:
package_file: '${{ github.workspace }}/var_4d62/Texlivefile'
- name: latexmk var_4d62
run: latexmk paper.tex
working-directory: '${{ github.workspace }}/var_4d62'
- id: var_4d62_u
uses: actions/upload-artifact@v4
with:
name: ${{ env.CURRENT_VARIANT }}
path: ${{ env.CURRENT_VARIANT_SHORT }}
- run: echo "TABLE=${TABLE}\n| ieee | pdflatex | bibtex | 2024 | de | default | minted | csquotes | babel | none | true | false | [link](${{ steps.var_4d62_u.outputs.artifact-url }}) |" >> $GITHUB_ENV
- run: mkdir var_f3be
- run: echo CURRENT_VARIANT='ieee_pdflatex_bibtex_2024_de_default_minted_csquotes_outerquote_pdfcomment_true_false' >> $GITHUB_ENV
- run: echo CURRENT_VARIANT_SHORT='var_f3be' >> $GITHUB_ENV
- run: echo CURRENT_VARIANT_TABLE_ROW='| ieee | pdflatex | bibtex | 2024 | de | default | minted | csquotes | outerquote | pdfcomment | true | false |' >> $GITHUB_ENV
- name: Create var_f3be
run: npx yo@v4.3.1 $GITHUB_WORKSPACE --documentclass=ieee --ieeevariant=journal --papersize=a4 --latexcompiler=pdflatex --bibtextool=bibtex --overleaf=false --texlive=2024 --docker=no --lang=de --font=default --listings=minted --enquotes=csquotes --tweakouterquote=outerquote --todo=pdfcomment --examples=true --howtotext=false
working-directory: '${{ github.workspace }}/var_f3be'
- name: Install TeX Live
uses: zauguin/install-texlive@v3
with:
package_file: '${{ github.workspace }}/var_f3be/Texlivefile'
- name: latexmk var_f3be
run: latexmk paper.tex
working-directory: '${{ github.workspace }}/var_f3be'
- id: var_f3be_u
uses: actions/upload-artifact@v4
with:
name: ${{ env.CURRENT_VARIANT }}
path: ${{ env.CURRENT_VARIANT_SHORT }}
- run: echo "TABLE=${TABLE}\n| ieee | pdflatex | bibtex | 2024 | de | default | minted | csquotes | outerquote | pdfcomment | true | false | [link](${{ steps.var_f3be_u.outputs.artifact-url }}) |" >> $GITHUB_ENV
- run: mkdir var_3d9f
- run: echo CURRENT_VARIANT='ieee_pdflatex_bibtex_2024_de_default_minted_csquotes_outerquote_none_true_false' >> $GITHUB_ENV
- run: echo CURRENT_VARIANT_SHORT='var_3d9f' >> $GITHUB_ENV
- run: echo CURRENT_VARIANT_TABLE_ROW='| ieee | pdflatex | bibtex | 2024 | de | default | minted | csquotes | outerquote | none | true | false |' >> $GITHUB_ENV
- name: Create var_3d9f
run: npx yo@v4.3.1 $GITHUB_WORKSPACE --documentclass=ieee --ieeevariant=journal --papersize=a4 --latexcompiler=pdflatex --bibtextool=bibtex --overleaf=false --texlive=2024 --docker=no --lang=de --font=default --listings=minted --enquotes=csquotes --tweakouterquote=outerquote --todo=none --examples=true --howtotext=false
working-directory: '${{ github.workspace }}/var_3d9f'
- name: Install TeX Live
uses: zauguin/install-texlive@v3
with:
package_file: '${{ github.workspace }}/var_3d9f/Texlivefile'
- name: latexmk var_3d9f
run: latexmk paper.tex
working-directory: '${{ github.workspace }}/var_3d9f'
- id: var_3d9f_u
uses: actions/upload-artifact@v4
with:
name: ${{ env.CURRENT_VARIANT }}
path: ${{ env.CURRENT_VARIANT_SHORT }}
- run: echo "TABLE=${TABLE}\n| ieee | pdflatex | bibtex | 2024 | de | default | minted | csquotes | outerquote | none | true | false | [link](${{ steps.var_3d9f_u.outputs.artifact-url }}) |" >> $GITHUB_ENV
- run: mkdir var_7854
- run: echo CURRENT_VARIANT='ieee_pdflatex_bibtex_2024_de_default_minted_plainlatex_babel_pdfcomment_true_false' >> $GITHUB_ENV
- run: echo CURRENT_VARIANT_SHORT='var_7854' >> $GITHUB_ENV
- run: echo CURRENT_VARIANT_TABLE_ROW='| ieee | pdflatex | bibtex | 2024 | de | default | minted | plainlatex | babel | pdfcomment | true | false |' >> $GITHUB_ENV
- name: Create var_7854
run: npx yo@v4.3.1 $GITHUB_WORKSPACE --documentclass=ieee --ieeevariant=journal --papersize=a4 --latexcompiler=pdflatex --bibtextool=bibtex --overleaf=false --texlive=2024 --docker=no --lang=de --font=default --listings=minted --enquotes=plainlatex --tweakouterquote=babel --todo=pdfcomment --examples=true --howtotext=false
working-directory: '${{ github.workspace }}/var_7854'
- name: Install TeX Live
uses: zauguin/install-texlive@v3
with:
package_file: '${{ github.workspace }}/var_7854/Texlivefile'
- name: latexmk var_7854
run: latexmk paper.tex
working-directory: '${{ github.workspace }}/var_7854'
- id: var_7854_u
uses: actions/upload-artifact@v4
with:
name: ${{ env.CURRENT_VARIANT }}
path: ${{ env.CURRENT_VARIANT_SHORT }}
- run: echo "TABLE=${TABLE}\n| ieee | pdflatex | bibtex | 2024 | de | default | minted | plainlatex | babel | pdfcomment | true | false | [link](${{ steps.var_7854_u.outputs.artifact-url }}) |" >> $GITHUB_ENV
- run: mkdir var_a8aa
- run: echo CURRENT_VARIANT='ieee_pdflatex_bibtex_2024_de_default_minted_plainlatex_babel_none_true_false' >> $GITHUB_ENV
- run: echo CURRENT_VARIANT_SHORT='var_a8aa' >> $GITHUB_ENV
- run: echo CURRENT_VARIANT_TABLE_ROW='| ieee | pdflatex | bibtex | 2024 | de | default | minted | plainlatex | babel | none | true | false |' >> $GITHUB_ENV
- name: Create var_a8aa
run: npx yo@v4.3.1 $GITHUB_WORKSPACE --documentclass=ieee --ieeevariant=journal --papersize=a4 --latexcompiler=pdflatex --bibtextool=bibtex --overleaf=false --texlive=2024 --docker=no --lang=de --font=default --listings=minted --enquotes=plainlatex --tweakouterquote=babel --todo=none --examples=true --howtotext=false
working-directory: '${{ github.workspace }}/var_a8aa'
- name: Install TeX Live
uses: zauguin/install-texlive@v3
with:
package_file: '${{ github.workspace }}/var_a8aa/Texlivefile'
- name: latexmk var_a8aa
run: latexmk paper.tex
working-directory: '${{ github.workspace }}/var_a8aa'
- id: var_a8aa_u
uses: actions/upload-artifact@v4
with:
name: ${{ env.CURRENT_VARIANT }}
path: ${{ env.CURRENT_VARIANT_SHORT }}
- run: echo "TABLE=${TABLE}\n| ieee | pdflatex | bibtex | 2024 | de | default | minted | plainlatex | babel | none | true | false | [link](${{ steps.var_a8aa_u.outputs.artifact-url }}) |" >> $GITHUB_ENV
- run: mkdir var_80b0
- run: echo CURRENT_VARIANT='ieee_pdflatex_bibtex_2024_de_default_minted_plainlatex_outerquote_pdfcomment_true_false' >> $GITHUB_ENV
- run: echo CURRENT_VARIANT_SHORT='var_80b0' >> $GITHUB_ENV
- run: echo CURRENT_VARIANT_TABLE_ROW='| ieee | pdflatex | bibtex | 2024 | de | default | minted | plainlatex | outerquote | pdfcomment | true | false |' >> $GITHUB_ENV
- name: Create var_80b0
run: npx yo@v4.3.1 $GITHUB_WORKSPACE --documentclass=ieee --ieeevariant=journal --papersize=a4 --latexcompiler=pdflatex --bibtextool=bibtex --overleaf=false --texlive=2024 --docker=no --lang=de --font=default --listings=minted --enquotes=plainlatex --tweakouterquote=outerquote --todo=pdfcomment --examples=true --howtotext=false
working-directory: '${{ github.workspace }}/var_80b0'
- name: Install TeX Live
uses: zauguin/install-texlive@v3
with:
package_file: '${{ github.workspace }}/var_80b0/Texlivefile'
- name: latexmk var_80b0
run: latexmk paper.tex
working-directory: '${{ github.workspace }}/var_80b0'
- id: var_80b0_u
uses: actions/upload-artifact@v4
with:
name: ${{ env.CURRENT_VARIANT }}
path: ${{ env.CURRENT_VARIANT_SHORT }}
- run: echo "TABLE=${TABLE}\n| ieee | pdflatex | bibtex | 2024 | de | default | minted | plainlatex | outerquote | pdfcomment | true | false | [link](${{ steps.var_80b0_u.outputs.artifact-url }}) |" >> $GITHUB_ENV
- run: mkdir var_2ffb
- run: echo CURRENT_VARIANT='ieee_pdflatex_bibtex_2024_de_default_minted_plainlatex_outerquote_none_true_false' >> $GITHUB_ENV
- run: echo CURRENT_VARIANT_SHORT='var_2ffb' >> $GITHUB_ENV
- run: echo CURRENT_VARIANT_TABLE_ROW='| ieee | pdflatex | bibtex | 2024 | de | default | minted | plainlatex | outerquote | none | true | false |' >> $GITHUB_ENV
- name: Create var_2ffb
run: npx yo@v4.3.1 $GITHUB_WORKSPACE --documentclass=ieee --ieeevariant=journal --papersize=a4 --latexcompiler=pdflatex --bibtextool=bibtex --overleaf=false --texlive=2024 --docker=no --lang=de --font=default --listings=minted --enquotes=plainlatex --tweakouterquote=outerquote --todo=none --examples=true --howtotext=false
working-directory: '${{ github.workspace }}/var_2ffb'
- name: Install TeX Live
uses: zauguin/install-texlive@v3
with:
package_file: '${{ github.workspace }}/var_2ffb/Texlivefile'
- name: latexmk var_2ffb
run: latexmk paper.tex
working-directory: '${{ github.workspace }}/var_2ffb'
- id: var_2ffb_u
uses: actions/upload-artifact@v4
with:
name: ${{ env.CURRENT_VARIANT }}
path: ${{ env.CURRENT_VARIANT_SHORT }}
- run: echo "TABLE=${TABLE}\n| ieee | pdflatex | bibtex | 2024 | de | default | minted | plainlatex | outerquote | none | true | false | [link](${{ steps.var_2ffb_u.outputs.artifact-url }}) |" >> $GITHUB_ENV
- name: texlogsieve
if: always()
run: |
echo "## $CURRENT_VARIANT" >> $GITHUB_STEP_SUMMARY
echo '```' >> $GITHUB_STEP_SUMMARY
texlogsieve < $CURRENT_VARIANT_SHORT/*.log >> $GITHUB_STEP_SUMMARY
echo '```' >> $GITHUB_STEP_SUMMARY
- id: failing_u
if: failure()
uses: actions/upload-artifact@v4
with:
name: ${{ env.CURRENT_VARIANT }}
path: ${{ env.CURRENT_VARIANT_SHORT }}
- run: echo "TABLE=${TABLE}}\n${CURRENT_VARIANT_TABLE_ROW} [link](${{ steps.failing_u.outputs.artifact-url }}) ❌ |" >> $GITHUB_ENV
if: failure()
working-directory: ${{ env.CURRENT_VARIANT_SHORT }}
- name: Finish summary table
if: always()
run: echo -e ${TABLE} >> $GITHUB_STEP_SUMMARY