I would love to use this to design my lab badges as well :)
Designing a Business Card in LaTeX
51–60 of 223 posts
Re: Designing a Business Card in LaTeX
#52Re: Designing a Business Card in LaTeX
#53If 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.)
Re: Designing a Business Card in LaTeX
#54Serious question: Is LaTeX used outside academia these days?
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
#55Earlier 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)
Re: Designing a Business Card in LaTeX
#56Re: Designing a Business Card in LaTeX
#57Serious question: Is LaTeX used outside academia these days?
Re: Designing a Business Card in LaTeX
#58If 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.)
Handy link (because it's actually quite hard to find): http://concentriclivers.appspot.com/LatinModernTTFHinted.7z
Re: Designing a Business Card in LaTeX
#59If 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…
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.
Re: Designing a Business Card in LaTeX
#60You 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.
> 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.