Quantcast
Channel: tabular – texblog
Browsing latest articles
Browse All 22 View Live

Image may be NSFW.
Clik here to view.

LaTeX heatmap using tabular

Inspired by a question in the latex-community.org forum and on the basis of a solution to a similar question on tex.SX, I came up with some code to plot a heatmap based on matrix in form of a standard...

View Article


Image may be NSFW.
Clik here to view.

Hidden text with LaTeX colored multi-row tables

When multirow cells in LaTeX tables are colored, the text is partially hidden as illustrated by the example below. This happens because the color of the second row is added after typesetting the text...

View Article


Image may be NSFW.
Clik here to view.

Coloring multi-row tables in LaTeX

Since Apple introduced alternately colored rows in their lists in Mac OS X, it has become more and more popular to color tables in LaTeX in a similar fashion. Usually, this can be achieved fairly...

View Article

Image may be NSFW.
Clik here to view.

Removing/hiding a column in a LaTeX table

It’s easy to add, remove, or shift rows. Just copy-and-paste or delete the corresponding line in the table. Removing columms is a different story. You might be able to come up with some sophisticated...

View Article

Image may be NSFW.
Clik here to view.

Replacing repetitive values in a table column by an arrow

Ideally, tables are quickly and easily readable. Removing repetitive content helps the reader to grasp the essential result quicker and makes tables more readable. A possible option to make a table...

View Article


Image may be NSFW.
Clik here to view.

Professional and clean tables with LaTeX

Tables are great to visualize data in a structured way. Unfortunately, too often I see tables which are cluttered and difficult to read and interpret. It takes little to make them more presentable and...

View Article

Image may be NSFW.
Clik here to view.

Color Table Series Part 1: Introduction & Colortbl Package

Overview Introduction to colors The colortbl package The xcolor package   1. Introduction to colors Colors constitute the human visual interpretation of light waves of different wavelengths.   Color...

View Article

Image may be NSFW.
Clik here to view.

Color Table Series Part 2: Xcolor Package

Overview Introduction to colors The colortbl package The xcolor package   3. The xcolor package While coloring tables, the xcolor package provides the same commands as colortbl. The reason is that...

View Article


Image may be NSFW.
Clik here to view.

Color Table Series Part 3 : The Colortab package

Series overview Introduction to colors The colortbl package The xcolor package The colortab package   4. The colortab package The colortab package is another package to color table cells and rules...

View Article


Image may be NSFW.
Clik here to view.

Control the width of table columns (tabular) in LaTeX

Motivation LaTeX offers great functionality to create professionally looking tables. The default column types (left-aligned l; center-aligned c; and right-aligned r) adjust to the text size, rather...

View Article
Browsing latest articles
Browse All 22 View Live