Tag Archives: LaTeX

Automatically Setup New R and LaTeX Projects

You have a finite amount of keystrokes in your life. Automating repetitive steps is one of the great benefits of knowing a bit about coding, even if the code is just a simple shell script. That’s why I set up … Continue reading

Posted in Technical, Uncategorized | Tagged , , , , , , , | 3 Comments

Eliminate File Redundancy with Ruby

Say you have a file with many repeated, unnecessary lines that you want to remove. For safety’s sake, you would rather make an abbreviated copy of the file rather than replace it. Ruby makes this a cinch. You just iterate … Continue reading

Posted in Uncategorized | Tagged , , , , , , , , , , , | 2 Comments

Wednesday Nerd Fun: Create Your Own Crossword Puzzles

Whether you want to make your own crossword puzzles, or just wonder how they are created, this post is for you. A user over at StackExchange asked how to create a puzzle in . Another user named Thorsten gave a … Continue reading

Posted in Uncategorized | Tagged , , , , , , , | 1 Comment

PyCon 2012 Video Round-Up

The videos from PyCon 2012 are posted. Here are the ones I plan to watch, along with their summaries: Checking Mathematical Proofs Written in TeX ProofCheck is a set of Python scripts which parse and check mathematics written using TeX. Its … Continue reading

Posted in Uncategorized | Tagged , , , , , , , , , , , , , | Leave a comment

How to Count Words in LaTex Documents

One thing that can be hard to adjust to for new LaTeX users is not being able to easily get a word count relative to other programs. Now there is a solution, thanks to Matthias Orlowski and Alex Iliopoulos. I share … Continue reading

Posted in Technical | Tagged , , , , , | 1 Comment