Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [width]

{width} is the measurement of the extent of something from side to side.

4 votes
3 answers
143 views

Expand \hbox to the width of parent \vbox

I have two \hboxes, one above another, inside \vbox: \documentclass{article} \begin{document} Some\vbox{\hbox{longer text above}\hbox{shorter text}}and some more text. \end{document} Which ...
Filip Ž's user avatar
0 votes
0 answers
38 views

Creating a Multi-page, Auto-scaling Table with Repeating Headers in LaTeX for Multilingual Data

I need assistance in creating a LaTeX table in overleaf that can span multiple pages, automatically scale its columns to fit content when additional columns are added, and include repeating headers on ...
heavendew's user avatar
4 votes
1 answer
54 views

Fit tcolorbox to table

I am trying to make the tcolorbox to fit its content, a table, and not to span to textwidth . I've look through a lot of questions (1,2,3,4) but nothing seem to work, i tried tabularx too. Unless I ...
G. Bay's user avatar
  • 2,111
0 votes
1 answer
69 views

Getting the Maximum Width of a List of Items

I'm trying to write a command to get the maximum width of a (comma separated) list of items, for example \myLengthCommand{lorem,ipsum,lorem ipsum} should return the width of the text "lorem ipsum&...
Dave's user avatar
  • 317
1 vote
1 answer
78 views

Setting output width in IguanaTeX

I am using IguanaTeX to create equations in a powerpoint. I would like to make each equation a seperate numbered object so that I can animate each one. However, they also need to be the same width so ...
akb427's user avatar
  • 73
0 votes
1 answer
44 views

How to add page margins (border lines) to a latex document? Also how to increase the line width of the border

I have a document in latex in which I want to add borders. I have the following code to add borders to the page: \usepackage{calc} \usepackage{eso-pic} \newlength{\PageFrameTopMargin} \newlength{\...
Kiran's user avatar
  • 1
4 votes
2 answers
308 views

How to make a custom symbol `//` in LaTeX the same width as an existing symbol?

I want to define a custom slanted parallel symbol, approximately like this: // $\mathrel{/ \negmedspace /}$. The approach is to input two /, followed by a command like \! to reduce the spacing. What ...
138 Aspen's user avatar
  • 173
1 vote
1 answer
18 views

How to have the left padding/margin be 0 so that this columnwidth image does not have extra margin/padding on right?

How to have the left padding/margin be 0 so that this columnwidth image does not have extra margin/padding on right? \subsubsection{AI3D Benchmark Card} The AI3D Foundation produces a ``Benchmark ...
ina's user avatar
  • 123
2 votes
1 answer
98 views

Width of tcolorbox and resizebox. Prevent boxes to appear in line [duplicate]

As soon as I use resizebox around a few tcolorbox, they all appear in the same line. I want to create a nice layout, with linebreaks, between some of these tcolorboxes, and then just shrink it to fit ...
Albercoc's user avatar
  • 161
1 vote
1 answer
33 views

How to change column width for particular row of table

How can I set this layout? I have made this but it did not work \begin{table}[H] \caption{Current state-of-the-art approaches in UAV fault detection techniques.\label{tab:2}} \begin{tabularx}{\...
Zineb Adaika's user avatar
2 votes
1 answer
20 views

Set automatically the width of a table, based on the column width in which the table appears (in a 2-column document) [duplicate]

I have a document that is split into two columns of different width. In one of the two columns, I would like to add a table that is large exactly as the width of that column. Is there an automatic way ...
Ommo's user avatar
  • 849
0 votes
1 answer
44 views

Adjusting Table Widths

Quick question: how do I make sure that all three tables have the same width? Ideally the entire page with, without modifying the content of the input files: \begin{table}[!tbp] \begin{center} \...
James_'s user avatar
  • 3
1 vote
1 answer
130 views

How to add the shadow effect like the image shown below?

From this code: \documentclass[12pt]{article} \usepackage{tikz} \usepackage{tikzpagenodes} \usetikzlibrary{arrows, shapes, positioning, shadows.blur} \usepackage[most]{tcolorbox} ...
Vishakha's user avatar
  • 119
0 votes
0 answers
16 views

How to make sure a wide table using hvfloat and hv0box is on the correct page

I have several big tables which I am splitting up over multiple pages for a book width-wise using hvfloat and hvObox. In order for this to work the table needs to be placed on pages that are next to ...
zilverdael's user avatar
0 votes
1 answer
42 views

Image in footnote too wide, although set width=textwidth

If I put a graphic in a footnote and apply width=\textwidth to it, it will be wider than the actual text width (see MWE below). (The same holds true for \linewidth.) Apparently includegraphics ...
dia's user avatar
  • 143

15 30 50 per page
1
2 3 4 5
50