I’m far from a ninja when it comes to but I’m a big fan. I’ve written a bit about formatting logical expressions for past homework exercises. I’ve also used it in blog posts for doing the same. It’s a very useful tool even if you’re just a using basic templates like me.
A major driver behind my work on this website was the desire to get some of my technical work out into the public domain. Around the same time I started blogging I told myself that I should host my resume on this site as an incentive to keep it up to date. I failed pretty miserably there.
But when I took my position with Citrix nearly a year ago I updated my CV and now I’m resolving to keep it that way. It’s never an easy task to drag an old CV into the modern age and mine had been formatted using a very old style called res from RPI. Instead of struggling to keep the style usable on a modern toolchain I took on migrating to the newer tucv from CTAN.
This was a catalyst for all sorts of useful stuff like getting my CV into a git repo and generally refreshing the content. I’ll be putting together an ‘about’ page this site where I’ll host it and make the source available as well.
Till then here’s a quick set of instructions for getting tucv working on Debian Wheezy:
Unfortunately I wasn’t ablt to find tucv in any of the Debian latex / texlive packages. So to get tucv working I had to get the basic latex and texlive packages. Once this was done I had to download the .dtx and ,ins files manually.
Figuring out how to generate a style file from these sources and where to put them was the next trick. A bit of web searching turned up a manual describing how to use LaTeX on Debian:
- Just copy these files to /usr/local/share/texmf/tex/latex/tucv.
- Compile both files using
latex
- Registering the new style using
mktexlsr
ortexhash
.
to generate the package and documentation.
Then all you have to do is make your resume! Following the examples from the CTAN website is the best way to go. Personally I already had significant amount of content so most of my time was spent playing with layout.
It’s not perfect and I’ll be playing around to see if I can get better spacing in some of the sections that have a two column layout. The right most column is too narrow and forces date ranges on to multiple lines and I’m not a big fan of how that looks.
Great intro to LaTex; thanks for the links and tips. Tex should be making a comeback soon, considering independent publishers want to display their works simultaneously on the web, multiple e-reader formats, pdf’s, word docs, special journal formats, etc…
LikeLike
For the XenClient documentation our team is uing DocBook. I had to do some hacking on the docs a few months back and I was pretty impressed. DocBook was enough like Latex for me to just jump in and use a search engine to fill me in on the specifics as I was hacking. I don’t know enough about the space to say I see Tex making a huge comeback. It’s definitely not going anywhere though even with stiff competition from the likes of DocBook which is pretty impressive. Tex on Linux is just so free and available that it’s very compelling … that and it’s easy to version your source when it’s just text 🙂
LikeLike