commit e8da6bd3258c415597e993c7648a1d42f75a78b7
parent 8f81da3aa9c6ef3d0f4ea095a3b1ca7ba1d4bd8f
Author: Matthew Flatt <mflatt@racket-lang.org>
Date: Fri, 1 Feb 2013 11:00:14 -0800
Scribble: fix docs on Latex commands for parts and part references
original commit: 318c45a772b18d97dbf17c2c5d5940ee81511c46
Diffstat:
1 file changed, 32 insertions(+), 11 deletions(-)
diff --git a/collects/scribblings/scribble/config.scrbl b/collects/scribblings/scribble/config.scrbl
@@ -246,9 +246,14 @@ style:
the title in quotes.}
@item{@ltxd[2]{ChapRef} --- like @ltx{SecRef}, but for a top-level
- section with a document. The default implementation defers to
+ section within a document. The default implementation defers to
@ltx{SecRef}.}
+ @item{@ltxd[2]{PartRef} --- like @ltx{SecRef}, but for a top-level
+ section within a document whose part has the @racket['grouper]
+ style property. The default shows ``part'' followed by the
+ section number (ignoring the title).}
+
@item{@ltxd[2]{BookRef} --- like @ltx{SecRef}, but for a document (as
opposed to a section within the document). The default
implementation shows the title in italic.}
@@ -256,11 +261,14 @@ style:
@item{@ltxd[2]{SecRefUC} --- like @ltx{SecRef}, but for @racket[Secref].
The default shows ``Section'' followed by the section number.}
- @item{@ltxd[2]{ChapRefUC} --- like @ltx{SecRefUC}, but for a top-level
+ @item{@ltxd[2]{ChapRefUC} --- like @ltx{ChapRef}, but for @racket[Secref].
section with a document. The default implementation defers to
@ltx{SecRefUC}.}
- @item{@ltxd[2]{SecRefUC} --- like @ltx{BookRef}, but for @racket[Secref].
+ @item{@ltxd[2]{PartRefUC} --- like @ltx{PartRef}, but for @racket[Secref].
+ The default shows ``Part'' followed by the section number.}
+
+ @item{@ltxd[2]{BookRefUC} --- like @ltx{BookRef}, but for @racket[Secref].
The default shows defers to @ltx{BookRef}.}
@item{@ltxd[2]{Ssection}, @ltxd[2]{Ssubsection},
@@ -274,14 +282,27 @@ style:
@item{@ltxd[1]{Ssectionstar}, @ltxd[1]{Ssubsectionstar},
@ltxd[1]{Ssubsubsectionstar}, @ltxd[1]{Ssubsubsubsectionstar},
@ltxd[1]{Ssubsubsubsubsectionstar} --- like @ltx{Ssection},
- etc., but for unnumbered sections.}
-
- @item{@ltxd[1]{Ssectionhidden}, @ltxd[1]{Ssubsectionhidden},
- @ltxd[1]{Ssubsubsectionhidden}, @ltxd[1]{Ssubsubsubsectionhidden},
- @ltxd[1]{Ssubsubsubsubsectionhidden} --- like @ltx{Ssection},
- etc., but for sections with the @racket['hidden] style property.}
-
-]
+ etc., but for unnumbered sections that are omitted from the
+ table of contents.}
+
+ @item{@ltxd[2]{Ssectionstarx}, @ltxd[1]{Ssubsectionstarx},
+ @ltxd[2]{Ssubsubsectionstarx},
+ @ltxd[2]{Ssubsubsubsectionstarx},
+ @ltxd[2]{Ssubsubsubsubsectionstarx} --- like @ltx{Ssection},
+ etc., but for unnumbered sections (that nevertheless appear in
+ the table of contents).}
+
+ @item{@ltxd[0]{Sincsection}, @ltxd[0]{Sincsubsection},
+ @ltxd[0]{Sincsubsubsection}, @ltxd[0]{Sincsubsubsubsection},
+ @ltxd[0]{Sincsubsubsubsubsection} --- increments the section
+ counter.}
+
+ @item{@ltxd[2]{Spart}, @ltxd[1]{Spartstar}, @ltxd[2]{Spartstarx},
+ @ltxd[0]{Sincpart} --- like the section commands, but used for
+ in place of @ltxd[2]{Ssection}, @ltxd[1]{Ssectionstar}, @|etc|
+ for a part with the @racket['grouper] style property.}
+
+ ]
@; ------------------------------------------------------------