| bio | website | cims.nyu.edu/~leingang |
|---|---|---|
| location | New York, NY | |
| age | 40 | |
| visits | member for | 2 years, 7 months |
| seen | 2 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 |
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 |
comment |
change page number color of latex beamer Ah, there is a configurable font as well. Give me a minute to update. |
|
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 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 |
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 |
comment |
pgf plot, polar plot: how do i ensure that the 0 degree label begins in the north and not in the east? Thanks, but instead of making it a comment, just edit your question. Have a look at the about page and our welcome page for new users. |
|
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? Can you please expand your code snippet to a minimal working example (MWE)? It should start with \documentclass and end with \end{document}. |
|
May 16 |
comment |
point-and-click open source javascript equation editor for latex? I'm not sure this question is on topic for the site, since our focus is on using the TeX family of applications, not the broader topic of applications that use TeX-like syntax. However, if all you want to do is enter LaTeX math code and have it rendered, the MathJax site has a demo page. |
|
May 16 |
comment |
I can't get LaTeX to recognize the Venndiagram package even though TeX Live says the package is installed (Global) StackExchange policy. I think it's to encourage other answers. See meta.stackoverflow.com/questions/5234/… |
|
May 15 |
comment |
I can't get LaTeX to recognize the Venndiagram package even though TeX Live says the package is installed Glad to hear it. Sorry I wasn't around to help you through the process. I was AFK. |
|
May 15 |
comment |
How to simply center equations using eqnarray*? From the TOC: (1) Spacing inconsistency (2) Eqnarray might overwrite equation numbers (3) labels can get mixed up. |
|
May 15 |
comment |
How to simply center equations using eqnarray*? Avoid eqnarray! |
|
May 15 |
comment |
How to simply center equations using eqnarray*? @Mohammad: The double-backslash ` \\ ` takes an optional argument which is the amount of extra space to skip. |