Code: Select all
Code, edit and compile here:
\documentclass[twoside,11pt]{article}%\usepackage{hyperref}\makeatletter\newcounter{minipage}\setcounter{minipage}{3}\renewcommand\theminipage{M-\@arabic\c@minipage}\def\pagetoref{\thepage}% Stole and overloaded this from latex.ltx:3873% modified to use \pagetoref instead of \thepage\def\label#1{\@bsphack\protected@write\@auxout{}%{\string\newlabel{#1}{{\@currentlabel}{\pagetoref}}}%\@esphack}\makeatother\begin{document}\tableofcontents\def\pagetoref{\theminipage}Section \ref{sec:first} on page \pageref{sec:first}\section{first section}\label{sec:first}\end{document}
I've looked all through the hyperref.sty file looking for something to overload, but can't find anything. Any ideas?
Jay