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
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Web[browser]</title>
<meta name="GENERATOR" content=
"Modular DocBook HTML Stylesheet Version 1.7" />
<link rel="HOME" title="TEA: Manual de usuario" href=
"index.html" />
<link rel="PREVIOUS" title="LaTeX" href="c590.html" />
<link rel="NEXT" title="Navegación" href="c623.html" />
<link rel="STYLESHEET" type="text/css" href="style.css" />
<meta http-equiv="Content-Type" content=
"text/html; charset=utf-8" />
<style type="text/css">
/*<![CDATA[*/
body {
background-color: #FFFFFF;
color: #000000;
}
:link { color: #0000FF }
:visited { color: #840084 }
:active { color: #0000FF }
hr.c10 {text-align: left}
/*]]>*/
</style>
</head>
<body class="chapter">
<div class="NAVHEADER">
<table summary="Header navigation table" width="100%" border=
"0" cellpadding="0" cellspacing="0">
<tr>
<th colspan="3" align="center"><img src="img/logo.gif" alt=
"logo" /></th>
</tr>
<tr>
<td align="left" valign="bottom"><a href=
"c590.html" accesskey="P"><img src="img/prev.gif"
alt="Prev" /></a></td>
<td align="center" valign="bottom"></td>
<td align="right" valign="bottom"><a href=
"c623.html" accesskey="N"><img src="img/next.gif"
alt="Next" /></a></td>
</tr>
</table>
<hr class="c10" />
</div>
<div class="chapter">
<h1><a name="menu_bro" id="menu_bro"></a>11. Web[browser]</h1>
<p>Este menú tiene este título por razones históricas.
<span class="application">TEA para Windows</span> tenía un
ENORME menú principal, en el que no cabían todos los elementos,
por lo que abrevié algunos de ellos y apareció "Web Browsers"
resumido en "Web". Desde este menú se puede visualizar el
documento actual en un navegador web. Para modificar los
comandos de cada navegador por defecto, se pueden editar en
<span class="bold"><b class="emphasis">Opciones >
Navegadores</b></span>.</p>
<p>Un ejemplo de cómo iniciar un navegador sería: <b class=
"command">konqueror=konqueror %s &</b>. %s es necesario
para cargar el archivo actual, se puede marcar otra
trayectoria.</p>
</div>
<div class="NAVFOOTER">
<hr class="c10" />
<table summary="Footer navigation table" width="100%"
cellpadding="0" cellspacing="0">
<tr>
<td align="left" valign="top"><a href=
"c590.html" accesskey="P"><img src="img/prev.gif"
alt="Prev" /></a></td>
<td align="center" valign="top"><a href=
"index.html" accesskey="H"><img src="img/home.gif"
alt="Home" /></a></td>
<td align="right" valign="top"><a href=
"c623.html" accesskey="N"><img src="img/next.gif"
alt="Next" /></a></td>
</tr>
<tr>
<td align="left" valign="top">LaTeX</td>
<td align="center" valign="top"> </td>
<td align="right" valign="top">Navegación</td>
</tr>
</table>
</div>
</body>
</html>
|