Usually, papers produced with LaTeX are not accepted unless all fonts are embedded in the document. Doing this is really easy if you're going the LaTeX -> DVI -> PS -> PDF way. Once compiled, just call the following on the postscript.
Usually, papers produced with LaTeX are not accepted unless all fonts are embedded in the document. Doing this is really easy if you're going the LaTeX -> DVI -> PS -> PDF way. Once compiled, just call the following on the postscript.
This should now contain all fonts embedded. You can check this by calling:
pdffonts filename.pdf
As for embedding fonts in eps figures that are produced using MATLAB, this is a little bit more complex. Use this m file. Usage is easy. Just run print_eps filename from within MATLAB. An eps with fonts embedded should be produced within the current directory.
Movies are a very useful tool in order to visualise the evolution of a process with time. It's very easy to make movies with MATLAB. Here, we are going to demonstrate 100 random points moving in time. First we open an aviobj which contains the name of the movie. We can define the frames per second for the movie. Under Linux, compression is not possible. However, you can define the quality and compression method on other platforms. The rest of the script simply defines the points and at each iteration adds a random jitter to each point. Every time plot is called, that frame is added to the aviobj. Once aviobj is closed, the movie is saved. Use your favourite editor to view the movie.
I am pursuing a PhD in cellular and wireless commmunications at the University of Edinburgh in the Institute for Digital Communications. The focus of my research is in the field of hybrid, ad hoc and cellular networks and I am currently working on the topic of femto-cells.