source: trunk/SRC/Documentation/idldoc_html_output/Textoidl/textable.html @ 104

Last change on this file since 104 was 104, checked in by pinsard, 18 years ago

start to modify headers of Postscript *.pro files for better idldoc output + change the title of idldoc output in html to SAXO Documentation

File size: 5.6 KB
Line 
1
2<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
4
5<!-- Generated by IDLdoc 2.0 -->
6
7<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
8  <head>
9    <title>textable.pro (SAXO Documentation)</title>
10
11   
12    <link rel="stylesheet" type="text/css" media="all" href="./../main_files.css" />
13    <link rel="stylesheet" type="text/css" media="print" href="./../main_files_print.css" />
14   
15
16    <script type="text/javascript">
17      function setTitle() {
18        parent.document.title="textable.pro (SAXO Documentation)";
19      }
20    </script>
21  </head>
22
23  <body onload="setTitle();">
24
25    <div id="navbar_title">
26  <h1>SAXO Documentation</h1>
27</div>
28
29
30<div id="main_navbar">
31
32  <table cellspacing="0">
33    <tr>
34     
35      <td><a href="./../overview.html?format=raw" title="Overview of library">Overview</a></td>
36     
37
38     
39      <td >Directory</td>
40     
41
42     
43      <td><a href="./../idldoc-categories.html?format=raw" title="Browse library by category">Categories</a></td>
44     
45
46     
47      <td><a href="./../idldoc-index.html?format=raw" title="Index of files, routines, and parameters">Index</a></td>
48     
49
50     
51      <td><a href="./../search-page.html?format=raw" title="Search library">Search</a></td>
52     
53
54      <td id="selected">File</td>
55
56     
57      <td >Source</td>
58     
59
60     
61      <td><a href="./../idldoc-help.html?format=raw" title="Help on IDLdoc">Help</a></td>
62     
63
64      <td >Etc</td>
65
66      <td id="flexible">Developer&nbsp;documentation</td>
67    </tr>
68  </table>
69
70</div>
71
72<div id="secondary_navbar">
73
74<a href="sub_sup_idl.html">&lt;&lt;prev file</a> | <a href="textoidl.html">next file &gt;&gt;</a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="textable.html" target="_TOP">view single page</a> | <a href="./../index.html?format=raw" target="_TOP">view frames</a>&nbsp;&nbsp;&nbsp;&nbsp;summary: fields | routine&nbsp;&nbsp;&nbsp;&nbsp;details: <a href="#routine_details">routine</a>
75
76</div>
77
78
79    <div id="container">
80
81      <h1 class="directory"><a href="directory-overview.html?format=raw">Textoidl/</a></h1>
82      <h2 class="pro_file">textable.pro</h2>
83
84      <div id="file_attr">
85        <dl>
86        </dl>
87      </div>
88
89      <div id="file_comments"></div>
90
91     
92
93     
94
95     
96
97     
98
99      <div id="routine_details">
100       
101
102        <div class="routine_details" id="_textable">
103
104          <h2><a class="top" href="#container">top</a>textable </h2>
105       
106          <p class="header">
107            <span class="result">result = </span>textable(<a href="#_textable_keyword_POSTSCRIPT">POSTSCRIPT</a>=<span class="result">POSTSCRIPT</span>, <a href="#_textable_keyword_VECTOR">VECTOR</a>=<span class="result">VECTOR</span>, <a href="#_textable_keyword_HELP">HELP</a>=<span class="result">HELP</span>)</p>
108       
109          <div class="comments">
110 NAME:
111       TEXTABLE
112 PURPOSE:
113       Returns a translation table from TeX to IDL.
114 CATEGORY:
115       text/strings
116 CALLING SEQUENCE:
117       table = textable()
118 INPUTS:
119       None
120 KEYWORD PARAMETERS:
121       /POSTSCRIPT -- If set, return postscript translation
122                      table rather than vector fonts table.
123                      Default is translations for vector
124                      fonts.
125       /HELP       -- Print help and exit.
126 OUTPUTS:
127       table -- a 2D text array.  table(0,*) contains          out
128                the words to be translated away, table(1,*)
129                contains the words to translate them to.   
130 COMMON BLOCKS:
131 SIDE EFFECTS:
132 NOTES:
133       To find out what TeX sequences are available, look at
134       table(0,*).
135 EXAMPLE:
136 MODIFICATION HISTORY:
137       $Id: textable.pro 47 2006-05-09 09:13:01Z pinsard $
138       $Log: textable.pro,v $
139       Revision 1.8  2004/06/15 17:25:54  mcraig
140       Fixed bug in regular expression, changed array notation to square brackets
141
142       Revision 1.7  1996/07/22 23:56:08  mcraig
143       Added \vartheta.
144
145       Revision 1.6  1996/07/12 21:31:42  mcraig
146       Fixed \varphi in vector font, added \circ.
147
148       Revision 1.5  1996/06/14 20:00:27  mcraig
149       Updated Copyright info.
150
151       Revision 1.4  1996/05/09 00:22:17  mcraig
152       Added command to return to previous font after switching to Greek or
153       symbol font.
154
155       Revision 1.3  1996/02/08 19:49:35  mcraig
156       Removed control sequence \perp because the postscript code for it is '^'.
157
158       Revision 1.2  1996/02/08 18:53:38  mcraig
159       Added translations for PostScript fonts, and added several new TeX
160       control sequences.
161
162       Revision 1.1  1996/01/31 18:47:37  mcraig
163       Initial revision
164
165 RELEASE:
166       $Name: Rel_2_1_2 $
167
168 COPYRIGHT:
169  Copyright (C) 1996 The Regents of the University of California, All
170  Rights Reserved.  Written by Matthew W. Craig.
171  See the file COPYRIGHT for restrictions on distrubting this code.
172  This code comes with absolutely NO warranty; see DISCLAIMER for details.</div>
173
174         
175
176         
177
178         
179
180            <h3>Keywords</h3>
181           
182            <h4 id="_textable_keyword_POSTSCRIPT">POSTSCRIPT&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
183             
184             
185             
186             
187             
188             
189             
190             
191            </h4>
192       
193            <div class="comments"></div>
194           
195            <h4 id="_textable_keyword_VECTOR">VECTOR&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
196             
197             
198             
199             
200             
201             
202             
203             
204            </h4>
205       
206            <div class="comments"></div>
207           
208            <h4 id="_textable_keyword_HELP">HELP&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
209             
210             
211             
212             
213             
214             
215             
216             
217            </h4>
218       
219            <div class="comments"></div>
220           
221         
222
223         
224         
225         
226         
227         
228         
229         
230         
231         
232         
233         
234         
235       
236         
237         
238         
239         
240         
241         
242         
243       
244         
245       
246        </div>
247       
248      </div>
249
250     
251
252      <div id="tagline">Produced by IDLdoc 2.0.</div>
253
254    </div>
255
256  </body>
257</html>
Note: See TracBrowser for help on using the repository browser.