In this way we can make other equations using MathType and some simple observations.
How to copy the equations to Adobe Illustrator?
- First go to Preferences menu in Menu bar.
- In Preferences menu select Cut and Copy Preferences.
- In Preferences Dialog box, select Equation object (Windows OLE graphic), then click OK.
- Then copy the equation as you select the text in MS Word.
- And paste it in Adobe Illustrator.
How to copy the equations to KompoZer?
- First go to Preferences menu in Menu bar.
- In Preferences menu select Cut and Copy Preferences.
- In Preferences Dialog box select MathML or TeX.
- In the drop-down box (it has LaTeX 2.09 and later option selected), select AMSTeX.
- And unselect the Include MathType data in Translation option, then click on OK.
- Then copy the equation as you select the text in MS Word.
- And paste it in KompoZer.
- After pasting, you will get a text in the form of '$$\left( {\frac{{{d^2}y}}{{d{x^2}}}} \right) + 3\left( {\frac{{dy}}{{dx}}} \right) + 2 = 0$$'.
- To appear the equation in the new line leave it as it is.
- To appear in the same line, remove $ from the pasted equation on both sides (i.e., left & right).
Example:
For example we have to make:
Case (1):
Roots of Quadratic equation are given by $$\frac{{ - b \pm \sqrt {{b^2} - 4ac} }}{{2a}}$$
Case (2):
Roots of Quadratic equation are given by $\frac{{ - b \pm \sqrt {{b^2} - 4ac} }}{{2a}}$
The above two cases will be displayed in the web browser as shown below:*To make the equation appear in the webpage, you must be connected to internet.
Go to the Source tab in Kompozer and you must insert the
following script in the between <head></head> tags in souce
code.
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
tex2jax: {
inlineMath: [ ['$','$'], ["\\(","\\)"] ],
processEscapes: true
}
});
</script>
<script type="text/javascript"
src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-MML-AM_CHTML">
</script>
To insert space between words :
- If we want to make 'Molecular weight' in MathType it is not possible, because we can insert space in between words in MathType (try for yourself inserting a space).
- We can make only this Molecularweight in it.
- Copy and paste this in Kompozer. You will get this:
$$Molecularweight$$
- Now between the words Molecular and weight in above text add '\ ' in between them. It becomes:
$$Molecular\ weight$$
- Now save the file and load it in web browser you can see space between two words.
*Remember
all the mathematical terms, Physical terms for suppose elements like
radius 'r', function 'F(x)' ...etc., must not be typed simply. They
must be typed as for suppose 'r' must typed as '$r$', so that we can
get in Mathematical font.
In this way we can prepare any Mathematical equation in MathType.
The more you practice, the more you excel.
Summary:
- First open MathType.
- Type the Mathematical Equation which you want to make using the tools form the MathType.
- Set the Cut and Copy preferences
according to the usage of the equation i.e., if you want to use in
KompoZer or Adobe Illustrator (follow the process given above).
- Copy the equation from MathType.
- Paste the equation in KompoZer/Adobe Illustrator (according to your usage).
Credits: Upendra Sai Teja
Copyright ThinkMerit. All rights
reserved.