summaryrefslogtreecommitdiff
path: root/support/xtexshell/shortcuts.orig
blob: 4c6f8a46bc7b706618c027024d944ab148ee3922 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
#***
#*** 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
#***************************************************************************