This file is indexed.

/usr/share/doc/pyxplot/html/sect0074.html is in pyxplot-doc 0.8.4-3.

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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta name="generator" content="plasTeX" />
<meta content="text/html; charset=utf-8" http-equiv="content-type" />
<title>PyXPlot Users' Guide: LaTeX and PyXPlot</title>

<link href="sect0075.html" title="Reference Manual" rel="next" />
<link href="sec-piechart.html" title="The piechart Command" rel="prev" />
<link href="ch-vector_graphics.html" title="Producing Vector Graphics" rel="up" />
<link rel="stylesheet" href="styles/styles.css" />
</head>
<body>

<div class="navigation">
<table cellspacing="2" cellpadding="0" width="100%">
<tr>
<td><a href="sec-piechart.html" title="The piechart Command"><img alt="Previous: The piechart Command" border="0" src="icons/previous.gif" width="32" height="32" /></a></td>

<td><a href="ch-vector_graphics.html" title="Producing Vector Graphics"><img alt="Up: Producing Vector Graphics" border="0" src="icons/up.gif" width="32" height="32" /></a></td>

<td><a href="sect0075.html" title="Reference Manual"><img alt="Next: Reference Manual" border="0" src="icons/next.gif" width="32" height="32" /></a></td>

<td class="navtitle" align="center">PyXPlot Users' Guide</td>
<td><a href="index.html" title="Table of Contents"><img border="0" alt="" src="icons/contents.gif" width="32" height="32" /></a></td>

<td><a href="sect0255.html" title="Index"><img border="0" alt="" src="icons/index.gif" width="32" height="32" /></a></td>

<td><img border="0" alt="" src="icons/blank.gif" width="32" height="32" /></td>
</tr>
</table>
</div>

<div class="breadcrumbs">
<span>
<span>
<a href="index.html">PyXPlot Users' Guide</a> <b>:</b>
</span>

</span><span>
<span>
<a href="sect0043.html">Plotting and Vector Graphics</a> <b>:</b>
</span>

</span><span>
<span>
<a href="ch-vector_graphics.html">Producing Vector Graphics</a> <b>:</b>
</span>

</span><span>

<span>
<b class="current">LaTeX and PyXPlot</b>
</span>
</span>
<hr />
</div>

<div><h1 id="a0000000075">3.5 LaTeX and PyXPlot</h1>
<p>The <tt class="tt">text</tt> command<a name="a0000000972" id="a0000000972"></a> can straightforwardly be used to render simple one-line L<sup style="font-variant:small-caps; margin-left:-0.3em">a</sup>T<sub style="text-transform:uppercase; margin-left:-0.2em">e</sub>X<a name="a0000000973" id="a0000000973"></a> strings, but sometimes the need arises to place more substantial blocks of text onto a plot. For this purpose, it can be useful to use the L<sup style="font-variant:small-caps; margin-left:-0.3em">a</sup>T<sub style="text-transform:uppercase; margin-left:-0.2em">e</sub>X <tt class="tt">parbox</tt> or <tt class="tt">minipage</tt> environments<a href="#a0000000974" class="footnote"><sup class="footnotemark">1</sup></a>. For example: </p><pre>
text '\parbox[t]{6cm}{\setlength{\parindent}{1cm} \
\noindent There once was a lady from Hyde, \newline \
Who ate a green apple and died, \newline \
\indent While her lover lamented, \newline \
\indent The apple fermented, \newline \
and made cider inside her inside.}'
</pre><center> <span style="border: 1px solid black"><img src="images/img-0615.png" alt="\includegraphics{examples/eps/ex_text1}" style="width:249px; height:92px" />
</span> </center><p>If unusual mathematical symbols are required, for example those in the <tt class="tt">amsmath</tt> package<a name="a0000000975" id="a0000000975"></a>, such a package can be loaded using the <tt class="tt">set preamble</tt> command<a name="a0000000976" id="a0000000976"></a>. For example: </p><pre>
set preamble \usepackage{marvosym}
text "{\Huge\Dontwash\ \NoIroning\ \NoTumbler}$\;$ Do not \
wash, iron or tumble-dry this plot."
</pre><center> <span style="border: 1px solid black"><img src="images/img-0622.png" alt="\includegraphics{examples/eps/ex_text2}" style="width:474px; height:36px" />
</span> </center></div>



<div id="footnotes">
<p><b>Footnotes</b></p>
<ol>
<li id="a0000000974">Remember, any valid L<sup style="font-variant:small-caps; margin-left:-0.3em">a</sup>T<sub style="text-transform:uppercase; margin-left:-0.2em">e</sub>X string can be passed to the <tt class="tt">text</tt> command<a name="a0000000977" id="a0000000977"></a> and <tt class="tt">set label</tt> command<a name="a0000000978" id="a0000000978"></a>.</li>
</ol>
</div>

<div class="navigation">
<table cellspacing="2" cellpadding="0" width="100%">
<tr>
<td><a href="sec-piechart.html" title="The piechart Command"><img alt="Previous: The piechart Command" border="0" src="icons/previous.gif" width="32" height="32" /></a></td>

<td><a href="ch-vector_graphics.html" title="Producing Vector Graphics"><img alt="Up: Producing Vector Graphics" border="0" src="icons/up.gif" width="32" height="32" /></a></td>

<td><a href="sect0075.html" title="Reference Manual"><img alt="Next: Reference Manual" border="0" src="icons/next.gif" width="32" height="32" /></a></td>

<td class="navtitle" align="center">PyXPlot Users' Guide</td>
<td><a href="index.html" title="Table of Contents"><img border="0" alt="" src="icons/contents.gif" width="32" height="32" /></a></td>

<td><a href="sect0255.html" title="Index"><img border="0" alt="" src="icons/index.gif" width="32" height="32" /></a></td>

<td><img border="0" alt="" src="icons/blank.gif" width="32" height="32" /></td>
</tr>
</table>
</div>

<script language="javascript" src="icons/imgadjust.js" type="text/javascript"></script>

</body>
</html>