The below command works in .tex file to move the position of table of contents.
\frame {
\frametitle{Outline}
\hfill
\parbox{.73\textwidth}{
\tableofcontents
}
}
But I want to do the same from .sty files. How can I do it?
The below command works in .tex file to move the position of table of contents.
\frame {
\frametitle{Outline}
\hfill
\parbox{.73\textwidth}{
\tableofcontents
}
}
But I want to do the same from .sty files. How can I do it?
.texsource. To try and include this within a.styfile seems to defeat the purpose (due to the size of the requirement) - see Modifying.styfiles?. Why do you need this in a.styfile? – Werner Mar 12 '12 at 08:19