188 reputation
7
bio website beesbuzz.biz
location Seattle, WA
age 34
visits member for 1 year, 6 months
seen May 12 at 18:51
stats profile views 4

Software engineer, freelance artist/musician/tinkerer


Jan
24
comment How can I explain the meaning of LaTeX to my grandma?
Just because LaTeX was designed for technical documents doesn't mean that's all its good for. I laid out a comic book in LaTeX. (Because scripting makes things easier.)
Jan
22
awarded  Teacher
Jan
22
answered How can I explain the meaning of LaTeX to my grandma?
Nov
13
awarded  Commentator
Nov
13
comment Change background colour for entire document
Somewhat off topic, but the best way to change the background color of an entire document is to print it on colored paper. :)
Feb
13
comment How can I introduce a non-technical person to LaTeX?
+1 here as well. I used LyX to write my various academic papers back when I was still an academic and it certainly saved me a lot of grief.
Dec
17
awarded  Editor
Dec
17
revised How to replace chapter boilerplate with full-page image?
A better title based on what was being asked
Dec
17
comment The effect of the anonymous letter
Man, that kerning is TERRIBLE.
Nov
28
comment How to replace chapter boilerplate with full-page image?
Okay, good to know. I guess I should have just tried it straight away. Sorry to be such a bother.
Nov
28
comment How to replace chapter boilerplate with full-page image?
So, I finally tried switching over to this method (since it seems a bit cleaner), but I couldn't figure out how to use \AddToShipoutPicture or \includegraphics or whatever instead of \includepdf (since my images are in .png format, not .pdf).
Nov
26
accepted How to replace chapter boilerplate with full-page image?
Nov
26
comment How to replace chapter boilerplate with full-page image?
Oh, so it is, thanks. Sorry about that. I think I just got overwhelmed by the verbosity of the first two approaches that I must have overlooked the third.
Nov
25
comment How to replace chapter boilerplate with full-page image?
@egreg Yeah, the last \picturechapter macro is pretty decent. +1 for that. When I commented on this answer only the first example code was here. I definitely like \picturechapter a lot better than the other ones.
Nov
23
comment How to replace chapter boilerplate with full-page image?
That certainly seems to be the proper TeX-y way to do it: overwrought, overly complicated, and requires a Makefile to update things correctly. ;)
Nov
23
awarded  Scholar
Nov
23
comment How to replace chapter boilerplate with full-page image?
For now just doing \def\chapterimage{chapter-1.png} \chapter{Chapter Title} seems to work. Thanks!
Nov
23
awarded  Supporter
Nov
23
comment How to replace chapter boilerplate with full-page image?
Thanks! How do I define \chapterimage? Just doing \chapter[chapterimage=foo.png]{ChapterTitle} didn't work (I got a macro error, "Undefined control sequence \chapterimage"). Also I'm including my individual chapters in separate .tex files, if that makes a difference.
Nov
23
awarded  Student