Skip to main content

Questions tagged [tikz-pgf]

TikZ is a higher-level drawing language built on top of the PGF graphics framework. For questions specifically about the PGF layer use {pgf-core} instead. Both tags are possible on the same question. The tag {diagrams} is also compatible with this tag.

Filter by
Sorted by
Tagged with
2 votes
2 answers
131 views

Writing dental notations

I am trying to include dental notations in a document. I would like the notations to look like this. This is what I could do so far. \documentclass{article} \begin{document} hello$\lceil 5$ ~~~~~~~...
Hany's user avatar
  • 4,999
0 votes
0 answers
37 views

How to draw amorphous but neat figures in Latex?

I would like to draw the following style of figures with Latex: (image found here) The features I like about this drawing are the amorphous and skewed geometries (contrasted to my usual straight, ...
Gepeto's user avatar
  • 1
0 votes
1 answer
36 views

Commented real line

I'm trying to reproduce the following picture using latex. What would be the right way to do it? An attempt follows: \begin{tikzpicture} % Draw the real line \draw[thick] (0,0) -- (5,0); ...
user1868607's user avatar
5 votes
2 answers
151 views

Tikz: On straight lines moving balls on a circle inside a regular polygon

I want to draw something like this with n/2 balls in a regular n-polygon. At the intersections with of the small circle inside C with the diagonals D % Problem here %%%%%%%%%%%%%%%%%% \path[name ...
cis's user avatar
  • 9,422
2 votes
1 answer
39 views

Connecting two nodes across tables in \multicols environment

first time asker here. New to LaTeX. I am currently working on a project where I have two side-by-side tables in a multicolumn environment. I want to draw circles around specific cell contents, then ...
Slade Dale's user avatar
0 votes
1 answer
42 views

\textbf value coordinate in bar graph

I'm trying to write the value "725" in bold using \textbf in LaTeX, but the system is giving me an error. How can I fix it? \documentclass[14pt]{extreport} \usepackage[lmargin=1.3in, rmargin=...
Yosef Hamdellah's user avatar
0 votes
0 answers
19 views

TikZ line with width \textwidth gives overfull \hbox – why? [duplicate]

The below code gives Overfull \hbox (2.0pt too wide) in paragraph at lines 6--7. I know that a warning is not the end of the world, but still. I know that I could \rlap it, but this feels like ...
Gaussler's user avatar
  • 13k
4 votes
0 answers
42 views

What is the observer's positon when using the library `perspective`?

I'm trying to use the library perspective for drawing cubes and later, other solids. I want to be able to use a pic object named cube in perspective, let's say (see the code below), which, taking two ...
Daniel N's user avatar
  • 6,367
1 vote
1 answer
25 views

Tikz standalone: Infinite compilation when combining nodes and background

The following MWE compiles infinitely when I combine a background and a trivial node (which I plan to position using the at argument and the positioning library, and which should at some point ...
Tim Varelmann's user avatar
3 votes
1 answer
116 views

Draw a part of a sphere

I am trying to draw the following: (x-1)^2 + y^2 + z^2 = 2, x <= 0 which is a part of the sphere with center (1, 0, 0) and radius square root of 2. In fact, what I really want is that with center (...
Salomo's user avatar
  • 271
0 votes
0 answers
36 views

Draw Tubular surfaces

I would like to find out a way to draw a tubular surface around a helix in LaTex without using the 3d-tikz. I'm seeking for a picture only made by tikzpicture. Also, I'm finding how I may draw in tikz ...
JulianDoyle's user avatar
0 votes
1 answer
20 views

Issue with Scaling TikZ Picture in Beamer (Basic Code Used From https://tex.stackexchange.com/a/727125/278762, thanks to @JLeonV.) [duplicate]

First, thanks to @JLeonV. providing me the code https://tex.stackexchange.com/a/727125/278762. Below is the output using \documentclass{standalone}: Problem: When I switch from \documentclass{...
Marco Moldenhauer's user avatar
0 votes
1 answer
31 views

Fill in Between moves legend and title

I have a weird issue when I try to use fill between. without using it my graph just draws perfect but if I want to fill the area between my two curves, the graph moves the legend and title an also ...
Octavio Polo's user avatar
-1 votes
0 answers
42 views

Self-develop package joining Tikz library [closed]

We have developed a package for drawing partial order flow diagram with Tikz. Here is the link from CTAN: Can I add this package to the Tikz Package? What should I do further if I need to join? Thank ...
Yikai G's user avatar
4 votes
2 answers
319 views

Tikz template for organization chart

I am trying to create an organizational chart but am having trouble formatting it in a suitable way. Below is the initial version I have created: \documentclass[12pt]{article} \usepackage{tikz} \...
mohammad fazli's user avatar

15 30 50 per page
1
2 3 4 5
2361