old-www/HOWTO/Linuxdoc-Reference-5.html

70 lines
2.1 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
<META NAME="GENERATOR" CONTENT="SGML-Tools 1.0.9">
<TITLE>Linuxdoc Reference: Inlines</TITLE>
<LINK HREF="Linuxdoc-Reference-6.html" REL=next>
<LINK HREF="Linuxdoc-Reference-4.html" REL=previous>
<LINK HREF="Linuxdoc-Reference.html#toc5" REL=contents>
</HEAD>
<BODY>
<A HREF="Linuxdoc-Reference-6.html">Next</A>
<A HREF="Linuxdoc-Reference-4.html">Previous</A>
<A HREF="Linuxdoc-Reference.html#toc5">Contents</A>
<HR>
<H2><A NAME="s5">5. Inlines</A></H2>
<P>
<!--
inline
-->
<HR>
<PRE>
&lt;!entity % inline
" (#pcdata | f| x| %emph; |sq| %xref | %index | file )* " >
</PRE>
<HR>
<EM>Inlines</EM> may occure anywhere within the text, and doesn't have any
influence to the textflow or logical structure of the document.
<P>
<DL>
<DT><B>#pcdata</B><DD><P><EM>Parsed character data</EM> is just normal written text within the flow wich
may contain other inlines.
<P>
<DT><B>f</B><DD><P>Inline <EM>mathematical formulas</EM> according to the <CODE>maths.dtd</CODE>. See
<A HREF="Linuxdoc-Reference-8.html#f">The Formula Tag</A>.
<P>
<DT><B>x</B><DD><P>The <EM>external</EM> tag wich is bypassing the parser.
Tagged data walks directly into the mapped file.
See chapter
<A HREF="Linuxdoc-Reference-8.html#x">The External Tag</A> for detailed information.
<P>
<DT><B>%emph;</B><DD><P><EM>Emphasizes</EM> of the text. See chapter
<A HREF="Linuxdoc-Reference-8.html#emph">Emphasizes</A>.
<P>
<DT><B>sq</B><DD><P><EM>Shortquotes</EM> within the textflow.
See chapter
<A HREF="Linuxdoc-Reference-8.html#sq">The Short Quote Tad</A>.
<P>
<DT><B>%xref</B><DD><P><EM>XReferecnces</EM> within the text or external references.
See chapter
<A HREF="Linuxdoc-Reference-10.html#labelandreference">Labels and References</A>.
<P>
<DT><B>%index</B><DD><P>Again I can't explain this one. If you can, please mail.
<P>
<DT><B>file</B><DD><P>Again I can't explain this one
(I only could guess about picture files in eps).
If you can, please mail.
</DL>
<P>
<P>
<P>
<HR>
<A HREF="Linuxdoc-Reference-6.html">Next</A>
<A HREF="Linuxdoc-Reference-4.html">Previous</A>
<A HREF="Linuxdoc-Reference.html#toc5">Contents</A>
</BODY>
</HTML>