/usr/share/doc/texinfo/html/Conventions.html is in texinfo-doc-nonfree 5.2.0-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<!-- This manual is for GNU Texinfo (version 5.2, 26 September 2013),
a documentation system that can produce both online information and a
printed manual from a single source using semantic markup.
Copyright (C) 1988, 1990, 1991, 1992, 1993, 1995, 1996, 1997,
1998, 1999, 2001, 2001, 2003, 2004, 2005, 2006, 2007, 2008, 2009,
2010, 2011, 2012, 2013 Free Software Foundation, Inc.
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.3 or
any later version published by the Free Software Foundation; with no
Invariant Sections, with the Front-Cover Texts being "A GNU Manual",
and with the Back-Cover Texts as in (a) below. A copy of the license
is included in the section entitled "GNU Free Documentation
License".
(a) The FSF's Back-Cover Text is: "You have the freedom to copy and
modify this GNU manual. Buying copies from the FSF supports it in
developing GNU and promoting software freedom." -->
<!-- Created by GNU Texinfo 5.1, http://www.gnu.org/software/texinfo/ -->
<head>
<title>GNU Texinfo 5.2: Conventions</title>
<meta name="description" content="GNU Texinfo 5.2: Conventions">
<meta name="keywords" content="GNU Texinfo 5.2: Conventions">
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
<meta name="Generator" content="makeinfo">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link href="index.html#Top" rel="start" title="Top">
<link href="Command-and-Variable-Index.html#Command-and-Variable-Index" rel="index" title="Command and Variable Index">
<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
<link href="Overview.html#Overview" rel="up" title="Overview">
<link href="Comments.html#Comments" rel="next" title="Comments">
<link href="Formatting-Commands.html#Formatting-Commands" rel="previous" title="Formatting Commands">
<style type="text/css">
<!--
a.summary-letter {text-decoration: none}
blockquote.smallquotation {font-size: smaller}
div.display {margin-left: 3.2em}
div.example {margin-left: 3.2em}
div.indentedblock {margin-left: 3.2em}
div.lisp {margin-left: 3.2em}
div.smalldisplay {margin-left: 3.2em}
div.smallexample {margin-left: 3.2em}
div.smallindentedblock {margin-left: 3.2em; font-size: smaller}
div.smalllisp {margin-left: 3.2em}
kbd {font-style:oblique}
pre.display {font-family: inherit}
pre.format {font-family: inherit}
pre.menu-comment {font-family: serif}
pre.menu-preformatted {font-family: serif}
pre.smalldisplay {font-family: inherit; font-size: smaller}
pre.smallexample {font-size: smaller}
pre.smallformat {font-family: inherit; font-size: smaller}
pre.smalllisp {font-size: smaller}
span.nocodebreak {white-space:nowrap}
span.nolinebreak {white-space:nowrap}
span.roman {font-family:serif; font-weight:normal}
span.sansserif {font-family:sans-serif; font-weight:normal}
ul.no-bullet {list-style: none}
-->
</style>
</head>
<body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000">
<a name="Conventions"></a>
<div class="header">
<p>
Next: <a href="Comments.html#Comments" accesskey="n" rel="next">Comments</a>, Previous: <a href="Formatting-Commands.html#Formatting-Commands" accesskey="p" rel="previous">Formatting Commands</a>, Up: <a href="Overview.html#Overview" accesskey="u" rel="up">Overview</a> [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="Command-and-Variable-Index.html#Command-and-Variable-Index" title="Index" rel="index">Index</a>]</p>
</div>
<hr>
<a name="General-Syntactic-Conventions"></a>
<h3 class="section">1.9 General Syntactic Conventions</h3>
<a name="index-General-syntactic-conventions"></a>
<a name="index-Syntactic-conventions"></a>
<a name="index-Conventions_002c-syntactic"></a>
<a name="index-Characters_002c-basic-input"></a>
<p>This section describes the general conventions used in all Texinfo documents.
</p>
<ul>
<li> <a name="index-Source-files_002c-characters-used"></a>
All printable ASCII characters except ‘<samp>@</samp>’, ‘<samp>{</samp>’ and
‘<samp>}</samp>’ can appear in a Texinfo file and stand for themselves.
‘<samp>@</samp>’ is the escape character which introduces commands, while
‘<samp>{</samp>’ and ‘<samp>}</samp>’ are used to surround arguments to certain
commands. To put one of these special characters into the document, put
an ‘<samp>@</samp>’ character in front of it, like this: ‘<samp>@@</samp>’,
‘<samp>@{</samp>’, and ‘<samp>@}</samp>’.
</li><li> Texinfo supports the usual quotation marks used in English and in
other languages; see <a href="Inserting-Quotation-Marks.html#Inserting-Quotation-Marks">Inserting Quotation Marks</a>.
</li><li> <a name="index-Multiple-dashes-in-source"></a>
<a name="index-Dashes-in-source"></a>
<a name="index-Hyphens-in-source_002c-two-or-three-in-a-row"></a>
<a name="index-Em-dash_002c-producing"></a>
<a name="index-En-dash_002c-producing"></a>
Use three hyphens in a row, ‘<samp>---</samp>’, to produce a long dash—like
this (called an <em>em dash</em>), used for punctuation in sentences.
Use two hyphens, ‘<samp>--</samp>’, to produce a medium dash (called an
<em>en dash</em>), used primarily for numeric ranges, as in “June
25–26”. Use a single hyphen, ‘<samp>-</samp>’, to produce a standard hyphen
used in compound words. For display on the screen, Info reduces three
hyphens to two and two hyphens to one (not transitively!). Of course,
any number of hyphens in the source remain as they are in literal
contexts, such as <code>@code</code> and <code>@example</code>.
</li><li> <a name="index-Form-feed-characters"></a>
<a name="index-CTRL_002dl"></a>
Form feed (<kbd>CTRL-l</kbd>) characters in the input are handled as
follows:
<dl compact="compact">
<dt>PDF/DVI</dt>
<dd><p>In normal text, treated as ending any open paragraph; essentially
ignored between paragraphs.
</p>
</dd>
<dt>Info</dt>
<dd><p>Output as-is between paragraphs (their most common use); in other
contexts, they may be treated as regular spaces (and thus consolidated
with surrounding whitespace).
</p>
</dd>
<dt>HTML</dt>
<dd><p>Written as a numeric entity except contexts where spaces are ignored;
for example, in ‘<samp>@footnote{ ^L foo}</samp>’, the form feed is
ignored.
</p>
</dd>
<dt>XML</dt>
<dd><p>Keep them everywhere; in attributes, escaped as ‘<samp>\f</samp>’; also,
‘<samp>\</samp>’ is escaped as ‘<samp>\\</samp>’ and newline as ‘<samp>\n</samp>’.
</p>
</dd>
<dt>Docbook</dt>
<dd><p>Completely removed, as they are not allowed.
</p></dd>
</dl>
<p>As you can see, because of these differing requirements of the output
formats, it’s not possible to use form feeds completely portably.
</p>
</li><li> <a name="index-Tabs_003b-don_0027t-use_0021"></a>
<strong>Caution:</strong> Last, do not use tab characters in a Texinfo file!
(Except perhaps in verbatim modes.) TeX uses variable-width fonts,
which means that it is impractical at best to define a tab to work in
all circumstances. Consequently, TeX treats tabs like single
spaces, and that is not what they look like in the source.
Furthermore, <code>makeinfo</code> does nothing special with tabs, and thus
a tab character in your input file will usually have a different
appearance in the output.
<p>To avoid this problem, Texinfo mode in GNU Emacs inserts
multiple spaces when you press the <tt class="key">TAB</tt> key. Also, you can run
<code>untabify</code> in Emacs to convert tabs in a region to multiple
spaces, or use the <code>unexpand</code> command from the shell.
</p></li></ul>
<hr>
<div class="header">
<p>
Next: <a href="Comments.html#Comments" accesskey="n" rel="next">Comments</a>, Previous: <a href="Formatting-Commands.html#Formatting-Commands" accesskey="p" rel="previous">Formatting Commands</a>, Up: <a href="Overview.html#Overview" accesskey="u" rel="up">Overview</a> [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="Command-and-Variable-Index.html#Command-and-Variable-Index" title="Index" rel="index">Index</a>]</p>
</div>
</body>
</html>
|