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

Consider improvements from Giovanni Ciatto's template #10

Open
1 of 5 tasks
NiccoMlt opened this issue Dec 18, 2019 · 1 comment
Open
1 of 5 tasks

Consider improvements from Giovanni Ciatto's template #10

NiccoMlt opened this issue Dec 18, 2019 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@NiccoMlt
Copy link
Owner

NiccoMlt commented Dec 18, 2019

Giovanni Ciatto is mantaining a thesis template similar to this one on GitHub at gciatto-unibo/thesis-template.

Consider including some useful ideas from his project:

  • move away template logic from main.tex to a .sty file (like thesis-style.sty);
  • include chapters that are usually present directly in template:
    • Abstract
    • Introduction
    • State of the Art
    • Design
    • Implementation
    • Validation
    • Conclusions
  • document each chapter a little;
  • introduce better the integrations with PlantUML diagrams and listings/minted code listings.
  • consider if his frontspiece front.tex is better than the standard one generate by frontespizio package.
@NiccoMlt NiccoMlt self-assigned this Dec 18, 2019
@NiccoMlt
Copy link
Owner Author

NiccoMlt commented Jan 23, 2020

"move away template logic from main.tex to a .sty file" can be decomposed in:

  • define option for language (needed by many packages)
  • define option for author, title, subject and everything is needed by both pdfx (in fancyvrb) and frontespizio
  • copy every package definition switching to RequirePackage command

Also:

  • add lualatex check
  • add Overleaf-specific check

@NiccoMlt NiccoMlt added the enhancement New feature or request label Feb 6, 2020
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

1 participant