From 602a768693212fb8159f95ff3b73fe4e4326c8fb Mon Sep 17 00:00:00 2001 From: Nathaniel Wesley Filardo Date: Tue, 2 Feb 2016 17:38:54 -0500 Subject: [PATCH] Switch to \S ref labels --- main.tex | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/main.tex b/main.tex index 70021dc..1d7b3fe 100644 --- a/main.tex +++ b/main.tex @@ -46,6 +46,10 @@ or \url{http://www.gnu.org/licenses/agpl-3.0.txt}) or any later version.}} \usepackage{wrapfig} \usepackage{tabularx} +\renewcommand{\sectionautorefname}{\S} +\renewcommand{\subsectionautorefname}{\S} +\renewcommand{\subsubsectionautorefname}{\S} + \usepackage[xindy,toc]{glossaries} % AFTER: hyperref % Do something clever with line numbers, since we cite them all the time. -- 2.50.1