Math & Science ⇒ make symbols in visio figs look like latex equation font
make symbols in visio figs look like latex equation font
I have drawn some figures in Microsoft Visio. In the report that I'm writing there are symbols in these figures (e.g. x[n]) which I use in my equations and as I added those symbols in my figures using equation editor of Microsoft, they look differently from what I have written in the body of my report using Latex equations. So I was wondering if anybody have any clue how I can change the symbols in my figure into Latex equation font?
thanks!
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
make symbols in visio figs look like latex equation font
I suggest you use Palatino font in Visio, and then in your LaTeX file, have
Code: Select all
\usepackage{palatino}
Code: Select all
\begin{document}
If you need an even better result, check out Tikz http://sourceforge.net/projects/pgf/. This is far superior to creating figures in visio and then inserting them in LaTeX, but the learning curve might be a bit steep (depending on what you want to draw).
Cheers,
Hanibal
Re: make symbols in visio figs look like latex equation font
http://www.ctan.org/tex-archive/fonts/c ... akoma/otf/
actually most of these fonts look similar to me but I used "cmmi9" font and it works for me good enough.