XeLaTeX is a replacement for pdfLaTeX that allows you to use the fonts on your computer (rather than only those fonts that come with your tex system). However, TeXstudio is not set up to use XeLaTeX yet. Fortunately, it is not difficult. Go to Options/Commands where all the commands used by TeXstudio are specified. You probably don’t need standard LaTeX these days, so replace the LaTeX command with the following. xelatex –interaction=nonstopmode %.tex Then click OK. Now the LaTeX button at the top of the screen is mapped to XeLaTeX rather than standard LaTeX. You can still access pdfLaTeX via its button for your non-XeLaTeX files. Before anyone comments that you need standard LaTeX for when eps graphics are used, see Converting eps to pdf.
Posts Tagged ‘computing’:
Mailing lists
Staying in touch with other researchers is important. You need to know about up-coming conferences, seminars, jobs, etc. To this end, it is worth finding a few key email lists to join. A long list of lists in econometrics and statistics is provided by EconometricLinks. Browse through it to find topics of interest. No doubt researchers in other disciplines have their own lists, but I don’t know about them. For those in Australia and New Zealand, there are two local lists that every statistician and econometrician should be on: Australia and New Zealand statistics: ANZstat. Australia and New Zealand econometrics: ANZecmet I manage the ANZecmet list, and to make it easy to join you can simply use the following subscription box. Subscribe to anzecmet Email: Visit this group
Following authors on Google Scholar
A great new feature has been added to Google Scholar Citations. For those authors who have set up a citations page, it is now possible to get email alerts for any new articles they publish, or for any new citations of their articles. So you can track citations to your own work this way, and stay up-to-date with key authors in your field. Setting up a Google Citations page is super-easy and was already worth doing. This new functionality is another reason to do it. After all, as researchers we want people to read our stuff, so we might as well make it as easy as possible for people to find what we write. To set up your Google Citations page, go to scholar.google.com/citations. To follow an author, find their citations page and look for the “Follow this author” box at the top right of the page. Hopefully, Google will add RSS feeds as an option in the future as I’d much rather get alerts that way then by yet more email in my inbox.
Some useful extensions for Gmail
Gmail can be even more awesome with a few extensions (for either Chrome or Firefox).
The art of R programming
This is a gem of a book. It will become the book I give PhD students when they are learning how to write good R code. That is, if I ever see it again. I had hoped to write a review of it, but I haven’t seen it since it arrived in the mail a couple of weeks ago because a research student or research assistant has always had it on loan. I guess that’s a testament to how useful it is.
Researcher portals
A researcher portal is a website that attempts to list all the publications of a given researcher. Some portals also allow sharing papers, interacting with other researchers, calculating citation statistics, etc. Every researcher wants their work read and cited, so these websites can be useful tools for getting your work noticed. They can also function as a de facto home page if you don’t already have a personal website. Conversely, they can be a good way to find new work by researchers in your field. However, unless a site provides a relatively complete list of your publications, and covers a large proportion of the research community in your discipline, it is of limited value.
What you wish you knew before you started a PhD
I asked my research group recently what they wished they had learned before they started work on a PhD. Here are some of the responses.
Using TeXstudio with SumatraPDF
SumatraPDF is my favourite pdf reader and TeXstudio is my favourite LaTeX editor. Here’s how to get them to work nicely together.
Switching from JabRef to Mendeley
Mendeley has a lot more facilities than JabRef, and I’ve recommended that everyone in my research group switch to Mendeley. However, if you’ve been using JabRef for a while then you won’t want to lose all your pdf links and other information stored in JabRef. Here are a couple of ideas to make the conversion simpler.
Learn Machine Learning at Stanford for free
Andrew Ng’s machine learning course at Stanford is being offered free to anyone online in the (northern) fall of 2011. I’ve seen some of the notes from this course and it looks to be an excellent broad introduction to machine learning and data mining. For example, support vector machines, neural networks, kernels, clustering, dimension reduction, etc.

Rob J Hyndman