Sunday, December 07, 2008

NIH proposal in LaTeX

I never would think NIH proposal can be done in LaTeX: http://www.cs.duke.edu/brd/NIH/tips/

Another truly amzing LaTeX resource: http://www.lecb.ncifcrf.gov/~toms/latex.html

How to write a LaTeX package: http://www.tex.ac.uk/cgi-bin/texfaq2html?label=writecls

Saturday, December 06, 2008

Automatic table making using R

R provides several facilities to automate the table making process. The XTABLE package can produce summary tables and tables for single model results. HMISC and DESIGN have some facilities to get the results into LaTeX (I have not tried them); MEMISC can produce multiple model result table; and this tiny package, APSRTABLE, seems to provide quavalent functionality and more flexible.

Here is another approach and some examples: http://www.r-cookbook.com/node/11

Using g++ with numerical recipes

Some instructions: http://linux4research.blogspot.com/2006/11/use-g-and-numerical-recipes.html

Here is another interesting post: http://mingus.as.arizona.edu/~bjw/software/boycottnr.html

Ubuntu vs. OSX

  1. How to install Ubuntu on a Macbook: http://regebro.wordpress.com/2008/11/16/installing-linux-on-a-macbook-without-os-x/
  2. Ubuntu vs. OSX: http://regebro.wordpress.com/2008/12/02/os-x-vs-ubuntu-ubuntu-ftw/?referer=sphere_related_content/
Now I realize that these two posts were from the same person: http://regebro.wordpress.com.

Thursday, December 04, 2008

Two more papers of mine

Netbeans and gfortran


I know that Eclipse has a good FORTRAN ide called Photran. I also know that Sun has a compote FORTRAN development tool chains called Sun Studio. What I did not know is that Netbeans itself is a good IDE for gfortran, the default FORTRAN compiler for most Linux distros today.

Here is a really simple debugging session.

Python 3

Python 3 has been released: http://www.python.org. It will be interesting how well it is received by the majority of Python programmer.

Wednesday, December 03, 2008

Automatic table making using Stata

Definitive guidelines:
  1. http://repec.org/bocode/e/estout/
  2. http://ideas.repec.org/c/boc/bocode/s456977.html

Monday, December 01, 2008

LaTeX to other format

Here is a solution: http://pastcounts.wordpress.com/2007/10/23/converting-latex-to-openoffice/

Here is another one: http://nileshbansal.blogspot.com/2007/12/latex-to-openofficeword.html

And this one: http://latex2rtf.sourceforge.net/

A summary: http://www.tug.org/utilities/texconv/textopc.html

For equations: http://latexinword.sourceforge.net/

Counter