Would this do what you want?
#lang scribble/base
@section{a}
@subsubsub*section{a}
@subsubsub*section{a}
@subsubsub*section{a}
@section{b}
@seclink["a" "section a"]
@subsubsub*section{b}
@subsubsub*section{b}
@subsubsub*section{b}
@section{b}
@subsubsub*section{b}
@subsubsub*section{b}
@subsubsub*section{b}
Jos
-----Original Message-----
From: [email protected] [mailto:[email protected]] On
Behalf Of Shriram Krishnamurthi
Sent: domingo, 04 de septiembre de 2016 20:50
To: Racket Users
Subject: [racket-users] Scribble: unnumbered and unindexed sections
Is there a way to have unnumbered and unindexed section? (Yes, these are
different issues.)
It would be helpful to have unnumbered sections, à la \[sub]section* in LaTeX.
It would be especially helpful to have unindexed sections. The real nuisance
I'm trying to avoid is, say I have N sections that each
have a subsection named "Handin Instructions". Then I get a bunch of Scribble
warnings due to the duplicate section name. Since I
have no desire to link to these sections, I don't need them indexed at all. And
this way I don't have to cons up new names for each
of them (though I do of course have that option…).
Thanks.
--
You received this message because you are subscribed to the Google Groups
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.