Discussion Overview
The discussion revolves around the challenge of adding headers to the title page in LaTeX documents, particularly when using the \maketitle command. Participants explore various methods to achieve this, focusing on the article document class and the use of the fancyhdr package.
Discussion Character
- Technical explanation
- Debate/contested
Main Points Raised
- One participant notes that the \maketitle command disables the header on the title page and seeks a solution.
- Another participant suggests redefining the titlepage environment to include headers, providing a code snippet for modification.
- A different participant reports that the provided solution does not work for them, mentioning their use of the fancyhdr package and questioning the impact of the page style.
- One participant clarifies that their solution only works when using the titlepage option with the article class and provides an alternative code snippet that incorporates the fancyhdr package.
- Another participant expresses appreciation for the shared solution.
- One participant proposes a simpler one-line hack to disable the command that removes headers on the title page, suggesting it as an easier alternative.
Areas of Agreement / Disagreement
Participants present multiple competing views and solutions for adding headers to the title page, with no consensus on a single method being universally effective.
Contextual Notes
Some solutions depend on specific document class options and the use of particular packages, which may limit their applicability to different setups.