Ipe uses the TeX interpreter. Therefore, it is a nice solution for producing vector based graphics along the equations with accurate format. However, the default formatting may not be the best. Especially for the IEEE based documents, it would be more convenient to use the standard fonts for both text and equations.
In order to obtain such nice format, you just need to follow few more steps.
In order to obtain such nice format, you just need to follow few more steps.
- In Ipe, access the document properties via ‘Edit’ menu. Alternately, you can use the key combo: ctrl + shift + P (for windows) or cmd + shift + P (for mac).
- In Ipe document properties dialog window, add following lines under the section named ‘Latex preamble’.
- \usepackage{amsmath}
- \usepackage[T1]{fontenc}
- \usepackage{times}
- \usepackage{dsfont}
- Click Ok and compile your document (ctrl + L).
No comments:
Post a Comment