Skip to content

Commit

Permalink
Spell autoreferences to 'Section' in uppercase (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasgrosser authored Mar 29, 2024
1 parent b82df01 commit 2ff9ceb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion paper.tex
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,9 @@

% listings don't write "Listing" in autoref without this.
\providecommand*{\listingautorefname}{Listing}
\renewcommand{\sectionautorefname}{Section}
\renewcommand{\subsectionautorefname}{Section}
\renewcommand{\subsubsectionautorefname}{Section}

\begin{document}

Expand Down Expand Up @@ -312,7 +315,7 @@ \section{Introduction}
the remaining paper should be to support the claims stated here.
}
\begin{itemize}
\item Contribution 1
\item Contribution 1 (\autoref{sec:implementation})
\item Contribution 2
\item Contribution 3
\item Contribution 4
Expand All @@ -323,6 +326,7 @@ \section{Our New Idea}
\lipsum[1-3]

\section{Implementation}
\label{sec:implementation}

\section{Related Work}

Expand Down

0 comments on commit 2ff9ceb

Please sign in to comment.