blob: 9ae2a1b7189739d1a3b6920ac47517600c84dfe6 (
plain)
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
|
<html>
<head><title>Help On LaTeX \`</title></head>
<body bgcolor="#ffffff" text="#000000" link="#000099" vlink="#cc0000" alink="#cc0000">
<h1><font size="-2">Hypertext Help with LaTeX</font><br><font color="#cc0000">\`</font></h1>
<p>
<h2>In normal text</h2>
Produces a grave <a href="ltx-401.html">accent</a> on the following character.
<h2>In the <a href="ltx-58.html">tabbing</a> environment</h2>
The <tt>\`</tt> command allows you to put text flushed right against any tab
stop, including tab stop 0. However, it can't move text to the right
of the last column because there's no tab stop there. The <tt>\`</tt> command
moves all the text that follows it, up to the
<a href="ltx-181.html"> <tt>\\</tt></a> or
<tt>\end{tabbing}</tt>
command that ends the line, to the right margin of the tabbing
environment. There must be no
<a href="ltx-188.html"><tt>\></tt></a> or
<a href="ltx-191.html"><tt>\'</tt></a> command between the <tt>\`</tt> and the
command that ends the line.
<hr>
See also <A href="ltx-27.html">Environments</A>,
<A href="ltx-58.html">tabbing</A><br>
Back to the <a href="ltx-2.html">Table of Contents</a>
<hr>
<address>
Revised: Sheldon Green, 8 May 1995.
</address>
</body>
</html>
|