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

Adding an option to make the title on 1st page #227

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

Commits on Feb 4, 2021

  1. Adding an option to make the title on 1st page

    The options available with respect to showing title/author are the following:
      - either no title ;
      - or nice title page of its own.
    However, especially for small documents, it could make sense to make the title appear on top of the first page.
    This commit adds the option maketitle to display the title on first page rather than having a title page or no title at all. In spirit it just performs a \maketitle. However, I found the the \maketitle command of scrartcl.cls was taking much room for nothing and was not fitting that well with the overall template. So I made it more compact.
    infisxc committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    2342e9d View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. Merge official master branch into infisxc-maketitle-feature

    Sylvain Chevillard committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    df14492 View commit details
    Browse the repository at this point in the history