From 1458c6f47e2699d3f8180c7cc1ffeac92252904b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sylvain=20Hall=C3=A9?= Date: Sun, 4 Oct 2015 08:43:23 +0200 Subject: [PATCH] Fixed clash with cite package --- Readme.md | 22 ++++++++++++++++++++++ application-config.tex | 1 - 2 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 Readme.md diff --git a/Readme.md b/Readme.md new file mode 100644 index 0000000..03a111a --- /dev/null +++ b/Readme.md @@ -0,0 +1,22 @@ +A LaTeX template for NSERC-style documents +========================================== + +Fill in the info in `application-config.tex` and write your text in +`example.tex` (which you can rename to whatever you like). The rest should +be self-explanatory. + +Note that I made up this class for my own personal use; I don't +mind sharing it, but please don't contact me for support. + +Use notes +--------- + +- Don't use the `cite` package. The class already provides `natbib`, which is a + reimplementation of it. + +About the author +---------------- + +This class was designed by [Sylvain Hallé](http://leduotang.ca/sylvain), +Associate Professor at [Université du Québec à Chicoutimi](http://www.uqac.ca), +Canada. \ No newline at end of file diff --git a/application-config.tex b/application-config.tex index d49a6d4..e696ab6 100755 --- a/application-config.tex +++ b/application-config.tex @@ -39,7 +39,6 @@ pdfsubject = {NSERC \applicationyear{} \namecompany{}} } \usepackage{microtype} -\usepackage{cite} \usepackage{url} \usepackage[x11names]{xcolor} \usepackage[]{todonotes}