Skip to the content.

github-page-test

UPPERCASE Title

UPPERCASE Title

UPPERCASE Subtitle

lowercase subtitle

subsection

list

link

emphasis

% beamerbasesection.sty, line 256:
\def\beamer@subsection[#1]#2{%
  \beamer@savemode%
  \mode<all>%
  % ...
}

$\{ w_i \}_ {i=1}^{k}$
# https://github.com/mxschmitt/action-tmate
jobs:
  build:
    runs-on: ubuntu-latest
    steps:
      # Enable tmate debugging of manually-triggered workflows if the input option was provided
      - name: Setup tmate session
        uses: mxschmitt/action-tmate@v3
        if: ${{ github.event_name == 'workflow_dispatch' && inputs.debug_enabled }}