White Text Black Background
Tuesday, December 6, 2011
LaTeX: Draw a horizontal line
In LaTex if you want to draw a horizontal line across the page you can use the rule command.
\rule[lift]{width}{height}
Example:
\rule[-0.1cm]{16.51cm}{0.05cm}
Wednesday, February 16, 2011
Mac OS: Switch between windows of the same app
In Mac OSX to switch between windows of the same app just hit 'cmd' + '~'.
Terminal: LS to show hidden files
To view hidden files starting with '.' for example ~/.bash_profile use the following command:
$ ls -a
Quoting from:
$ man ls
-a Include directory entries whose names begin with a dot (.).
SVN: How to specify editor for SVN Commit
If you are running SVN for the first time you will need to specify the editor to use when adding a comment when you use the command:
$ svn commit
To specify an editor use the following command:
$ export SVN_EDITOR=vim
Newer Posts
Home
Subscribe to:
Posts (Atom)