mirror of https://github.com/texmacs/doc.git
Use new search facility for contextual documentation
This commit is contained in:
parent
eb2df6c4cb
commit
088eff8628
|
@ -1,4 +1,4 @@
|
||||||
<TeXmacs|1.0.4>
|
<TeXmacs|1.0.7.20>
|
||||||
|
|
||||||
<style|tmdoc>
|
<style|tmdoc>
|
||||||
|
|
||||||
|
@ -11,27 +11,20 @@
|
||||||
to produce numbered sections:
|
to produce numbered sections:
|
||||||
|
|
||||||
<\explain>
|
<\explain>
|
||||||
<explain-macro|part|title>
|
<explain-macro|part|title>, <explain-macro|chapter|title>
|
||||||
|
|
||||||
<explain-macro|chapter|title>
|
|
||||||
|
|
||||||
<explain-macro|section|title>
|
|
||||||
|
|
||||||
<explain-macro|subsection|title>
|
|
||||||
|
|
||||||
|
<explain-macro|section|title>, <explain-macro|subsection|title>,
|
||||||
<explain-macro|subsubsection|title>
|
<explain-macro|subsubsection|title>
|
||||||
|
|
||||||
<explain-macro|paragraph|title>
|
<explain-macro|paragraph|title>, <explain-macro|subparagraph|title>
|
||||||
|
|
||||||
<explain-macro|subparagraph|title>
|
|
||||||
|
|
||||||
<explain-macro|appendix|title>
|
<explain-macro|appendix|title>
|
||||||
<|explain>
|
<|explain>
|
||||||
The intention of this macro is to produce a numbered title for a part
|
The intention of these macros is to produce a numbered title for a part
|
||||||
(<abbr|resp.> chapter, section, subsection, <abbr|etc.>). The numbering
|
(<abbr|resp.> chapter, section, subsection, <abbr|etc.>). The numbering
|
||||||
is not required, but merely an intention: the <markup|paragraph> and
|
is not required, but merely an intention: the <markup|paragraph> and
|
||||||
<markup|subparagraph> tags are usually not numbered and some styles (like
|
<markup|subparagraph> tags are usually not numbered and some styles may
|
||||||
the generic style) do not produce numbers at all.
|
not produce numbers at all.
|
||||||
</explain>
|
</explain>
|
||||||
|
|
||||||
The tags <markup|part*>, <markup|chapter*>, <markup|section*>,
|
The tags <markup|part*>, <markup|chapter*>, <markup|section*>,
|
||||||
|
|
Loading…
Reference in New Issue