September 2009
2 posts
Creating a LaTeX Resume
I’m in the process of looking for a job again now that I am wrapping up graduate school. I’m looking forward to working again.
The first part of any job search is, of course, the creation of the resume, and since I am never very happy with the output of Microsoft Word, I decided to look in to creating a resume in LaTeX. I’ve used LaTeX enough to know that its best to start...
SyntaxHighlighter - Javascript Code Highlighter
I was looking for a way to add syntax highlighting to this site and came across SyntaxHighlighter. It supports just about every language I will ever want and looks nice as well.
Here is an example:
def hello_world(self):
print("Hello World!")
if __name__ == "__main__":
hello_world( )