Skip to content

Conflicts between To's and From's #32

Description

@cykerway

I think there are potential conflicts if one uses both \setTransitionTo and \setTransitionFrom, or if one uses \setTransitionsFor<Class> for multiple classes. I haven't sorted out a buggy example but I believe there it is if you reorder several \setTransitionsFor<Class> commands.

This is easy to understand: If one defines transition from A to B using B's \setTransitionTo, then defines transition from A to B using A's \setTransitionFrom, then the latter overwrites the former because they both call \XeTeXinterchartoks.

This means one should stick with either To or From, but not both. And the For's are pretty much useless. And the example code in the doc is misleading because it uses multiple For.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions