/usr/share/doc/debiandoc-sgml-doc-pt-br/debiandoc-sgml.html/ch-markup.pt-br.html is in debiandoc-sgml-doc-pt-br 1.1.12.
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 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
<title>Manual Debiandoc-SGML - Marcação SGML e metacaracteres</title>
<link href="index.pt-br.html" rel="start">
<link href="index.pt-br.html" rel="prev">
<link href="ch-structure.pt-br.html" rel="next">
<link href="index.pt-br.html#contents" rel="contents">
<link href="index.pt-br.html#copyright" rel="copyright">
<link href="ch-markup.pt-br.html" rel="chapter" title="1 Marcação SGML e metacaracteres">
<link href="ch-structure.pt-br.html" rel="chapter" title="2 Estrutura Global">
<link href="ch-chaptsectpar.pt-br.html" rel="chapter" title="3 Capítulos, apêndices, seções, e parágrafos">
<link href="ch-inline.pt-br.html" rel="chapter" title="4 Texto marcado inline e marcação do estilo de caracteres">
<link href="ch-listexamp.pt-br.html" rel="chapter" title="5 Listas e exemplos">
<link href="ch-unsupported.pt-br.html" rel="chapter" title="6 Características SGML ainda não suportadas">
<link href="ch-inline.pt-br.html#s4.1" rel="section" title="4.1 Estilo do Caracter">
<link href="ch-inline.pt-br.html#s-xref" rel="section" title="4.2 Referências Cruzadas">
<link href="ch-inline.pt-br.html#s-footnotes" rel="section" title="4.3 Footnotes">
<link href="ch-listexamp.pt-br.html#s-lists" rel="section" title="5.1 Listas">
<link href="ch-listexamp.pt-br.html#s-examples" rel="section" title="5.2 Exemplos">
</head>
<body>
<p><a name="ch-markup"></a></p>
<hr>
<p>
[ <a href="index.pt-br.html">anterior</a> ]
[ <a href="index.pt-br.html#contents">Conteúdo</a> ]
[ 1 ]
[ <a href="ch-structure.pt-br.html">2</a> ]
[ <a href="ch-chaptsectpar.pt-br.html">3</a> ]
[ <a href="ch-inline.pt-br.html">4</a> ]
[ <a href="ch-listexamp.pt-br.html">5</a> ]
[ <a href="ch-unsupported.pt-br.html">6</a> ]
[ <a href="ch-structure.pt-br.html">próximo</a> ]
</p>
<hr>
<h1>
Manual Debiandoc-SGML
<br>Capítulo 1 - Marcação SGML e metacaracteres
</h1>
<hr>
<p>
Um documento SGML consiste em um texto entre tags marcando o início e final de
elementos.
</p>
<p>
Tags têm a forma <samp><<var>elemento</var>></samp> para iniciar o
<var>elemento</var> e <samp><<var>/elemento</var>></samp> para
finalizá-la.
</p>
<p>
Existem alguns atalhos que se pode usar:
<samp><<var>elemento/</var><var>conteúdo/</var></samp> especifica um
elemento <var>elemento</var> com conteúdo <var>conteúdo</var>, mas o
<var>conteúdo</var> não pode conter uma barra <samp>/</samp>.
<samp></></samp> fecha o elemento atualmente aberto.
</p>
<p>
Muitos tipos de elementos iniciais de tags podem conter atributos; estes
aparecem dentro do parêntese, e são separados do elemento por um espaço em
branco. Os atributos permitidos em um elemento particular de inicio de tag são
descritos ao longo do elemento.
</p>
<p>
Se você deseja incluir caracteres de marcação SGML (sinais <samp><</samp>,
<samp>></samp> e <samp>&</samp>) como texto você deve se referir a eles
pelo nome (isto é chamado uma referência a entidade na linguagem SGML).
<samp>&<var>nome</var>;</samp> produz o caracter cujo nome é
<var>nome</var>.
</p>
<p>
Alguns caracteres úteis são:
</p>
<dl>
<dt><samp>lt</samp></dt>
<dd>
<p>
sinal de menor (esquerdo) <samp><</samp>
</p>
</dd>
<dt><samp>gt</samp></dt>
<dd>
<p>
sinal de maior (direito) <samp>></samp>
</p>
</dd>
<dt><samp>amp</samp></dt>
<dd>
<p>
<samp>&</samp>
</p>
</dd>
<dt><samp>copy</samp></dt>
<dd>
<p>
símbolo de copyright <samp>©</samp>
</p>
</dd>
</dl>
<p>
A lista completa de caracteres está disponível em <code>linuxdoc-tools</code>,
nos arquivos /usr/share/entity-map/ISO*.
</p>
<p>
Você pode também usar <samp>&#<var>número</var>;</samp> para se referir ao
caracter cujo número é <var>número</var> (em /usr/lib/mpage/ISO-Latin.1).
<var>número</var> deve estar em valor decimal.
</p>
<hr>
<p>
[ <a href="index.pt-br.html">anterior</a> ]
[ <a href="index.pt-br.html#contents">Conteúdo</a> ]
[ 1 ]
[ <a href="ch-structure.pt-br.html">2</a> ]
[ <a href="ch-chaptsectpar.pt-br.html">3</a> ]
[ <a href="ch-inline.pt-br.html">4</a> ]
[ <a href="ch-listexamp.pt-br.html">5</a> ]
[ <a href="ch-unsupported.pt-br.html">6</a> ]
[ <a href="ch-structure.pt-br.html">próximo</a> ]
</p>
<hr>
<p>
Manual Debiandoc-SGML
</p>
<address>
Versão 1.1.6 3 February 2016<br>
<br>
Ian Jackson <code><a href="mailto:ijackson@gnu.ai.mit.edu">mailto:ijackson@gnu.ai.mit.edu</a></code><br>
Ardo van Rangelrooij <code><a href="mailto:ardo@debian.org">mailto:ardo@debian.org</a></code><br>
<br>
</address>
<hr>
</body>
</html>
|