Fix spacing around word count
This commit is contained in:
parent
b8f4c28be1
commit
12cd9b9a2b
2 changed files with 2 additions and 1 deletions
2
main.tex
2
main.tex
|
@ -12,7 +12,7 @@
|
|||
|
||||
\title{$title$}
|
||||
\newcommand{\subtitle}{$subtitle$}
|
||||
\newcommand{\wordcount}{$wordcount$}
|
||||
\newcommand{\wordcount}{$wordcount$ \xspace}
|
||||
\author{Some Author}
|
||||
\date{2018-01-01}
|
||||
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
\usepackage{lipsum}
|
||||
\usepackage{fancyhdr}
|
||||
\usepackage{siunitx}
|
||||
\usepackage{xspace}
|
||||
\usepackage[margin=1in,includefoot]{geometry}
|
||||
|
||||
\hypersetup{
|
||||
|
|
Reference in a new issue