Home  >   Blog  >   Are You Still Writing a Resume in Word/LaTeX?

2020-11-28

Are You Still Writing a Resume in Word/LaTeX?

  Support by donation   Gift a cup of coffee


Over the past few years, I have been using LaTeX for writing a resume.

resume-latex

While it looks so professional especially in the academic world, there is a space for improvement in terms of maintainability, flexibility, and customizability.

Thus, I have started writing a resume in HTML and publishing it in the form of both PDF file and static website:

resume-latex

Notice that the implementation is fully based on lucas-clemente/cv. The template builds a static resume website by using Broccoli.js, and a PDF version is dynamically rendered via Screen Capture with PhantomJS. In fact, the code is slightly out of date, but it's fine and I can further tune and tweak as much as I want because it's just a simple HTML and JavaScript stuff.

Pros

Most importantly, I don't necessarily have to install TeX on my laptop anymore. After I graduated from the master's program and joined a company as an engineer, I have had a very limited opportunity to write an academic paper in LaTeX (only twice in the last 3-4 years12). That is, resume writing was the only reason why I install the TeX environment every time I set up a laptop. It was so frustrating for me as it keeps causing problems and requires spending quite a bit of time on resolving them. HTML and JavaScript, on the other hand, are straightforward that make the situation a lot easier and simpler.

Second, I can make my resume as much descriptive as I want by fully leveraging the markup language for creating bullet/numbered lists and inserting links into the texts. Since I'm not good at LaTeX, to be honest, I needed to keep my LaTeX-based resume as simple as possible so that it doesn't depend on any advanced macros. Consequently, the use of web technology enables me to flexibly customize the contents arbitrarily.

Additionally, in terms of customizability, web-based resume writing unlocks new possibilities such as adding visually stimulating icons with Font Awesome. It means that we can be more creative and make the resume unique and attractive for the readers; it is important to note that a resume is ultimately delivered to a certain reader (e.g., hiring manager, business partner), and hence readability, attractiveness, and uniqueness are the key factors that define a good resume.

Cons

Overall, I prefer creating a resume in HTML to taking the traditional options such as LaTeX and Word. However, at the same time, I can imagine some potential drawbacks.

First, the web-based ones may bring a less professional look and feel. I believe it's okay in most cases, but someone could think your resume is not serious when they look at the icons and web-safe fonts. We'd then need to spend more time on designing the website and carefully choosing a layout and font. In my case though, I have already submitted a PDF version of takuti.me/cv to a couple of different organizations, and there have been no problems so far.

Meanwhile, your excessive creativity & familiarity with web technology may be harmful if you over-decorate a resume. We should not forget the fundamental purpose of a resume, which gives an accurate description of your career in a readable way so that you can proceed to an interview process and/or establish a good relationship with collaborators. Just let resume do the job.

Bottom line

I have recreated my resume in HTML and stopped using LaTeX. The change makes the resume more maintainable, and it motivates me to keep the content updated. A resume is a "portfolio" of your life that must be read by someone else, and hence choosing the most comfortable way of writing is highly important for each of us to properly convey the information.

That's how I see resume writing, and I hope my case inspires you to rethink how to create/structure yours.

1. Query-Based Simple and Scalable Recommender Systems with Apache Hivemall
2. Zero-Coding UMAP in Marketing: A Scalable Platform for Profiling and Predicting Customer Behavior by Just Clicking on the Screen

  Share


  Categories

Programming

  See also

2021-09-04
Save HTML <svg> as an Image
2021-08-07
Why Your Job Title Matters
2017-05-28
Hugo meets kramdown + KaTeX #gohugo

  More

Last updated: 2022-09-02

  Author: Takuya Kitazawa

Takuya Kitazawa is a freelance software developer, previously working at a Big Tech and Silicon Valley-based start-up company where he wore multiple hats as a full-stack software developer, machine learning engineer, data scientist, and product manager. At the intersection of technological and social aspects of data-driven applications, he is passionate about promoting the ethical use of information technologies through his mentoring, business consultation, and public engagement activities. See CV for more information, or contact at [email protected].

  Support by donation   Gift a cup of coffee

  Disclaimer

  • Opinions are my own and do not represent the views of organizations I am/was belonging to.
  • I am doing my best to ensure the accuracy and fair use of the information. However, there might be some errors, outdated information, or biased subjective statements because the main purpose of this blog is to jot down my personal thoughts as soon as possible before conducting an extensive investigation. Visitors understand the limitations and rely on any information at their own risk.
  • That said, if there is any issue with the content, please contact me so I can take the necessary action.