summaryrefslogtreecommitdiffstats
path: root/Doc/myformat.sty
Commit message (Collapse)AuthorAgeFilesLines
* Proposed new macros: see comments. These are not yet used.Fred Drake1998-01-201-0/+20
| | | | | | | | | These are intended to support semantic markup. There are a number of places in the documentation where the exact meaning of an indentifier marked \code{} in the running text is ambiguous (could be a module or a class, a function or a method, etc.). These are intended to clarify the intent of the identifier for processing applications and more intelligent style processing.
* \funcitem{}, \dataitem{}, \excitem{}: Removed obsolete macros; there are noFred Drake1998-01-181-36/+23
| | | | | | | | | | | | | | longer used anywhere. Use the {*desc} environments instead. \var{}: Ensure that the argument is always set in roman italic, in case an alternate font is being used for code. These keeps the result of \var{} consistent. Some minor changes to allow easier exploration of alternate fonts for code in the running text. Haven't changed the selected font; I haven't found one that has everything required! (The best non-monospaced font so far was missing the <, >, and | characters, or at least had them at the wrong locations. It also allowed confusion between upper-case I and lower-case L.)
* Augment \tableofcontents to do the right thing.Fred Drake1998-01-131-17/+18
|
* \kwindex{}: Removed obsolete macro.Fred Drake1998-01-131-1/+0
|
* Added command at end to use times fonts; commented out. Instructions to useFred Drake1998-01-131-0/+3
| | | | | | | times are there as well. Doing it here means the switch only affects one file and gets everything rebuilt as needed.
* \optional{}: Removed leading word space, allowing more flexibility.Fred Drake1998-01-121-2/+2
| | | | | | {seealso} environment: Always start a new paragraph after the "See Also:" line; this ensures that formatting is consistent for each subsequent \see*{} item.
* \mytableofcontents New macro. Wrapper around \tableofcontents thatFred Drake1998-01-091-1/+37
| | | | | | | | | | | does the right thing if the openright option is given. Allows a lot of crud to be removed from the document files' frontmatter sections. \endabstract Extend standard macro. (Called as \end{abstract}.) Does the right thing if the openright option is given. \optional Adjust to get the brackets right under latex2e.
* Added support for storing information to build a module index.Fred Drake1998-01-021-1/+16
| | | | Enhance the "theindex" environment to add an entry to the table of contents.
* \refmodindex{}: New macro, used to make an index reference to a module whichFred Drake1997-12-151-0/+1
| | | | is neither standard nor built-in. (Used for sitecustomize entry.)
* Added definitions of \refbimodindex{} and \refstmodindex{}, which should beFred Drake1997-12-151-3/+8
| | | | | | | | | | | used to add index references for built-in and standard modules, respectively. Modified \bimodindex{} and \stmodindex{} to make the page number bold, to allow the defining instance of a module to stand out in the index. Check-ins which fix improper use of \bimodindex{} and \stmodindex{} will be made as fixes are applied. Misc. indexing updates will occur as a side effect in some cases.
* Added environment for defining PyVM instructions. This is only used inFred Drake1997-12-031-0/+6
| | | | | | | | | | | | the libdis.tex file I'm about to check in. I'm not sure this is really an optimal solution yet, but it may be the best alternative. It avoids describing the instructions as either data items or functions. This change was discussed with Guido. (Guido: Take a look at the LaTeX output for this; if this is reasonable I'll go ahead and update the perl code in myformat.perl to match.)
* Add AMK's seealso environment that is now used in the library manualGuido van Rossum1997-07-171-0/+11
| | | | at some places.
* Increase printable page size.Guido van Rossum1997-06-021-0/+13
|
* Added cvardesc and ctypedesc macros, for api.tex.Guido van Rossum1997-05-221-1/+12
|
* Made a start with api.tex, the Python-C API Reference Manual.Guido van Rossum1997-05-151-0/+1
| | | | | Removed extref.tex (which provided the starting point). Also removed qua.tex, which is out of date and no longer needed.
* (myformat.sty): Added a note about using \command{} v. {\command} wrt.Fred Drake1996-12-131-0/+2
| | | | GNU info processing.
* (myformat.sty): Simplify \varvars definition.Fred Drake1996-11-111-1/+1
|
* (myformat.sty, extref.tex): Moved definition of cfuncdesc environment toFred Drake1996-10-291-0/+5
| | | | myformat.sty; having it in extref.tex confuses LaTeX2HTML.
* Fixed for Latex2e by Dave Ascher.Guido van Rossum1996-06-261-40/+29
|
* change \dfn to be \em not \slGuido van Rossum1995-03-301-1/+1
|
* add input time.sty; don't fiddle with sidemarginsGuido van Rossum1995-03-281-2/+3
|
* Lots of small corrections by Andrew Kuchling (plus all new rotor docs)Guido van Rossum1994-08-081-9/+5
|
* Merge lost alpha100 revisionGuido van Rossum1994-08-011-3/+3
|
* Incorporated Jan-Hein's changes and texinfo conversion.Guido van Rossum1992-12-081-9/+93
|
* Dumped \cbstart, \cbendGuido van Rossum1992-08-131-4/+0
|
* Warn that _ must be in tt font.Guido van Rossum1992-08-071-1/+2
|
* Input a4wide hereGuido van Rossum1992-04-061-0/+2
|
* Added \exindex and \obindexGuido van Rossum1992-04-031-0/+2
|
* Don't define the page lay-out here -- rely on A4wide, doubleside options.Guido van Rossum1992-03-311-13/+4
|
* Moved macros here from lib.tex.Guido van Rossum1992-03-061-8/+87
|
* Minor reorg.Guido van Rossum1992-02-111-6/+8
|
* Use US paper size.Guido van Rossum1992-01-171-7/+7
|
* ?Guido van Rossum1991-11-121-1/+4
|
* *** empty log message ***Guido van Rossum1991-06-041-3/+8
|
* Changed code environment into \bcode and \ecode macros.Guido van Rossum1991-01-251-18/+23
| | | | Learned a lot about these things.
* Better solution for code environment.Guido van Rossum1991-01-241-3/+8
|
* Initial revisionGuido van Rossum1991-01-221-0/+24