Skip to main content

Questions tagged [fill]

The fill tag is used to categorize questions related to the \fill command in LaTeX. This command is primarily used for filling available space in a document, especially in environments like tables or layouts.

3 votes
2 answers
143 views

The objective is to print two parallel footprints and fill the intersection of one with a rectangle in gray Here is how I try to do it: \documentclass[tikz,border=3.14mm]{standalone} \usetikzlibrary{...
Sven's user avatar
  • 109
9 votes
2 answers
338 views

I'm trying to color the area bounded by the hyperbola x²−y²=1 the x-axis, and the origin O in TikZ. My current code is: \documentclass[11pt]{article} \usepackage{tikz} \begin{document} \begin{...
Sebastiano's user avatar
  • 66.8k
3 votes
1 answer
58 views

I have a problem with the crdback command in pst-poker. the crdback only shows if there is a shadow. Can you verify or solve the problem? \documentclass{standalone} \usepackage[T1]{fontenc} \...
texpiet's user avatar
  • 339
3 votes
1 answer
93 views

I am trying to make a barplot, but fill according to the Type of the sample. Here is my MWE: Currently, this displays all the bars with red. I want the Animal samples in red and the Plant samples in ...
JustARando's user avatar
3 votes
1 answer
209 views

I need to fill an area that was made from several curves. My code for the image is: (this is the image i want to recreate) \begin{tikzpicture} % \draw[step = 1mm, help lines, blue!10] (0,0) ...
Gabriel Piovesana's user avatar
2 votes
1 answer
67 views

I have the following code to show union of two sets. But the problem is that the intersection of the two sets in the diagram below has been colored twice instead of just once. As we can see in the ...
Jason's user avatar
  • 262
0 votes
0 answers
39 views

\documentclass[12pt,legalpaper]{article} \usepackage[svgnames]{xcolor} \usepackage{amsfonts, amsmath, amsthm, amssymb} \usepackage{tikz} \usepackage{pgfplots} \pgfplotsset{compat=1.18} \...
Yrina's user avatar
  • 1
1 vote
0 answers
50 views

I'm trying to \fill the area between two functions in a region bounded by a figure's x-axis, but I'm flummoxed by how to prevent some of the \fill from spilling down below the axis. Here's an image of ...
Scott Wolford's user avatar
1 vote
0 answers
94 views

I want to draw this tank. The problem is that I want a grey ellipse at the top. As if this is a tank where we can see through the tank where the water is. But I want the section over the water level ...
pjoltergeist's user avatar
8 votes
1 answer
290 views

How can I create something similar to this figure in TikZ, coloring the regions between the lines? Start code: \documentclass[tikz]{standalone} \begin{document} \begin{tikzpicture}[scale=.5] \clip (...
Paulo Rodrigues's user avatar
3 votes
1 answer
99 views

I once asked the the question, and Qrrbrbirlbel suggested I use the library spath3. Now I want to draw a new graph. I plan to mimic it, but it seems to have failed. There must be an issue with my code,...
licheng's user avatar
  • 1,069
1 vote
2 answers
102 views

I would like increase the vertical spacing between paragraphs and blocks automatically so that the content fits a frame. To do so, I use \setlength{\parskip}{\fill}. \documentclass{beamer} \usepackage{...
Akira's user avatar
  • 3,371
3 votes
1 answer
174 views

I need to fill the space between the arcs with color \documentclass{standalone} \usepackage{tikz} \begin{document} \begin{tikzpicture} % Define radius and angle variables for both ...
Антон's user avatar
4 votes
1 answer
172 views

I drew a curve (as seen here) with contour lua. But how can I fill the curve (with lightblue)? % !TeX LuaLaTeX \documentclass[margin=5pt]{standalone} \usepackage{pgfplots} \pgfplotsset{compat=...
cis's user avatar
  • 11.4k
6 votes
1 answer
729 views

I'm trying to reproduce a 3D design of a chip using TikZ in LaTeX. The design I'm aiming for resembles a multi-layered chip concept, similar to the image below (showing different components stacked on ...
Yusef Hamdellah's user avatar

15 30 50 per page
1
2 3 4 5
15