Skip to main content

Questions tagged [makecell]

2 votes
2 answers
55 views

How do I get the rowcolor spanned for the entire first row? \documentclass{article} \usepackage{longtable, makecell, booktabs} \usepackage[table]{xcolor} \begin{document} \begin{longtable}{m{0.1\...
Subhajit Paul's user avatar
3 votes
1 answer
65 views

For collecting of some measured data I use the following MWE: \documentclass[12pt]{article} \usepackage[margin=20mm]{geometry} \usepackage{booktabs, makecell, longtable} \usepackage{siunitx}[=v2] % ...
Zarko's user avatar
  • 317k
1 vote
1 answer
154 views

Something seems to have changed in tex4ht. I am using TL 2025, installed fresh one week ago on new Linux Found that Adding array package, causes tex4ht to clopper all content of table cell, ignoring ...
Nasser's user avatar
  • 21.9k
1 vote
1 answer
90 views

I have a tabularx environment where I defined \extrarowheight and \arraystretch. I need both because all my tables are styled with this options, but I have one table where I need to exclude one ...
Me3nTaL's user avatar
  • 271
0 votes
2 answers
88 views

Here is a minimal working example: \documentclass[12pt]{scrartcl} \usepackage[table,xcdraw]{xcolor} \usepackage{makecell} \begin{document} \begin{table} \centering \makebox[\linewidth] { ...
haifisch123's user avatar
1 vote
3 answers
139 views

This is driving me crazy. Any suggestion? The cell is just partially colored. \begin{table}[H] \centering \scriptsize % Reduced font size \begin{tabularx}{\textwidth}{|c|c|c|c|c|c|c|c|X|} \hline ...
Andrea De Vincenzo's user avatar
1 vote
2 answers
91 views

In the style which I'm sort of copying, dates are printed against the left margin and the entry's heading (which doesn't need to conform to LaTeX sectioning commands) is centered. I have borrowed code ...
DomMocquereau's user avatar
-1 votes
2 answers
133 views

\usepackage{booktabs} \usepackage{makecell} \usepackage{tabularx} \begin{table} \centering \caption{PRNU for Figure 3-5} \label{tab1} \renewcommand\arraystretch{1.5} \tabcolsep=0....
bonnle madiline milo's user avatar
0 votes
1 answer
286 views

I use table "longtblr" and inside I use "\makecell[{{p{5cm}}}]{abcd}". I want to add shift/space before "defined by default)" , like in "Option 2". Thank you ...
ikif's user avatar
  • 39
2 votes
1 answer
114 views

I have some long lines in a table and I am using \makecell to add in line breaks. Usually this works fine (vertically centres the text and expands the cell to fit), but I need this inside of a ...
Henry Ginn's user avatar
1 vote
2 answers
305 views

I would like to put "U.S. census" in the middle of the given space, and also "GroupA" as well. Currently it's somewhat shifted. How should I combine the rows? \begin{table} \begin{...
snowman's user avatar
  • 41
1 vote
2 answers
91 views

Consider the following MWE: \documentclass[]{scrartcl} % PACKAGES \usepackage[]{mathtools,amsthm,amssymb,mathrsfs,mathalfa} % Math Packages \usepackage[]{bm} % To get bold math. \usepackage[]{...
EoDmnFOr3q's user avatar
  • 2,553
0 votes
1 answer
97 views

I've found myself in a situation where I need to dynamically add a list of strings inside a tabular cell in multiple instances, each string in their own line. To tackle this, I tried to go with the ...
StrikeAgainst's user avatar
2 votes
1 answer
67 views

I have a table with different row sizes and some S[] columns from package siunitx. By default, the numbers in the S columns are vertically centered in each row: \documentclass{article} \usepackage[...
Christoph Thiede's user avatar
0 votes
1 answer
73 views

Ideally I would have vertically aligned text and notes at the bottom of the page, not of the minipage, and not use multirow. The outer colums should take up as small as possible space, and the middle ...
enrico223's user avatar

15 30 50 per page
1
2 3 4 5
10