Category Archives for Mathematics
Matheplanet Award
These days, the voting phase of the Matheplanet Member Award ended. Among the 15 categories, there’s an award for the best LaTeX advisor.
Periodically, more or less
Recently I got my hands on the sine function, again. It’s the classic example for a periodic function. Everybody knows that horizontal wave in the cartesian coordinate system. Starting with a polar plot of a complex sine function in two … Continue reading
Dynamic systems, bifurcations, procedural worlds
I’m using pgfplots a lot, so I will share some examples today. Here, I benefit from these features of pgfplots, going beyond base TikZ: Simple plotting with 3d coordinates and axonometric projection Presentation of required coordinate axes Using color gradients … Continue reading
Iterated fractals
I recently dealt with Iterated function systems , in short IFS. Here we got repeated transformations: the space will be mapped onto itself. There can be different map specifications. We do this an infinite number of times and take a … Continue reading
Springer recommends eqnarray
I just read on LaTeX-Community.org, that the publisher Springer still recommends to use eqnarray. I could not believe that, so I went to Book Manuscript Guidelines, choose Manuscript Preparation in LaTeX and downloaded svmult.zip, which contains the Springer class for … Continue reading
LaTeX-Award on Matheplanet.com
Today Matheplanet.com has celebrated its annual awards for the 8th time. Members of the forum were honored for their contributions during the last year, 260 members have voted this time. There were many categories, from mathematics and physics to LaTeX … Continue reading
Inline math: $…$ vs. (…)
l2tabu, a text informing about obsolete packages and commands, recommends to replace $$…$$ by [...], but it doesn’t say a word about the difference between $…$ and (…). “Mathmode” by H. Voss does tell something, but it says in v2.40: … Continue reading
TikZ: Commutative diagrams with crossing edges
When one edge of a graph passes over or under another edge there may be a small gap needed in the drawing of one of those edges. An easy trick is to draw the upper edge two times: first with … Continue reading
An extension to amsmath matrix environments
Inspired by a question on matheplanet.com and remembering the cases redefinition I’ve shown some days ago I got the idea to extend the internal macro \env@matrix of amsmath.sty. I wanted to use the matrix environments together with array features like … Continue reading
amsmath: cases and \arraystretch
The amsmath cases environment is using the array environment internally, like its matrix environments. If you want to change the interline spacing of matrices you could redefine \arraystretch, like for any array environment. But it won’t work for cases – … Continue reading