diff options
author | John MacFarlane <jgm@berkeley.edu> | 2011-07-30 16:24:12 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2011-07-30 16:24:12 -0700 |
commit | 7937236e580f5d67f0a500a48c8c07a939572faa (patch) | |
tree | 494a022da06f379ae0a1e3b9bec180995d8e299f | |
parent | 8ed75af42c82728e9b8d746f04b18ed5ab8eace8 (diff) | |
download | pandoc-7937236e580f5d67f0a500a48c8c07a939572faa.tar.gz |
LaTeX template: Don't use deprecated ucs package.
Removed `\usepackage{ucs}` and `utf8x` encoding.
The ucs package is no longer maintained, and it clashes
with biblatex, csquotes, and other packages. Users who need
good unicode support should use xetex or luatex.
m--------- | templates | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/templates b/templates -Subproject 201b99a23906e8da10cc637778cd8029f038398 +Subproject ce85f7cd30be52373a19c7d21d30e9309706c4d |