summaryrefslogtreecommitdiff
path: root/support/tcltexed/hlp/eng/RCS/Starting.txt,v
diff options
context:
space:
mode:
Diffstat (limited to 'support/tcltexed/hlp/eng/RCS/Starting.txt,v')
-rw-r--r--support/tcltexed/hlp/eng/RCS/Starting.txt,v46
1 files changed, 46 insertions, 0 deletions
diff --git a/support/tcltexed/hlp/eng/RCS/Starting.txt,v b/support/tcltexed/hlp/eng/RCS/Starting.txt,v
new file mode 100644
index 0000000000..ca09d87751
--- /dev/null
+++ b/support/tcltexed/hlp/eng/RCS/Starting.txt,v
@@ -0,0 +1,46 @@
+head 1.1;
+access;
+symbols;
+locks
+ mys:1.1; strict;
+comment @# @;
+
+
+1.1
+date 99.11.22.23.41.12; author mys; state Exp;
+branches;
+next ;
+
+
+desc
+@@
+
+
+1.1
+log
+@Initial revision
+@
+text
+@############################################################
+Starting & Ending ::document::
+############################################################
+
+Your input file must contain the following commands as a
+minimum:
+
+ \documentclass{class}
+ \begin{document}
+ ... your text goes here ...
+ \end{document}
+
+where the class selected is one of the valid classes for
+LaTeX. See section
+
+Document Classes (and see section Overview of LaTeX and
+Local Guide), for details of the various document classes
+available locally.
+
+You may include other LaTeX commands between the
+\documentclass and the \begin{document} commands (i.e., in
+the `preamble').
+@