Live data from Hacker News

Designing a Business Card in LaTeX

olivierpieters.be

71–80 of 223 posts

Re: Designing a Business Card in LaTeX

#71
post #4

Serious question: Is LaTeX used outside academia these days?

I'm finishing up a 350+ page family history book that I wrote in LaTeX; I've got two or three more to go, and I wouldn't consider using anything else. It's got its quirks, but it was so easy to work with page formatting, footnotes/endnotes, and sections that it made up for all the fiddly issues I ran into with images. I have also been using the genealogytree[0] package (which relies on TikZ, coincidentally used by OP…

For longer documents in TeX, I wrote a collection of TeX macros for to make cross referencing easy. The collection was a little tricky to write but is fairly easy to use and works great. The package is based on some logical names that serve as, say, pointers; then in one place define such a name and in other places refer to it and get the page number, etc. inserted where the reference is made. Given some simple examples, it's really easy to use. I have a simple macro for my favorite text editor that will create a new, the next according to one scheme, such logical name. Having an easy way to have cross references is nice.

I also have something similar but simpler for bibliographic references.

TeX, some TeX macros, a good text editor with a good macro language (e.g., KEdit), and a good spell checker (e.g., ASpell with the last TeX distribution I got) are super good writing tools to have.

Re: Designing a Business Card in LaTeX

#72

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.)

Computer Modern is now one of the most overused typefaces on the planet. It looks great for that “Victorian-era American-style math paper” look.

People should mostly avoid it otherwise, IMO. There are plenty of better alternatives for typesetting pretty mathematics.

* * *

More generally about the thread here, TeX is not a productive or effective tool for making business cards or other heavily graphical documents. The point of TeX is to handle standard typesetting of structured prose and mathematical notation. Any time you need flexible layout control, TeX turns into more trouble than it’s worth.

Someone using a dedicated graphical page layout or vector graphics tool is going to make a better business card (or poster, or flyer, or diagram, or ...) in less time, in a way which is much easier to modify later.

Re: Designing a Business Card in LaTeX

#73

In March 2014, I attended a conference in Atlanta. In the subway, some nice guy told me I had to make business cards for the conference. So I went to some kinko and asked: - How much for 250 business cards? - $69. - If I provide a PDF and just ask you to print and cut, can you do it for today? - Yes. - How much? - $39. Do you have the file? - Yes. It was a lie. I opened a new LaTeX document and typed this thing, than…

I don't understand. What was the lie?

Re: Designing a Business Card in LaTeX

#74

These are really beautiful business cards. But man, does anybody actually get value out of their business cards? No interesting opportunity has ever come up for me as a result of sharing business cards. At some point I stopped taking them with me. I still have a bunch of them in my desk drawer, they're very outdated, and I only use them for grocery lists. Is that just me, or are business cards going out of fashion in…

What sort of opportunity are you imagining?

I trade cards with vendor sales reps and support people who visit. They have my info so they can let me know about new products or obsolescence issues, and I have their info so I can call them for support and product information.

Re: Designing a Business Card in LaTeX

#75
post #42
post #36

Earlier quoted context omitted.

>some nice guy told me I had to make business cards for the conference why? are they checking for business cards at the entrance or something?

Every person you meet is going to ask what you do, that's the moment to hand over your card.

I've always used it more as a natural conversation closer personally.

Re: Designing a Business Card in LaTeX

#77
post #30

Has anyone ever used QR codes on the business cards or store doors? It seems like a waste of space, you need to have a special app on your phone to read it. I think most people don't use that.

As an iOS user, I always assumed QR code reading was just built into Android's camera app. Is that not so?

Re: Designing a Business Card in LaTeX

#78
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.

I've done my resume in CSS for a decade now (with print media styles to generate a PDF) for this reason.

I don't currently use business cards but if that changed would probably do the same.

Re: Designing a Business Card in LaTeX

#79

In March 2014, I attended a conference in Atlanta. In the subway, some nice guy told me I had to make business cards for the conference. So I went to some kinko and asked: - How much for 250 business cards? - $69. - If I provide a PDF and just ask you to print and cut, can you do it for today? - Yes. - How much? - $39. Do you have the file? - Yes. It was a lie. I opened a new LaTeX document and typed this thing, than…

I don't understand. What was the lie?

I believe he means when he responded "Yes" to the final question (as in "Yes, I have the PDF file for the business card"), he was lying and had nothing. So he quickly searched SO and found what he needed.

Sometimes, that's just what Stack Overflow is there for: a quickly accessible CYA!

Re: Designing a Business Card in LaTeX

#80

In March 2014, I attended a conference in Atlanta. In the subway, some nice guy told me I had to make business cards for the conference. So I went to some kinko and asked: - How much for 250 business cards? - $69. - If I provide a PDF and just ask you to print and cut, can you do it for today? - Yes. - How much? - $39. Do you have the file? - Yes. It was a lie. I opened a new LaTeX document and typed this thing, than…

I don't quite get why LaTeX is special here. You could have done the same in Inkscape, Word or whatever other text stuff related program.
Post reply on HN