Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
2b853417
Commit
2b853417
authored
Apr 11, 2000
by
Fred Drake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Elaborate descriptions of \e, \module.
Describe policy on vertical lines in tables.
parent
ce44498b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
2 deletions
+11
-2
Doc/doc/doc.tex
Doc/doc/doc.tex
+11
-2
No files found.
Doc/doc/doc.tex
View file @
2b853417
...
...
@@ -420,7 +420,9 @@ distribution, to create or maintain whole documents or sections.
\begin{macrodesc}
{
e
}{}
Produces a backslash. This is convenient in
\macro
{
code
}
and
similar macros.
similar macros, and is only defined there. The create a
backslash in ordinary text (such as the contents of the
\macro
{
file
}
macro), use the standard
\macro
{
textbackslash
}
macro.
\end{macrodesc}
\begin{macrodesc}
{
email
}{
\p
{
address
}}
...
...
@@ -491,7 +493,8 @@ distribution, to create or maintain whole documents or sections.
\end{macrodesc}
\begin{macrodesc}
{
module
}{
\p
{
name
}}
The name of a module; a dotted name may be used.
The name of a module; a dotted name may be used. This should
also be used for package names.
\end{macrodesc}
\begin{macrodesc}
{
newsgroup
}{
\p
{
name
}}
...
...
@@ -666,6 +669,12 @@ distribution, to create or maintain whole documents or sections.
\code
{
ii
}
,
\code
{
iii
}
, and
\code
{
iv
}
. These environments are all
built on top of the
\env
{
tabular
}
environment.
Note that all tables in the standard Python documentation use
vertical lines between columns, and this must be specified in the
markup for each table. A general border around the outside of the
table is not used, but would be the responsibility of the
processor.
\begin{envdesc}
{
tableii
}{
\p
{
colspec
}
\p
{
col1font
}
\p
{
heading1
}
\p
{
heading2
}}
Create a two-column table using the
\LaTeX
{}
column specifier
\var
{
colspec
}
. The column specifier should indicate vertical
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment