summaryrefslogtreecommitdiff
path: root/support/xtexshell/shortcuts.orig
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /support/xtexshell/shortcuts.orig
Initial commit
Diffstat (limited to 'support/xtexshell/shortcuts.orig')
-rw-r--r--support/xtexshell/shortcuts.orig115
1 files changed, 115 insertions, 0 deletions
diff --git a/support/xtexshell/shortcuts.orig b/support/xtexshell/shortcuts.orig
new file mode 100644
index 0000000000..4c6f8a46bc
--- /dev/null
+++ b/support/xtexshell/shortcuts.orig
@@ -0,0 +1,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
+#***************************************************************************
+
+