[BUG] Expose maketitle #91

Closed
opened 2025-06-03 12:02:09 +00:00 by nuluh · 1 comment
nuluh commented 2025-06-03 12:02:09 +00:00 (Migrated from github.com)

Bug Description

When integrating latexpand-latexdiff workflow, the redefined command \maketitle in thesis.cls that incorporate with \input{} doesnt work elegantly.

Steps to Reproduce

Expected Behavior

Actual Behavior

Error Logs


Component

LaTeX Document

Version/Commit

12669ed24c

Environment

No response

Additional Context

No response

### Bug Description When integrating latexpand-latexdiff workflow, the redefined command \maketitle in `thesis.cls` that incorporate with \input{} doesnt work elegantly. ### Steps to Reproduce - ### Expected Behavior - ### Actual Behavior - ### Error Logs ```shell ``` ### Component LaTeX Document ### Version/Commit https://github.com/nuluh/thesis/commit/12669ed24ce40bc61fb1d4319ca15cd3b912bca4 ### Environment _No response_ ### Additional Context _No response_
nuluh commented 2025-06-03 12:03:27 +00:00 (Migrated from github.com)

It is better to just use \input{maketitle.tex} inside \frontmatter that use titlepage environement to preserve the original behaviour of \maketitle

It is better to just use \input{maketitle.tex} inside \frontmatter that use `titlepage` environement to preserve the original behaviour of `\maketitle`
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: nuluh/thesis#91