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

Support containers in LaTeX output. #9166

Merged
merged 11 commits into from Jul 5, 2021
Merged

Commits on May 3, 2021

  1. Support containers in LaTeX output.

    Support containers in the LaTeX writer by outputting the start and end
    of a LaTeX group, wrapping the beginning and end of a LaTeX
    environment. The class name(s) are passed as an argument to the
    environment.
    dham committed May 3, 2021
    Copy the full SHA
    31f7eae View commit details
    Browse the repository at this point in the history
  2. Grammar.

    dham committed May 3, 2021
    Copy the full SHA
    1b03748 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2021

  1. Refactor to one environment per class.

    Also rename sphinxcontainer to sphinxclass.
    dham committed May 4, 2021
    Copy the full SHA
    8ba93dd View commit details
    Browse the repository at this point in the history

Commits on May 12, 2021

  1. Copy the full SHA
    20d5570 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    61765f3 View commit details
    Browse the repository at this point in the history
  3. Remove superfluous groupings.

    dham committed May 12, 2021
    Copy the full SHA
    ca47ac0 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2021

  1. Test for LaTeX container output.

    dham committed May 15, 2021
    Copy the full SHA
    180c3c9 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2021

  1. Changes requested by review.

    dham committed Jul 4, 2021
    Copy the full SHA
    b1b5125 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    52aac40 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    c218cf2 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    5b3bd3f View commit details
    Browse the repository at this point in the history