Questions tagged [overlap]
The overlap tag has no usage guidance.
72
questions
4
votes
1
answer
139
views
When I use \llap to overlap words, the space between the overlapped words and the rest of the text is too much: how do I fix it?
I'm trying to make a "glitchy text" effect by overlapping differently coloured copies of the same text on top of one another with some offset, and the issue is they get separated from the ...
2
votes
2
answers
48
views
multirow overflow to the next cells
I am trying to make a table like this:
Type
Cathegory
Description
Reference
Long text
A
B
refs
*
C
D
refs
**
E
F
refs
covered text
G
H
refs
I
L
refs
M
N
refs
But I want the text "Long ...
1
vote
1
answer
72
views
ebproof Proof Trees: Side conditions overlapping
I am using the ebproof package to make derivation trees for inference rules. These rules have premises above the judgement, and side conditions on the left:
To generate this, I use:
\begin{...
0
votes
0
answers
29
views
The method of drawing 3D shapes that stack each other allows the shapes to be rotated without overlapping lines [duplicate]
I'm trying to draw adjacent cubes like this:
When I rotate the shape I just drew, it gets distorted due to the order of drawing the cubes. The lines of the later shapes overlap the earlier ones. Is ...
0
votes
1
answer
40
views
Question on overlapping tabular
In my attempt to understand (very specific) nuances of LaTeX, I have a follow-up question to Question on overlapping parbox (concerning the baseline grid when a parbox is introduced). When backing up ...
1
vote
2
answers
67
views
Question on overlapping parbox
I don't understand why the following lines don't overlap properly with a parbox involved. The First Line collapses perfectly, but the Second Line does not. Of course, if parbox is set to [b], the ...
1
vote
1
answer
66
views
Overlap order among text, \backgroundcolor and \tikz
I have the following document layout, composed of a 2-column text (here only the left column has some text), a gray background stripe over the left column of the document and a yellow frame at te ...
0
votes
0
answers
29
views
\rlap in subscript leads to larger subscript [duplicate]
MWE:
\documentclass{article}
\usepackage{xcolor}
\begin{document}
$M_{\theta}$ % correct size theta
$M_{\rlap{\ensuremath{\theta}}}$ % too large theta
\end{document}
Why does this happen? How can I ...
2
votes
1
answer
131
views
How to obtain these visual effects for headers without using Tikz?
I recently saw a document, which was created by Adobe Photoshop PDF. I mimicked its basic visual structure here with LaTeX:
My question is about the colored underlying parts:
I used (non-tweaked, ...
1
vote
1
answer
46
views
Making overlap in TikZ figure
In this drawing there are two ellipses: a blue one, above the hexagon, and an orange one, below the hexagon. How can I make the hexagon shape hide the orange ellipse part underneath?
\documentclass[...
3
votes
1
answer
147
views
Forest: insert folder subtrees into arbitrary nodes
I'm trying to build a tree that grows horizontally and which gives the possibility to introduce lists with a "folder" aspect in such a way as to specify a series of topics related to that ...
0
votes
1
answer
42
views
longtable header continued overlaps with default page header
I have a default page header for all pages of my document. And the longtable headers which continue to the new pages overlap the default page header. Is there a way to make the continued longtable to ...
-1
votes
1
answer
82
views
drawing "trifecta" color mixing set
I want to illustrate overlaps in three sets, similar to how one of these standard color plots [do they have a name?] look like
except that I want to choose my own colors and different text [not C, M, ...
0
votes
0
answers
258
views
Overlapping text and `equation*`
MWE:
\documentclass[12pt] {article}
\usepackage{epsf}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{ragged2e}
\usepackage{draftcopy}
\usepackage{wrapfig}
\usepackage{physics}
\usepackage{...
0
votes
0
answers
39
views
Conflict/overlap between header fancyhdr and table of contents
The second page of the table of contents is conflicting with the header of the page.
\documentclass[letterpaper, xcolor=table]{report}
\usepackage[top=2cm, bottom=2cm, left=2cm, right=2cm]{geometry}
\...