3

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?

Werner
  • 603,163
sandoche
  • 255
  • What you're doing here is perfectly reasonable from within your .tex source. To try and include this within a .sty file seems to defeat the purpose (due to the size of the requirement) - see Modifying .sty files?. Why do you need this in a .sty file? – Werner Mar 12 '12 at 08:19

0 Answers0