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

Implement a solid external cover #5

Open
ekspek opened this issue Jan 20, 2019 · 3 comments
Open

Implement a solid external cover #5

ekspek opened this issue Jan 20, 2019 · 3 comments
Assignees
Labels
enhancement New feature or request

Comments

@ekspek
Copy link
Owner

ekspek commented Jan 20, 2019

An extra possible feature is the implementation of an external cover as defined at the end of page 3 of this document.

Essentially, the original document cover needs to be complemented with a spine that must contain specific data as mentioned in the linked document. This can be implemented additionally using the class file and the macros used to make the original cover.

@ekspek ekspek added the enhancement New feature or request label Jan 20, 2019
@ekspek ekspek self-assigned this Jan 20, 2019
@jomigo96
Copy link
Collaborator

I don't see what is missing, apart from making the image optional.

@ekspek
Copy link
Owner Author

ekspek commented Jul 12, 2019

Absolutely a fair question. When thesis get print out, they're suggested to come with a back cover, besides the main cover already included. Page 6 of the main IST guide has an example for the spine typesetting style.

The idea for implementing this in the template came from TUDelft's report template (check the cover.pdf file in the linked zip), which implements it as a part of the makecover command like this:

\title{Title}
\subtitle{Optional subtitle}
\author{J.\ Random Author}
\affiliation{Technische Universiteit Delft}
\coverimage{cover.jpg}
\covertext{
    \textbf{Cover Text} \\
    possibly \\
    spanning \\
    multiple \\
    lines
    \vfill
    ISBN 000-00-0000-000-0
}

%% The 'back' option enables the generation of the back cover.
\makecover[back,whitelogo]

Bottom line is this: the idea is that it's a cover additional to the one already implemented.

@ekspek
Copy link
Owner Author

ekspek commented Jul 27, 2019

I just added the \makespine command to commit e8abe16, which is a preliminary version of the idea. For now, it prints out an extra page with a cut-out of the document spine, just like the main guide.

The final idea is to put it on the \makecover command as the full option, which would output a page bigger than an A3 including the front and back covers and the spine in between. The pieces are all there, they just need to be put together.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants