Skip to content

Releases: FlorentinTh/TemplateLaTeXUQAC

v2.2.0

13 Sep 15:04
Compare
Choose a tag to compare

Features

  • Add an english reference example in references.bib.

Bug Fixes

  • Add missing required url condition when no doi for all documents in both apa-uqac-fr and apa-uqac-en files.

v2.1.5

27 Jul 13:15
Compare
Choose a tag to compare

Bug Fixes

  • Fix unpublished entries format.

Documentation

  • Add LaTeX documentation references in template.
  • Add BibTeX documentation link.

v2.1.4

26 Jul 13:00
Compare
Choose a tag to compare

Bug Fixes

  • Fix titles case format in APA-Provost citation style.
  • Fix inproceedings date format entries.

v2.1.3

28 Jun 19:01
Compare
Choose a tag to compare

Features

  • Add several missing packages (minted, tikz, chemfig, etc) in both template and main file.
  • Add few missing translations (Theorems, Lemmas, etc.).

Bug Fixes

  • Fix book title case format in APA-Provost citation style.
  • Remove warning for missing institution field for @misc objects in APA-Provost citation style.

Refactors

  • Add several samples of TeX code and replace existing ones in main content.

v2.1.2

22 Jun 15:35
Compare
Choose a tag to compare

Bug Fixes

  • Fix package error to allow build with both texlive-2020 and older version.

v2.1.1

22 Jun 14:55
Compare
Choose a tag to compare

Bug Fixes

  • Remove some deprecated code in template to remove texlive-2020 related compiling errors.

Chore

  • Update build tools to texlive-2020.

v2.1

21 Jun 16:40
Compare
Choose a tag to compare

Features

  • Format URLs and DOIs same as text with blue color.

  • Add support for orphan lines.

Bug Fixes

  • IEEE FR citation style : translate Available into Repéré à for online references.
  • Remove spaces before : for DOIs and editors in order to better respect APA 6th Provost.

v2.0

15 Jun 20:58
Compare
Choose a tag to compare

Features

  • Add ieee-uqac-fr.bst and ieee-uqac-fr.bst files to allow using IEEE bibliographic style.

  • Add apa and ieee classes to automatically set bibliographic style according to both the precised style and the language.

  • Add rev class for bibliographic revision (it will highlight URLs in green).

Bug Fixes

⚠️Breaking Changes:

  • Entirely rewrite both apa-uqac-fr.bst and apa-uqac-en.bst bibliographic style as they now completely adopt the APA 6th Provost template without using any custom document type. Some previous changes (such as @patent) may not work anymore!

Chore

  • Remove useless PDF examples.

v1.3.3

28 May 14:15
Compare
Choose a tag to compare

Bug Fixes

⚠️ [Deprecated in v2.x]

  • Add missing rule for patent citations that respects APA-Provost citation template used by UQ in both french and english files.

NOTE : your bib entry should look as follows :

@patent{Taniguti1989,
   title = {Pyroelectric infrared sensor},
   assignee = {United States Patent and Trademark Office},
   number = {US-4800278-A},
   author = {Taniguti, Yoshiharu and Edano, Shigeki and Tanaka, Kazuhiko and Taniguti, Shiniti and Kuramoto, Megumi},
   month = jan,
   year = {1989}
 }

If your bib file is exported from Mendeley, you should consider updating it manually since this tool currently can't handle patent entries at export. Zotero users are safe and Endnote users... do they really exist ?

v1.3.2

28 May 12:47
Compare
Choose a tag to compare

Bug Fixes

  • Replace "et" by "&" for two last authors in french citation template.

  • Replace "and" by "&" for two last authors in english citation template.

  • Change DOI formatting according to APA-Provost citation template used by UQ in both french and english citation templates.

  • Change \url{} to be printed in the same font as the rest of the text.

  • Replace "Récupéré : " by "Récupéré à : " before URL in citation for french template.