For years while Apple had proprietary system software, I was itching to get a Unix system underneath and have the ease of the windowing system. Well, after OsX was released, I was ecstatic. Why? Because of the ease of some tasks in Unix in comparison to other OS’s. This post is only one example of what you can do if you do a bit of research into how to use your Mac. For those who have un*x boxes, this will merely be a place-holder for a few AWK scripts for you.
Read More
Tag Archives: Tip
Software For Scientists: Awk (& OsX)
LaTeX Tip: NewCommand
For those friends of mine currently attempting to work in LaTeX to code Materials Science and Engineering related tidbits…
Here’s a quick tip. Tired of typing all those crazy math commands for your material’s name? Simply use a new command. Here’s are a couple examples…
%Simpler way of writing CUINSE2: \newcommand{\cis}{CuInSe$_{2}$} %Simpler way of writing CUINGASE2: \newcommand{\cigs}{CuIn$_{(1-x)}$Ga$_{x}$Se$_{2}$} %Simpler way of writing CUGASE2: \newcommand{\cgs}{CuGaSe$_{2}$}
To see how this looks in compiled LaTeX output and another example, click “More”…
Read More