TeX Community Aggregator

Category Active

StackExchange ist verkauft

StackExchange, bekannt als StackOverflow, ist an Prosus verkauft worden für 1,8 Milliarden Dollar. Das beinhaltet die TeX StackExchange Q&A Seite (TeX.SE). Prosus ist ein Technology-Investor und eine Holding Company die bereits Unternehmen wie Udemy, Codecadamy und Brainly (“Your 24/7 homework… Continue Reading →

Handout-mode in LaTeX slides

Whether it is lecture slides or presentations, you often wants to distribute pdf-versions of your beamertex file. If you are using overlay to blockwise show text or blockwise highlighting parts of tables (see here and here for ways to color… Continue Reading →

Das coffeestains-Paket

Nach einem kurzen Gespräch auf TeXnique.fr hat Patrick Bideault das coffeestains-Paket auf TikZ portiert. Das ursprünglich von Hanno Rein in 2009 entworfene Paket erfuhr damit eine Modernisierung und läuft einwandfrei mit pdfLaTeX, XeLaTeX, und LuaLaTeX auf TeX Live 2021. Damit… Continue Reading →

Der Online-Compiler TeXlive.net

Gerade in Internet-Foren ist es üblich, Problem-Beispiele zu posten, und Antworten enthalten oft vollständige Lösungs-Codes. Mit TeXlive.net kann man nun Code mit einem einzigen Klick direkt auf der Webseite übersetzen. Das geht auch auf dem Tablet oder Mobiltelefon, wo auch… Continue Reading →

Spring Mass system in TikZ: Short Drawing Guide

This short guide is about drawing a simple spring mass system in LaTeX using TikZ package. At the end of this tutorial, you will be able to fill shapes with patterns, create and customize a coil shape and position nodes… Continue Reading →

Plot Step Response in TikZ: A Beginners’ Guide

This post is about drawing a simple plot in LaTeX using TikZ package. We will consider the step response of a first order system as an illustrative example. Let’s get into the details! Table of Contents What is a step… Continue Reading →

Learn How to Draw Trees in TikZ

In this step-by-step tutorial, we will learn how to draw trees in LaTeX using TikZ package. Trees as a data visualization tool Tree diagrams are used to represent hierarchical information, which means there is a root and all the other… Continue Reading →

Three Dimensional Plotting in LaTeX

In this tutorial, we will learn how to plot 3D functions and data in LaTeX using Pgfplots package. We will learn also how to create scatter plots, mesh plots and surface plots. Moreover, we will see how to customize our… Continue Reading →

Filling an Area Between Two Curves

In this tutorial, we will learn how to fill the area between two plot lines in LaTeX using PGFplots package and fillbetween library. We will draw the axis, place the function plots and fill the area between them. Table of… Continue Reading →

Draw a Rectangle in TikZ

This tutorial is one of post series about predefined TikZ shapes, or more precisely TikZ node shapes. In this post, we will learn how to create a TikZ rectangle node shape, change its size, its color and access to all… Continue Reading →

TikZ Shape: Diamond

This tutorial is one of post series about predefined TikZ shapes, or more precisely TikZ node shapes. In this post, we will learn how to create a TikZ diamond node shape, change its size, its color and access to all… Continue Reading →

Free Body Diagram of an Inverted Pendulum in TikZ

In this tutorial, we will draw a free body diagram of an inverted pendulum in LaTeX using TikZ package. We will draw a cart and place a moving rod on top of it, then place the arrows to represent forces… Continue Reading →

TeX Live 2021 released

Get the Champagne ready, we have released the final images of TeX Live 2021. For this year’s release process we have changed how to deal with updates of the tlnet distribution for TeX Live 2020 during the preparation: Due to… Continue Reading →

DANTE Frühjahrstagung 2021

The following text is in German because it’s about the German language user group meeting 2021. Im vergangenen Jahr sind leider beide DANTE-Tagungen wegen der Pandemie ausgefallen. Dieses Jahr wird die Frühjahrstagung stattfinden, jedoch wegen der Kontaktbeschränkungen komplett online. Anmelden… Continue Reading →

arara version 6 released

Important changes Please consult our changelog for a detailed view on all changes and references to our issue tracker. This post which is targeted at our users will only cover the most relevant changes. More configurable and default preambles Preambles… Continue Reading →

Looking for a Maintainer

Over the years I created a number of LaTeX packages some of which do keep me me quite busy and have gained a solid user base. Some I wish I’d never created, but well… Other packages have their place but… Continue Reading →

Produce multiple pdfs in LaTeX with automated cross-references

For some time I looked for a way to simplify the process of linking LaTeX files of my manuscripts with the replies to editors and referees. In particular, I was looking for a way to automatically update cross-references (i.e. to… Continue Reading →

Filling the space below a surface plot

Here I fill the space below the function z = x^2+y^2 to get a solid object. I did it by: Plotting the curves at the edges, for x=0 and y=0 Plotting the bottom edges Naming the paths above using name… Continue Reading →

Polar plot of a sine function with factor in argument

The sine function is a well known periodic function. Choose an argument factor, which doesn’t divide the period well, and you can see a complicated path around the origin. This plot was originally made for my blog post on TikZ.de:… Continue Reading →

Polar plot of sine based function

The sine function is a well known periodic function. Choose an argument factor, which doesn’t divide the period well, and add another sine function with a different factor, and you can see a complicated path around the origin. This plot… Continue Reading →

Julia set

This is a picture of a Julia set, named after the French mathematician Gaston Julia. Computing requires a lot of iterations, that’s why we use Lua. The function for the set is z -> z^2 – 0.742 + 0.1i. The… Continue Reading →

Mandelbrot set

The Mandelbrot consists of points whose boundary is a two-dimensional fractal shape. It is named after the mathematician Benoit Mandelbrot. It’s computed using a lot of iterations, that’s why we use Lua here for the calculation. The sampling is done… Continue Reading →

Filling an area between plots

With pgfplots 1.10 and its fillbetween library we can fill the area between curves in a new convenient way: draw the first function and give it a name draw the second function and name it too add a fill between… Continue Reading →

Poster with TikZ

We know for example informational or scientific posters seen at conferences or at walls in universities or institutes. They mostly have certain characteristics in common: They have a large size, such as A2, A1 or even A0. People may look… Continue Reading →

Plotting in three dimensions

Functions with two arguments can be visualized in three-dimensional plots. Getting this on paper or into a PDF, is a bit more challenging. We need a projection, a view point, or angle, there’s a depth which means parts should be… Continue Reading →

Releux triangle

A well-known classic field of mathematics is geometry. You may know Euclidean geometry from school, with constructions by compass and ruler. Math teachers may be very interested in drawing geometry constructions and explanations. Underlying constructions can help us with general… Continue Reading →

Timeline

Using basic TikZ function it’s not too hard to create a line, add some ticks and date values and annotations. This example shows another colorful predesigned way using the timeline library. Until the timelime library becomes official part of TikZ… Continue Reading →

Mindmap

A mind map visualizes information or ideas. Usually, there’s a main concept in the center and major concepts branching outward from it. Smaller ideas start from the major concepts. So, a mind map can look like a spider web. Here,… Continue Reading →

Flowchart

A flowchart showing how we may choose a math environment. It shows using styles, placing nodes in a matrix, and drawing arrows using loops. Full explanation in Chapter 9, Creating Graphics: Constructing a flowchart. Edit and compile if you like:… Continue Reading →

Decision tree

A horizontal tree, growing to the right. I created a basic style for tree nodes, and derived styles for specific kinds of nodes. Full explanation in Chapter 9, Creating Graphics: Growing a tree. Edit and compile if you like: %… Continue Reading →

Bar chart

A bar chart can be used for comparing values. Here we create a horizontal bar chart. The pgfplots package provides an easy way. In this example, I reduced axis data to focus on the values. So I do not show… Continue Reading →

A simple Tree

A simple tree with a style for all nodes. A tree is a very common type of hierarchical graph. Tree nodes have children. These are connected by edges and are usually displayed in rows when growing down or in columns… Continue Reading →

A flowchart of a TeX workflow

A flowchart showing a common TeX workflow, using the smartdiagram package. Full explanation in Chapter 9, Creating Graphics: Building smart diagrams Edit and compile if you like: % A flowchart of a TeX workflow % Author: Stefan Kottwitz % https://www.packtpub.com/hardware-and-creative/latex-cookbook… Continue Reading →

The future of text

Ein Lesetipp für die kommenden Wochen dürfte dieses Werk sein: Hegland, Frode, Hrsg. 2020. The Future of Text. 1. Auflage. Future Text Publishing. doi:10.48197/fot2020a, (zugegriffen: 5. Dezember 2020). Worum geht es? Welcome to Future Text Publishing, producers of ‘The Future of… Continue Reading →

Three ways to import references into your BiBTeX database

Manually importing references into your BiBTeX database can be tedious (and prone to make errors…). While you can download the BiBTeX code from the journal websites or other sites such as IDEAS, there are three four other useful ways to… Continue Reading →

Line spacing in footnotes

When submitting papers, journals often require double-spaced footnotes. While there seem to be different approaches to it, this one worked quite well. It requires the footnotemisc package. You simply need to enter the following code in the preamble of your… Continue Reading →

Write strikethrough text in LaTeX

Especially when making changes in collaborations, it is quite useful to have strikethrough text, so that collaborators can see the deleted text (which can thereafter be deleted). While there are ways to use track changes for LaTeX (see our earlier… Continue Reading →

Include multi-page PDF

As an academic, I often have to write letters and grant applications where I need to need to prepare a single PDF which includes the letter or the grant application with one of more research papers “attached” at the end…. Continue Reading →

TeX Live Debian update 20200804

The usual monthly drop of TeX Live packages. This time it took a few iterations to fix upgrade problems due to files being moved, but now we are there. All arch all packages have been updated to the tlnet state… Continue Reading →

Adjust spacing in itemize environments

Today I was working on a LaTeX doc and needed to adjust spacing around the LaTeX itemize environment. I wanted a list of item with no space before the list environment and the list of items, no space between the… Continue Reading →

TUG 2020 program now with local time support

Now there are only a few days left until the TeX Users Group meeting 2020 starts. As it happens online with more than 220 registered participants world wide, following the schedule in some other time zone may be a challenge…. Continue Reading →

TeX Live Debian update 20200629

More than a month has passed since the last update of TeX Live packages in Debian, so here is a new checkout! All arch all packages have been updated to the tlnet state as of 2020-06-29, see the detailed update… Continue Reading →

New posts on LaTeX.net

On LaTeX-Community.org, founded January 2007, many authors published articles about LaTeX and related tools. The article database has been changed from Joomla to a modern WordPress CMS, mainly because of security concerns. The site has been renamed to LaTeX.net. The… Continue Reading →

Finding the meaning of a command

ConTeXt has a nice command to find a meaning of a command. Sometimes the easiest way to find the meaning of a macro is to simply use \show\macroname In LMTX, context defaults to running with –batchmode, which means that you… Continue Reading →

goLaTeX forum updated

Auch auf Deutsch / in German: TeX.co In April I did a pretty big software update on goLaTeX.de, and added more features since then. What’s new? For example: The display is automatically adjusted, so it’s much better readable on smart… Continue Reading →

Das Forum goLaTeX.de ist erneuert

Im April hatte ich ein größeres Software-Update auf goLaTeX.de vorgenommen, und in der Folgezeit weitere Features eingebaut. Was ist neu? Zum Beispiel: Die Darstellung passt sich an Displaygröße an und das Forum ist auf Smartphones erheblich besser lesbar. (Vorher-Nacher-Vergleich) Grafik-Einbindung… Continue Reading →

PDF with embedded video on linux

I occassionally give presentations where the presentation must include embedded videos. I typically include the movie using \externalfigure[movie.mov][height=…, width=…, preview=yes, repeat=yes] Unfortunately, I could not find any reliable method to play such movies in linux. So, whenever I needed to… Continue Reading →

Creating a clean presentation style in 40 commits (redux)

A while back, a had created a git based tutorial for learning how to create a presentation style in ConTeXt. I chose a git based style so that it was easy to see what changed in each commit and what… Continue Reading →

« Older posts Newer posts »

© 2025 TeX.social