To add these to TexNicCenter, click on Insert/Own text modules/Manage text modules and then New ------------------------------------------------------------------------ Name: Code extract Insert before selection: \small \begin{verbatim} Insert after selection: \end{verbatim} \normalsize ------------------------------------------------------------------------ Name: Figure Insert before selection: % ======================================================================= \begin{figure} \centering \scalebox{0.60}{\includegraphics{ Insert after selection: }} \caption{} \label{fig:} \end{figure} % ======================================================================= ------------------------------------------------------------------------ Name: Section Insert before selection: % ======================================================================= \section{ Insert after selection: } \label{sect:} % ======================================================================= ------------------------------------------------------------------------ Name: Simple table Insert before selection: \begin{table} \label{tab:} \caption{} \small \begin{verbatim} Insert after selection: \end{verbatim} \normalsize \end{table} ------------------------------------------------------------------------ Name: SubSection Insert before selection: % ======================================================================= \subsection{ Insert after selection: } \label{ssect:} % ======================================================================= ------------------------------------------------------------------------ Name: Verbatim Insert before selection: \small \begin{verbatim} Insert after selection: \end{verbatim} \normalsize ------------------------------------------------------------------------