Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

\@@_declare_shapes_smcaps:nn setup a slsc -> itsc substitution #425

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Commits on Jun 17, 2020

  1. \@@_declare_shapes_bx: Correct bx/sc -> b/sc substitution

    The substitution was missing a `\@@_combo_sc_shape:n`
    This would mean that a `bx/scit` would be substituted to `b/it` rather
    than to `b/scit`.
    Damien Robert committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    df0bc1b View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2020

  1. \@@_declare_shapes_slanted:nn setup a scsl -> scit substitution

    If a slanted font is not provided, fontspec setup automatic sl -> it
    substitutions in \@@_declare_shape_slanted:nn. But if a small caps
    font was provided, an scit shape is defined but there is no
    corresponding scsl -> scit substitution.
    
    Fix this by adapting the code of \@@_declare_shapes_smcaps:nn into
    \@@_declare_shape_slanted:nn.
    
    Use a similar fix in \@@_declare_shapes_bx:nn for the bx/scsl -> bx/scit
    substitution.
    Damien Robert committed Jun 18, 2020
    Configuration menu
    Copy the full SHA
    cdbbebd View commit details
    Browse the repository at this point in the history