From: W. Trevor King Date: Tue, 24 Sep 2013 19:54:26 +0000 (-0700) Subject: cv.tex: Use fixltx2e for \textsubscript X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=7c69bc93f664426c4c6e439b9b29adbff205fbae;p=cv-latex.git cv.tex: Use fixltx2e for \textsubscript I use it in the abstract for my thesis. --- diff --git a/cv.tex b/cv.tex index 691d222..ceda687 100644 --- a/cv.tex +++ b/cv.tex @@ -8,6 +8,9 @@ \textwidth 6in \pagestyle{empty} % no room for page numbers +% fix assorted LaTeX issues and defines \textsubscript +\usepackage{fixltx2e} + \usepackage{bibunits} \usepackage[ManyBibs,LabelsAligned]{currvita} \usepackage{hyperref}