| bio | website | cims.nyu.edu/~leingang |
|---|---|---|
| location | New York, NY | |
| age | 40 | |
| visits | member for | 2 years, 7 months |
| seen | 3 hours ago | |
| stats | profile views | 1,512 |
Math professor by day, hacker by night.
I teach calculus and try to implement teaching and new media technologies. I use a lot of LaTeX and the occasional scripting language.
So glad I found this site—now I can unsubscribe to some of those mailing lists I should be paying attention to but never have the time when the mails come.
|
2d |
comment |
english documentation of tkz-euclid N'existe pas, malhereusement. :-/ |
|
May 20 |
awarded | Enlightened |
|
May 20 |
awarded | Nice Answer |
|
May 20 |
comment |
Using remember picture with pgfplots Seems to be a pgfplots bug that's been resolved. I reproduced the issue in pgfplots 1.6; when I updated to the TeXLive version (1.7) it went away. |
|
May 18 |
comment |
Which package should I use for doing a connecting homomorphism diagram like this in latex That's the Mayer-Vietoris sequence. Couldn't have passed my qualifying exams without it! |
|
May 18 |
comment |
How can I generate some Latex output (equation) to be imported in MS Word? Googling "latexit alternative for pc" led me to this SuperUser post. |
|
May 18 |
comment |
How can I generate some Latex output (equation) to be imported in MS Word? There is a Mac utility called LaTeXit that comes with the MacTeX distribution. |
|
May 18 |
comment |
change page number color of latex beamer @Emalka: see updates. Thanks for the check but voting up is also nice. :-) |
|
May 18 |
revised |
change page number color of latex beamer added font configuration |
|
May 18 |
comment |
change page number color of latex beamer Ah, there is a configurable font as well. Give me a minute to update. |
|
May 18 |
revised |
change page number color of latex beamer no animation |
|
May 18 |
answered | change page number color of latex beamer |
|
May 18 |
comment |
change page number color of latex beamer What theme are you using? It would help if you could post a complete minimal working example (MWE). |
|
May 18 |
answered | Itemize inside longtable |
|
May 17 |
comment |
Itemize inside longtable To the question: couldn't multiple rows work just as easily? |
|
May 17 |
comment |
Itemize inside longtable @MarioS.E.: Most of us can't debug code by eyes alone. We have to copy and paste into a document, see what happens, poke it, see what happens, curse it, see what happens, etc. ... With an MWE we can get more quickly to the poking-and-cursing stage. Without it we have to manually type repetitive things like \documentclass...\begin{document}... and so on. Also we have to guess what packages are being loaded (especially annoying with multi-library packages like tikz and pgfplots), and it's a barrier to actually solving the problem. So MWE is always good if you want easy help. :-) |
|
May 16 |
answered | Vertical path to node in TikZ trees |
|
May 16 |
comment |
pgf plot, polar plot: how do i ensure that the 0 degree label begins in the north and not in the east? Label placement is very customizable. Take a look at Section 4.14 of the pgfplots manual. |
|
May 16 |
comment |
Any 7-bit way to write ä (umlaut-a) without " Sounds like you need to escape the backlash in front of ". |
|
May 16 |
revised |
pgf plot, polar plot: how do i ensure that the 0 degree label begins in the north and not in the east? added info about rotation of legend |