#*** #*** This is the XTeXShell Shortcuts definition file #*** Before modification, read the file README #*** #******************************************************************************** :entry Figure-Environment \begin{figure}[htbp] \vspace{10cm} \caption{} \label{} \end{figure} :endentry #******************************************************************************** :entry Tabular-Environment \begin{tabular}{|ll|} \hline col1 & col2 \\ \hline \end{tabular} :endentry #******************************************************************************** :entry Psfig (Insert Postscript Documents) \begin{figure}[htbp] \centerline{\psfig{figure=test.ps}} \caption{} \label{} \end{figure} :endentry #******************************************************************************** :entry Enumerate-Environment \begin{enumerate} \item \end{enumerate} :endentry #******************************************************************************** :entry Bibliography-Entry \begin{thebibliography}{99} \bibitem{Caroll} \bibitem{} \end{thebibliography} :endentry #******************************************************************************** #:entry #:endentry #******************************************************************************** #:entry #:endentry #******************************************************************************** :separator #******************************************************************************** :entry Sceleton for Article \documentstyle[11pt,psfig]{article} \begin{document} \end{document} :endentry #******************************************************************************** :entry Sceleton for Formatted Article \documentstyle[11pt,psfig]{article} % ************************************************************************* % ****** ******************************************* % ************************************************************************* % ****** % ****** 31.03.1991 20:57:05 % ****** \topmargin -0.2cm %* Page Layout \headheight 0.7cm \headsep 1.0cm \topskip 0.0cm \textheight 22.0cm \evensidemargin 0.6cm \oddsidemargin 0.6cm \textwidth 15.0cm \parindent 0.0cm %* No indentation \parskip 5pt plus2pt minus1pt %* But space between paragraphs \renewcommand {\thefigure}{\thesubsection.\arabic{figure}} \renewcommand {\textfraction}{0} %* No text needed on a page \sloppy %\frenchspacing %* Uncomment for german and french \renewcommand {\baselinestretch}{1.0} %* Distance between lines %\pagestyle{empty} %* Uncomment for no page-numbering % ************************************************************************* % *** Start of document *************************************************** % ************************************************************************* \begin{document} \end{document} :endentry #***************************************************************************