| bio | website | student.johnpdaigle.com |
|---|---|---|
| location | Atlanta, GA | |
| age | 40 | |
| visits | member for | 2 years, 8 months |
| seen | 2 days ago | |
| stats | profile views | 69 |
Coder, algorithm designer, father of two, pizza fanatic, and secret musician.
|
Jan 21 |
comment |
multiple legends in pgfplot I'll give this a shot and see how it works. Thanks! |
|
Jan 11 |
comment |
Are there any repositories of “killer slides” for Beamer? @Ben, @Konrad: Oddly, I had the exactly opposite reaction. I fled the productivity killing presentation softwares for Beamer. |
|
Jan 11 |
answered | Are there any repositories of “killer slides” for Beamer? |
|
Jan 5 |
answered | Creating Table: On Mastering LaTeX |
|
Dec 29 |
comment |
What packages do people load by default in LaTeX? Do you know if you can you do that with hg? |
|
Dec 29 |
comment |
What packages do people load by default in LaTeX? @levesque: Tikz has a fairly steep learning curve, but it is beautifully documented and provides rich libraries. I find the vector graphics that I produce in tikz to be superior to those I produced in inkscape. It seems easier on my brain to stay in keyboard mode as well. |
|
Dec 27 |
comment |
multiple legends in pgfplot Added a link to the data files. |
|
Dec 27 |
revised |
multiple legends in pgfplot added 1495 characters in body |
|
Dec 27 |
comment |
multiple legends in pgfplot I understand the convention. The difficulty, in this particular case, is that without the actual data files the preamble doesn't help at all. I will add the style definitions, but it still won't be compilable. |
|
Dec 20 |
comment |
multiple legends in pgfplot I don't see why. The only lines that aren't are \usepackage statements are style definitions, cyclelist definitions, and data references. None of which have anything to do with the problem, and at least some of which wouldn't do you any good without the data. |
|
Dec 10 |
comment |
Tex like formatting on blog posts I'll have to check this out. If this occurs inline than it's the coolest thing ever. |
|
Dec 9 |
answered | Best Way to Start Using LaTeX/TeX? |
|
Dec 9 |
answered | Tex like formatting on blog posts |
|
Dec 4 |
answered | Running BibTex from TextMate |
|
Dec 4 |
comment |
Running BibTex from TextMate That isn't a mistake, actually. I almost never use the same name for my .bib and .tex files. But when you do use different names, you have to put in the command \bibliography{bibname.bib} at the end of your document. |
|
Dec 4 |
awarded | Commentator |
|
Dec 4 |
comment |
Running BibTex from TextMate What happens if you clean the folder of its aux, bst, etc, run pdflatex and then bibtex (and then pdflatex twice) from the command line? |
|
Dec 3 |
comment |
Problem with Table Vertical Alignment Well, your actual question is: "What did I do wrong?" And the answer seems to be "Nothing. That's the expected behavior." Is that not the answer you're looking for? |
|
Dec 3 |
comment |
Line length in fancyvrb That's true. I've typeset code using pygments in the past, and had great luck with it. In this specific case, I needed line wrap, which is why I asked about line wrap. Listings is working beautifully. |
|
Dec 3 |
comment |
Line length in fancyvrb I could do that. But then I'd have to rewrite all of my code to fit into a specific tech document style. That sounds like a lot more work than just using a different package. |