Am 29. August 2025 wurde die letzte E-Mail über die Mailingliste LaTeX-L versandt. Rainer Schöpf, der 35 Jahre vorher auch die erste Mail über den Verteiler versandt hatte, beendete ein Stück Informatikgeschichte: Betreff: Retiring the LATEX-L list Datum: Fri, 29 Aug… 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 →
Emacs 30.2 ist heute veröffentlicht worden. Herunterladen und entpacken muss man den Tarball unter macOS Sonoma auf der Kommandozeile, und man braucht pkg-config per Homebrew, damit alle Bibliotheken gefunden werden. GNU Emacs 30.2 (build 1, aarch64-apple-darwin23.6.0, NS appkit-2487.70 Version 14.7.7… Continue Reading →
The regular talks for the TUG’25 conference will start Friday July 18, just before 09:00 IST (Trivandrum time, GMT+0530). The conference will be streamed live on YouTube. YouTube can notify you when each day’s stream goes live via the links… Continue Reading →
I’ve just sent the first (v0.1.0) release of ltx-talk to CTAN. This is a new tagging-aware class which works similarly to beamer. I’ve talked before about the need to write a class from scratch for tagged presentations, so this should… Continue Reading →
AUCTeX 14.1.0 ist gestern veröffentlicht worden. Die Verteilung erfolgt über GNU ELPA. Dies sind die Release Notes: Added Add new commands LaTeX-make-inline which converts the display math environment at point to inline math and the more general LaTeX-modify-math which converts the… Continue Reading →
If you didn’t get into Rare Book School, you’re not alone—and you’re definitely not out of options. Whether you’re just starting out with rare books, trying to get a handle on bibliographical description, or diving into the digital side of… Continue Reading →
Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books?… Continue Reading →
ConTeXt has traditionally had a somewhat different distribution approach to other TeX code. The ConTeXt developers provide a stand-alone installer which provides the macro and Lua code which make up ConTeXt, the binaries which are needed and fonts in a… Continue Reading →
We sent the 2025-06-01 release of the LaTeX kernel to CTAN over the weekend. It will be appearing to most users via TeX Live about now, and shortly in MiKTeX. News from the tagging project Work continues on the tagging… Continue Reading →
In this blog post, I want to introduce you to the basics of creating your own ground-truth training set for OCR/HTR, whether you’re building your own model or improving an existing one. Essentially, this is about how to create more… Continue Reading →
Public discussion about LaTeX developments for many years took place on the LaTeX-L mailing list, hosted by the University of Heidelberg. However, over time, active input moved elsewhere, most obviously to TeX StackExchange Chat for more informal back-and-forward, and to… Continue Reading →
We posted a couple of weeks ago that a ‘final’ development release of the 2025-06-01 kernel had gone to CTAN. A few things have come up in testing that pre-release, so we have updated again to pre-release 4. Hopefully that… Continue Reading →
Over the years, I have acquired some YouTube skills. I assume that the pandemic has had something to do with read more Why Great Content Isn’t Enough on YouTube: Essentials for Academia (That I Learned the Hard Way) See also:… Continue Reading →
TUGboat volume 46, number 1, has been mailed to TUG members. It is also available online and from the TUG store. In addition, prior TUGboat issue 45:3 is now publicly available. The next issue will be the TUG’25 proceedings; the… Continue Reading →
The (hopefully) final pre-release version for the 2025-06-01 LaTeX kernel to CTAN over the weekend. It’s now available for testing in TeX Live, and we’d like to encourage everyone to try it out. The focus has been mainly on improving… Continue Reading →
As most of us will probably know by now, machine learning has become a big part of digital humanities projects, especially in the computational humanities, and more and more people are trying to implement it. It’s becoming increasingly accessible, even… Continue Reading →
The call for papers for TUG’25 has been extended, as long as there is space in the schedule: cfp info. Any TeX- or typography-related topic is welcome, and remote presentations are also welcome. Here is the rest of the conference… Continue Reading →
【有識者求】tikzのanglesライブラリで,ラベルの位置をもう少し回転させてずらすオプションってあったりしますか…? pic.twitter.com/ZCeDuZ8gNo — ばばちゃん (@sykm_pzp) April 15, 2025 ラベルには中かっこ({…})でオプションを追加できます。 \documentclass[tikz,border=10pt]{standalone} \usetikzlibrary{angles,quotes} \begin{document} \begin{tikzpicture}[every node/.style = {font = \scriptsize}] % Axes \draw[-stealth] (-1.2,0) — (2.2,0) node[right] {$x$}; \draw[-stealth] (0,-1.2) — (0,1.5) node[above] {$y$}; % Circle \draw circle(1); % Labels \node at… Continue Reading →
\documentclass[tikz,border=10pt]{standalone} \usepackage{luatexja} \begin{document} \begin{tikzpicture}[every pin/.style = {scale=0.5}] \node[ pin = above:デザイン, pin = left:グラフィックス, pin = below:タイポグラフィ, pin = right:プログラミング, circle, shading=ball, ball color=blue!60, text=white] {TikZ}; \end{tikzpicture} \end{document} \documentclass[tikz,border=10pt]{standalone} \usetikzlibrary{shapes} \usepackage{luatexja} \begin{document} \begin{tikzpicture}[-stealth] \draw node (r) at (0,1) [draw, rectangle]… Continue Reading →
またXの夜。@nawi0718の質問を見かけて、「はい、TikZで絵が描けるよ」って答えられるなーと思って。ヘッダーに朝比奈みくるがいたから、さっとこの絵を描いてみたよ。彼女の恥ずかしがり屋で控えめな性格が好き。 もしかしてtikzってお絵かきできますか — William Jones (@nawi0718) April 7, 2025 座標を取得するために、元の画像に座標グリッドを重ねてみた。 \documentclass[tikz,border=10pt]{standalone} \begin{document} \begin{tikzpicture} \foreach \i in {1,…,7} { \node at (\i,-0.2) {\i}; \node at (-0.2,\i) {\i};} \node[opacity=0.3] at (3,4) {\includegraphics[scale=2]{mikuru.png}}; \draw[step=0.5, dotted] (0,0) grid (7,8); \draw[step=1] (0,0) grid (7,8); \end{tikzpicture}… Continue Reading →
The TeXLive.net server that hosts a public LaTeX service for running LaTeX in the browser (as used, for example, at the learnlatex.org tutorial site) has been upgraded to a new server. This server is also used by other sites such… Continue Reading →
Im November 2024 wurde mein TikZ-Buch auf Japanisch durch Asakura Publishing veröffentlicht. ´ 2024年11月に、Stefan Kottwitz著のTikZに関する書籍の翻訳版が朝倉書店から発売されました。LaTeXで画像を作るための実用的な入門書。TikZにより数学、科学、技術論文に図や画像を簡単に入れられる。アイデアやデータを可視化してプロフェッショナルな図表やプロットを2次元でも3次元でも表示できるようになるために。 本書の内容 第1章「TikZで始める」はTikZ入門だ。他のグラフィックスパッケージと比較してTikZの利点を論じる。TikZとは何かという全体像と独特の哲学を理解する。TikZをインストールする方法を学び、簡単な図を作成していく。さらに、TikZや他のパッケージのマニュアルなどを参照するための役立つヒントが得られる。 第2章「TikZで最初の画像を作る」では、LaTeX文書を一から作る。TikZの構文を理解して、2 次元および3 次元のデカルト座標と極座標を学ぶ。さらに、基本的な多角形の作り方、画像での色の使い方を学ぶ。 第3章「ノードの位置決めと描画」ではノードという基本的概念を与える。様々な形態のノードを位置決めして並べ、テキスト、画像、ラベルを追加する方法を学ぶ。 第4章「辺と矢印を描く」では、ノードの間を辺、直線、曲線、矢印でつなぐ方法を示す。辺にテキストラベルをつける方法や並べ方、位置、方向を調整する方法を学ぶ。線のスタイルや矢頭の形状をカスタマイズしたり両方向にする方法も学ぶ。 第5章「スタイルと画像の読み込み」では、TikZ要素をグローバルまたはローカルなstyleで定義して使う方法を学ぶ。ノードと辺でスタイルを使う方法とスコープを使って画像全体や画像の一部に対してスタイルを適用する方法を学ぶ。さらに、ミニTikZ画像を他の画像の構成要素として使う方法も学ぶ。 第6章「木とグラフの描画」では、親子の階層関係を表す木構造を作る方法を示す。アイデアを可視化するマインドマップの描き方やグラフを生成する簡潔な構文を与える。さらに、LaTeXのtabular環境と同様な行列形式にオブジェクトを配置する方法も示す。/p> 第7章「塗りつぶし、クリッピング、シェーディング」では、より高度な技法から始める。複雑なパスで塗りつぶす方法、特定の領域の画像をクリップしたり、ある色から別の色になめらかに色を変える方法を学ぶ。 第8章「パスの豊かな表現」では、線を曲げたりジグザグにしたり波打たせるようなクリエイティブな効果を加える技法を学ぶ。テキストを曲線に沿わせたり、1 つのパスに複数の作用を適用する方法も学ぶ。 第9章「レイヤー、オーバーレイ、透明性を使う」では、様々なレイヤーに描画して、オブジェクトをテキストや画像の背後に置く方法を学ぶ。透明性を使ってこの効果を上げる方法も学ぶ。さらに、TikZのビジュアルな注釈を通常のLaTeX文書にスーパーインポーズしたり、透かしのような背景画像を追加したりする方法を学ぶ。 第10章「座標とパスで計算する」では、TikZで座標値を計算する効率的な方法を示す。この章は座標計算、距離や射影を使った座標の計算、パスの交点の計算を扱う。また、repeatコマンドでループしてコードを簡単にする方法を学ぶ。 第11章「座標とキャンバスを変換する」では、変換による移動、回転、拡大縮小に焦点を絞る。図に対してちょっとした手直しや複雑な変更を加える必要がある場合に、適切な調整や位置変更ができるスキルを学ぶ。 第12章「なめらかな曲線を描く」では簡単な曲線の曲がりを変えたり、なめらかにして角の尖りをなくし、手書きのように簡単に曲線を描く様々な方法を学ぶ。 第13章「2Dおよび3Dでのプロット」では、座標系でデータをプロットする方法を扱う。2Dおよび3Dでデカルト座標と極座標の座標軸のカスタマイズ、凡例の追加、パラメトリック曲線のプロット、プロットの交点の計算、プロットの間の色塗りを扱う。 第14章「各種チャートを描く」では、フローチャート、関係図、説明図、数量を表す図の作り方を学ぶ。図全体を自動的に作れるようにパッケージの活用法を学ぶ。 第15章「TikZで楽しもう」では、スキルの高いTikZユーザが追加パッケージのプログラミングを楽しみTikZコミュニティでシェアする方法などを列挙する。かわいい動物、人物、国旗、パズルやゲームを描画する方法も学ぶ。 See also: Original Source by Stefan… Continue Reading →
Karl Berry hat heute Abend bekanntgegeben, dass der Pretest von TeX Live 2025 abgeschlossen sei und die neue Version der Distribution veröffentlicht worden ist. Es wird noch ein paar Tage dauern, bis die neuen Dateien auf allen Mirror-Servern des CTAN-Netzwerks angekommen… Continue Reading →
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 →
I talked a little while ago about work that the LaTeX Project team are doing on creating tagged PDFs automatically from ‘standard’ LaTeX sources. I promised to talk about how this might impact beamer, and was recently reminded about that…. Continue Reading →
The standard way to typeset labels in metapost is using label(btex … etex, pos), which uses TeX to typeset the label and then includes it in the metapost graphic. ConTeXt simplifies the user interface a little: instead of using btex… Continue Reading →
Emacs 30.1 ist heute veröffentlicht worden. Herunterladen und entpacken muss man den Tarball unter macOS Sonoma auf der Kommandozeile, und man braucht pkg-config per Homebrew, damit alle Bibliotheken gefunden werden. GNU Emacs 30.1 (build 1, aarch64-apple-darwin23.6.0, NS appkit-2487.70 Version 14.7.4… Continue Reading →
Emacs 30.1 RC1 ist gestern veröffentlicht worden. Herunterladen und entpacken muss man den Tarball unter macOS Sonoma auf der Kommandozeile, und man braucht pkg-config per Homebrew, damit alle Bibliotheken gefunden werden. GNU Emacs 30.1 (build 1, aarch64-apple-darwin23.6.0, NS appkit-2487.70 Version… 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 →
Karl Berry weist auf der TeX-Live-Mailingliste darauf hin, dass der Pretest für TeX Live 2025 anläuft. Der Zeitplan liegt derzeit noch nicht vor. Bisher war es aber üblich, den Release bis Ende April fertigzustellen. Wer irgend kann, sollte eine Testinstallation vornehmen,… 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 →
Extracting a Tagged PDF Structure Tree as XML The project has produced a new tool to extract the Structure Tree from a tagged PDF file as XML. This is a Lua script just requiring the texlua that is distributed with… Continue Reading →
LaTeX has ability to integrate many standard and user-defined counters that count from a, b, …, roman and arabic numbers and many more. Even counting backwards are relatively straightforward if you set a static number from which LaTeX can count… 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 →
X/Twitterで、こちらの投稿を@884_96さんによって見かけました。 (4) の木構造が気に入ったので、素早くこの図を作成しました: Screenshot コードは以下の通りです: \documentclass[tikz,border=10pt]{standalone} \usetikzlibrary{trees} \begin{document} \begin{tikzpicture}[every node/.style = { execute at begin node = $, execute at end node = $}, level distance = 1cm, level 1/.style = {sibling distance = 2cm}, level 2/.style = {sibling distance… 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 →
A Tagged PDF-themed holiday video! See also: Original Source by the LaTeX project team
© 2025 TeX.social