Summer of Code - Getting Started: Difference between revisions

Line 148: Line 148:
This is analogous to how special characters may be included in a wiki using html.
This is analogous to how special characters may be included in a wiki using html.


:<pre>&alpha; &asymp; &beta;<sub>0</sub> + &gamma;<sup>&chi;</sup></pre>
:<pre>&amp;alpha; &amp;asymp; &amp;beta;<sub>0</sub> + &amp;gamma;<sup>&amp;chi;</sup></pre>
 
The text object's extent for the rendered result needs to be calculated and the text placed the location specified by the text object.  The text object's properties which the implementation needs to be concerned with are;
 
:* position
:* extent
:* horizontalalignment
:* verticalalignment
:* fontsize
:* fontunits


* On the other hand, the LaTeX formatting support is expected to provide full LaTeX capabilities. This will require to use an external LaTeX system to produce text graphics in some format (to be specified) that is then integrated into Octave plots.
* On the other hand, the LaTeX formatting support is expected to provide full LaTeX capabilities. This will require to use an external LaTeX system to produce text graphics in some format (to be specified) that is then integrated into Octave plots.
364

edits