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

LaTeX template: Restrict institute to Beamer #5219

Merged
merged 3 commits into from
Jan 23, 2019
Merged

LaTeX template: Restrict institute to Beamer #5219

merged 3 commits into from
Jan 23, 2019

Commits on Jan 13, 2019

  1. LaTeX template: Render institute

    Use the `etoolbox` package (same technique as #5213) to add the `institute` variable to `\maketitle`. Verified to work with `article`, `book`, `report`, `memoir`, `scrartcl`.
    adunning committed Jan 13, 2019
    Configuration menu
    Copy the full SHA
    83b6f69 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9733e63 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2019

  1. LaTeX template: Restrict \institute to Beamer

    The `\institute` command is only standard in the Beamer class. Use a conditional to restrict this to Beamer output rather than output an empty command. To add this information to a LaTeX class providing an `\institute` command, use `header-includes`.
    adunning committed Jan 23, 2019
    Configuration menu
    Copy the full SHA
    e94cc0c View commit details
    Browse the repository at this point in the history