From mathcurve.com: Alain’s curve (studied by Alain Juhel) is the projection of the intersection of the elliptical cone c²z²=a²x²-b²y² with the hyperbolic paraboloid cz=x²-y² onto the xy plane: So it makes sense to plot that xy projection as 0-level contour… Continue Reading →
As I mentioned yesterday on goLaTeX.de, the forum mrunix.de was permanently closed on August 1, 2025. The reasons were low activity and a high volume of spam. Besides Unix topics, the LaTeX subforum was very active—probably the most active of… Continue Reading →
Wie ich gestern auf goLaTeX.de erwähnte, wurde das Forum mrunix.de am 1. August 2025 dauerhaft geschlossen. Grund war die geringe Aktivität und das hohe Spam-Aufkommen. Neben Unix-Themen war das LaTeX-Unterforum sehr aktiv, ich würde sogar sagen, am aktivsten von allen… Continue Reading →
This is a demonstration of how to write Japanese text in TikZ pictures, using luatexja.
またXの夜。@nawi0718の質問を見かけて、「はい、TikZで絵が描けるよ」って答えられるなーと思って。ヘッダーに朝比奈みくるがいたから、さっとこの絵を描いてみたよ。彼女の恥ずかしがり屋で控えめな性格が好き。
TeX Live 2025 was released today. All engines now create PDF-1.7 in LaTeX and plain format, with older formats (like 1.5 and 1.4) still supported. MacTeX 2025 is now also available, coming with TeXShop 5.49, and working with the latest… Continue Reading →
On X (Twitter), Juan Carlos aka @jcponcemath posts math content frequently. I saw hist post about the Aizawa attractor, a spherical-shaped attractor made from 6 parameters (a, b, …, f). Three equations generate a trajectory from an initial point. I… Continue Reading →
Doraemon is a blue robot cat from the 22nd century. He was sent to the 20th century to help Nobi Nobita. On his stomach, he has a four-dimensional pocket where he keeps all kinds of gadgets, no matter how big… Continue Reading →
I saw a beautiful parametric plot on X (Twitter) by Juan Carlos, that looks like a rose, done in Desmos. Parametric surface: Rose #mathematics #surfaces #marthart #desmos https://t.co/bxFsJuKIzN pic.twitter.com/Uls6ZgWF2Y — ∞ 𝕁uan ℂarlos (@jcponcemath) February 3, 2025 Challenge accepted! I’ll… Continue Reading →
On X (Twitter), I saw a post by @clcoding demonstrating making area charts in Python. As I knew that we can do them easily with pgfplots, I did the same. We can use the ‘fillbetween’ library as follows: We can… Continue Reading →
On X (Twitter), I saw a post by @ThePhysicMemes making fun of a bear running on a jumping ball. I used this occasion to generate periodic plots with an if-condition, demonstrating also how functions can be declared: This LaTeX document… Continue Reading →
Mathieu aka @miniapeur posted another meme on X (Twitter). It contained a 3D plot of a wavy function. So I did a similar plot, but for roundness and rotational symmetry parametrized it differently so it won’t have these edgy corners…. Continue Reading →
I saw Gabriel’s Horn on X (Twitter) posted by @sonukg4india. Looks nice, so let’s plot it ourselves. We can use pgfplots to draw Gabriel’s horn quickly in LaTeX: pic.twitter.com/aoDjL3vwHw — LaTeX.org (@TeXgallery) February 3, 2025 \documentclass[border=10pt]{standalone} \usepackage{pgfplots} \pgfplotsset{compat=1.18} \begin{document} \begin{tikzpicture}… Continue Reading →
I saw tomoq’s star-shaped plot on X (Twitter), together with a pretty big implicit function definition: How to plot this? An easy way is to consider the left side as a function z=f(x,y) in three dimensions, and that equation would… Continue Reading →
The TeX Users Group (TUG) meeting 2025 will take place in Trivandrum, Kerala, India, from July 18-20 (Fri-Sun), 2025. It is hosted by TeXFolio, an institutional member and sponsor of the TeX Users Group. Conference information and the registration form… Continue Reading →
Original drawing by Daniel Littmann on X/Twitter, here drawn in TikZ. I used the hobby library for smooth open or closed paths, “to” paths with in and out angles for further smooth paths with a certain looseness, all nodes set… Continue Reading →
The Heaviside step function, also called the unit step function, is named after Oliver Heaviside. Its value is zero for negative arguments and one for positive arguments. It can be used to represent a signal that is first switched off… Continue Reading →
\documentclass[tikz,border=10pt]{standalone} \usetikzlibrary{angles,calc,decorations.markings} \begin{document} \begin{tikzpicture}[thick, draw only after/.style = { preaction ={decorate, decoration={markings,mark=at position 0 with {\pgfmathsetmacro\mypoff{\pgfdecoratedpathlength*#1}\xdef\mypoff{\mypoff} \pgfmathsetmacro\mypl{\pgfdecoratedpathlength}\xdef\mypl{\mypl}}}}, postaction={draw, dash pattern = on 0pt off \mypoff on \mypl}}] \coordinate (o) at (0,0); \coordinate (a1) at (0.72, 1.33); \coordinate (a2) at (0.72,… Continue Reading →
\documentclass[border=10pt,tikz]{standalone} \usepackage{dsfont} \usetikzlibrary{angles, decorations.pathmorphing} \begin{document} \tikzset{smallcircle/.style = {circle, draw, fill=white, inner sep=2pt}} \def\r{1.2} \newcommand*{\U}[5]{% \path (#2,#3) coordinate (0) +(#4:\r) coordinate (1) +(#5:\r) coordinate (2) pic[thick, draw = red!80!black, angle radius=\r cm] {angle = 1–0–2} pic[thick, draw = black, angle radius=\r… Continue Reading →
In November 2024, a translation of the TikZ book written by Stefan Kottwitz has been released by Asakura Publishing. 2024年11月に、Stefan Kottwitz著のTikZに関する書籍の翻訳版が朝倉書店から発売されました。LaTeXで画像を作るための実用的な入門書。TikZにより数学、科学、技術論文に図や画像を簡単に入れられる。アイデアやデータを可視化してプロフェッショナルな図表やプロットを2次元でも3次元でも表示できるようになるために。 本書の内容: TikZ.jp See also: Original Source by Stefan Kottwitz
On X (Twitter), I saw a post by Ben Levinstein asking if any AI could do a good job turning hand-drawn diagrams into TikZ equivalents. I guess AI is not ready for this yet, but I can show how I… Continue Reading →
On X/Twitter, I saw a drawing by 黄餅もち. It is pretty easy to do in TikZ, so I quickly made this drawing, using LuaLaTeX: The code is: \documentclass[tikz,border=10pt]{standalone} \usepackage{luatexja-fontspec} \usetikzlibrary{trees} \begin{document} \begin{tikzpicture}[edge from parent fork right, grow=east, every node/.style={draw}] \node… Continue Reading →
On X/Twitter, I saw a drawing by toshᴉzumi. It’s pretty complex, well made, I like it very much. I had a few thoughts how I would adjust it a bit to my taste. toshᴉzumi shared the code, so I played… Continue Reading →
I saw a question on X/Twitter by とと about drawing certain circles, partially filled, together with aligned equations. So, I quickly wrote some TikZ code to demonstrate how such drawings can be done. This is the result: And this is… Continue Reading →
I saw a question on X/Twitter by @ritsudesu_yoro about drawing arrows and adding labels to chemical equation. @RARARARAICHUUU recommended doing it in TikZ, and I fully agree with this suggestion. So I wrote quickly some TikZ code to demonstrate how… Continue Reading →
The periodic table is a huge chart that organizes all known chemical elements by their atomic number and other properties. It makes it easy to see their relationships by grouping similar ones together. This table is essential for chemists and… Continue Reading →
PGFplots.netの開始後、私はpgfplotsでさらに実験をしました。私がいつものように各グラフィックソフトウェアで行うように、フラクタルをどのように表現できるか、そしてそれによって有用または興味深い側面があるかどうかを考えました。ここでは速度やメモリスペースは二次的なもので、時間とともに容量は変わります。
リンデンマイヤーシステム、通称L-システムは、「置換システム」です:ある(グラフィック)オブジェクトの部分が、最も単純な場合にはその縮小されたオブジェクト自体に置き換えられます。これが繰り返され、例えば再帰的に行われます。これにより、非常に複雑なフラクタル構造が生まれ、同時に非常にシンプルに定義されることがあります。
ここでは、繰り返し関数システム、略してIFSについて扱います。ここでは繰り返し変換が行われます。空間が何度も自分自身にマッピングされます。このプロセスにはさまざまなマッピング規則があり得ます。理想的にはこれを無限に行い、すべての間で不変である空間内の集合を考察します。この集合はフラクタルになる可能性があります! 理論はさておき、Wikipediaで基本的な内容を、そして素晴らしい本でより深く理解することができます。では、これをどのように生成するのでしょうか? 最も簡単な方法は「カオスゲーム」と呼ばれるものです。一点を取り、その点に一つの変換を適用します。変換によって不変である点集合に関わるため、目的の点は集合内に落ちなければなりません。この新しい点でプロセスを繰り返し、何千回も繰り返して図が浮かび上がるまで続けます。
While a word cloud is a pretty picture made of words, it’s a tool that can visualize the importance of topics or keywords, or how often a word appears in a text. Bigger words indicate higher frequency. Word clouds can… Continue Reading →
Die zweite, verbesserte und erweiterte Ausgabe des LaTeX Cookbook ist diesen Monat, März 2024, in englischer Sprache erschienen. Die erste Ausgabe, veröffentlicht in 2015, wurde überarbeitet und die Code-Beispiele wurden aktualisiert, um mit den neuesten Klassen und Paketen von LaTeX… Continue Reading →
The second, improved, and extended edition of the LaTeX Cookbook was published this month, March 2024. The first edition, published in 2015, has been revised, and the code examples have been updated to work with the latest classes and packages… Continue Reading →
That’s the hippo from the tikzlings package with a thought bubble and a toy lightsaber serving as a flagpole for the flag of his homeland Malawi, done with the worldflags package. \documentclass[tikz,border=10pt]{standalone} \usepackage{tikzlings} \usepackage{worldflags} \begin{document} \begin{tikzpicture} \hippo[body=brown!60!black, lightsaber=brown, think={\textsf{The end}}]… Continue Reading →
This is from my tweet here, an example illustrating the tikzbricks package that I featured in the fun section of my new TikZ book. (It shall be released in July, you can follow me on Twitter for updates.) \documentclass[tikz,svgnames,border=20pt]{standalone} \usepackage{tikzbricks}… Continue Reading →
Dienstag abend hat die LaTeX Community Twitter erfolgreich durchgespielt: es wurde das Level erreicht, dass LaTeX in Deutschland auf Twitter trendet, den Abend lang. Und zwar in der korrekten Schreibweise, wichtig. Keine andere Sache. Was ist passiert? Wir haben uns… Continue Reading →
That’s an English translation a German blog post that you can find here: LaTeX.net/verein. I’d like to support promoting becoming a new member of DANTE e.V. because I wish to see more LaTeX friends here. February 8, 2022: More than… Continue Reading →
An English translation of this post is here: LaTeX.net/members. Da ich mir mehr LaTeX-Freunde für unseren Verein DANTE e.V. wünsche, möchte ich die Werbung von Neumitgliedern mit einem LaTeX-Buch unterstützen. 8. Februar 2022: Mehr als 10 Bücher verfügbar. Warum DANTE-Mitglied… Continue Reading →
Heute, am Donnerstag, 13. Januar 2022, gibt es den ersten Berliner LaTeX-Stammtisch des Jahres 2022, um 19 Uhr. Nur für Berliner? Weiß nicht, hab ich gerade auf Twitter gefragt. Weil es ist ja online mit jitsi-meet auf dieser Adresse: https://meet.ffmuc.net/LaTeXStammtischBerlin… Continue Reading →
Antioch Sanders told us on LaTeX.org about his new project that he called extexify. That’s a browser extension for finding LaTeX symbols by drawing them with mouse or finger on the display. It is inspired by detexify, but works integrated… Continue Reading →
A Lorenz system by Henri Menke: % !TEX lualatex \documentclass[tikz]{standalone} \usepackage{luacode,pgfplots} \begin{luacode*} — Differential equation of Lorenz attractor function f(x,y,z) local sigma = 3 local rho = 26.5 local beta = 1 return {sigma*(y-x),-x*z + rho*x – y,x*y – beta*z}… Continue Reading →
Another flower without comment. function source is here. \documentclass[border=5pt]{standalone} \usepackage{pgfplots} \pgfplotsset{compat=1.8} \renewcommand*{\r}{(sin(4*u)^3 + cos(2*u)^3 + sin(6*v)^2 + cos(6*v)^4)} \begin{document} \begin{tikzpicture} \begin{axis}[ view = {120}{310}, hide axis, colormap = {flower}{ color(0cm) = (yellow); color(4cm) = (yellow!70!red); color(8cm) = (red!60!black); color(12cm) =… Continue Reading →
Without much comments a flower, or a Parametric Breather Pseudospherical Surface. \documentclass[border=5pt]{standalone} \usepackage{pgfplots} \pgfplotsset{compat=1.8} \pgfplotsset{trig format plots=rad} \begin{document} \begin{tikzpicture} \begin{axis}[ view = {60}{-60}, hide axis, colormap = {flower}{% color(0cm) = (yellow); color(4cm) = (orange); color(8cm) = (red!40!black); color(12cm) = (red!80!black);… Continue Reading →
That’s from my German blog TikZ.de. Recently I played with the sine function, that “wave” that everybody knows in cartesian coordinates. Let’s take a look at a 3d polar complex sine made plot. In polar coordinates the sine function is… Continue Reading →
That plot is from my German blog TikZ.de. I planned to model this nice cake: (Foto by Guido Draheim). Like a cruller, just, ehm, more digital and mathematical. How do we draw it? Let’s think of a cross-section. In polar… Continue Reading →
Die DANTE-Frühjahrstagung fand wegen der Corona-Kontaktbeschränkungen komplett online statt. Auch die Herbsttagung wird virtuell stattfinden, über die Plattform „Online Schule Saarland“. Das Programm, vom 17. bis 19. September 2021: Freitag, 17.9.: ab 19:30 Uhr Vorabendtreff Samstag,18.9.: ab 9 Uhr Begrüßung… Continue Reading →
© 2025 TeX.social