diff options
author | Fred Drake <fdrake@acm.org> | 1998-05-07 17:27:32 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-05-07 17:27:32 (GMT) |
commit | f8e4415578653c3a821c87ae50f613a159f125b0 (patch) | |
tree | 09e57cff63b62d970c95a9fd8e786af2f7eb90b8 | |
parent | 47b0ecd580c439750ca6234523fcbfcf0af77804 (diff) | |
download | cpython-f8e4415578653c3a821c87ae50f613a159f125b0.zip cpython-f8e4415578653c3a821c87ae50f613a159f125b0.tar.gz cpython-f8e4415578653c3a821c87ae50f613a159f125b0.tar.bz2 |
Markup consistency.
Using \input instead of \include to avoid extra .aux files from being
generated.
-rw-r--r-- | Doc/ref/ref.tex | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/Doc/ref/ref.tex b/Doc/ref/ref.tex index c741b6d..51ea5fd 100644 --- a/Doc/ref/ref.tex +++ b/Doc/ref/ref.tex @@ -16,40 +16,40 @@ \noindent Python is a simple, yet powerful, interpreted programming language -that bridges the gap between C and shell programming, and is thus +that bridges the gap between \C{} and shell programming, and is thus ideally suited for ``throw-away programming'' and rapid prototyping. Its syntax is put together from constructs borrowed from a variety of -other languages; most prominent are influences from ABC, C, Modula-3 +other languages; most prominent are influences from \ABC, \C, Modula-3 and Icon. The Python interpreter is easily extended with new functions and data -types implemented in C. Python is also suitable as an extension +types implemented in \C{}. Python is also suitable as an extension language for highly customizable C applications such as editors or window managers. Python is available for various operating systems, amongst which -several flavors of {\UNIX} (including Linux), the Apple Macintosh O.S., +several flavors of \UNIX{} (including Linux), the Apple Macintosh O.S., MS-DOS, MS-Windows 3.1, Windows NT, and OS/2. This reference manual describes the syntax and ``core semantics'' of the language. It is terse, but attempts to be exact and complete. The semantics of non-essential built-in object types and of the -built-in functions and modules are described in the {\em Python +built-in functions and modules are described in the \emph{Python Library Reference}. For an informal introduction to the language, see -the {\em Python Tutorial}. +the \emph{Python Tutorial}. \end{abstract} \tableofcontents -\include{ref1} % Introduction -\include{ref2} % Lexical analysis -\include{ref3} % Data model -\include{ref4} % Execution model -\include{ref5} % Expressions and conditions -\include{ref6} % Simple statements -\include{ref7} % Compound statements -\include{ref8} % Top-level components +\input{ref1} % Introduction +\input{ref2} % Lexical analysis +\input{ref3} % Data model +\input{ref4} % Execution model +\input{ref5} % Expressions and conditions +\input{ref6} % Simple statements +\input{ref7} % Compound statements +\input{ref8} % Top-level components \input{ref.ind} |