Skip to content

Commit

Permalink
chore(version 1.3.3): release version 1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorentinTh committed May 28, 2021
1 parent 0d54745 commit 41034a2
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 3 deletions.
23 changes: 22 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,27 @@ All notable changes to this project will be documented in this file.

This project adheres to [Semantic Versioning](http://semver.org/).

## [1.3.2] - 2021-05-28
## [1.3.3] - 2021-05-28

### Bug Fixes

- 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 :__

```tex
@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 ?__
## [1.3.2] - 2021-05-27

### Bug Fixes

Expand Down Expand Up @@ -100,3 +120,4 @@ This project adheres to [Semantic Versioning](http://semver.org/).
[1.3]: https://github.com/florentinth/FlOS/compare/v1.2...v1.3
[1.3.1]: https://github.com/florentinth/FlOS/compare/v1.3...v1.3.1
[1.3.2]: https://github.com/florentinth/FlOS/compare/v1.3.1...v1.3.2
[1.3.3]: https://github.com/florentinth/FlOS/compare/v1.3.2...v1.3.3
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![Build](https://img.shields.io/circleci/build/github/FlorentinTh/TemplateLaTeXUQAC/master?style=flat-square&token=0fdc873e50de49d6e9868ff847d740d20813f3bd)](https://circleci.com/gh/FlorentinTh/TemplateLaTeXUQAC) [![Last Commit](https://img.shields.io/github/last-commit/FlorentinTh/TemplateLaTeXUQAC?style=flat-square)](https://github.com/FlorentinTh/TemplateLaTeXUQAC/commits/master) [![License](https://img.shields.io/github/license/FlorentinTh/TemplateLaTeXUQAC?style=flat-square)](https://github.com/FlorentinTh/TemplateLaTeXUQAC/blob/master/LICENSE)

[![Release Version](https://img.shields.io/github/release/FlorentinTh/TemplateLaTeXUQAC?style=flat-square)](https://github.com/FlorentinTh/TemplateLaTeXUQAC/releases) ![Release Date](https://img.shields.io/github/release-date/FlorentinTh/TemplateLaTeXUQAC?style=flat-square) ![Downloads](https://img.shields.io/github/downloads/FlorentinTh/TemplateLaTeXUQAC/v1.3.2/total?style=flat-square)
[![Release Version](https://img.shields.io/github/release/FlorentinTh/TemplateLaTeXUQAC?style=flat-square)](https://github.com/FlorentinTh/TemplateLaTeXUQAC/releases) ![Release Date](https://img.shields.io/github/release-date/FlorentinTh/TemplateLaTeXUQAC?style=flat-square) ![Downloads](https://img.shields.io/github/downloads/FlorentinTh/TemplateLaTeXUQAC/v1.3.3/total?style=flat-square)

Ce projet est un gabarit LaTeX pour la rédaction de documents pour l'Université du Québec à Chicoutimi (UQAC). Il respecte les directives fournies par le [décanat des études](http://services.uqac.ca/decanat-des-etudes/sous-menu-2/). De plus, il est également possible de l'utiliser pour la rédaction de documents dans les deux langues principales, c'est-à-dire le français et l'anglais.

Expand Down
2 changes: 1 addition & 1 deletion src/assets/references.bib
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ @article{TM83
}

@patent{Taniguti1989,
title = {Pyroelectric infrared sensor \& test},
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},
Expand Down

0 comments on commit 41034a2

Please sign in to comment.