This file is indexed.

/usr/share/doc/mlpost/html/Mlpost.Concrete.html is in libmlpost-ocaml-doc 0.8.1-6.

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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<link rel="stylesheet" href="style.css" type="text/css">
<meta content="text/html; charset=iso-8859-1" http-equiv="Content-Type">
<link rel="Start" href="index.html">
<link rel="previous" href="Mlpost.Generate.html">
<link rel="next" href="Mlpost.Cairost.html">
<link rel="Up" href="Mlpost.html">
<link title="Index of types" rel=Appendix href="index_types.html">
<link title="Index of values" rel=Appendix href="index_values.html">
<link title="Index of class attributes" rel=Appendix href="index_attributes.html">
<link title="Index of class methods" rel=Appendix href="index_methods.html">
<link title="Index of classes" rel=Appendix href="index_classes.html">
<link title="Index of modules" rel=Appendix href="index_modules.html">
<link title="Index of module types" rel=Appendix href="index_module_types.html">
<link title="Mlpost" rel="Chapter" href="Mlpost.html">
<link title="Mlpost_dot" rel="Chapter" href="Mlpost_dot.html">
<link title="Mlpost_lablgtk" rel="Chapter" href="Mlpost_lablgtk.html"><link title="Simple functions for the opposite operations" rel="Section" href="#2_Simplefunctionsfortheoppositeoperations">
<title>Mlpost.Concrete</title>
</head>
<body>
<div class="navbar"><a class="pre" href="Mlpost.Generate.html" title="Mlpost.Generate">Previous</a>
&nbsp;<a class="up" href="Mlpost.html" title="Mlpost">Up</a>
&nbsp;<a class="post" href="Mlpost.Cairost.html" title="Mlpost.Cairost">Next</a>
</div>
<h1>Module <a href="type_Mlpost.Concrete.html">Mlpost.Concrete</a></h1>

<pre><span class="keyword">module</span> Concrete: <code class="code">sig</code> <a href="Mlpost.Concrete.html">..</a> <code class="code">end</code></pre><div class="info module top">
Compute concrete values of numerics, points and paths;
   not always available<br>
</div>
<hr width="100%">

<pre><span id="VALsupported"><span class="keyword">val</span> supported</span> : <code class="type">bool</code></pre>
<pre><span class="keyword">module</span> <a href="Mlpost.Concrete.CPoint.html">CPoint</a>: <code class="code">sig</code> <a href="Mlpost.Concrete.CPoint.html">..</a> <code class="code">end</code></pre><div class="info">
The module of concrete points
</div>

<pre><span class="keyword">module</span> <a href="Mlpost.Concrete.CPath.html">CPath</a>: <code class="code">sig</code> <a href="Mlpost.Concrete.CPath.html">..</a> <code class="code">end</code></pre><div class="info">
Concrete Paths
</div>

<pre><span class="keyword">module</span> <a href="Mlpost.Concrete.CTransform.html">CTransform</a>: <code class="code">sig</code> <a href="Mlpost.Concrete.CTransform.html">..</a> <code class="code">end</code></pre>
<pre><span id="VALfloat_of_num"><span class="keyword">val</span> float_of_num</span> : <code class="type"><a href="Mlpost.Num.html#TYPEt">Num.t</a> -> float</code></pre><div class="info ">
<h2 id="2_Computetheconcretevalue">Compute the concrete value</h2><br>
</div>

<pre><span id="VALcompute_nums"><span class="keyword">val</span> compute_nums</span> : <code class="type">unit -> (<a href="Mlpost.Num.html#TYPEt">Num.t</a> -> unit) * (unit -> unit)</code></pre><div class="info ">
The value of a num in bp<br>
</div>

<pre><span id="VALcpoint_of_point"><span class="keyword">val</span> cpoint_of_point</span> : <code class="type"><a href="Mlpost.Point.html#TYPEt">Point.t</a> -> <a href="Mlpost.Concrete.CPoint.html#TYPEt">CPoint.t</a></code></pre>
<pre><span id="VALcpath_of_path"><span class="keyword">val</span> cpath_of_path</span> : <code class="type"><a href="Mlpost.Path.html#TYPEt">Path.t</a> -> <a href="Mlpost.Concrete.CPath.html#TYPEt">CPath.t</a></code></pre>
<pre><span id="VALctransform_of_transform"><span class="keyword">val</span> ctransform_of_transform</span> : <code class="type"><a href="Mlpost.Transform.html#TYPEt">Transform.t</a> -> <a href="Mlpost.Concrete.CTransform.html#TYPEt">CTransform.t</a></code></pre>
<pre><span id="VALbaselines"><span class="keyword">val</span> baselines</span> : <code class="type">string -> float list</code></pre><div class="info ">
<h2 id="2_Computethebaselinesofatex">Compute the baselines of a tex</h2><br>
</div>
<br>
<h2 id="2_Simplefunctionsfortheoppositeoperations">Simple functions for the opposite operations</h2><br>

<pre><span id="VALnum_of_float"><span class="keyword">val</span> num_of_float</span> : <code class="type">float -> <a href="Mlpost.Num.html#TYPEt">Num.t</a></code></pre><div class="info ">
exactly Num.bp<br>
</div>

<pre><span id="VALpoint_of_cpoint"><span class="keyword">val</span> point_of_cpoint</span> : <code class="type"><a href="Mlpost.Concrete.CPoint.html#TYPEt">CPoint.t</a> -> <a href="Mlpost.Point.html#TYPEt">Point.t</a></code></pre>
<pre><span id="VALpath_of_cpath"><span class="keyword">val</span> path_of_cpath</span> : <code class="type"><a href="Mlpost.Concrete.CPath.html#TYPEt">CPath.t</a> -> <a href="Mlpost.Path.html#TYPEt">Path.t</a></code></pre>
<pre><span id="VALtransform_of_ctransform"><span class="keyword">val</span> transform_of_ctransform</span> : <code class="type"><a href="Mlpost.Concrete.CTransform.html#TYPEt">CTransform.t</a> -> <a href="Mlpost.Transform.html#TYPEt">Transform.t</a></code></pre>
<pre><span id="VALset_verbosity"><span class="keyword">val</span> set_verbosity</span> : <code class="type">bool -> unit</code></pre><div class="info ">
<h2 id="2_Someoptionsthemlposttooltakescareofthem">Some options (the mlpost tool takes care of them)</h2><br>
</div>

<pre><span id="VALset_prelude"><span class="keyword">val</span> set_prelude</span> : <code class="type">string -> unit</code></pre><div class="info ">
set_prelude filename uses the prelude of the file filename
        for compilation of the tex snippets<br>
</div>

<pre><span id="VALset_prelude2"><span class="keyword">val</span> set_prelude2</span> : <code class="type">string option -> unit</code></pre><div class="info ">
set_prelude2 prelude uses this prelude
        for compilation of the tex snippets<br>
</div>

<pre><span id="VALset_t1disasm"><span class="keyword">val</span> set_t1disasm</span> : <code class="type">string option -> unit</code></pre><div class="info ">
Deprecated in a next release<br>
</div>
</body></html>