Skip to content

Releases: emmanuelrousseaux/gsemthesis

gsemthesis 0.9.4

09 Feb 10:50
Compare
Choose a tag to compare

New feature

  • The custombib class option remove the class bibliography management configuration to let users defining their own.

Changes

  • Forced graphicx and hyperref to be in final mode even when draft mode is on.
  • Documented the use of the UTF-8 encoding in the class.
  • Move the Section 'minimal working example' after the Section 'implementation'.
  • Updated introduction for linking to the Section 'minimal working example'.
  • Replaced "advisor" by "adviser" in examples.

Fixes

  • Fixed some misplacement in LE, RE, RO and LO headers.
  • Added T1 fontenc when French is used.
  • Prevent the cover page to hang over the second page with extra blank lines in draft mode.
  • Minors fixes on the documentation.

gsemthesis 0.9.3

16 Jan 19:36
Compare
Choose a tag to compare

First complete version of the user manual

  • Tested requirements on Debian/Ubuntu and Windows and added it in the manual.
  • Detailed the configuration of biber on TeXmaker, TeXstudio, and Rstudio/knitr.
  • Added the minimal working example:
    • Added default a value for every user-defined parameters (firstname, lastname, committee, etc.);
    • Wrote the minimal example in the folder example-minimal by simplifying the standard example;
    • Update the dev script to test the minimal example too;
    • Copied the minimal example in the corresponding section of the user manual.

gsemthesis 0.9.2

09 Jan 14:55
Compare
Choose a tag to compare
gsemthesis 0.9.2 Pre-release
Pre-release

Fixes and improvements

  • Rewriting of the cover page. Main changes are:
    • deleted \ThesisSupervisorA and B
    • deleted \ThesisMention
    • corrected space between \thesisNumberLabel and \thethesisNumber
    • deleted \thesisLabel
    • created \thesisField, similar to \thesisNumber: user must fill with name of Field among "Statistics", "Econometrics", etc.
    • deleted \where
    • added \monthyeardate, to appear in non-draft version
  • Improvement of the bibliography management
  • Some minor fixes

gsemthesis 0.9.1

06 Dec 15:23
Compare
Choose a tag to compare
gsemthesis 0.9.1 Pre-release
Pre-release

New features

  • The class now supports writing the dissertation in French.
    • \documentclass[fr]{gsemthesis}
  • The class now supports a draft mode that avoid specifying some elements only required for the final version (thesis committee, acknowledgements, dedication, etc.)
    • \documentclass[draft]{gsemthesis}

Please refer to the user manual for details.

Fixes and improvements

  • Move the bibliography at the end of the dissertation, after appendices and list of tables/figures.
  • Update order of the frontmatter
  • Move page number to the top of the page
  • Refine the cover page

gsemthesis 0.9.0

05 Dec 12:02
Compare
Choose a tag to compare
gsemthesis 0.9.0 Pre-release
Pre-release

Pre-release of the GSEM's PhD thesis dissertation LaTeX class.
Comments and feedback are welcome.