Text Formattingautoref formatting

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
Jacko50
Posts: 4
Joined: Thu Apr 30, 2015 3:18 am

autoref formatting

Post by Jacko50 »

When I use \autoref{subsection} I get the output 'in Subsection x.y.z'. Is there a way of changing the formatting so that when I'm referencing a subsection, the output it 'in Section x.y.z' instead?

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

rais
Posts: 419
Joined: Sun Nov 16, 2014 8:51 pm

autoref formatting

Post by rais »

sure, you could redefine \subsectionautorefname accordingly (after loading hyperref).

KR
Rainer
Post Reply