How to change font size of \ref shows how to change the font size of references everywhere. What if I want to change it to match the surrounding text?
Here's a MWE.
\documentclass[justified]{tufte-handout}
\renewcommand{\thefootnote}{{\footnotesize[\emph{\alph{footnote}}]}}
\begin{document}
\title{Tufte Test}
\maketitle
I want this footnote marker to be \verb|\footnotesize|:\footnote{\label{fn}I.e. {\tt\textbackslash thefootnote} is redefined to emit {\tt \textbackslash footnotesize[\textbackslash emph\{\textbackslash alph\{footnote\}\}]}\ldots} $\leftarrow$ And it works.
\vspace{2cm}
\noindent{\normalsize \ref{fn}}: $\leftarrow$ But then writing \verb|{\normalsize \ref{fn}}|, just gives me ``{\normalsize \ref{fn}},'' whereas I would wanted to see something like ``[a]'' there.
\end{document}


\thexxxif it wasn't there the number would naturally match the surrounding size. – David Carlisle Aug 12 '16 at 20:48\@makefnmarknot\thefootnote– David Carlisle Aug 12 '16 at 20:49