Live data from Hacker News

Designing a Business Card in LaTeX

olivierpieters.be

51–60 of 223 posts

Re: Designing a Business Card in LaTeX

#53

If you're going to go through all the trouble of typesetting a business card in LaTeX, you really ought to use Computer Modern Roman so that folks know you typeset it in LaTeX. (Related; resumes in CMR always have +10 credibility.)

Me nods. I clicked on it with a 100% expectation to see Computer Modern Roman (CMR) font, only to be surprised. Not that I was repulsed with what I saw. Still nice, but I'd have also posted a variant with CMR. :-)

Re: Designing a Business Card in LaTeX

#54
post #4

Serious question: Is LaTeX used outside academia these days?

I work on supply chain optimization at Target, and we write lots of internal documents in TeX. Admittedly the team has a relatively academic background—many PhDs in math, CS and OR—but it's still industry use :).

Some Word/PowerPoint creeps in as well, but I highly prefer the TeX documents. They look better, are easier to edit/reuse and slot neatly into Git. I really wish more people used it (or Markdown or whatever) instead of Office nonsense.

Re: Designing a Business Card in LaTeX

#55

Earlier quoted context omitted.

> Do note that I have a LaTeX PDF style CV as well, but it's not linked in the article (nor available online). any particular reason why? i for one would love to see it.

At the moment the code is pretty ugly and there's a bit of personal information (e.g. phone number) I don't want to post online. I might write a blog post on creating a custom CV, but that's for some time in the future ;) (not really sure when)

My two cents using pandoc, LuaLaTeX (or XeLaTeX) and few TeX hacks. http://jill-jenn.net/résumé.pdf

Re: Designing a Business Card in LaTeX

#56
You don't need an advanced text formatting system to design a business card. Any system that allows you to place short strings of text at any desired (x,y) position will do just fine. In fact, such a simple system might be better at not getting in your way.

Re: Designing a Business Card in LaTeX

#57
post #4

Serious question: Is LaTeX used outside academia these days?

Unlike what most LaTeX users may think, LaTeX is actually not even widely adopted in academia, with less than 20% of scholarly articles published every year written using LaTeX (https://www.authorea.com/107393-how-many-scholarly-articles-...). That said, it is the only powerful option to professional typeset mathematical notation. And for that reason, it is used by few in some non-academic research fields (military, gov, pharma, tech, HN readers).

Re: Designing a Business Card in LaTeX

#58

If you're going to go through all the trouble of typesetting a business card in LaTeX, you really ought to use Computer Modern Roman so that folks know you typeset it in LaTeX. (Related; resumes in CMR always have +10 credibility.)

That's why I always install CMR in MS Word.

Handy link (because it's actually quite hard to find): http://concentriclivers.appspot.com/LatinModernTTFHinted.7z

Re: Designing a Business Card in LaTeX

#59

If you're going to go through all the trouble of typesetting a business card in LaTeX, you really ought to use Computer Modern Roman so that folks know you typeset it in LaTeX. (Related; resumes in CMR always have +10 credibility.)

I think this need not be the case. When creating this, I wanted it to look good and the way I wanted it. Not make it scream "LaTeX". For a CV, Computer Modern might be more apt since there's also more text on it. But again, why make it scream LaTeX if one can do it more subtle and make it more personal at the same time? Do note that I have a LaTeX PDF style CV as well, but it's not linked in the article (nor availabl…

Exactly. Good TeX should simply yield to good typography. Nice ligations, etc.

I dont like Computer Modern too much. I am very fond of Gentium [1]. For math, I love Euler [2], which is used in Concrete Mathematics.

[1] https://en.wikipedia.org/wiki/Gentium

[2] https://en.wikipedia.org/wiki/AMS_Euler

Re: Designing a Business Card in LaTeX

#60
post #56

You don't need an advanced text formatting system to design a business card. Any system that allows you to place short strings of text at any desired (x,y) position will do just fine. In fact, such a simple system might be better at not getting in your way.

The author addresses this in the second paragraph.

> I picked LaTeX because I want to have a platform independent implementation and because why not? I really like making LaTeX documents, so this seemed like something other than creating long documents.

Post reply on HN