Search found 3 matches

by kihashi
Tue Mar 09, 2010 5:44 am
Forum: General
Topic: Printing Chapter, Section, and Item names using \autoref
Replies: 2
Views: 5134

Printing Chapter, Section, and Item names using \autoref

After some poking around in the hyperref.sty file, I have figured it out.

Include
\def\sectionautorefname{Chapter \thechapter, Section}
\def\itemautorefname{Chapter \thechapter, Section \thesection, Item}
in your preamble.

The default code is thus:
\def\sectionautorefname{section}
\def ...
by kihashi
Mon Mar 08, 2010 11:12 pm
Forum: General
Topic: Printing Chapter, Section, and Item names using \autoref
Replies: 2
Views: 5134

Printing Chapter, Section, and Item names using \autoref

I am using the hyperref package and \autoref to make some in document labels and cross-references.

I am using alternate chapter and section numbering shown here:
\def\thechapter{\Roman{chapter}}
\def\thesection{\Alph{section}} %These 2 lines make Chapters be labled by Roman Numerals and Sections ...